Skip to content

Commit 07ceb62

Browse files
committed
Add location and time info to top, embed map, add links
1 parent aaec990 commit 07ceb62

2 files changed

Lines changed: 27 additions & 6 deletions

File tree

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
<div id="hero">
88
<div class="content">
99
<h1>TerribleHack 2025:<br/>AI (Artificial Ignorance)</h1>
10-
<h3>An event for making bad ideas a reality. April 26, 2025.</h3>
10+
<h3>An event for making bad ideas a reality.</h3>
11+
<div class="info">
12+
<h4>🗓️ April 26, 2025</h4>
13+
<h4>🕚 11:00 AM – 6:00 PM EDT</h4>
14+
<h4>📍 InterAccess, 32 Lisgar Street, Toronto, ON</h4>
15+
</div>
1116
<p align="center">
1217
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>
1318
</p>
@@ -26,11 +31,13 @@ <h2>What is TerribleHack?</h2>
2631
<p>We have a long history of TerribleHack shenanigans, both in person and virtual!</p>
2732
<p align="center"><a class="button" href="history.html">Read about TerribleHack's history</a></p>
2833

34+
<h2>How it's going to work</h2>
35+
<p>InterAccess opens at 11 AM. From then until the evening, the space will be open for you to work on a project! Feel free to show up with teammates if you have them, or just on your own. In the late afternoon and evening, take a turn at the projector to demo your work!</p>
36+
2937
<h2>Where is it?</h2>
30-
<p>This year, <strong>InterAccess</strong> will be hosting TerribleHack! It will be on <b>Saturday April 26</b> from 11am to 6pm. InterAccess is a gallery and studio that also graciously hosts Creative Code Toronto events. TerribleHack will happen at their space on 32 Lisgar Street, Units 4 &amp; 5, Toronto. Check out their gallery while you're at the event!</p>
38+
<p>This year, <a href="https://interaccess.org/"><strong>InterAccess</strong></a> will be hosting TerribleHack! It will be on <b>Saturday April 26</b> from <b>11 AM to 6 PM</b>. InterAccess is a gallery and studio that also graciously hosts Creative Code Toronto events. TerribleHack will happen at their space on <a href="https://maps.app.goo.gl/ZBdSeNJmDBza16ep6">32 Lisgar Street, Units 4 &amp; 5, Toronto</a>. Check out their gallery while you're at the event!</p>
3139

32-
<h2>How it's going to work</h2>
33-
<p>InterAccess opens at 11am. From then until the evening, the space will be open for you to work on a project! Feel free to show up with teammates if you have them, or just on your own. In the late afternoon and evening, take a turn at the projector to demo your work!</p>
40+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2887.2918684598435!2d-79.42596932392622!3d43.64209555314912!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b34fde9cca6d3%3A0x990108f10a428531!2sInterAccess!5e0!3m2!1sen!2sca!4v1744670186198!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
3441

3542
<h2>Who are we?</h2>
3643
<p>TerribleHack started in 2015 by students at the University of Waterloo, eager to temporarily break away from the pressure and professionalism of traditional hackathons.</p>

style.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ body {
1414
padding: 20px;
1515
}
1616

17+
.info {
18+
display: flex;
19+
flex-direction: column;
20+
align-items: center;
21+
justify-content: center;
22+
margin: 0 auto;
23+
text-align: center;
24+
width: 60%;
25+
}
26+
1727
#hero {
1828
display: flex;
1929
justify-content: center;
@@ -52,9 +62,13 @@ h3 {
5262
}
5363

5464
h4 {
55-
font-size: 26px;
65+
font-size: 15px;
5666
font-weight: normal;
57-
margin-bottom: 15px;
67+
margin-top: 0px;
68+
margin-bottom: 0px;
69+
text-align: left;
70+
width: 100%;
71+
5872
}
5973

6074
h5 {

0 commit comments

Comments
 (0)