-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (57 loc) · 2.4 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
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PyGotham 2014</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="/static/foundation/css/normalize.css" rel="stylesheet" type="text/css">
<link href="/static/foundation/css/foundation.min.css" rel="stylesheet" type="text/css">
<link href="/static/css/screen.css" rel="stylesheet" type="text/css">
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<![endif]-->
<meta name="google-site-verification" content="rgzBUTOB-lwuLsvy409UnzHbb5aJSyC-17IVVQ4EDq8" />
</head>
<body>
<div id="wrapper">
<header></header>
<div class="content">
<section class="jumbotron">
<div class="pg-logo"></div>
<div class="liberty"></div>
<div class="skyline">
</div>
<div class="river">
<div class="boat"></div>
<div class="waves"></div>
<div class="water"></div>
</div>
<div class="nj"></div>
</section>
</div>
<footer>
<h4>PYGOTHAM 2014</h4>
<div class="credits">
PyGotham 2014 is a production of <a href="http://bigapplepy.org">Big Apple Py</a>.<br>
Design by <a href="http://sonjaleix.com">Sonja Leix</a>. Hosting provided by <a href="http://www.rackspace.com">Rackspace</a>.<br>
Questions? Comments? Please contact <a href="mailto:pygotham@googlegroups.com">pygotham@googlegroups.com</a>.<br>
</div>
</footer>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49638124-1', 'pygotham.org');
ga('send', 'pageview');
</script>
</body>
</html>