Skip to content

Commit 1091712

Browse files
committed
Add projects page
1 parent 07ceb62 commit 1091712

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ <h4>📍 InterAccess, 32 Lisgar Street, Toronto, ON</h4>
1717
Made possible by <a href="https://interaccess.org/"><img alt="Inter/Access" src="interaccess.png" height="40" style="margin-bottom: -10px" /></a> and <a href="https://creativecodetoronto.github.io/">Creative Code Toronto</a>
1818
</p>
1919
<p align="center">
20-
<!-- Uncomment below when submissions open -->
21-
<!-- <a class="button" href="projects.html">View the projects</a> -->
20+
<a class="button" href="projects.html">View the projects</a>
2221
<a class="button" href="#signup">Join the event</a>
2322
</p>
2423
</div>

projects.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<html>
22
<head>
3-
<title>TerribleHack (2+2)/22/'22 Project Submissions</title>
3+
<title>TerribleHack 2025 Project Submissions</title>
44
<link rel="stylesheet" type="text/css" href="style.css" />
55
</head>
66
<body>
77
<div class="content">
8-
<h1>TerribleHack (2+2)/22/'22 Project Submissions</h1>
8+
<h1>TerribleHack 2025 Project Submissions</h1>
99
<div id="projects">
1010
Loading...
1111
</div>
1212

1313
<h2 style="text-align: center">Did you make a project?</h2>
1414
<p style="text-align: center">We'd love to add your work to our collection!</p>
15-
<p style="text-align: center"><a class="button" href="https://github.com/TerribleHack/terriblehack/issues/39#issue-1193698279">Add your work to this page!</a></p>
15+
<p style="text-align: center"><a class="button" href="https://github.com/TerribleHack/terriblehack/issues/59">Add your work to this page!</a></p>
1616
</div>
1717
<hr />
1818
<p style="text-align: center"><a href="index.html">Back</a></p>

0 commit comments

Comments
 (0)