-
Notifications
You must be signed in to change notification settings - Fork 2
/
our_texts.html
101 lines (62 loc) · 2.48 KB
/
our_texts.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
<!doctype html>
<html lang="en">
<head>
<!-- <link rel="stylesheet" type="text/css" href="style/October16People.css">
<link rel="stylesheet" type="text/css" href="style/newbook4.css" /> -->
<title>Our Texts</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="our_texts.css">
<link rel="stylesheet" type="text/css" href="style_svo.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<script type = "text/javascript" src="Project_History.js"></script>
</head>
<body>
<div id = "header">
<div >
<a href=" "><img id = "logo" src= "images/logo.png"></a>
</div>
<div class="clear" id="top"></div>
<hr>
<div id ="banner">
<a href=" "><img id="top_banner" src="images/banner2.jpg"></a>
</div>
</div>
<div id="menu">
<ul>
<li ><a href="index.html">Home</a></li>
<li ><a href="technology.html">The autotagger</a></li>
<li ><a href="acknowledgement.html">Acknowledgements</a></li>
<li ><a href="resources.html">Resources</a></li>
<li ><a href="http://depts.washington.edu/newbook/staff/staff.html">Staff Pages</a></li>
<li ><a href="peopleTest.html">About Us</a></li>
</ul>
</div>
<div class="clear"></div>
<div id="bottom_pics">
<li>Supporters</li>
<a href="http://depts.washington.edu/uwch/" target="_blank"><img src="images/uwch_logo2.png"></a>
<div class="clear"></div>
<a href="http://www.neh.gov/" target="_blank"><img src="images/neh_logo.jpg"></a>
<div class="clear"></div>
<a href="http://depts.washington.edu/nelc/" target="_blank"><img src="images/nelcsplashsmall.gif"></a>
<div class="clear"></div>
<a href="http://courses.washington.edu/otap/" target="_blank"><img src="images/OTAP_icon.jpg"></a>
</div>
<div id="text">
<p> Our Texts </p>
<a href = "alexander.html"><div class = "titles">
<li>Alexander's Travel Journals</li>
</div> </a>
<a href ="joseph.html"><div class = "titles">
<li>The Joseph Mathia Diaries</li>
</div></a>
<a href = "printable.html"><div class = "titles">
<li>Print Books and Printable PDFs</li>
</div></a>
</div>
<div class = "clear"></div>
<hr/>
<div id="cc"> Copyright © 2013 Newbook Digital Text in the Humanities. All Rights Reserved. <br> <a href="http://www.washington.edu/online/privacy">PRIVACY</a> | <a href="http://www.washington.edu/online/terms">TERMS</a> | <a href="https://sites.google.com/site/thenewbookdigitaltextscenter/">STAFF CENTER LOGIN</a></div>
</div>
</body>
</html>