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

fix: faqs and location name #55

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/components/intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import ContentSection from "~/components/contentSection.astro";
</p>

<p class="mt-10">Where is happening</p>
<p class="text-4xl text-primary">Altice Forum Braga</p>
<p class="text-4xl text-primary">Forum Braga</p>
<div></div>
</div>
</ContentSection>
8 changes: 4 additions & 4 deletions src/data/faqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"answer": "Yes, all higher education students over 18 can participate in the event."
},
{
"question": "Is it free to participate in the BugsByte Hackathon?",
"answer": "Yes, the event is completely free."
"question": "What is the cost to participate in the BugsByte Hackathon?",
"answer": "The participation fee is just €2 per person, but don’t worry—we’ve got you covered! Each participant will receive a special kit with goodies, and we’ll provide all the food throughout the event."
},
{
"question": "Do I need to register to be able to participate in the event?",
Expand All @@ -25,14 +25,14 @@
},
{
"question": "Which technology/tools are we gonna work with?",
"answer": "You're going to be totally free to choose the stack you'll work on."
"answer": "You're going to be totally free to choose the stack you'll work on, but we recommend using the frameworks and technologies suggested by the company that proposed your chosen theme."
},
{
"question": "Where am I going to sleep?",
"answer": "If you intend to sleep during the event, we will have a dedicated place for you to rest. Only bring what you find essential such as pillows, sleeping bags, blankets, etc."
},
{
"question": "What am I going to eat during the event?",
"answer": "All food is provided by the BugsByte organization."
"answer": "All food is provided by the BugsByte organization, including breakfast, lunch, an afternoon snack, and dinner. You’re welcome to bring your own snacks for the day and night, but ordering food from services like Uber Eats or Glovo is not allowed."
}
]