-
Notifications
You must be signed in to change notification settings - Fork 2
/
authors.html
88 lines (69 loc) · 4.05 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>The Blaze Ecosystem</title>
<meta name="description" content="">
<meta name="author" content="Blaze Developers">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='//fonts.googleapis.com/css?family=Raleway:100,200,300,400,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700' rel='stylesheet' type='text/css'>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="./theme/css/normalize.css">
<link rel="stylesheet" href="./theme/css/skeleton.css">
<link rel="stylesheet" href="./theme/css/custom.css">
<link rel="stylesheet" href="./theme/css/pygments.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="./theme/images/favicon.ico">
</head>
<body class="code-snippets-visible">
<div class="navbar-spacer"></div>
<nav class="navbar">
<div class="container">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href=".">Home</a></li>
<li class="navbar-item"><a class="navbar-link" href="./pages/overview">Overview</a></li>
<li class="navbar-item"><a class="navbar-link" href="./pages/projects">Projects</a></li>
<li class="navbar-item"><a class="navbar-link" href="./pages/talks">Talks</a>
<!--li class="navbar-item"><a class="navbar-link" href="./pages/examples">Examples</a></li-->
<!--li class="navbar-item"><a class="navbar-link" href="./pages/team">Team</a></li-->
<li class="navbar-item"><a class="navbar-link" href="./archives">Blog</a></li>
</ul>
<div class="sponsor">
<small> Sponsored by:</small>
<a href="https://www.continuum.io/"><img src="./images/cio_logo.png" class="cio-icon"></a>
</div>
</div>
</nav>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<h1>Authors on The Blaze Ecosystem</h1>
<ul> <li><a href="./author/daniel-rodriguez-and-kristopher-overholt.html">Daniel Rodriguez and Kristopher Overholt</a> (1)</li>
<li><a href="./author/jim-crist.html">Jim Crist</a> (1)</li>
<li><a href="./author/matthew-rocklin.html">Matthew Rocklin</a> (5)</li>
</ul>
<br>
<!-- Google Analytics -->
<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-67320551-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>