-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
207 lines (178 loc) · 9.82 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WZQ5PR3');</script>
<!-- End Google Tag Manager -->
<!-- Bootstrap Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="A weekly student-run newsletter that aims to provide equitable stem education while highlighting different STEM opportunities and news, while shining light on intersections where STEM can be applied, developed, and learned.">
<meta name="keywords" content="stemlights, stemlight, newsletter, edition, stem, stemchast, stemchats, nonprofit, students, programs">
<!-- Social Media Meta Tags -->
<meta property="og:title" content="STEMlights">
<meta property="og:description" content="A weekly student-run newsletter that aims to provide equitable stem education while shining light on intersections where STEM can be applied, developed, and learned.">
<meta property="og:image" content="stemlights_alternate.png">
<meta property="og:url" content="https://stemlights.netlify.app/">
<meta name="twitter:title" content="STEMlights">
<meta name="twitter:description" content="A weekly student-run newsletter that aims to provide equitable stem education while shining light on intersections where STEM can be applied, developed, and learned.">
<meta name="twitter:image" content=" stemlights_alternate.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css"
integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/72d227a617.js" SameSite="None; Secure" crossorigin="anonymous"></script>
<!-- Josefin Sans Font -->
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- icon -->
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Website CSS -->
<link rel="stylesheet" type="text/css" href="/styles/styles.css">
<link rel="stylesheet" type="text/css" href="/styles/media.css">
<link href='https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i' rel='stylesheet'>
<title>STEMlights</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-172907340-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172907340-2');
</script> -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<!-- load header into div with id="header" -->
<script>
$(function(){
$("#header").load("/insertables/header.html");
$("#footer").load("/insertables/footer.html");
});
</script>
</head>
<body class="home">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZQ5PR3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- HEADER -->
<div id="header"></div>
<!-- Home Page -->
<section id="STEMlights">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-md-6">
<h5 class="card-title1">STEMlights</h5>
<p class="card-text1">A weekly student-run newsletter that aims to provide equitable STEM education while highlighting different STEM opportunities and news, shining light on intersections where STEM can be applied, developed, and learned.</p>
<a href="#" class="btn btn1"
onclick="window.open('https://confirmsubscription.com/h/t/88449A101872A7A4', '_blank')">Subscribe</a>
</div>
<div class="col-md-5">
<img src="/images/newsletter.svg" class="rounded float-right img-fluid" alt="Image Here">
</div>
</div>
</div>
</section>
<section id="recent">
<h4 class="header-title"><span class="title">Recent Newsletters</span></h4>
<!-- start of card-deck -->
<div id="card-deck" class="card-deck">
<!-- <div class="card">
<a id="72" href="/edition/72.html">
<img class="card-img-top" src="/images/edition72/thumbnail_72.svg" alt="edition 72">
<div class="card-body">
<h5 class="card-title">Edition 72</h5>
<p class="card-text">This week, we will be discussing space animals, STEM education in schools, STEM news, and, as always, opportunities for students.
</p>
</div>
</a>
</div>
<div class="card">
<a id="71" href="/edition/71.html">
<img class="card-img-top" src="/images/edition71/thumbnail_71.svg" alt="edition 71">
<div class="card-body">
<h5 class="card-title">Edition 71</h5>
<p class="card-text">This week, we will be discussing the 2020 census, exploring amygdalin in apple seeds, spotlighting John Harvard, and as always, providing STEM opportunities for students.
</p>
</div>
</a>
</div>
<div class="card">
<a id="70" href="/edition/70.html">
<img class="card-img-top" src="/images/edition70/thumbnail_70.svg" alt="edition 70">
<div class="card-body">
<h5 class="card-title">Edition 70</h5>
<p class="card-text">In this special edition of STEMlights, we will discover the abilities of axolotls, spotlight Xiye Bastida, learn about NASA’s laser communication, showcase sustainable products, look at the history behind Margaret Hamilton, and discuss student opportunities.
</p>
</div>
</a>
</div> -->
</div>
<!-- end of card deck -->
<button class="btn btn-light"><a href="archive/index.html">More Newsletters</a></button>
</section>
<!-- footer -->
<div id="footer"></div>
<!-- The Core Firebase JS SDK -->
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-app.js"></script>
<!-- Firebase Analytics -->
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-analytics.js"></script>
<!-- Firebase Initialization -->
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-firestore.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyAAOwUXgy5tZe0SbQqdLaaj86BugGGQWJA",
authDomain: "stemlights-website.firebaseapp.com",
databaseURL: "https://stemlights-website.firebaseio.com",
projectId: "stemlights-website",
storageBucket: "stemlights-website.appspot.com",
messagingSenderId: "954058583838",
appId: "1:954058583838:web:9298532255ee349260630f",
measurementId: "G-J4WKYV8FWL"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics()
</script>
<!-- Bootstrap Javascript -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/js/bootstrap.min.js"
integrity="sha384-XEerZL0cuoUbHE4nZReLT7nx9gQrQreJekYhJD9WNWhH8nEW+0c5qq7aIo2Wl30J"
crossorigin="anonymous"></script>
<!-- Scripts -->
<script type="text/javascript" src="/scripts/scripts.js"></script>
<script type="text/javascript" src="/scripts/search.js"></script>
<!-- Load React. -->
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<!-- <script src="https://unpkg.com/react@17/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js" crossorigin></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> -->
</body>
</html>