Skip to content

Commit 0c1f8fe

Browse files
committed
7.0
1 parent c27ecf2 commit 0c1f8fe

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

_layouts/hackathon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>HoosierHacks</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="description" content="HoosierHacks 6.0 is one of Indiana's largest High School Hackathons. Join us in West Lafayette on October 25th, 2025.">
7+
<meta name="description" content="HoosierHacks 7.0 is one of Indiana's largest high school hackathons. Join us in West Lafayette on October 25th, 2026.">
88
<meta name="theme-color" content="#313131">
99
<link rel="shortcut icon" type="image/x-icon" href="/assets/hackathon/hoosier-logo.png">
1010

hackathon/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<div class="position-relative p-4 p-md-5 m-md-3 text-center rounded-3 border top-bar" style="background-color:#313131;">
1010
<div class="col-lg-6 mx-auto pt-4 pb-2">
1111
<div class="d-flex flex-column align-items-center gap-3">
12-
<h1 class="display-1 fw-bold" style="color:#FC4C3D;">Hoosier Hacks 6.0</h1>
12+
<h1 class="display-1 fw-bold" style="color:#FC4C3D;">Hoosier Hacks 7.0</h1>
1313
<p class="lead fst-italic text-white mb-0">Build. Code. Innovate.</p>
14-
<p class="lead fw-normal text-white mb-0">Sunday, October 26th, 2025</p>
14+
<p class="lead fw-normal text-white mb-0">Sunday, October 25th, 2026</p>
1515
<p class="lead fw-normal text-white mb-0">West Lafayette Jr./Sr. High School</p>
1616
<a
17-
href="https://forms.gle/TB9wvQf9vGsTp6kL8"
17+
href="{{ page.form_link }}"
1818
target="_blank"
1919
rel="noopener"
2020
class="btn btn-lg mt-4 mb-0"
2121
style="background-color:#FC4C3D;border-color:#FC4C3D;color:#fff;">
22-
Signups closed - Thank you for a great event!
22+
Register for Hoosier Hacks 7.0
2323
</a>
2424
</div>
2525
</div>
@@ -49,7 +49,7 @@ <h2>Basic Information</h2>
4949
</tbody>
5050
<tbody>
5151
<td>Time</td>
52-
<td>Sunday, October 26th, 10 am - 6 pm</td>
52+
<td>Sunday, October 25th, 2026, 10 am - 6 pm</td>
5353
</tbody>
5454
<tbody>
5555
<td>Grades</td>
@@ -144,7 +144,7 @@ <h1 class="display-5 fw-bold text-center">Awards</h1>
144144
<div class="p-3 p-md-5 m-md-3 mb-md-4 bg-light rounded-3 border" id="signup">
145145
<div class="container-fluid py-5">
146146
<h1 class="display-5 fw-bold text-center">Sign Up Here!</h1>
147-
<p class="fs-4 text-center">You can use our form link <a href="https://forms.gle/TB9wvQf9vGsTp6kL8">here</a> or use this QR Code to share with your friends!</p>
147+
<p class="fs-4 text-center">You can use our form link <a href="{{ page.form_link }}">here</a> or use this QR Code to share with your friends!</p>
148148
<img src="https://api.qrserver.com/v1/create-qr-code/?data={{ page.form_link }}" alt="signup" class="d-block mx-auto">
149149
</div>
150150
</div>

0 commit comments

Comments
 (0)