diff --git a/.breakpoints b/.breakpoints index 2e49167..e0035a6 100644 --- a/.breakpoints +++ b/.breakpoints @@ -4,36 +4,48 @@ { "id": "5aa0d634-c476-4ab2-9957-d364b66311b2", "line": 4, - "version": 883, + "version": 1395, "index": 217 }, { "id": "01e112b0-3705-4b70-bf88-5b2716dd492d", - "line": 77, - "version": 883, - "index": 2943 + "line": 80, + "version": 1395, + "index": 3234 } ], "components/Projects.tsx": [ { "id": "f1084f0b-cb32-4b05-b4a3-02d058b717b2", - "line": 9, - "version": 205, - "index": 299 + "line": 15, + "version": 704, + "index": 512 + }, + { + "id": "57d95fae-f14a-4006-9f32-bbe9021aa156", + "line": 90, + "version": 1182, + "index": 3397 + }, + { + "id": "d35f19ba-4d8c-488b-8a38-a26540595f2d", + "line": 91, + "version": 1191, + "index": 3410 } ], "pages/index.tsx": [ { - "id": "91f8cc38-eb3c-426c-ba37-749bb88281ac", - "line": 89, - "version": 1001, - "index": 3811 + "id": "d3363946-0aa7-43f5-b2ee-bc23387ea7a5", + "line": 14, + "version": 1075, + "index": 609 }, { - "id": "d3363946-0aa7-43f5-b2ee-bc23387ea7a5", - "line": 13, - "version": 930, - "index": 519 + "id": "91f8cc38-eb3c-426c-ba37-749bb88281ac", + "line": 90, + "version": 1075, + "index": 3777 } ] } diff --git a/components/Projects.tsx b/components/Projects.tsx index ec33b29..1abd4f3 100644 --- a/components/Projects.tsx +++ b/components/Projects.tsx @@ -18,11 +18,32 @@ const projects = [ href: 'https://snacc.chat', category: { name: 'CodeDay', color: 'bg-red-100 text-red-800' }, description: - 'Amazing Ro-Tech solutions for everyone, completely free.', + 'A social network made in 24 hours at CodeDay.', + }, + { + title: 'SCP Mobile', + href: 'https://github.com/jackmerrill/SCP-Mobile', + category: { name: 'Project', color: 'bg-purple-100 text-purple-800' }, + description: + 'Mobile (iOS) app for the SCP Wiki. Made in 24 hours at CodeDay.', + }, + { + title: 'Family Guy Quotes bot', + href: 'https://github.com/jackmerrill/FamilyGuyQuotesBot', + category: { name: 'Project', color: 'bg-purple-100 text-purple-800' }, + description: + 'Uses Discord slash commands to send random Family Guy quotes.', + }, + { + title: 'OOFS', + href: 'https://github.com/oofs-project/oofs', + category: { name: 'Project', color: 'bg-purple-100 text-purple-800' }, + description: + 'Online Orientated File Storage. Made in 24 hours at CodeDay. Won Best in Show.', }, ] -function classNames(...classes) { +function classNames(...classes: any) { return classes.filter(Boolean).join(' ') } @@ -39,7 +60,7 @@ export default function Projects() {

UX Engineer / Web Developer for {' '} - + Merch . @@ -68,6 +89,7 @@ export default function Projects() { ))} +

Looking for more? Check my GitHub.

) } \ No newline at end of file