-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.splash.html
53 lines (48 loc) · 2.18 KB
/
index.splash.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>NodeConf US 2015: The JSConf Team Does NodeConf.</title>
<meta name="description" content="The JavaScript (JS) Conference that started it all. The original and still amazing after all these years. This year, lets rock!">
<meta name="viewport" content="width=device-width">
<!-- gh-pages likes to cache for 24h, let's disable that -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="Thu, 01 Jan 1970 13:37:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" href="img/favicon.png" >
<link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<style>
body{
font-family: 'Share Tech Mono', sans-serif;
text-align: center;
padding: 1% 0;
color:white;
background: #010b18;
background-image: url(img/grid.svg);
background-size: cover;
text-align: center;
}
#logo { position: absolute; top: -200px; width:100%; text-align: center; }
#information { margin-top: 20px;font-weight: 900; font-size:28px }
#tickets, #sponsor { margin: 60px 0px; }
#sponsor { line-height: 1.8; }
h1 { font-size: 28px;}
a, a:link, a:visited { color:#fc00ac}
a:hover,a:visited:hover { color: #28b5b5; }
#pegasus { margin-top: 100px; }
</style>
</head>
<body>
<div id="logo"><img src="img/big-logo-1.png" alt="JSConf 2015" /></div>
<div id='pegasus'><img src="img/pegasus.png" alt="ROCK ON"/></div>
<div id="information">
May 27, 2015 - May 29, 2015<br/>
Amelia Island, FL
</div>
<div id="tickets">
Tickets go on sale January 14th, 2015 at <a href="http://everytimezone.com/#2015-1-14,360,cn3">1:00PM EST</a><br/>
More details coming soon, just plan accordingly.
</div>
<div id="sponsor">Interested in Sponsoring?<br/><a href="http://goo.gl/forms/HjhZkWKlKB">Register To Receive The Prospectus.</a></div>
</body>
</html>