Skip to content

Commit

Permalink
Update /kickoff with info
Browse files Browse the repository at this point in the history
  • Loading branch information
achen318 committed Jan 6, 2024
1 parent ef9db0f commit 1fd4b4b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 43 deletions.
4 changes: 2 additions & 2 deletions src/components/header/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const navs = (await import("@data/navbar.yml")).default;
0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: linear-gradient(
300deg,
rgb(246, 251, 255, 1) 43em,
rgb(138, 142, 145) 43.5em,
rgb(246, 251, 255, 1) 41em,
rgb(138, 142, 145) 41.5em,
rgba(224, 0, 0, 1) 10em
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# A non-dropdown must have the `href` key.
# Dropdowns cannot be nested.

- name: Mock Kickoff
- name: Kickoff
href: /kickoff
- name: About
dropdown:
Expand Down
77 changes: 37 additions & 40 deletions src/pages/kickoff/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,79 +10,76 @@ import PageSite from '@layouts/PageSite.astro';
<h2>Materials</h2>

<ul>
<li><a href="https://www.youtube.com">Game Animation</a></li>
<li>
<a href="https://www.youtube.com/watch?v=EMiNmJW7enI">Game Animation</a>
</li>
<li>
<a
href="https://firstfrc.blob.core.windows.net/frc2017/Manual/2017FRCGameSeasonManual.pdf"
>Game Manual</a
>
</li>
<li>
<a
href="https://docs.google.com/document/d/1Y6313RJL3lWlOtacUumdPYcI9WRKrB08Olx6HzcA5HE/edit?usp=sharing"
>Abridged Manual</a
>
<a href="https://firstfrc.blob.core.windows.net/frc2024/Manual/2024FRCGameSeasonManual.pdf">Game Manual</a>
<ul>
<li><a href="https://stuypulse.nyc3.digitaloceanspaces.com/site/pdf/2024FRCGameManual-unlocked.pdf">Decrypted Version</a></li>
</ul>
</li>
<li><a href="https://www.firstinspires.org/robotics/frc/playing-field">Game Field</a></li>
<li><a href="https://frc-qa.firstinspires.org/">Game Q&A Forum</a></li>
<li>Encryption Key: <code>key here</code></li>
</ul>

<!-- <h2>Schedule</h2>
<h2>Schedule</h2>

<table class="table table-striped">
<colgroup>
<col span="1" style="width:30%">
<col span="1" style="width:70%">
<col span="1" style="width:30%" />
<col span="1" style="width:70%" />
</colgroup>
<thead>
<tr>
<th scope="col"> Time </th>
<th scope="col"> Activity </th>
<th scope="col"> Time</th>
<th scope="col"> Activity</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" style=""> 11:00 - 11:50 </th>
<th scope="row"> Setup </th>
<th scope="row" style=""> 11:00 - 11:50</th>
<th scope="row"> Setup</th>
</tr>
<tr>
<th scope="row"> 11:50 - 12:00 </th>
<th scope="row"> Mr. Blay Speech </th>
<th scope="row"> 11:50 - 12:00</th>
<th scope="row"> Mr. Blay Speech</th>
</tr>
<tr>
<th scope="row"> 12:00 - 1:30 </th>
<th scope="row"> Kickoff Broadcast </th>
<th scope="row"> 12:00 - 1:30</th>
<th scope="row"> Kickoff Broadcast</th>
</tr>
<tr>
<th scope="row"> 1:30 - 2:30 </th>
<th scope="row"> Manual Reading </th>
<th scope="row"> 1:30 - 2:30</th>
<th scope="row"> Manual Reading</th>
</tr>
<tr>
<th scope="row"> 2:30 - 3:00 </th>
<th scope="row"> Lunch + Group Leader Briefing + Taping </th>
<th scope="row"> 2:30 - 3:00</th>
<th scope="row"> Lunch + Group Leader Briefing + Taping</th>
</tr>
<tr>
<th scope="row"> 3:00 - 5:00 </th>
<th scope="row"> Small Group Discussion </th>
<th scope="row"> 3:00 - 5:00</th>
<th scope="row"> Small Group Discussion</th>
</tr>
<tr>
<th scope="row"> 5:00 - 6:30 </th>
<th scope="row"> Big Group Discussion (Small Groups Recap and Strategy) </th>
<th scope="row"> 5:00 - 6:30</th>
<th scope="row">
Big Group Discussion (Small Groups Recap and Strategy)
</th>
</tr>
<tr>
<th scope="row"> 6:30 - 6:40 </th>
<th scope="row"> Break </th>
<th scope="row"> 6:30 - 6:40</th>
<th scope="row"> Break</th>
</tr>
<tr>
<th scope="row"> 6:40 - 7:40 </th>
<th scope="row"> Human Robots </th>
<th scope="row"> 6:40 - 7:40</th>
<th scope="row"> Human Robots</th>
</tr>
<tr>
<th scope="row"> 7:40 - 8:00 </th>
<th scope="row"> Clean Up </th>
<th scope="row"> 7:40 - 8:00</th>
<th scope="row"> Clean Up</th>
</tr>
</tbody>
</table> -->
</table>

<h2>Group Discussion Points</h2>

Expand Down

0 comments on commit 1fd4b4b

Please sign in to comment.