-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
46 lines (42 loc) · 1.79 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>
<head>
<title>Django Girls Summit 2016</title>
<meta name="description" content="Django Girls Summit is a two-day event for Django Girls organizers, coaches and supporters to get together and shape the future of the organization.">
<meta name="keywords" content="programming, python, django, workshop, women">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/styles/images/favicon.ico" rel="shortcut icon">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Lora:400,700,400i,700i/Roboto:300,400,300i,400i">
<link rel="stylesheet" type="text/css" href="/static/styles/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="/static/styles/style.css" media="screen">
</head>
<body>
<div class="page-wrap">
<header>
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-10 col-xs-offset-1">
<div class="logo centered">
<a href="https://summit.djangogirls.org/">
<img src="/static/images/logo.png" alt="Django Girls Summit" />
</a>
</div>
<span>Philadelphia, PA</span>
<span>16-17th July 2016</span>
</div>
</header>
<main>
<section class="row">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-10 col-xs-offset-1">
</div>
</section>
</main>
</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-51680040-X', 'summit.djangogirls.org');
ga('send', 'pageview');
</script>
</body>
</html>