Skip to content

Commit 39a9cc6

Browse files
virajbhartiyaamandeeep02RahilKothari9adityabelgaonkar05
authored
Hack8 timeline (#125) (#126)
* fix: footer svg path * update: update hack8 with master (#111) * feat: add gun rotation * feat: add built files * fix: gun rotation logic * fix: faq position * feat: add Timeline * update: add build files * update: add timeline to navbar * update: add build files * refactor: clean up timeline styles and enhance responsiveness --------- Co-authored-by: Amandeep Singh <145058235+amandeeep02@users.noreply.github.com> Co-authored-by: Rahil Kothari <kotharirahil9@gmail.com> Co-authored-by: Aditya Belgaonkar <59801604+adityabelgaonkar05@users.noreply.github.com>
1 parent 55b1b72 commit 39a9cc6

15 files changed

Lines changed: 1182 additions & 344 deletions

2025/public/assets/timeline-bg.jpg

745 KB
Loading

2025/public/assets/timelinebg.jpg

662 KB
Loading

2025/src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Prizes from "./sections/prizes"
77
import Sponsor from "./sections/sponsor/sponsor"
88
import StatsPage from "./sections/stats/stats.jsx"
99
import FAQ from "./sections/faq.jsx" // Change to uppercase
10+
import Timeline from "./sections/timeline/timeline.jsx";
1011
import { clarity } from 'react-microsoft-clarity'
1112
import Aos from "aos"
1213

@@ -17,6 +18,7 @@ function App() {
1718
<div className="main-container">
1819
<Hero />
1920
<About />
21+
<Timeline/>
2022
<StatsPage/>
2123
<FlashBack />
2224
<Prizes />

0 commit comments

Comments
 (0)