-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
123 lines (91 loc) · 6.39 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
<!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/[email protected]/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 homepage">
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column">
<div class="cover-container mx-auto">
<main role="main" class="inner cover">
<!-- Intro Section -->
<h1 class="py-4">Festival of Learning 2025</h1>
<!-- Blob Img -->
<!--
<img class="img-banner mb-n2" src="img/FOL24_Main_Graphic_TriColor_Transparent.png" width="670px">
-->
<div class = "my-4">
<p><b>What:</b> A day-long festival at the Lab, made by-the-community, for-the-community, involving students, UROPs, staff, and faculty. To celebrate 🎉, learn 👯, eat 🥘, make 🗜️, share 🤝, play ✨, and dance 💃🏽 together!</p>
<p><b>When:</b> Friday, January 31, 2025</p>
<p><b>Where:</b> E-14/15</p>
<p><b>Contact:</b> festival-of-learning [at] media.mit.edu</p>
</div>
<!-- Agenda Button -->
<a href="agenda.html">
<img class="agenda-btn default my-4" src="img/2025/2025-agenda-coming-soon.png"/>
<img class="agenda-btn hover my-4" src="img/2025/2025-agenda-coming-soon.png"/>
</a>
<br/>
<!-- Propose a Session Button -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSef0H4MBNTT5srCL8O2anMhzcbkbFrDf-KssCj-Gq3YsVk4bA/viewform?usp=sf_link">
<img class="propose-btn default my-4" src="img/2025/2025-propose-workshop.png"/>
<img class="propose-btn hover my-4" src="img/2025/2025-propose-workshop.png"/>
</a>
<!-- Coming Soon Img -->
<!-- <img class="img-banner my-3" src="img/coming-soon.png" alt="2022 agenda coming soon" width="375"> -->
<!-- Youtube Video -->
<div class="embed-responsive embed-responsive-16by9 my-4">
<iframe class="embed-responsive-item" width="560" height="315" src="https://www.youtube.com/embed/3HW_6uhcqa0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!-- Block Quotes -->
<div class="mb-3 mt-5 pb-1 quote">
<p class="font-italic mb-1">"One side effect of working remotely has been that I've lost touch with coworkers I used to run into in the hallways. The people that I didn't have a *work* reason to talk to… It was refreshing to remember that I am more than my work and so are the inhabitants of the Media Lab."</p>
<p>— Andrea Porras, Reflections from Festival of Learning 2022</p>
</div>
<div class="my-3 pb-1 quote">
<p class="font-italic mb-1">"Met more Media Lab people in the 24 hours of ML Third Thursdays movie night and Friday FoL than the 2 years before that!"</p>
<p>— Juliana, Reflections from Festival of Learning 2022</p>
</div>
<div class="my-3 pb-1 quote">
<p class="font-italic mb-1">"Festival of Learning is always a time of meeting new people while reconnecting with friends I haven't seen in a while, which has been especially important after the long remote period."</p>
<p>— Shannon Johnson, Reflections from Festival of Learning 2022</p>
</div>
<div class="mt-3 mb-3 pb-1 quote">
<p class="font-italic mb-1">"Bringing the Festival of Learning back to the Lab—in all its low-production, DIY, non-serious glory—and introducing it to the newer students who hadn’t experienced that part of our culture before made me so happy, as I felt we were celebrating the parts of the Media Lab that I think make us so special."</p>
<p>— Pip Mothersill, <a href="https://www.media.mit.edu/posts/festival-of-learning-2019-reflections/">Reflections from Festival of Learning 2019</a></p>
</div>
<!-- Footer blobs -->
<img class="mt-3" src="img/footer-shapes.svg" width="150px">
<!-- Footnote -->
<div class="footnote py-4 mx-auto" style="width:80%">
<p class="text-center"> FoL24 is brought to you by a collaborative team of MAS students, staff, and researchers, with support from MAS, ML Human Resources, and PLIX!</p>
<p class="text-center"><a href="https://accessibility.mit.edu/">Accessibility</a></p>
</div>
</main>
</div>
<!-- Footer Icons -->
<footer class="d-flex mastfoot">
<div>
<img class="mr-1" src="./img/fol_logo.svg" alt="FOL 24" width="45">
<img src="./img/MediaLab_logo.svg" alt="MIT Media Lab" width="45">
</div>
</footer>
</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+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>