This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added a Feature * Deleated /idea file * Added Devops Playlist link to the links that does not have video yet * feat: Metabob Hackathon content * Update: Added hackathon title * feat: prizes and judges in metabob hackathon * Revert "Added a Feature" This reverts commit 76e5550. * Revert "Deleated /idea file" This reverts commit 54b09e4. * Revert "Revert "Deleated /idea file"" This reverts commit 2c9ed13. * remove: metabob content * fix: import sort * remove: backup file --------- Co-authored-by: Aman <[email protected]> Co-authored-by: Siddhant Khisty <[email protected]>
- Loading branch information
1 parent
ff429d2
commit 66c23c1
Showing
8 changed files
with
181 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
export const ParticularHackthonPageFAQ = [ | ||
{ | ||
id: 'FAQ1', | ||
question: 'What is a hackathon?', | ||
answer: | ||
'A hackathon is a collaborative coding competition where programmers, designers, and developers compete for monetary bonuses for creating innovative solutions. It is a mix of a celebration and an all-night struggle against the clock and the opposition.', | ||
}, | ||
{ | ||
id: 'FAQ2', | ||
question: 'Why would someone participate in a hackathon?', | ||
answer: | ||
'People take part in hackathons for a variety of reasons, including the challenge, the opportunity for creative expression, the chance to collaboration, networking opportunities, swag, and much more.', | ||
}, | ||
{ | ||
id: 'FAQ3', | ||
question: 'Is the event open to all ages?', | ||
answer: | ||
'You can participate in this hackathon as long as you are of legal age in your respective country, or have permission for a parent or guardian in case you are a minor.', | ||
}, | ||
{ | ||
id: 'FAQ4', | ||
question: 'What is the mode of this hackathon?', | ||
answer: | ||
'This is a virtual hackathon, so you can create hacks from the comfort of your home, or anywhere in the world.', | ||
}, | ||
{ | ||
id: 'FAQ5', | ||
question: 'Do we sign up as individuals or as a team?', | ||
answer: | ||
'You can either participate as a individual or with a team of 1-4 folks i.e the maximum strength of the team should not exceed 4', | ||
}, | ||
{ | ||
id: 'FAQ6', | ||
question: 'Is it a paid event?', | ||
answer: | ||
'This is a completely free-to-join event i.e anyone above the legal age can participate in the event for free.', | ||
}, | ||
]; | ||
|
||
const HackthonPageContent = { | ||
header: [ | ||
{ | ||
name: 'About', | ||
href: '#about', | ||
}, | ||
{ | ||
name: 'Tracks', | ||
href: '#tracks', | ||
}, | ||
{ | ||
name: 'Judges', | ||
href: '#judges', | ||
}, | ||
{ | ||
name: 'Criteria', | ||
href: '#criteria', | ||
}, | ||
{ | ||
name: 'Rules', | ||
href: '#rules', | ||
}, | ||
], | ||
CTA: { | ||
name: 'Register', | ||
href: '#register', | ||
}, | ||
faq: ParticularHackthonPageFAQ, | ||
}; | ||
|
||
export default HackthonPageContent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,38 @@ | ||
export const ParticularHackthonPageFAQ = [ | ||
{ | ||
id: 'FAQ1', | ||
question: 'What is a hackathon?', | ||
answer: | ||
'A hackathon is a collaborative coding competition where programmers, designers, and developers compete for monetary bonuses for creating innovative solutions. It is a mix of a celebration and an all-night struggle against the clock and the opposition.', | ||
}, | ||
{ | ||
id: 'FAQ2', | ||
question: 'Why would someone participate in a hackathon?', | ||
answer: | ||
'People take part in hackathons for a variety of reasons, including the challenge, the opportunity for creative expression, the chance to collaboration, networking opportunities, swag, and much more.', | ||
}, | ||
{ | ||
id: 'FAQ3', | ||
question: 'Is the event open to all ages?', | ||
answer: | ||
'You can participate in this hackathon as long as you are of legal age in your respective country, or have permission for a parent or guardian in case you are a minor.', | ||
}, | ||
import PastEvent2 from 'assets/events/past-event-2.jpeg'; | ||
import PastEvent8 from 'assets/events/past-event-8.jpeg'; | ||
import NapptiveBanner from 'assets/hackathon/napptive/Banner.jpg'; | ||
|
||
import NapptiveHackathonContent from '@/content/Hackathons/napptive'; | ||
|
||
export const hackathonDataList = [ | ||
{ | ||
id: 'FAQ4', | ||
question: 'What is the mode of this hackathon?', | ||
answer: | ||
'This is a virtual hackathon, so you can create hacks from the comfort of your home, or anywhere in the world.', | ||
title: NapptiveHackathonContent.title, | ||
description: NapptiveHackathonContent.description, | ||
image: NapptiveBanner, | ||
url: `/events/hackathons/${NapptiveHackathonContent.slug}`, | ||
btnText: 'Learn more', | ||
content: NapptiveHackathonContent, | ||
hasContent: true, | ||
date: NapptiveHackathonContent.to, | ||
}, | ||
{ | ||
id: 'FAQ5', | ||
question: 'Do we sign up as individuals or as a team?', | ||
answer: | ||
'You can either participate as a individual or with a team of 1-4 folks i.e the maximum strength of the team should not exceed 4', | ||
title: 'Stream hackathon', | ||
description: | ||
'WeMakeDevs <> Stream Hackathon : Hey if you are looking to learn new skills, meet interesting people, and push yourself to create something truly innovative, then you should definitely taking part in our hackathon!', | ||
image: PastEvent2, | ||
url: 'https://wemakedevs-stream.devpost.com/resources', | ||
btnText: 'Learn more', | ||
hasContent: false, | ||
date: 'Sun, 18 Dec 2022 14:30:00 GMT', | ||
}, | ||
{ | ||
id: 'FAQ6', | ||
question: 'Is it a paid event?', | ||
answer: | ||
'This is a completely free-to-join event i.e anyone above the legal age can participate in the event for free.', | ||
title: 'Cloud Native hackathon', | ||
description: | ||
'Cloud Native Hackathon is an initiative to bring together students, professionals, and even beginners from around the world to innovate and build projects in the domain of DevOps.', | ||
image: PastEvent8, | ||
url: 'https://cloudnativehack21.devpost.com/', | ||
btnText: 'Learn more', | ||
hasContent: false, | ||
date: 'Mon, 12 Dec 2022 14:30:00 GMT', | ||
}, | ||
]; | ||
|
||
const HackthonPageContent = { | ||
header: [ | ||
{ | ||
name: 'About', | ||
href: '#about', | ||
}, | ||
{ | ||
name: 'Tracks', | ||
href: '#tracks', | ||
}, | ||
{ | ||
name: 'Judges', | ||
href: '#judges', | ||
}, | ||
{ | ||
name: 'Criteria', | ||
href: '#criteria', | ||
}, | ||
{ | ||
name: 'Rules', | ||
href: '#rules', | ||
}, | ||
], | ||
CTA: { | ||
name: 'Register', | ||
href: '#register', | ||
}, | ||
faq: ParticularHackthonPageFAQ, | ||
}; | ||
|
||
export default HackthonPageContent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.