forked from lczielinski/ideathon-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (246 loc) · 8.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
type="image/jpg"
sizes="107x107"
href="images/TechTeamArrow.jpg"
/>
<!-- Bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- Planetary.js -->
<script type="text/javascript" src="./assets/d3.v3.min.js"></script>
<script type="text/javascript" src="./assets/topojson.v1.min.js"></script>
<script type="text/javascript" src="./assets/planetaryjs.min.js"></script>
<link rel="stylesheet" href="css/glitch.css" />
<title>Ideathon 2022</title>
<!-- Fonts -->
<style>
@font-face {
font-family: Bungee-Shade;
src: url("./fonts/Bungee-Shade.otf");
}
@font-face {
font-family: Oswald;
src: url("./fonts/Oswald.ttf");
}
@font-face {
font-family: RobotoSerif;
src: url("./fonts/RobotoSerif.ttf");
}
body {
font-family: RobotoSerif;
font-size: 1.2rem;
color: white;
}
h1,
h2 {
font-family: Bungee-Shade;
color: #26f478;
}
h2 {
font-family: Bungee-Shade;
color: #4face6;
font-size: 2.5rem;
}
h3,
h4 {
font-family: Oswald;
}
.nav-hover:hover {
background-color: #0e7aa5;
}
.register:hover {
color: white !important;
}
.globe {
display: none;
}
.caption-container {
display: flex;
align-items: center;
justify-content: center;
}
.caption {
color: transparent;
color: #ffffff;
background-size: 0% 100%;
text-align: center;
}
.caption:hover {
background-position: center;
background-size: 100% 100%;
background-image: linear-gradient(#26f478, #26f478);
display: inline;
background-repeat: no-repeat;
transition: all 500ms ease-in-out;
color: black;
}
@media (min-width: 480px) {
.title {
font-size: 4rem;
}
.globe {
width: 100%;
display: block;
}
.content {
height: 60vh;
overflow: auto;
}
}
</style>
</head>
<body style="background-color: black">
<!-- Navbar -->
<nav
class="navbar navbar-expand-lg navbar-light"
style="background-color: #26f478"
>
<div class="container">
<a class="navbar-brand" href="index.html"><h4>IDEATHON 2022</h4></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="nav-links collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-md-2 register">
<a
class="nav-link nav-hover register"
style="color: red"
target="_blank"
rel="noopener noreferrer"
href="https://tinyurl.com/ideathon2022"
><h4>REGISTER HERE</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link nav-hover"
style="color: black"
href="schedule.html"
><h4>SCHEDULE</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link nav-hover"
style="color: black"
href="judging.html"
><h4>JUDGES & MENTORS</h4></a
>
</li>
<li class="nav-item mx-md-2">
<a
class="nav-link"
style="color: #0e7aa5"
target="_blank"
rel="noopener noreferrer"
href="https://www.uchicagotechteam.com/"
><h4>TECHTEAM</h4></a
>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<!-- Header -->
<div class="row">
<h3 class="text-center mt-3">UNIVERSITY of CHICAGO</h3>
<h1 class="text-center title glitch" style="font-size: 3rem">
TECHTEAM IDEATHON 2022
</h1>
<div class="caption-container">
<h3 class="caption">
APRIL 22–24, 2022.
<a
style="color: red"
target="_blank"
rel="noopener noreferrer"
href="https://forms.gle/imvFVagaS8inJ9h86"
>JOIN US FOR A WEEKEND OF BRAINSTORMING BOLD SOLUTIONS TO BIG
PROBLEMS.</a
>
</h3>
</div>
</div>
<div class="row mt-3 gx-md-5 mb-4">
<div class="col-md-7 content">
<h2 class="text-center text-md-start">WHAT IS IT?</h2>
<p class="ms-2 ms-md-0">
Join us for 3 days (April 22–24) where you and your team can
identify and propose creative solutions to some of the major issues
in tech and policy. These solutions could take the form of a
government policy/tax/subsidy, app, program, educational
class—anything! Absolutely feel free to think outside the box!
</p>
<p class="ms-2 ms-md-0">
By 8PM on April 23rd, your team will submit a slideshow
presentation and a 3 minute recorded video of an elevator pitch for
the problem you are addressing and your solution. We will provide
detailed guidelines for what we are looking for in your slide deck.
Please submit all relevant links <a href=https://forms.gle/4haqR4JP1AKP5emr5>here</a>
</p>
<h2 class="text-center text-md-start">WHO IS IT FOR?</h2>
<p class="ms-2 ms-md-0">
Anyone who attends the University of Chicago! We want to create an
open space for discussion and thoughtful collaboration across all
majors and schools.
</p>
<p class="ms-2 ms-md-0">
We are asking for teams of 5 students. At the time of registration,
you may register as a team or as an individual. During the Ideathon,
we will match individuals to form teams.
</p>
<h2 class="text-center text-md-start">WHERE IS IT?</h2>
<p class="ms-2 ms-md-0">
We have space booked in the Rubenstein Forum for speaker events and
work sessions during the weekend.
</p>
<h2 class="text-center text-md-start">TELL ME MORE</h2>
<p class="ms-2 ms-md-0">
No technical or coding skills necessary! We encourage students with
a variety of skills, interests, and backgrounds to sign up. Before and during the event,
please look through this <a href=https://docs.google.com/document/d/1Gvz0Sw6W6KG6c9MOKZGxG8h8AJYeiXU6/edit?usp=sharing&ouid=101348144060889512978&rtpof=true&sd=true>scoping document</a> to guide your brainstorming of policy and technical
solutions to one of the two themes!
</p>
</div>
<!-- Globe -->
<div class="col-md-4">
<canvas
class="globe ms-5"
id="rotatingGlobe"
style="cursor: move"
></canvas>
<script type="text/javascript" src="assets/planet.js"></script>
</div>
</div>
</div>
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</body>
</html>