-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
79 lines (62 loc) · 3.51 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
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<!--
____ ____
| _ \ _____ _| _ \ _ __ ___ __ _ _ __ ___ ___ ___ _ _ ___
| | | |/ _ \ \ / / |_) | '__/ _ \ / _` | '__/ _ \/ __/ __|| | | / __|
| |_| | __/\ V /| __/| | | (_) | (_| | | | __/\__ \__ \| |_| \__ \
|____/ \___| \_/ |_| |_| \___/ \__, |_| \___||___/___(_)__,_|___/
|___/
xxxxxxxxxxxxxxxxxxxxxxx
x //x
x xxxxxxxxxxxxxxxxx///x We are volunteers using our skills and expertise
x x x//x to create tech tools to help elect Hillary
x x x//x Clinton and other Democratic and progressive
x x . x//x candidates. We are coders, designers, leaders,
x x __.'.__ x//x writers, mentors, and researchers. Each project
x x '-. .-' x//x we work on focuses on an app, service, data
x x /.'.\ x//x resource, or other technology to advance the
x x ' ' x//x cause. We are a team — join us!
x xxxxxxxxxxxxxxxxx///x
x///////////////////////x http://DevProgress.us
xxxxxxxxxxxxxxxxxxxxxxx
-->
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Nomad2016 by DevProgress</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="src/196favicon.png">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700|Roboto:400,900" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBDr7SOW5aAcJ-t3ZF4ctxLCGq4ECTYpg4&libraries=places"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.4.3/tabletop.js"></script>
<script type="text/javascript" src="./src/mapsheet.js"></script>
<script type="text/javascript" src="./src/fecha.min.js"></script>
<script type-"text/javascript" src="src/app.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85727298-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="nav">
</nav>
<section class="page-header">
<h1 class="project-name">thank you</h1>
<h2 class="project-tagline">Thank you for all of your hard work. See you again soon.
</h2>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/DevProgress/nomad2016">Nomad2016</a> is a project made by the volunteers at <a href="https://devprogress.us">DevProgress</a>. We're working hard to help volunteers and supporters around the country get progressive candidates elected.</span>
</footer>
</section>
</body>
</html>