-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
40 lines (37 loc) · 1.1 KB
/
CV.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset"utf-8">
<meta content="all" name=""NOINDEX, NOFOLLOW">
<meta content="Jeri Wieringa" name="author">
<meta content="" name="description">
<meta content="" name="keywords">
<title>Jeri Wieringa</title>
<link rel="stylesheet" href="css/style.css" media="all">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Jeri E. Wieringa</h1>
<h2>Exploring Religious History and Digital Scholarship</h2>
</div>
<div id="contentWrapper">
<nav>
<ul>
<li> <a href="http://www.jeriwieringa.com">Home</a></li>
<li> <a href="http://sandbox.jeriwieringa.com">Blog</a></li>
<li> <a href="http://wwww.jeriwieringa.com/portfolio">Design Portfolio</a></li>
</ul>
</nav>
<div id="sidebar">
<p><a href="http://www.jeriwieringa.com/cv.html">Curriculum Vitae</a></p>
<p><a href="http://www.jeriwieringa.com/projects.html">Projects</a></p>
<p><a href="http://www.jeriwieringa.com/randr.html">Reading and Research</a></p>
</div>
<div id="content">
<p>Content Coming Soon!</p>
</div>
</div>
<div>
</body>
</html>