Skip to content

Commit 6591c4b

Browse files
committed
added sponsor logos
1 parent 941bc23 commit 6591c4b

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

29.4 KB
Loading
17.8 KB
Loading

hackathon/index.html

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Basic Information</h2>
4949
</tbody>
5050
<tbody>
5151
<td>Time</td>
52-
<td>10 am - 6 pm</td>
52+
<td>Sunday, October 26th, 10 am - 6 pm</td>
5353
</tbody>
5454
<tbody>
5555
<td>Grades</td>
@@ -152,7 +152,32 @@ <h1 class="display-5 fw-bold text-center">Sign Up Here!</h1>
152152
<div class="p-3 p-md-5 m-md-3 mb-md-4 bg-light rounded-3 border" id="sponsors">
153153
<div class="container-fluid py-5">
154154
<h1 class="display-5 fw-bold text-center">Sponsors</h1>
155-
<p class="fs-4 text-center">Hoosier Hacks thanks all of our sponsors that help make this event possible.</p>
156-
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center row-gap-4"></div>
155+
<p class="fs-4 text-center">
156+
Hoosier Hacks thanks all of our sponsors that help make this event possible.
157+
</p>
158+
159+
<!-- Sponsor logos row -->
160+
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center row-gap-4 mt-4">
161+
<div class="col text-center">
162+
<img src="assets/sponsors/DenizenTechnologyLogo.png"
163+
alt="Denizen Technology"
164+
class="img-fluid"
165+
style="max-height: 120px;">
166+
</div>
167+
<div class="col text-center">
168+
<img src="assets/sponsors/TactileEngineeringLogo.png"
169+
alt="Tactile Engineering"
170+
class="img-fluid"
171+
style="max-height: 120px;">
172+
</div>
173+
<div class="col text-center">
174+
<img src="assets/sponsors/AnotherSponsor.png"
175+
alt="Another Sponsor"
176+
class="img-fluid"
177+
style="max-height: 120px;">
178+
</div>
179+
</div>
180+
<!-- End sponsor logos row -->
157181
</div>
158182
</div>
183+

0 commit comments

Comments
 (0)