-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
251 lines (211 loc) · 9.67 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/banner-large-dark.png" style="width:100%" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h1>Viz</h1>
<p>Visualize GitHub's Newest, Most Popular Repos</p>
<p>
<iframe id="gh-star" src="https://ghbtns.com/github-btn.html?user=donnemartin&repo=viz&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20"></iframe>
<iframe id="gh-fork" src="https://ghbtns.com/github-btn.html?user=donnemartin&repo=viz&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe>
</p>
<p>
<a class="btn btn-lg btn-primary" href="#previews">Learn More</a>
<a class="btn btn-lg btn-primary" href="./pages/2016">Viz 2016</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- /.carousel --><!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<a name="previews"></a>
<hr class="marketing-divider">
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-md-4 text-center">
<h2>Open Source</h2>
<p>By the community, for the community.</p>
<img class="img-square" src="images/marketing_1.png">
<p><a class="btn btn-default" href="https://www.github.com/donnemartin/viz/CONTRIBUTING">Contribute</a></p>
</div>
<div class="col-md-4 text-center">
<h2>Interactive</h2>
<p>Filter, highlight, and drill-down.</p>
<img class="img-square" src="images/marketing_2.png">
<p><a class="btn btn-default" href="/viz/pages/2016">Viz 2016</a></p>
</div>
<div class="col-md-4 text-center">
<h2>Continually Updated</h2>
<p>6-, 3-, and 1-month stats.</p>
<img class="img-square" src="images/marketing_3.png">
<div class="dropup">
<button class="btn btn-default dropdown-toggle" type="button" id="monthlyDropDown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Viz Monthly
<span class=""></span>
</button>
<ul class="dropdown-menu" aria-labelledby="monthlyDropDown">
<li><a href="./pages/6-month">6-Month</a></li>
<li><a href="./pages/3-month">3-Month</a></li>
<li><a href="./pages/1-month">1-Month</a></li>
</ul>
</div>
</div>
</div><!-- /.row -->
<hr class="marketing-divider">
<!-- START THE FEATURETTES -->
<div class="featurette">
<img class="featurette-image img-circle pull-right" src="images/featurette_1.png">
<h2 class="featurette-heading">Visualize the Newest, Most Popular Repos. <span class="text-muted">Drill down on stars, forks, PRs, issues, contributors, commits, and language trends.</span></h2>
<p class="lead"></p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image img-circle pull-left" src="images/featurette_2.png">
<h2 class="featurette-heading">Follow the Community. <span class="text-muted">Discover devs and orgs behind trending projects. Filter by city, country, and programming language.</span></h2>
<p class="lead"></p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image img-circle pull-right" src="images/featurette_3.png">
<h2 class="featurette-heading">View GitHub Through a New Lens. <span class="text-muted">Visualize and interact with the data.</span></h2>
<p class="lead"></p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<img class="featurette-image img-circle pull-left" src="images/featurette_4.png">
<h2 class="featurette-heading">Instant On, Offline Support. <span class="text-muted">Viz from your browser or <a href="/viz/pages/faq#can-i-viz-offline">download</a> the reader and workbook for offline access.</span></h2>
<p class="lead"></p>
</div>
<hr class="marketing-divider">
</div>
<!-- /END THE FEATURETTES -->
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/banner-bottom-large-dark.png" style="width:100%" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h2>Ready to Viz?</h2>
<p></p>
<p>
<iframe id="gh-fork" src="https://ghbtns.com/github-btn.html?user=donnemartin&repo=viz&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe>
<iframe id="gh-star" src="https://ghbtns.com/github-btn.html?user=donnemartin&repo=viz&type=watch&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="50" height="20"></iframe>
</p>
<p>
<a class="btn btn-lg btn-primary" href="./pages/2016">Viz 2016</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- /.carousel -->
<hr class="marketing-divider"><!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Home - Viz</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="./">
<meta name="author" content="Donne Martin" />
<meta property="og:site_name" content="Viz" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Home"/>
<meta property="og:url" content="./"/>
<meta property="og:description" content="" />
<!-- Bootstrap -->
<link rel="stylesheet" href="./theme/css/bootstrap.readable.min.css" type="text/css"/>
<link rel="stylesheet" href="./theme/css/custom.css" type="text/css"/>
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
<link href="./theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
</head>
<body>
<!-- Banner -->
<!-- End Banner -->
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-header">
<a class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="navbar-brand" href="./">Viz</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="./pages/2015" class="dropdown-toggle" data-toggle="dropdown">Visualizations <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Viz</li>
<li><a href="./pages/2016">2016</a></li>
<li><a href="./pages/2015">2015</a></li>
<li><a href="./pages/6-month">6-Month</a></li>
<li><a href="./pages/3-month">3-Month</a></li>
<li><a href="./pages/1-month">1-Month</a></li>
<li class="divider"></li>
<li class="dropdown-header">Community Visualizations</li>
<li><a href="http://colineberhardt.github.io/d3fc-github-viz/">2015 - D3/d3fc</a></li>
</ul>
</li>
<li><a href="./pages/faq">FAQ</a></li>
<li><a href="https://www.github.com/donnemartin/viz/">Source Code</a></li>
</ul>
</div>
</div>
</div><!-- /container -->
</div><!-- /navbar wrapper --><div class="container">
<div class="row">
<div class="col-lg-12">
<section id="content" class="body">
<div class="entry-content">
</div>
</section>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-md-6">
<ul class="list-inline social-buttons">
<li>© 2016 <a href="https://github.com/donnemartin">Donne Martin </a></li>
<li><a href="https://www.github.com/donnemartin"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.twitter.com/donne_martin"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/donnemartin"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="./theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="./theme/js/respond.min.js"></script>
<!-- Google Analytics Universal -->
<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-54747412-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics Universal Code -->
</body>
</html>