-
Notifications
You must be signed in to change notification settings - Fork 1
/
agenda.html
296 lines (238 loc) · 10.4 KB
/
agenda.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Festival of Learning is a celebration by and for the Media Lab community; a day for sharing passions and projects in a playful spirit.">
<meta name="author" content="Media Lab Learning initiative">
<link rel="icon" href="./img/favicon-32x32.png">
<title>Festival of Learning</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.typekit.net/qvn1ssq.css">
<!-- Custom styles for this template -->
<link href="./styles.css" rel="stylesheet">
</head>
<body class="text-center agenda agenda-25">
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column">
<!-- Back button -->
<img class="agenda-color-bar" src="img/purple-bar.png">
<a href="index.html">
<img class="back-btn" src="img/back-arrow.svg" height="50"/>
</a>
<!-- Pre-reg Button design if
<a class="prereg-btn" href="#">
<img class="default" src="img/prereg-btn-default.svg"/>
<img class="hover" src="img/prereg-btn-hover.svg"/>
</a> -->
<!-- Main Container -->
<div class="cover-container mx-auto">
<main role="main" class="inner cover">
<!-- Schedule Summary Section -->
<div class="agenda-section align-left">
<h1>Agenda</h1>
<div class="container px-0 mx-0 mt-n3 mb-n4">
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">9:30am</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#breakfast">
<h4>Kick-off Coffee and Swag</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">10:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-1">
<h4>Workshops Session 1</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">12:00pm</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#crazy-cool">
<h4>MAS Lunch + <i>Crazy AND Cool</i> Pitch Session</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">1:15</h4>
</div>
<div class="col-8 col-sm-9">
<h4>Break</h4>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">1:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-2">
<h4>Workshops Session 2</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">3:00</h4>
</div>
<div class="col-8 col-sm-9">
<h4>Break</h4>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">3:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#workshops-3">
<h4>Workshops Session 3</h4>
</a>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">5:00</h4>
</div>
<div class="col-8 col-sm-9">
<h4>Break</h4>
</div>
</div>
<div class="row">
<div class="col-4 col-sm-3">
<h4 class="green">5:30</h4>
</div>
<div class="col-8 col-sm-9">
<a href="#dinner">
<h4>ML Feast</h4>
</a>
</div>
</div>
</div>
</div>
<!-- Share your photos -->
<!--
<hr class="agenda-divider mt-n2">
<div class="agenda-section">
<img class="img-agenda mb-n3 mt-1" src="img/2023-agenda/share-photos.svg" width="354px">
<div class="workshop">
<h2 class="mt-4">
Share Your Photos!
</h2>
<p class="mb-n2">
Drop your pics in this
<a target="_blank" href="https://www.google.com/url?q=https://drive.google.com/drive/folders/1DtAHfUfvF61rtd7R32uN3yTRSNk0G65D?usp%3Dsharing&sa=D&source=docs&ust=1675098861703720&usg=AOvVaw2IIhfyNeNVCK0ESFlznoA9">
Google Drive Folder</a>, and share highlights on the ML Slack!
</p>
</div>
-->
<!-- Block divider -->
<hr class="agenda-divider">
<!-- 9:30 Block -->
<div class="agenda-section">
<a class="anchor" id="breakfast"></a>
<!-- Block time header -->
<h1>9:30–10:30am</h1>
<img class="img-agenda mb-3 mt-n3" src="img/2024-agenda/blobs-registration.png" width="264px">
<!-- Individual Workshop Content -->
<div class="workshop">
<!-- Event title -->
<h2>
Kick-off + Waffles
</h2>
<!-- Event subtitle, host + location -->
<h3>
Hosted by FoL '24 team, 3rd Floor Atrium
</h3>
<!-- Event Description -->
<p>
Join us in the atrium to kick off the 2024 Festival of Learning with “Registration,” a.k.a. Make Your Own Name Tag, personalize your FoL swag, share waffles, and learn about our sessions this year!
</p>
</div>
</div>
<!-- 10:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-1"></a>
<h1>10:30–12:00pm<br>Workshops Session 1<br>Descriptions coming soon!</h1>
</div>
<!-- 12:00 PM block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="crazy-cool"></a>
<h1>12:00–1:15pm</h1>
<img class="img-agenda mt-n3 mb-2" src="img/2024-agenda/blobs-pitch.png" width="411px">
<div class="workshop">
<h2>
MAS Lunch + <i>Crazy AND Cool</i> Pitch Session
</h2>
<h3>
Hosted by Pattie Maes (Fluid Interfaces) and Andy Lippman (Viral Communications)
</h3>
<p>
“Wouldn't it be awesome if we, at the Lab, did X?” In this session, Media Labbers will pitch totally crazy but cool projects that could spark new research. Grab your lunch, take a seat, and cheer them on! Then, contribute your crazy ideas to a collective brainstorm.
</p>
</div>
</div>
<!-- 1:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-2"></a>
<h1>1:30–3:00pm<br>Workshops Session 2<br>Descriptions coming soon!</h1>
<!-- 3:30 block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="workshops-3"></a>
<h1>3:30–5:00pm<br>Workshops Session 3</h1>
<!-- 5:30 Block -->
<hr class="agenda-divider">
<div class="agenda-section">
<a class="anchor" id="dinner"></a>
<!-- Block time header -->
<h1>5:30–7:00pm</h1>
<img class="img-agenda mt-n4 mb-2" src="img/2024-agenda/blob-feast.png" width="240px">
<!-- Individual Workshop Content -->
<div class="workshop">
<!-- Event title -->
<h2>
ML Feast + FoL Showcase
</h2>
<h3>
Hosted by FoL’25 team, 6th Floor Wintergarden (Showcase in Silverman Room)
</h3>
<!-- Event Description -->
<p>
Join us for a pasta dinner, made in-house! Showcase what you’ve created, and meet community members to share what you've learned at FoL.
</p>
</div>
<!-- Individual Workshop Content
<div class="workshop">
<h2>
Share Your Photos!
</h2>
<p>
Drop your pics in this Google Drive Folder, and share highlights on the ML Slack!
</p>
</div> -->
</div>
</div>
</main>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWagendaIMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>