-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (79 loc) · 6.26 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
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Styling -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="css/styles.css" rel="stylesheet">
<title>Uncommon Makes 2023</title>
<meta name="description" content="Join the official UChicago design-a-thon for six hours of hacking on design and tech!">
<meta name="keywords" content="Uncommon Makes 2023, Uncommon Makes, Uncommon Hacks, tech,
design">
<meta name="author" content="Uncommon Hacks">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://makes2023.uncommonhacks.com">
<meta property="og:title" content="Uncommon Makes 2023">
<meta property="og:description" content="Join the official UChicago design-a-thon for six hours of hacking on design and tech!">
<meta property="og:image" content="https://makes2023.uncommonhacks.com/images/Uncommon-Makes.png">
<meta property="og:url" content="https://makes2023.uncommonhacks.com">
<meta property="og:type" content="website">
</head>
<body>
<div class="scrollableElement">
<img id="backgroundImage" src="images/background2.png">
<!-- Put any divs that should be overlayed ontop of the background image here. -->
<!-- Then in css/styles.css, add absolute positioning (see #faq or #schedule in hacks23 as examples) -->
<div class="overImage">
<div class="buttons">
<button type="button" class="btn btn-info btn-lg xtra-btn" onclick="location.href='signup.html'">register</button>
<button type="button" class="btn btn-info btn-lg email xtra-btn" onclick="location.href='mailto:[email protected]?Subject=Uncommon Makes 2023 Inquiry';">contact</button>
<button type="button" class="btn btn-info btn-lg email xtra-btn" onclick="location.href='https://uncommonhacks.com/';">main site</button>
</div>
<div id=introduction>
<h1>introduction</h1>
<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>
</div>
<div id=howitworks>
<h1>how does it work?</h1>
<p>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>
<ol>
<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>
</ol>
<p>We would love for you to attend our workshops, but you can also feel free to just start working! Note 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. Also, attendance is open to any and all university students!</p>
</div>
<div id=judging>
<h1>judging</h1>
<p>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>
</div>
<div id=schedule>
<h1>schedule</h1>
<div class="list-container">
<ul>
<li>9:30 check-in, team formation</li>
<li>10:00 opening ceremony</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>
</div>
<div id=about>
<h1>about</h1>
<p>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>
</div>
</div>
</div>
<script src="js/script.js"></script>
<!-- External javascript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>