-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 1.89 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- Bootstrap 5 Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/main.css">
<title>Pictorial Maps</title>
</head>
<body>
<div class="container">
<h2 class="text-center m-4">Maps</h2>
<div id="maps-list" class="col-md-4 offset-md-4 list-group text-center fs-5">
</div>
<div class="col-md-8 offset-md-2 mt-4 lead">
<p>
Schehem is the city where Joshua put a stone to commemorate
that he and the people of Israel committed to follow God.
The stone can be seen in the same place until today.
The city is in a high place and in the region of Samaria,
which is greener.
</p>
<p>
Jerusalem is the city where the Temple was built, at the
top of the mount. To the East there is the Kidron Valley
which separates the Old City and the Mount of Olives.
To the South there is the City of David and West of the
Temple there was the city. Jerusalem is located in the
region of Judea which is dryer and more desert
</p>
<p>
The last map is an exploration using real data of the city
of San Francisco reimagined as in Ancient times.
</p>
</div>
<div class="text-center mt-5">
<h3 class="fs-4">
<a href="https://github.com/HenrYxZ/pictorial-map">
<i class="bi bi-github"></i> Source Code
</a>
</h3>
</div>
</div>
<script type="module" src="js/menu.js"></script>
</body>
</html>