-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (281 loc) · 7.74 KB
/
index.html
File metadata and controls
330 lines (281 loc) · 7.74 KB
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en">
<head>
<title>Uncommon Makes 2023</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
font-family: Avenir, sans-serif;
}
button {
font-family: Avenir, sans-serif;
}
.button {
border: none;
color: #f6d282;
padding: 1rem 4rem;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.2s;
cursor: pointer;
}
.button1 {
background-color: #f6d282;
color: #481b8a;
margin-top: 2rem;
border-radius: 2rem;
}
.button1:hover {
background-color: #481b8a;
color: #f6d282;
}
header {
background-color: #e8b280;
background-size: cover;
background-blend-mode: darken;
padding: 5.5rem 8vw 3.5rem;
text-align: center;
font-size: 35px;
color: #481b8a;
}
nav {
float: left;
width: 50%;
padding: 0 2vw;
}
article {
float: left;
padding: 0 2vw;
width: 50%;
}
section {
background: #1a8888;
padding: 2rem 3vw;
}
section::after {
content: "";
display: table;
clear: both;
height: auto;
}
footer {
background-color: #481b8a;
padding: 10px;
text-align: center;
color: #f6d282;
}
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}
.collapsible {
background-color: #f6d282;
color: black;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #d67cd1;
color: #f6d282;
}
.content {
padding: 0 18px;
background-color: #481b8a;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
color: #e8b280;
}
.info-text {
display: inline-block;
margin: 1rem auto 1rem;
text-align: "left";
}
.bold {
font-weight: bold;
}
.bullet {
color: #1a8888;
font-weight: bold;
margin-right: 0.25rem;
}
h2 {
margin: 0;
margin-top: 1.5rem;
font-size: 50px;
}
h3 {
font-size: 25px;
font-weight:normal;
color: #1a8888;
}
h4 {
font-size: 18px;
font-weight:normal;
margin: 0.75rem;
}
h5 {
font-size: 15px;
line-height: 0.25;
font-weight:normal;
}
p {
font-size: 16px;
line-height: 1.5;
text-align: left;
}
#a_header {
color: #d67cd1
}
#a_header:link {
text-decoration: none;
font-weight: bold;
}
#a_header:hover {
color: #1a8888;
font-weight: bold;
text-decoration: none;
}
#a_body {
color: black
}
#a_body:link {
text-decoration: none;
}
#a_body:hover {
color: #f6d282;
font-weight: bold;
}
#slogan {
font-style: italic;
color: #1a8888;
}
body {
margin: 0;
background-color: #666;
}
li {
font-size: 15px;
}
.list-container {
text-align: left !important;
background-color: #481b8a;
color:#f9f5ec;
line-height: 1.5;
padding: 0.25rem;
border-radius: 1rem;
}
</style>
</head>
<body>
<header>
<a href="https://uncommonhacks.com" ><img id = "logo" src="images/faviconFilled.png"></a>
<h2>Uncommon Makes 2023</h2>
<h3 id="slogan">THE UCHICAGO DESIGNATHON</h3>
<h4>Ida Noyes</h4>
<h4>November 11th, 2023</h4>
<button class="button button1" onclick="location.href='https://makes2023.uncommonhacks.com/signup.html'"><b>Register now!</b></button>
<h3 class="bold">Introduction</h3>
<p>
Come solve a crazy design problem at Uncommon Makes! In this second-ever UChicago designathon, you will have six hours to respond to a design prompt. The twist is: unlike at our hackathon, your solution does not have to be a technical product. Mock-ups, prototypes, sketches, drawings, and even interpretive dances are all fair game! What our judges will be looking for the most is how creatively and thoughtfully your team responded to the prompt.
</p>
<h3 class="bold">How does it work?</h3>
<p class="info-text" >
Once you arrive at the event, you’ll have a chance to meet new people and form teams. Then, during our opening ceremony, we'll announce the prompt for this year's Makes. After the keynote, we’ll start our two workshops that introduce you to two technologies that could help with your project:
</p>
<div class="list-container">
<ul>
<li>If you're looking for a more design-heavy approach, we will have a workshop for Figma, which is a tool for creating design mock-ups.</li>
<li>If you're looking for a more code-heavy approach, we will have a workshop on React, which is a framework that helps with making dynamic websites. </li>
</ul>
</div>
<p class="info-text" >
We would love for you to attend our workshops, but you can also feel free to just start working! One more note is that although you’re more than welcome to come to the event with a team already formed, we do have a team size limit of 5 people.
</p>
<h3 class="bold">Judging</h3>
<p class="info-text">
Once you've gotten a chance to work on your project for a couple of hours, you will be assigned a table, and will get to present your work during the project showcase. Then, we will choose winners for different categories and award our prizes.
</p>
<h3 class="bold">Schedule</h3>
<div class="list-container">
<ul>
<li>9:30 check-in, team formation</li>
<li>10:00 opening ceremony and keynote</li>
<li>11:00 workshop: prototyping with Figma</li>
<li>11:00 workshop: dynamic websites with React</li>
<li>12:00 lunch</li>
<li>2:00 “What is Design?” Keynote</li>
<li>5:00 dinner, judging, project showcase</li>
<li>5:30 closing ceremony and prize giveaway</li>
</ul>
</div>
<h3 class="bold">About Us</h3>
<p class="info-text">Uncommon Hacks is an RSO that organizes coding-related competitions on campus. Our main event is a 24-hour hackathon called Hacks, which happens during the first weekend of the spring quarter. We love cool tech projects and can't wait to see what you create! 😁
</p>
</header>
<section>
<nav>
<button type="button" class="collapsible"><span class="bullet">+</span> Is Makes only for undergraduate students? </button>
<div class="content">
<p>No, high school or university students are welcome to come join us!</p>
</div>
<button type="button" class="collapsible"><span class="bullet">+</span> Do I have to be on a team? </button>
<div class="content">
<p>No, although we recommend it.</p>
</div>
<button type="button" class="collapsible"><span class="bullet">+</span> How big can teams be? </button>
<div class="content">
<p>Up to five people.</p>
</div>
<p></p>
</nav>
<article>
<button type="button" class="collapsible"><span class="bullet">+</span> Do I have to pay for anything? </button>
<div class="content">
<p>Nope!</p>
</div>
<button type="button" class="collapsible"><span class="bullet">+</span> Did you say prizes? </button>
<div class="content">
<p>Affirmative, we will be handing out various prizes to the top submissions.</p>
</div>
<button type="button" class="collapsible"><span class="bullet">+</span> What should I bring?</button>
<div class="content">
<p>Just a laptop and your (uncommon) ideas.
</p>
</div>
</article>
</section>
<footer>
<h1>Questions? Contact us at <a href="mailto:[email protected]" style="color:#1a8888">[email protected]</a>!</h1>
</footer>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
</body>
</html>