Skip to content

Commit

Permalink
Merge pull request #2 from wfrautschy4/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vchen04 authored Mar 1, 2024
2 parents cb27dbc + 6ad0d3c commit bbc7272
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 2024/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.schedule-table {

margin-top: 30px;
}
69 changes: 69 additions & 0 deletions 2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<li class="nav-item" role="presentation">
<a href="#workshops" class="nav-link active link-light" type="button" role="tab">Workshops</a>
</li>
<li class="nav-item" role="presentation">
<a href="#schedule" class="nav-link active link-light" type="button" role="tab">Schedule</a>
</li>
<li class="nav-item" role="presentation">
<a href="#past_events" class="nav-link active link-light" type="button" role="tab">Past Event Photos</a>
</li>
Expand Down Expand Up @@ -97,7 +100,73 @@ <h2>Workshops</h2>
</p>
</section>
</div>
<style>


</style>
<div class="container my-5 bg-body-tertiary rounded-3">
<section id="schedule" style="padding: 40px;">
<h2>Schedule</h2>
<table class="schedule-table">
<tr>
<td style="width: 20%;font-weight: bold;" class="box-darkgray">
Time
</td>
<td style="width: 40%;font-weight:bold;" class="box-darkgray">
Event
</td>
</tr>
<tr>
<td>
9:00am - 9:30am
</td>
<td>
Check-In
</td>
</tr>
<tr>
<td>
9:45am - 11:45am
</td>
<td>
Hack-a-Thon Introduction & Lecture
</td>
</tr>
<tr>
<td>
12:00pm - 1:00pm
</td>
<td>
Tech STEMscape
</td>
</tr>
<tr>
<td>
1:00pm - 2:00pm
</td>
<td>
Lunch and Drone Demo
</td>
</tr>
<tr>
<td>
3:00pm - 5:00pm
</td>
<td>
Independednt Hacking
</td>
</tr>
<tr>
<td>
5:15-6:00pm
</td>
<td>
Awards and wrap up
</td>
</tr>
</table>
</section>
</div>
<div class="container my-5 bg-body-tertiary rounded-3">
<section id="past_events" style="padding: 40px;">
<h2>Past Event Photos</h2>
Expand Down

0 comments on commit bbc7272

Please sign in to comment.