-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
108 lines (80 loc) · 4 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" ><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en" ><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Christopher Thomson - Authors</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://christopherthomson.github.io/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://christopherthomson.github.io/theme/css/pelican-foundation.css" />
<script src="https://christopherthomson.github.io/theme/js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- nav bar -->
<div class="row">
<div class="large-3 columns">
<figure id="user_logo">
<a href="https://christopherthomson.github.io"><div class="logo"><img src="https://christopherthomson.github.io/theme/img/giraffe2.png" alt="Christopher Thomson"></div></a>
</figure>
</div>
<div class="large-8 columns panel">
<ul class="inline-list right">
<li><a href="https://christopherthomson.github.io/pages/about.html">About</a></li>
<li><a href="https://christopherthomson.github.io/pages/projects.html">Projects</a></li>
<li><a href="https://christopherthomson.github.io/pages/teaching.html">Teaching</a></li>
</ul>
</div>
</div>
<div class="row">
<!-- author information/sidebar -->
<div class="large-4 columns">
<h2 class="subheader"><small>Christopher Thomson</small></h1>
<p class="hide-for-small">Writings and other morsels...</p>
</div>
<!-- main content -->
<div class="large-8 columns">
<h1>Authors on Christopher Thomson</h1> <li><a href="https://christopherthomson.github.io/author/chris.html">chris</a> (10)</li>
</div>
</div>
<!-- footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<a href="https://twitter.com/c_thomson"><img src="/theme/img/twitter.png" alt="Twitter" /></a>
</div>
<div class="large-6 columns">
<p class="right"><small>Powered by <a href="http://getpelican.com/">Pelican</a> and <a href="https://github.com/kfr2/pelican-foundation">Pelican-Foundation</a>. And giraffes. Because we like giraffes. </small></p>
</div>
</div>
</div>
</footer>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'https://christopherthomson.github.io/theme/js/vendor/zepto' : 'https://christopherthomson.github.io/theme/js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="https://christopherthomson.github.io/theme/js/foundation.min.js"></script>
<!--
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.alerts.js"></script>
<script src="js/foundation/foundation.clearing.js"></script>
<script src="js/foundation/foundation.cookie.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.joyride.js"></script>
<script src="js/foundation/foundation.magellan.js"></script>
<script src="js/foundation/foundation.orbit.js"></script>
<script src="js/foundation/foundation.placeholder.js"></script>
<script src="js/foundation/foundation.reveal.js"></script>
<script src="js/foundation/foundation.section.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
-->
<script>
$(document).foundation();
</script>
</body>
</html>