blob: 78e828ece99698409ff28069699f91cc30f0801e (
plain)
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
|
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<html>
<head>
<meta charset="utf-8">
<title>Armenian heritage trip</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Armenian heritage trip</h1>
<p>
In September 2019 Nancy, Jim, and Blaise took a vacation to explore their shared Armenian heritage.
The primary purpose of this trip was to explore the old family homesteads in what is now Turkey.
</p>
<p>
The exact trip of each traveler was a little bit different, as represented here.
</p>
Due to the extensive nature of this memory, it has been broken up into sections:
<ol>
<li><a href="./armenian-heritage-trip/jerusalem.html">Jerusalem</a></li>
<li><a href="./armenian-heritage-trip/istanbul.html">Istanbul</a></li>
<li><a href="./armenian-heritage-trip/erzincan.html">Erzincan & Kemah</a></li>
<li><a href="./armenian-heritage-trip/cappadocia.html">Cappadocia</a></li>
<li><a href="./armenian-heritage-trip/kayseri-develi.html">Kayseri & Develi</a></li>
</ol>
</body>
</html>
|