Skip to content

Commit 1901352

Browse files
amandeeep02RahilKothari9virajbhartiyaShreyaa-Mishraatkshsbcue
authored
fix: FAQ position update (#123)
* fix: footer svg path * update: update hack8 with master (#111) * feat: add gun rotation * feat: add built files * fix: gun rotation logic * add faq (#121) * update: update gun rotation (#117) * fix: footer svg path * update: update hack8 with master (#111) * feat: add gun rotation * feat: add built files * fix: gun rotation logic --------- Co-authored-by: Rahil Kothari <kotharirahil9@gmail.com> * Page faq (#120) * feat: add FAQ page * Added Hyperlink and Updated FAQs * Added FAQs in the navbar * style: update FAQ styles for improved layout and readability; add divider image * style: enhance navigation and FAQ styles; adjust font sizes and add animation delays * style: improve FAQ layout and navigation spacing; enhance readability and visual appeal * fix: changes to faq.css for better view * style: enhance hero section parallax effect and improve FAQ styles for better readability --------- Co-authored-by: tkshsbcue <kumar.tanay@somaiya.edu> Co-authored-by: Viraj Bhartiya <vlbhartiya@gmail.com> --------- Co-authored-by: Amandeep Singh <145058235+amandeeep02@users.noreply.github.com> Co-authored-by: Rahil Kothari <kotharirahil9@gmail.com> Co-authored-by: Shreyaa-Mishraa <143896824+Shreyaa-Mishraa@users.noreply.github.com> Co-authored-by: tkshsbcue <kumar.tanay@somaiya.edu> * fix: faq position --------- Co-authored-by: Rahil Kothari <kotharirahil9@gmail.com> Co-authored-by: Viraj Bhartiya <vlbhartiya@gmail.com> Co-authored-by: Shreyaa-Mishraa <143896824+Shreyaa-Mishraa@users.noreply.github.com> Co-authored-by: tkshsbcue <kumar.tanay@somaiya.edu>
1 parent d371e82 commit 1901352

4 files changed

Lines changed: 222 additions & 167 deletions

File tree

2025/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ function App() {
2727
)
2828
}
2929

30-
export default App
30+
export default App;

2025/src/sections/faq.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const FAQ = () => {
66

77
const faqData = [
88
{
9+
910
question: "What are the Tracks/Problem Statements?",
1011
answer: (<div className="answer-text">The hackathon will have two tracks: GajShield Track and Mystery Track. Teams in the GajShield Track will receive their problem statement 3-4 days prior and can start working early, but a twist will be introduced on the competition day. <br />Meanwhile, teams in the Mystery Track will receive their problem statement on the day of the competition.</div>)
1112
},

0 commit comments

Comments
 (0)