-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 3.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>L.I.V.E. at UChicago</title>
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<link rel="icon" type="image/x-icon" href="./favicon/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=PT+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<meta name="google-site-verification" content="fcsDy4uaeDNhnQkgh5Lcgv0C5J59R4ScDc61InrB2u4" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DNNN6B1K3T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DNNN6B1K3T');
</script>
</head>
<body>
<img src="live-logo.png" height="180"/>
<h2 class="question title">Are you a gifted individual looking for special opportunities?</h2>
<!--h1>The Learning Institute for the Very Enlightened</h1-->
<h2 class="title">Join us at the Learning Institute for the Very Enlightened at the University of Chicago.</h2>
<main>
<p>
The Learning Institute for the Very Enlightened (L.I.V.E.), a gifted school founded by Dr. Ledroptha Curtain, is conducting research at the
University of Chicago in Spring 2023. We are looking for extraordinarily minded people to <b>participate in an immersive experiment</b>
regarding neural responses to <b>transmedia stimuli</b> to help lead The Improvement.
<br/><br/>Experiments begin in the lobby of the <b>Media Arts, Data, and Design (MADD) Center</b> on the first floor of <a href="https://goo.gl/maps/tSUPjKZxBf5Mths79">Crerar Library</a>.
They last around 40 minutes and are in the
<b>evening of Thursday, April 20</b> and the <b>afternoon of Saturday, April 22</b>.
</p>
<p style="margin-top: 1em"><b>Sign up below or <a href="https://uchicago.co1.qualtrics.com/jfe/form/SV_3rahu1arOPFo27c" target="_blank">at this link</a>.</b><br/>
Experiments have now concluded. Thanks to all who have participated!
<!-- Note that most of our study sections are now at capacity and will not appear on the form. To add yourself onto our waitlist, email <a href="mailto:live@uchicago.edu">live@uchicago.edu</a> with your name
and study times on Saturday (2pm, 3pm, 4pm) where you would be available. We will also accept walk-in participants if registered participants do not attend. --></p>
<p><em>Please email our Executive Team at <a href="mailto:live@uchicago.edu">live@uchicago.edu</a> with any inquiries.</em></p>
<p><iframe src="https://uchicago.co1.qualtrics.com/jfe/form/SV_3rahu1arOPFo27c" style="width:100%" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></p>
</main>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45186842-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>