Skip to content

Commit

Permalink
initial projects
Browse files Browse the repository at this point in the history
  • Loading branch information
robsutcliffe committed Jun 28, 2024
1 parent 3c6fa56 commit 635dc74
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Projects() {
Projects
</h1>
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
Showcase your projects with a hero image (16 x 9)
A selection of personal and professional projects
</p>
</div>
<div className="container py-12">
Expand Down
12 changes: 9 additions & 3 deletions data/projectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@ const projectsData = [
{
title: 'Economist Intelligence 75th Birthday',
description: `A microsite for The Economist Intelligence 75th anniversary. I worked directly with the designer, strategist, and client to design and develop a unique one-off site.`,
imgSrc: '/static/images/logo.png',
imgSrc: '/static/images/projects/economist.png',
href: 'https://www.youtube.com/watch?v=-hYjk9hpWWo',
},
{
title: 'Language Learning with Video App',
description: `A Strapi and Next.js application with scraping, fuzzy search, and a custom video player. Its features include JWT OAuth, fuzzy search, and a daily cron job to mirror existing databases and images.`,
imgSrc: '/static/images/logo.png',
imgSrc: '/static/images/projects/language_learning.png',
href: 'https://youtu.be/2vUus1VzEyE',
},
{
title: 'Socket.IO Real-time Game',
description: `An application for students to watch and interact with films in real time and for teachers to control the film and see results at the end. The application heavily uses WebSockets and is animated with Framer Motion.`,
imgSrc: '/static/images/logo.png',
imgSrc: '/static/images/projects/game.png',
href: 'https://youtu.be/c3r1glqMMsU',
},
{
title: 'News Feed Scrapping and Summarising',
description: `Full stack next.js application with a daily cron job to scrape, summarise and tag web development blog posts. Uses fuzzy search directly in mysql for fast searching.`,
imgSrc: '/static/images/projects/fastfeed.png',
href: 'https://ffeed.vercel.app/',
},
]

export default projectsData
Binary file added public/static/images/projects/economist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/projects/fastfeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/projects/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 635dc74

Please sign in to comment.