-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (134 loc) · 5.65 KB
/
index.html
File metadata and controls
170 lines (134 loc) · 5.65 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<!-- saved from url=(0054)http://getbootstrap.com/examples/sticky-footer-navbar/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:title" content="Bernie-Viz">
<meta property="og:url" content="http://bernieviz.github.io">
<meta property="og:image" content="http://bernieviz.github.io/fb.png" />
<meta property="og:site_name" content="Bernie Viz">
<meta property="og:description" content="Bernie Sanders + Interactive Data Visualisations = Good">
<meta property="og:type" content="website">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="icon"
type="image/png"
href="http://bernieviz.github.io/favicon.png">
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55a51b6a70ab9295" async="async"></script>
<title>BernieViz</title>
<link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="http://getbootstrap.com/examples/sticky-footer-navbar/sticky-footer-navbar.css" rel="stylesheet">
<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-57395342-3', 'auto');
ga('send', 'pageview');
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script>
<script src="script.js"></script>
<script src="d3-jetpack.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Cinzel|Enriqueta|News+Cycle|Crimson+Text|Oswald|Open+Sans|Pontano+Sans|Open+Sans+Condensed|Droid+Sans|Questrial|Merriweather+Sans|Raleway|Holtwood+One+SC|Slabo|Cutive+Mono|Droid+Sans+Mono">
<style type="text/css">
.main-svg{
margin-left:auto;
margin-right:auto;
display:block;
/*border: 1px solid red;*/
}
.link-svg{
margin-left:auto;
margin-right:auto;
display:block;
border: 1px solid blue;
}
a{
color:#001F3F;
cursor:pointer;
}
a:hover{
color:#85144B;
text-decoration: none
}
.all-text{
font-family: "Enriqueta";
font-size: 11px;
fill: #EFEFEF;
}
.title{
font-family: "Enriqueta";
}
.bottom-text{
font-family: "Enriqueta";
}
.arrow-text{
fill:#001F3F;
font-family: "Enriqueta";
}
.navbar-brand{
font-family:Raleway;
}
.position{
font-family: "Enriqueta";
}
/* .arrow-path{
fill:#001F3F;
}*/
</style>
</head>
<body cz-shortcut-listen="true">
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header title">
<!-- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
</button> -->
<a class="navbar-brand" href="/" style="color:#001F3F">BernieViz</a>
<ul class="nav navbar-nav" style="font-family:Raleway">
<li class="active"><a href="">Timeline</a></li>
<!-- <li><a href="/faq.html">More to Come...</a></li> -->
</ul>
</div>
</div>
</div>
</div>
</nav>
<!-- Begin page content -->
<div class="container">
<div class="page-header" style="margin-bottom:0px">
<h1 class="title">Bernie's Story – An Interactive Timeline</h1>
</div>
<div class='d3-container'>
<svg class="main-svg" width="960" height="600">
<defs>
<linearGradient id="solids" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#A3D6F5;stop-opacity:1" />
<stop offset="28.98550724637681%" style="stop-color:#A3D6F5;stop-opacity:1" />
<stop offset="28.98550724637681%" style="stop-color:#EE3233;stop-opacity:1" />
<stop offset="75.36231884057971%" style="stop-color:#EE3233;stop-opacity:1" />
<stop offset="75.36231884057971%" style="stop-color:#BCBDDC;stop-opacity:1" />
<stop offset="100%" style="stop-color:#BCBDDC;stop-opacity:1" />
</linearGradient>
</defs>
<g transform="translate(10,20)">
</g></svg>
</div>
</div>
<footer class="footer">
<div class="container" style="font-family:Raleway">
<p class="text-muted"><span>Made with <a href="http://d3js.org/">D3JS</a> and a little <a href="http://getbootstrap.com/2.3.2/">Bootstrap</a>.
</span>
<span style="float:right; margin-right: 30px">
<a href="https://github.com/bernieviz/bernieviz.github.io"><i class="fa fa-github fa-2x" style="margin-right:20px"></i> </a>
<a href="mailto:berniesandersviz@gmail.com"><i class="fa fa-envelope-o fa-2x"></i></a>
</span>
</p>
</div>
</footer>
</body></html>