Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 Revamp Part 1 #78

Merged
merged 5 commits into from
Aug 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update cmumaps and cmucourses
xavilien committed Aug 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f9943c925a05e5f818d33d2a38aeecb5820b5612
Binary file modified public/tech/cmu-courses.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/tech/cmumaps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions src/pages/tech.tsx
Original file line number Diff line number Diff line change
@@ -52,6 +52,26 @@ export default function Tech() {
/>
}
/>
<Project
title="CMUMaps"
softwareIcons={[
'openstreetmap',
'typescript',
'react',
'nextjs',
'tailwind',
]}
link="https://cmumaps.com"
description="Providing indoor maps and navigation for the CMU campus"
image={
<Image
src="/tech/cmumaps.png"
width={1920}
height={1080}
alt="CMU Maps"
/>
}
/>
<Project
title="Lost and Found"
softwareIcons={['typescript', 'react', 'mongodb']}
@@ -82,16 +102,6 @@ export default function Tech() {
/>
}
/>
<Project
title="ScottyMaps"
softwareIcons={[
'openstreetmap',
'java',
'javascript',
'flutter',
]}
description="Providing indoor maps and navigation for the CMU campus"
/>
<Project
title="TartanHacks Website"
softwareIcons={['typescript', 'react', 'nextjs']}