-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.html
48 lines (38 loc) · 1.07 KB
/
staff.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/assets/css/styles.css">
<link type="application/atom+xml" rel="alternate" href="/feed.xml" />
<!-- Begin Jekyll SEO tag v2.5.0 -->
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:locale" content="en_US" />
<script type="application/ld+json">
{"@type":"WebPage","url":"/staff.html","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/about.html" >About</a>
<a href="/blog.html" >Blog</a>
<a href="/staff.html" class="current">Staff</a>
</nav>
<h1>Staff</h1>
<ul>
<li>
<h2><a href="/authors/jill.html">Jill Smith</a></h2>
<h3>Chief Editor</h3>
<p><p>Jill is an avid fruit grower based in the south of France.</p>
</p>
</li>
<li>
<h2><a href="/authors/ted.html">Ted Doe</a></h2>
<h3>Writer</h3>
<p><p>Ted has been eating fruit since he was baby.</p>
</p>
</li>
</ul>
</body>
</html>