-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalexander.html
104 lines (65 loc) · 2.47 KB
/
alexander.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
<!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="alexander.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="Project_History.html">Home</a></li>
<li ><a href="">Project History</a></li>
<li ><a href="">Our Texts</a></li>
<li ><a href="http://courses.washington.edu/otap/svobodapedia/index.php?title=Main_Page" target="_blank">Svobodapedia</a></li>
<li ><a href="">People</a></li>
<li ><a href="">Tools and Technology</a></li>
<li ><a href="">Acknowledgements</a></li>
<li ><a href="">Resources</a></li>
<li ><a href="">Contribute</a></li>
<li ><a href="">Staff Pages</a></li>
<li ><a href="">Newsletter</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>
<h2>Alexander's Travel Journals</h2>
<div id = "journey">
<p>Journey to Europe by Land via Damascus and Beirut</p>
<hr>
<a href="http://depts.washington.edu/newbook/data/AS/svoboda_diary.html"><img src="images/alexander_1.jpg"></a>
<p class = "desc1"> Side by Side English Arabic </p>
</div>
<div id = "return">
<p>Return Journal</p>
<hr>
<a href = "http://depts.washington.edu/newbook/journals/w_travel/return.php"><img src="images/alexander_2.jpg"></a>
<p class = "desc1"> Original Text PDF </p>
</div>
</div>
</body>
</html>