|
9 | 9 | <div class="position-relative p-4 p-md-5 m-md-3 text-center rounded-3 border top-bar" style="background-color:#313131;"> |
10 | 10 | <div class="col-lg-6 mx-auto pt-4 pb-2"> |
11 | 11 | <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> |
13 | 13 | <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> |
15 | 15 | <p class="lead fw-normal text-white mb-0">West Lafayette Jr./Sr. High School</p> |
16 | 16 | <a |
17 | | - href="https://forms.gle/TB9wvQf9vGsTp6kL8" |
| 17 | + href="{{ page.form_link }}" |
18 | 18 | target="_blank" |
19 | 19 | rel="noopener" |
20 | 20 | class="btn btn-lg mt-4 mb-0" |
21 | 21 | 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 |
23 | 23 | </a> |
24 | 24 | </div> |
25 | 25 | </div> |
@@ -49,7 +49,7 @@ <h2>Basic Information</h2> |
49 | 49 | </tbody> |
50 | 50 | <tbody> |
51 | 51 | <td>Time</td> |
52 | | - <td>Sunday, October 26th, 10 am - 6 pm</td> |
| 52 | + <td>Sunday, October 25th, 2026, 10 am - 6 pm</td> |
53 | 53 | </tbody> |
54 | 54 | <tbody> |
55 | 55 | <td>Grades</td> |
@@ -144,7 +144,7 @@ <h1 class="display-5 fw-bold text-center">Awards</h1> |
144 | 144 | <div class="p-3 p-md-5 m-md-3 mb-md-4 bg-light rounded-3 border" id="signup"> |
145 | 145 | <div class="container-fluid py-5"> |
146 | 146 | <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> |
148 | 148 | <img src="https://api.qrserver.com/v1/create-qr-code/?data={{ page.form_link }}" alt="signup" class="d-block mx-auto"> |
149 | 149 | </div> |
150 | 150 | </div> |
|
0 commit comments