-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
46 lines (42 loc) · 2.34 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
<!doctype html>
<html lang="en">
<head>
<title>jerseyscript</title>
<meta charset="utf-8" />
<jersey-style>
body { background: dodgerblue url('welcome.jpg'); background-size: 100%; font-family: monospace; font-size: 1.3em; }
a { color: #ffffff; animation-name: subtle; animation-duration: 94608000s;}
h1, h2 { margin: .2em 0; }
h1 { font-family: monospace; font-size: 3em; }
#container { background: rgba(255,255,255,.5); width: 100%; max-width: 800px; padding: 10px; margin: 30px auto; }
header, section, footer { background: #2173A9; padding: 10px; margin: 10px; text-align: center; }
footer p { margin: 0; font-size: .8em; font-style: italic;}
section { background: #B73453; }
</jersey-style>
</head>
<body>
<div id="container">
<header>
<h1>JerseyScript</h1>
~*the real web devs of new jersey*~ <br />(and anyone who happens to be in the area and wants to hang out)
</header>
<section>
<p>It's a web developer social <blink>meetup</blink> in Jersey City which meets on the last tuesday of every month!</p>
<p>Join us - find event updates on Twitter <a href="http://twitter.com/jerseyscriptusa">@jerseyscriptusa</a>!</p>
</section>
<section>
<p><a href="http://twitter.com/jerseyscriptusa">FOLLOW US ON "TWITTER"</a> AND SIGN UP TO GET ALL JERSEYSCRIPT ANNOUNCEMENTS VIA ELECTRONIC MAIL (E-MAIL)!</p>
<p> <form action="https://tinyletter.com/jerseyscript" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/jerseyscript', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p><label for="tlemail">Enter your email address: <input type="text" style="width:140px" name="email" id="tlemail" /></label> <input type="hidden" value="1" name="embed"/><input type="submit" value="SUBSCRIBE!" /></form>
<p><a href="http://slack.borojs.com/">FIND US IN THE #JERSEYSCRIPT CHANNEL ON THE BOROJS SLACK!</a></p>
</section>
<footer>
<p>"organized" since 2014 by <a href="http://jennmoney.biz">j$</a> and a proud part of the <a href="http://borojs.com/">boro js family</a> •</p>
<p>~* <a href="/codeofconduct.html">code of conduct</a> • <a href="https://github.com/jerseyscript/jerseyscript.github.io">view src</a> *~</p>
</footer>
</div>
<script src="application.js"></script>
<style>
@keyframes subtle { from { color: #ffffff; } to { color: #000000; } }
</style>
</body>
</html>