-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (139 loc) · 6.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uncommon Makes</title>
<meta name="description" content="Learn and build with technology with Uncommon Hacks.">
<link href="style.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
</head>
<body>
<div class="middle">
<img src="images/makes_21_title.png" id="title_banner">
</div>
<div class="middle">
<img src="images/makes_21_coming_soon_browser.PNG" id="window">
</div>
<div class="middle" id="signup">
<a href="https://bit.ly/Makes2021Signup " class="button">Sign Up!</a>
</div>
<div class="middle" id="description">
The Uncommon Hacks team is bringing you Uncommon Makes, a collaborative makeathon and workshop series! We will
present a series of workshops and talks geared towards UChicago students interested in getting their hands dirty
with web-based technologies. Over the course of the event, attend workshops that showcase several cool ways to
build a site, and then make an HTML page of your own! At the end, we’ll stitch all of them together in an
e-quilt that will celebrate the creativity of the tech community at UChicago. Join us at the MADD Center at
Crerar to learn, create, and make!
</div>
<div id="info-text">
<div id="schedule-text-header">
SCHEDULE
</div>
<div id="schedule">
<div id="schedule-text-section1-header" class="schedule-date">
Friday, November 12th
</div>
<div id="schedule-text-section1-col1" class="schedule-text">
6:00-6:30 pm Opening & Introduction<br>
6:30-7:30 pm Workshop 1 (Dynamic HTML)<br>
7:30-8:00 pm Dinner<br>
8:00-8:45 pm (Data Visualization)<br>
8:45-11:30 pm Team Formation & Work Time<br>
More workshops to be updated
</div>
<div id="schedule-text-section2-header" class="schedule-date">
Saturday, November 13th
</div>
<div id="schedule-text-section2-col1" class="schedule-text">
1:00 Doors open/check-in with mentors/work time
<br>
2:30 Snacks + <activity> Break
<br>
5:00 Closing + showcase
<br>
</div>
</div>
<div id="FAQ-text-header">
FAQ
</div>
<div class="schedule-text">
<dl>
<dt>How can I apply to Uncommon Makes 2021?</dt>
<dd>Fill out our sign-up form (https://bit.ly/Makes2021Signup) and make sure to confirm your
participation during 7th Week when we send out confirmation emails.
</dd>
<dt>If I want to go to one workshop, do I have to go to the entire event? Do I have to go for all two
days?
</dt>
<dd>No, you do not need to be present for two days or even an entire day. Just indicate on the
registration form which events you’ll be attending. However, each day of Makes will feature
workshops as well as free time to work and seek mentorship that we’d love for you to participate in!
</dd>
<dt>
Can I participate remotely?
</dt>
<dd>
Yes! We’ll be livestreaming the workshops and offer opportunities to collaborate on projects
remotely.
</dd>
<dt>
I’ve never coded before. Will I be able to participate in the workshops?
</dt>
<dd>
The workshops are beginner-level but they do require very basic CS experience. You will have no
problem if you have taken any CS class before but we also welcome all students to attend.
</dd>
<dt>
Will lunch or dinner be provided?
</dt>
<dd>
We will be providing individually packed meals on Friday; on Saturday we will have lots of snacks
and refreshments for participants.
</dd>
<dt>
The event is tomorrow and I forgot to sign up! Can I still attend?
</dt>
<dd>
Yes, we will be accepting walk-ins on a first-come, first-served basis. If you forgot to sign up,
please try to come early to ensure you get a spot.
</dd>
<dt>
I participated in Uncommon Makes in previous years. Will the event be the same?
</dt>
<dd>
No! This year, we are splitting Makes into workshops and a makeathon to make it more accessible and
convenient for everyone.
</dd>
<dt>
I participated in Uncommon Hacks last year. Will the event be the same?
</dt>
<dd>
No, Uncommon Makes is a much more informal, learning-based event. While we’ll have project showcases
and opportunities for collaboration and mentorship, there won’t be various prize categories. Stay
tuned for information about Hacks 2022 happening in April 2022!
</dd>
<dt>
Do I have to come to the event with a team?
</dt>
<dd>
No, the event will not have any kind of competition and will not require a team. However, workshops
and projects can be done in pairs or teams if you’d like!
</dd>
<dt>
Will materials (computers, hardware, etc.) be provided?
</dt>
<dd>
Workshop materials such as code templates will be provided. We ask that you bring your own laptop.
</dd>
</dl>
</div>
<div class="middle">
<img src="images/makes21_plant_hr.png" id="plant">
</div>
</div>
</body>