-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>tech@nyu</title>
<meta name="description" content="">
<link href="https://fonts.googleapis.com/css?family=DM+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151317031-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-151317031-1');
</script>
</head>
<body>
<div id="above-the-fold">
<h1 id="tagline"><span class="inline-logo">tech@nyu</span> is a community of artists, makers, and hackers.</h1>
<div id="description">
<p>We hold events throughout the year to share new skills and ideas, all while building a smaller community of creative, passionate and ethical users of technology.</p>
<p>Oh, and we also help you find jobs.</p>
</div>
</div>
<div>Upcoming events can be found on our Facebook page <a href="https://www.facebook.com/TechatNYU/">here</a> (give us a like). We also have an email list, where you can sign up for <a href="https://techatnyu.org/email">here.</a> You can also find us on <a href="https://twitter.com/techatnyu">Twitter</a> and Instagram @techatnyu. Questions or comments? Email us at hello<span class="no-spam">nospamthankyou!</span>@techatnyu.org.</div>
</body>
</html>