Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
2243e22
Added Front Cover and Back Cover
Dec 1, 2025
332727a
Delete server folder before deploying
Dec 1, 2025
4a6c0e1
Adding swiping support and mobile breakpoints for margins around the …
hutizaki Dec 2, 2025
7e10639
Refactor PhotoCollage component: consolidate imports, remove unused f…
hutizaki Dec 3, 2025
ecbf26c
Adding Photos + implementation of book
Dec 13, 2025
07822f6
Finished FAQ
Dec 13, 2025
4c9a4dd
Fixed mobile
Dec 23, 2025
567e6f5
Merge remote-tracking branch 'origin/main' into FaqPage
Dec 23, 2025
87c62b9
Fixed gap in drop down menu
Dec 23, 2025
d13bfd6
Added AF logo
Dec 23, 2025
f1cecee
Merge remote-tracking branch 'origin/FaqPage' into deployment
Dec 23, 2025
5fd4a90
Changed Priority png
Dec 23, 2025
a3ed94c
Fixed Z-index for Priority list
Dec 23, 2025
339422c
removed unused assets. created SelfieCapture.tsx
nhuvann Dec 25, 2025
aab9577
Modified FAQ so that its cleaner and responsive.
nhuvann Dec 25, 2025
a312daf
Merge branch 'CleanFAQ' into HEAD
nhuvann Dec 25, 2025
1a1745e
1024px Support
nhuvann Dec 25, 2025
65aa698
Fixed bug in SelfieCapture
nhuvann Dec 25, 2025
dee5974
Fixing StopCamera method to test if selfie would paint
nhuvann Dec 25, 2025
000e35c
added answers and assets
Dec 26, 2025
5c47e6e
Fixed useState for camera function, added a new background.
Dec 26, 2025
cabeb16
Linked Registration
Dec 26, 2025
cb78102
Fixed Mobile Register Button
Dec 26, 2025
be5c04c
Changed Signature Line to transparent
Dec 26, 2025
8c57d98
Added PureButtons, Horizontal Mirroring for camera, and changed wordi…
Dec 31, 2025
cb421be
fixed routing error
hutizaki Jan 11, 2026
98a2afa
Add adaptive fly direction based on navigation button visibility
hutizaki Jan 11, 2026
44cfb46
Improve mobile photo collage animations and fix file naming
hutizaki Jan 11, 2026
a118714
Add five-tier responsive system for photo collage animations
hutizaki Jan 11, 2026
79ace11
Changed the Login button from 'login' to 'register'
hutizaki Jan 12, 2026
28bf5b9
Merge remote-tracking branch 'origin/feature/photo-collage-mobile-sup…
Jan 12, 2026
51db95d
Merge Feature/photo collage mobile support, Change LandingView.tsx li…
Jan 12, 2026
d0f0f82
feat: implement animated desktop header navigation with triangle indi…
hutizaki Jan 13, 2026
06e2755
feat: Complete mobile navbar redesign and enhance desktop header resp…
hutizaki Jan 13, 2026
96f8d6d
feat: Enhance mobile navbar with tree icons, line dividers, and refin…
hutizaki Jan 13, 2026
3fa4a7b
feat: Center and enhance mobile register button for better accessibility
hutizaki Jan 13, 2026
5101116
hotfix: Add MLH Code of Conduct link to footer
hutizaki Jan 14, 2026
b4e5956
Merge hotfix: Add MLH Code of Conduct link
hutizaki Jan 14, 2026
2a4245b
Recolored the mobile header to a brown tone to match Desktop nav
hutizaki Jan 14, 2026
9c29df0
Merge remote-tracking branch 'origin/hotfix/Adding_MLH_Code_Of_Conduc…
Jan 15, 2026
af83cd3
Merge remote-tracking branch 'origin/hotfix/Adding_MLH_Code_Of_Conduc…
Jan 15, 2026
149b2a8
Merge MLH Code of Conduct to deployment footer.
Jan 15, 2026
c5efc8d
Add sponsor assets and fix VerticalRedBull SVG syntax
hutizaki Jan 16, 2026
0f72fdd
Merge branch 'deployment' into integration
Jan 19, 2026
7204a6d
Merge remote-tracking branch 'origin/feature/Sponsors' into integration
Jan 19, 2026
3e67565
Hotfix- Syntax Error
Jan 19, 2026
e36d680
Merge remote-tracking branch 'origin/feature/Navbar-Redesign' into in…
Jan 20, 2026
07e1b3a
feature/CountDownToHacklahoma
Jan 21, 2026
36dc06b
Merge NavBar Redesign and CountDown. Fix landscape orientation.
Jan 21, 2026
0761b00
Mobile Text Alignment
Jan 21, 2026
3dabba8
Refactor FAQPage layout and enhance SelfieCapture component with uniq…
hutizaki Jan 26, 2026
8c8ddc9
Update sponsor link for Tom Love in Sponsors.tsx
hutizaki Jan 26, 2026
225619f
Update Tom Love sponsor link to point to the Fab Lab page
hutizaki Jan 26, 2026
b663836
Merge deployment into feature/Sponsors - resolved conflict in Sponsor…
hutizaki Jan 26, 2026
1662799
Update Tom Love sponsor link to the University of Oklahoma Fab Lab
hutizaki Jan 26, 2026
868f923
hotfix/Register-Appearing-Twice
Jan 26, 2026
108d779
Merge remote-tracking branch 'origin/Feature/Sponsors' into integration.
Jan 30, 2026
f271bda
Change size for vintage postcard on mobile landscape
Jan 31, 2026
8b717e7
Merge remote-tracking branch 'origin/hotfix/Nav-Bar-FAQ-Connection' i…
Jan 31, 2026
e562abd
Remove passport and camera function. Added Live Schedule
Jan 31, 2026
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
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"eject": "react-scripts eject"
},
"dependencies": {
"gsap": "^3.13.0",
"motion": "^12.23.22",
"react": "^19.1.1",
"react-dom": "^19.1.1"
Expand Down
56 changes: 56 additions & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,59 @@ section[id] {
.animate-fade-in {
animation: fadeIn 1s ease-out forwards;
}

@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}

.animate-float {
animation: float 3s ease-in-out infinite;
}

@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

@keyframes floatAndSpin {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-10px) rotate(180deg);
}
}

@keyframes floatAndSpinReverse {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-8px) rotate(-180deg);
}
}

.animate-spin-slow {
animation: spin 8s linear infinite;
}

.animate-spin-reverse {
animation: spin 10s linear infinite reverse;
}

.animate-float-spin {
animation: floatAndSpin 6s ease-in-out infinite;
}

.animate-float-spin-reverse {
animation: floatAndSpinReverse 7s ease-in-out infinite;
}
6 changes: 4 additions & 2 deletions frontend/src/types/images.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ declare module '*.gif' {
}

declare module '*.svg' {
const value: string;
export default value;
import React = require('react');
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;
const src: string;
export default src;
}

declare module '*.webp' {
Expand Down
Binary file added frontend/src/ui/common/assets/faq/grid.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 frontend/src/ui/common/assets/faq/passport.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.
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.
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.
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.
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.
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.
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.
Binary file added frontend/src/ui/common/assets/header/Patch.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.
21 changes: 21 additions & 0 deletions frontend/src/ui/common/assets/header/basicTree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions frontend/src/ui/common/assets/header/line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/ui/common/assets/photoCollageImages/IMG_1249.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/ui/common/assets/photoCollageImages/IMG_1302.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/ui/common/assets/photoCollageImages/IMG_1566.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/ui/common/assets/photoCollageImages/IMG_1624.webp
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading