Updated files

This commit is contained in:
2024-10-16 12:12:44 -05:00
parent 2314102d70
commit d52e1bdd12
23 changed files with 59 additions and 979 deletions
+4 -14
View File
@@ -7,20 +7,10 @@ interface Project {
const projectsData: Project[] = [
{
title: 'A Search Engine',
description: `What if you could look up any information in the world? Webpages, images, videos
and more. Google has many features to help you find exactly what you're looking
for.`,
imgSrc: '/static/images/google.png',
href: 'https://www.google.com',
},
{
title: 'The Time Machine',
description: `Imagine being able to travel back in time or to the future. Simple turn the knob
to the desired date and press "Go". No more worrying about lost keys or
forgotten headphones with this simple yet affordable solution.`,
imgSrc: '/static/images/time-machine.jpg',
href: '/blog/the-time-machine',
title: 'qbit-maid',
description: `Qbittorrent torrent cleaner built in python.`,
imgSrc: '/static/images/qbitmaid.jpg',
href: 'https://git.jonb.io/jblu/qbit-maid',
},
]