-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (145 loc) · 9.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>MIT: REGRESSIONS, a documentary.</title>
<meta name="description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Created by Wes and Luke. Full movie now available.">
<meta name="author" content="Lucas Igel and Wesley Block">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://regressions.net">
<meta property="og:type" content="website">
<meta property="og:title" content="MIT: REGRESSIONS, a documentary.">
<meta property="og:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Created by Wes and Luke. Full movie now available.">
<meta property="og:image" content="images/social-v1.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="regressions.net">
<meta property="twitter:url" content="https://regressions.net">
<meta name="twitter:title" content="MIT: REGRESSIONS, a documentary.">
<meta name="twitter:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Created by Wes and Luke. Full movie now available.">
<meta name="twitter:image" content="images/social-v1.png">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Themes:
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-dark.css">
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/avatar.png">
<!-- Utils
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LZK0NQV957"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LZK0NQV957');
</script>
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: -1%">
<!--
## Getting Started with LittleLink
This page has been built with every pre-designed button available in LittleLink by default. You can rearrange and delete as needed.
You can add your own brand or others brands you may need in the `css/brands.css` file.
You can add custom icons to `images/icons/...`. It is recommended to use a 24x24 .SVG.
Edit the "Your Image Here" section to add your own personal branding, like a picture of yourself or your brand logo!
Edit the "Title" section to change the page heading. You can use something like your name, your social handle, or your brand name.
Edit the "Short Bio" section tell users about yourself or your brand.
-->
<a class="button button-regressions-screening" href="https://fb.me/e/c3iS2YRUA" target="_blank" rel="noopener">
<div>
<br>
RSVP TO THE 10.08.23 SCREENING @ MIT
<!-- <br> -->
<!-- <i>(a portal for all sources and footage)</i> -->
</div>
</a>
<!-- Your Image Here -->
<img src="images/regressions-title-subtitle.svg" class="regressions-logo" srcset="images/regressions-title-subtitle.svg 2x" alt="MIT:REGRESSIONS. A HISTORY OF THE INSTITUTE.">
<hr class="hr-regressions">
<div class="row">
<div class="three columns">
<h2 class="header-button"><a class="header-button-text" href="https://regressions.net/trailer"><i>Trailer</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="news.html"><i>News</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="https://www.zeffy.com/en-US/donation-form/1ae74365-20e9-4652-8d1b-644d39fd8551"><i>Donate</i></a></h2>
<h2 class="header-button"><a class="header-button-text" href="http://users3.smartgb.com/g/g.php?a=s&i=g36-34597-b0"><i>Guest Book</i></a></h2>
</div>
</div>
<hr class="hr-regressions">
<!-- <br> -->
<p class="desc">A feature-length documentary on the history of MIT, from World War 2 to COVID-19.</p>
<br>
<!---responsive iframe via embedresponsively.com-->
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/mToftr444Pc?rel=0&modestbranding=1&autohide=1&mute=1&autoplay=1&cc_load_policy=1&muted=1&origin=https://regressions.net' allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" frameborder='0' allowfullscreen></iframe></div>
<!-- <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed//QfWYHSiq4_I?rel=0&modestbranding=1&autohide=1&mute=1&autoplay=1&cc_load_policy=1&muted=1&origin=https://regressions.net' allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" frameborder='0' allowfullscreen></iframe></div> -->
<br>
<br>
<div class="row">
<div class="twelve columns">
<!-- MAILING LIST -->
<a class="button button-regressions" href="https://docs.google.com/forms/d/e/1FAIpQLSd9jkcDtmyI7ItSd8L_896MPQdRCzzCVw0RFmdJF9nqdocwcg/viewform" target="_blank" rel="noopener">
JOIN MAILING LIST
</a>
</div>
</div>
<!-- a 2 x 2 grid of buttons -->
<div class="row">
<div class="two columns">
<!-- Twitter -->
<a class="button button-twit" href="https://twitter.com/mitregressions" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitter.svg" alt="Twitter">FOLLOW</a>
<!-- Spotify -->
<a class="button button-spotify" href="https://open.spotify.com/playlist/3udeFyZERv8lvUcJ1SMgM1?si=3b9f60e264534f77&nd=1" target="_blank" rel="noopener">
<img class="icon" src="images/icons/spotify.svg" alt="Spotify">LISTEN</a>
</div>
</div>
<div class="row">
<div class="two columns">
<!-- YouTube -->
<a class="button button-yt" href="https://www.youtube.com/channel/UCLdboODKAmPxA4WTLgzihSw/about" target="_blank" rel="noopener">
<img class="icon" src="images/icons/youtube.svg" alt="YouTube">SUBSCRIBE</a>
<!-- Instagram -->
<a class="button button-instagram" href="https://www.instagram.com/mit.regressions/" target="_blank" rel="noopener">
<img class="icon" src="images/icons/instagram.svg" alt="Instagram">FOLLOW</a>
</div>
</div>
<!-- Email -->
<!--<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/email.svg" alt="Email Icon">[email protected]</a>
<br> -->
<br>
<!--
Footer
-->
<p class="created-by-line"><b>Created by <a class="creator-name" href="https://www.linkedin.com/in/wesleyblock/">Wes</a> and <a class="creator-name" href="https://twitter.com/lukeigel/">Luke</a>.</b>
<p class="email-line"><a class="creator-name" href="mailto:[email protected]">[email protected]</a>
<p class="copyright">Copyright © 2023 REGRESSIONS, a registered 501(c)(3)</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>