Skip to content

Commit 69b79d2

Browse files
committed
Update site, new google form
1 parent 1091712 commit 69b79d2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

agents.png

92.9 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<html>
22
<head>
3-
<title>TerribleHack 2025</title>
3+
<title>TerribleHack 2026</title>
44
<link rel="stylesheet" type="text/css" href="style.css" />
55
</head>
66
<body>
77
<div id="hero">
88
<div class="content">
9-
<h1>TerribleHack 2025:<br/>AI (Artificial Ignorance)</h1>
9+
<h1>TerribleHack 2026:<br/>Agent Overload</h1>
1010
<h3>An event for making bad ideas a reality.</h3>
1111
<div class="info">
12-
<h4>🗓️ April 26, 2025</h4>
12+
<h4>🗓️ April 26, 2026</h4>
1313
<h4>🕚 11:00 AM – 6:00 PM EDT</h4>
1414
<h4>📍 InterAccess, 32 Lisgar Street, Toronto, ON</h4>
1515
</div>

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const getLink = () => {
66
const name = encodeURIComponent(nameInput.value);
77
const email = encodeURIComponent(emailInput.value);
88

9-
return `https://docs.google.com/forms/d/e/1FAIpQLScMyg56oS2CEknFhEurWTl8OSXcEQW-7NrLT5rU9JNzYWokZw/viewform?usp=pp_url&entry.498838656=${name}&entry.932453923=${email}`;
9+
return `https://docs.google.com/forms/d/e/1FAIpQLSdzheaLsrUu-LhgnUhfoD6XvucNE_XIqUm8qyu767DgN3EzHw/viewform?usp=pp_url&entry.498838656=${name}&entry.932453923=${email}`
1010
};
1111

1212
[nameInput, emailInput].forEach(input => {

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ body {
2929
justify-content: center;
3030
align-items: center;
3131
height: 100%;
32-
background: linear-gradient(rgba(0, 0, 128, 0.55), rgba(0, 0, 128, 0.55)), url("clippy.png"), #011893;
32+
background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("agents.png"), #f95454;
3333
background-position: right center;
34-
background-repeat: no-repeat;
34+
background-repeat: repeat;
3535
background-size: contain;
3636

3737
color: #FFF;

0 commit comments

Comments
 (0)