-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (75 loc) · 4.78 KB
/
index.html
File metadata and controls
77 lines (75 loc) · 4.78 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Archeology by Josh</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body id="front-page">
<h1>I really dig archeology!</h1>
<nav>
<ul id="top-links">
<li><a href="pictures.html">More Pictures of Digs</a></li>
<li><a href="resources.html">More Resources</a></li>
</ul>
</nav>
<main>
<section>
<p> Welcome to Josh McDonald's archeological expeditions website. It is here that you can find the latest updates on Josh's hobby: digging in the dirt.</p>
<div style="text-align: left;"><img height="300" width="350" SRC="DSCN0058.jpg" alt="Josh in Tel Gezer"></div>
<p>In the pic above I'm working at Tel Gezer in Israel in 2014</p>
</section>
<div id="history">
<h2>Quick history lesson of Josh McDonald</h2>
<p class="my-history"> Growing up watching movies like Indian Jones and of course all the hours spent watching History Channel shows only added to my interest in archeology. History is one of my favorite subjects to read and study. I've always had a love for old things. I used to scour the woods behind our house for old Inidan artifacts. I also used to spend hours in antique stores just looking around. I first got involved in archeology in my undergrad studies. Since that time in 2006 I've been on several great archeological expeditions in Israel. This website is about those expeditions. Thanks for checking out my story!</p>
</div>
<div style="text-align: left"><img height="300" width="350" src="IMG_2918.jpg" alt="Archeology Tools"></div>
<p>The picture above was also taken at Tel Gezer. These are some of the tools used when in the field: buckets, wheelbarrow, sifter, and sand bags.</p>
<p>Here is a website with more detail on the expeditions at <a href="http://www.telgezer.com"> Tel Gezer</a></p>
<p>If that website doesn't work (the professor may be updating the website as they are currently digging on site) some of the same information is covered in the wikipedia page of <a href="https://en.wikipedia.org/wiki/Gezer">Tel Gezer</a></p>
</main>
<hr/>
<h2>Below you'll find some information from some of my expeditions.</h2>
<table border="1">
<tr>
<th>Qumran</th>
<th>Temple Mount</th>
<th>Tel Gezer</th>
</tr>
<tr>
<td>Worked at site in 2007-2008</td>
<td>Worked at site in 2011</td>
<td>Worked at site in 2014-Present</td>
</tr>
<tr>
<td>200 B.C. - 70 A.D.</td>
<td>950 B.C. - 70 A.D.</td>
<td>4000 B.C. - 700 B.C.</td>
</tr>
<tr>
<td>Religious city</td>
<td>Center of worship for ancient Israel</td>
<td>Strategic military city</td>
</tr>
</table>
<p>As the above table mentions I've had the privilage of working on three specific cites: Qumran, the Temple Mount, and Tel Gezer. As usual at all three sites we've dug up some incredible things. Below is a picture of three ancient juglets made of pottery that date back to 1000 B.C. All three jars come from Tel Gezer in Israel.</p>
<div style="text-align: left"><img height="300" width="350" src="IMG_3079.jpg" alt="Ancient Pottery"></div>
<p>Here are some other cool items we've found:</p>
<ol>
<li>Coins</li>
<li>Slingstones</li>
<li>Spears</li>
<li>Bone fragments (human and animal)</li>
<li>Jewelry</li>
<li>Plenty of pottery items</li>
<li>Board game made of ivory</li>
</ol>
<p>There are several articles on the internet that describe in detail our work done in Tel Gezer. During our summer 2014 dig we worked during Operation Protective Edge, a war against Hamas. At times we had to run for shelter as bombs were going off in fields near us. We also made some great archeological finds. One of those as mentioned above was a board game made of ivory. You can find some of this informaion on one of the articles from ASOR <a href="http://asorblog.org/cause-view/digging-at-tel-gezer-during-operation-protective-edge/">here.</a></p>
<div id="resource-webpage">
<p><a href="http://www.biblicalarchaeology.org/">Biblical Archeology</a></p>
<p class="info">The above link is another great site about biblical archeology. This website is full of great information from great scholars. This website is coded very well. Everything from the placement and amount of links to the semantics of the page itself are incredible. Its so cool to look at the source code and understand some things. This website has done a great job with tags and links. If I wanted to improve my index.html page I could use some pointers from his website. When comparing it to my page some imporvements I could make are: better organization for the information I am providing, better placement of images, and more links. The website has a very nice layout as well.</p>
</div>
<footer>
<p>All pictures on this website were taken by Josh McDonald, the website's author. Contact: joshua_mcdonald@me.com</p>
</footer>
</body>
</html>