Skip to content

Commit 18e9782

Browse files
committed
fixed prettier
1 parent 6591c4b commit 18e9782

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

hackathon/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,32 +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">
156-
Hoosier Hacks thanks all of our sponsors that help make this event possible.
157-
</p>
155+
<p class="fs-4 text-center"> Hoosier Hacks thanks all of our sponsors that help make this event possible. </p>
158156

159157
<!-- Sponsor logos row -->
160158
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center row-gap-4 mt-4">
161159
<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;">
160+
<img
161+
src="assets/sponsors/DenizenTechnologyLogo.png"
162+
alt="Denizen Technology"
163+
class="img-fluid"
164+
style="max-height: 120px;">
166165
</div>
167166
<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;">
167+
<img
168+
src="assets/sponsors/TactileEngineeringLogo.png"
169+
alt="Tactile Engineering"
170+
class="img-fluid"
171+
style="max-height: 120px;">
172172
</div>
173173
<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;">
174+
<img
175+
src="assets/sponsors/AnotherSponsor.png"
176+
alt="Another Sponsor"
177+
class="img-fluid"
178+
style="max-height: 120px;">
178179
</div>
179180
</div>
180181
<!-- End sponsor logos row -->
181182
</div>
182183
</div>
183-

0 commit comments

Comments
 (0)