generated from Tailus-UI/astro-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
104 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,56 @@ | ||
--- | ||
const eventObject = [ | ||
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Team Matching Begins, Career Fair" }, | ||
{ startTime: "10:30AM", endTime: "11:00AM", Core: "Walk-in Registration", Event: "Career Fair" }, | ||
{ startTime: "11:00AM", endTime: "12:00PM", Core: "Opening Ceremony", Event: "Career Fair" }, | ||
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Lunch & Hacking Begins", Event: "" }, | ||
{ startTime: "12:30PM", endTime: "1:15PM", Core: "", Event: "Welcome Workshop: Intro to Hackathon w/ Notion" }, | ||
{ startTime: "1:30PM", endTime: "2:00PM", Core: "", Event: "Development and Code Sharing w/ GitHub" }, | ||
{ startTime: "2:00PM", endTime: "2:30PM", Core: "", Event: "MLH: Github Copilot" }, | ||
{ startTime: "3:00PM", endTime: "3:45PM", Core: "", Event: "Website Workshop w/ GWC" }, | ||
{ startTime: "4:00PM", endTime: "4:45PM", Core: "", Event: "" }, | ||
{ startTime: "4:00PM", endTime: "5:30PM", Core: "", Event: "React Workshop w/ WebDevUW" }, | ||
{ startTime: "6:00PM", endTime: "6:30PM", Core: "Dinner", Event: "" }, | ||
{ startTime: "7:00PM", endTime: "8:00PM", Core: "", Event: "CAT Digital Code in the Dark Challenge" }, | ||
{ startTime: "8:00PM", endTime: "9:00PM", Core: "", Event: "Transcend: How to Present" }, | ||
{ startTime: "9:00PM", endTime: "10:00PM", Core: "", Event: "Mini Event MLH - Bob Ross" }, | ||
{ startTime: "10:00PM", endTime: "10:30AM", Core: "", Event: "" }, | ||
{ startTime: "10:30PM", endTime: "11:30PM", Core: "", Event: "Estimation" }, | ||
{ startTime: "12:00AM", endTime: "8:00AM", Core: "", Event: "Overnight Hacking" }, | ||
{ startTime: "8:00AM", endTime: "12:00PM", Core: "Breakfast & Final Sprint", Event: "" }, | ||
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Hacking Ends, Lunch Begins", Event: "" }, | ||
{ startTime: "1:00PM", endTime: "2:00PM", Core: "Project Judging", Event: "" }, | ||
{ startTime: "2:30PM", endTime: "3:00PM", Core: "Finalist Presentations", Event: "" }, | ||
{ startTime: "3:15PM", endTime: "4:00PM", Core: "Awards & Closing Ceremony", Event: "" } | ||
{ startTime: "9:00AM", endTime: "11:00AM", Core: "Check-in", Event: "Team Matching Begins, Career Fair" }, | ||
{ startTime: "10:30AM", endTime: "11:00AM", Core: "Walk-in Registration", Event: "Career Fair" }, | ||
{ startTime: "11:00AM", endTime: "12:00PM", Core: "Opening Ceremony", Event: "Career Fair" }, | ||
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Lunch & Hacking Begins", Event: "" }, | ||
{ startTime: "12:30PM", endTime: "1:15PM", Core: "", Event: "Welcome Workshop: Intro to Hackathon w/ Notion" }, | ||
{ startTime: "1:30PM", endTime: "2:00PM", Core: "", Event: "Development and Code Sharing w/ GitHub" }, | ||
{ startTime: "2:00PM", endTime: "2:30PM", Core: "", Event: "MLH: Github Copilot" }, | ||
{ startTime: "3:00PM", endTime: "3:45PM", Core: "", Event: "Website Workshop w/ GWC" }, | ||
{ startTime: "4:00PM", endTime: "4:45PM", Core: "", Event: "" }, | ||
{ startTime: "4:00PM", endTime: "5:30PM", Core: "", Event: "React Workshop w/ WebDevUW" }, | ||
{ startTime: "6:00PM", endTime: "6:30PM", Core: "Dinner", Event: "" }, | ||
{ startTime: "7:00PM", endTime: "8:00PM", Core: "", Event: "CAT Digital Code in the Dark Challenge" }, | ||
{ startTime: "8:00PM", endTime: "9:00PM", Core: "", Event: "Transcend: How to Present" }, | ||
{ startTime: "9:00PM", endTime: "10:00PM", Core: "", Event: "Mini Event MLH - Bob Ross" }, | ||
{ startTime: "10:00PM", endTime: "10:30AM", Core: "", Event: "" }, | ||
{ startTime: "10:30PM", endTime: "11:30PM", Core: "", Event: "Estimation" }, | ||
{ startTime: "12:00AM", endTime: "8:00AM", Core: "", Event: "Overnight Hacking" }, | ||
{ startTime: "8:00AM", endTime: "12:00PM", Core: "Breakfast & Final Sprint", Event: "" }, | ||
{ startTime: "12:00PM", endTime: "1:00PM", Core: "Hacking Ends, Lunch Begins", Event: "" }, | ||
{ startTime: "1:00PM", endTime: "2:00PM", Core: "Project Judging", Event: "" }, | ||
{ startTime: "2:30PM", endTime: "3:00PM", Core: "Finalist Presentations", Event: "" }, | ||
{ startTime: "3:15PM", endTime: "4:00PM", Core: "Awards & Closing Ceremony", Event: "" }, | ||
]; | ||
--- | ||
|
||
<div class="w-full mx-auto px-6 md:px-12 xl:px-6 bg-gray-800"> | ||
<div class="relative pb-10 pt-10 sm:pt-10 sm:pb-10 ml-auto min-h-full flex flex-col items-center"> | ||
<h1 id="schedule" class="font-header text-white font-semibold text-3xl md:text-4xl xl:text-5xl mt-12 mb-4">Schedule</h1> | ||
<div class="w-lg max-w-full overflow-x-auto"> | ||
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400 overflow-x-auto"> | ||
<thead class="text-base uppercase bg-gray-700 text-gray-100"> | ||
<tr> | ||
<th scope="col" class="px-6 py-3">Time</th> | ||
<th scope="col" class="px-6 py-3">Core</th> | ||
<th scope="col" class="px-6 py-3">Event</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{eventObject.map((element) => ( | ||
<tr class="bg-gray-800"> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white"> | ||
{element.startTime} - {element.endTime} | ||
</td> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white"> | ||
{element.Core} | ||
</td> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white"> | ||
{element.Event} | ||
</td> | ||
</tr> | ||
))} | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="relative pb-10 pt-10 sm:pt-10 sm:pb-10 ml-auto min-h-full flex flex-col items-center"> | ||
<h1 id="schedule" class="font-header text-white font-semibold text-3xl md:text-4xl xl:text-5xl mt-12 mb-4">Schedule</h1> | ||
<div class="w-lg max-w-full overflow-x-auto"> | ||
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400 overflow-x-auto"> | ||
<thead class="text-base uppercase bg-gray-700 text-gray-100"> | ||
<tr> | ||
<th scope="col" class="px-6 py-3">Time</th> | ||
<th scope="col" class="px-6 py-3">Core</th> | ||
<th scope="col" class="px-6 py-3">Event</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{ | ||
eventObject.map((element) => ( | ||
<tr class="bg-gray-800"> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white"> | ||
{element.startTime} - {element.endTime} | ||
</td> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white">{element.Core}</td> | ||
<td class="px-6 py-4 font-medium text-lg whitespace-nowrap text-white">{element.Event}</td> | ||
</tr> | ||
)) | ||
} | ||
</tbody> | ||
</table> | ||
</div> | ||
</div>xport default Schedule; | ||
</div> | ||
</div> |