-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
82 lines (75 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>phil roth - Authors</title>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700' rel='stylesheet'
type='text/css' />
<link href='//fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro:200,400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://mrphilroth.com/theme/css/icons.css" />
<link rel="stylesheet" type="text/css" href="https://mrphilroth.com/theme/css/styles.css" />
<meta charset="utf-8" /> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7X1ZX2D7W8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7X1ZX2D7W8');
</script>
<!-- end Google tag -->
</head>
<body id="index">
<!-- header -->
<header class="siteheader">
<!-- site image -->
<div class="sitebanner">
<h1>
<a class="sitetitle nodec" href="https://mrphilroth.com">phil roth</a>
</h1>
<h3 class="sitesubtitle"></h3>
<!-- nav -->
<nav class="menu">
<ul>
<!-- menu items-->
<!--pages-->
<li>
<a class="nodec" href="https://mrphilroth.com/pages/dataviz.html">dataviz</a>
</li>
<li>
<a class="nodec" href="https://mrphilroth.com/pages/things.html">things</a>
</li>
<!-- services icons -->
<li>
<a class="nodec icon-mail-alt" href="mailto:[email protected]"></a>
</li>
<li>
<a class="nodec icon-github" href="https://github.com/mrphilroth"></a>
</li>
<li>
<a class="nodec icon-twitter" href="https://twitter.com/mrphilroth"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/mrphilroth/">
<i class="fa fa-linkedin" style="font-size:24px"></i>
</a>
</li>
</ul>
</nav>
</div>
<!-- sitebanner -->
</header>
<!-- content -->
<h1>Authors on phil roth</h1>
<ul>
</ul>
<!-- footer -->
<footer>
<p>
© Phil Roth. Generated by
<a href="http://docs.getpelican.com/">Pelican</a> with
<a href="http://github.com/porterjamesj/crowsfoot">crowsfoot</a> theme.
</p>
</footer>
</body>
</html>