-
Notifications
You must be signed in to change notification settings - Fork 1
/
timeline.html
225 lines (208 loc) · 12.3 KB
/
timeline.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This Timeline puts Göbekli Tepe within the timeline, showcasing before it, all the way to today and what's currently happening.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="assets/favicon/favicon.png" type="image/x-icon">
<title>Göbekli Tepe - Timeline</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header class="site-header">
<section class="sticky-nav">
<h1 class="visually-hidden">Sticky Nav</h1>
<div class="container grid">
<div id="site-logo">
<a href="./index.html">
<img src="assets/images/logo.svg" alt="Göbekli Tepe Logo">
</a>
</div>
<div class="sticky-nav-menu">
<nav>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li class="active"><a href="./timeline.html">TIMELINE</a></li>
<li><a href="./gallery.html">GALLERY</a></li>
<li><a href="https://sanalmuze.gov.tr/muzeler/SANLIURFA-GOBEKLITEPE-ORENYERI/" target="_blank" rel="noopener">VIRTUAL TOUR</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
</div>
</section>
<section class="hero-section">
<button class="nav-btn" type="button" aria-label="Navigation button"></button>
<div class="nav-menu">
<div class="container">
<nav>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li class="active"><a href="./timeline.html">TIMELINE</a></li>
<li><a href="./gallery.html">GALLERY</a></li>
<li><a href="https://sanalmuze.gov.tr/muzeler/SANLIURFA-GOBEKLITEPE-ORENYERI/" target="_blank" rel="noopener">VIRTUAL TOUR</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
</div>
<div class="hero">
<div id="hero-site-logo">
<a href="./index.html">
<img src="assets/images/logo.svg" alt="Göbekli Tepe Logo">
</a>
</div>
<h1>TIMELINE</h1>
<div class="view-more">
<p>View More</p>
<a href="#main-content">
<img src="assets/images/icons/view-more-icon.svg" alt="Göbekli Tepe Symbol">
</a>
</div>
</div>
</section>
</header>
<main id="main-content">
<div class="container">
<h2 class="alignCenter timeline-title">Göbekli Tepe B.C. 9,600 Timeline</h2>
<!-- Timeline inspiration from - Source Code:https://codepen.io/codyhouse/pen/OJgRvj -->
<section id="timeline">
<div class="timeline-block navy-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_1-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>10,000 BC</h3>
<p>- First signs of human habitation in the region near Göbekli Tepe, according to archaeological evidence.</p>
</div>
</div>
<div class="timeline-block tan-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_2-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>9,600 BC</h3>
<p>- Construction of Göbekli Tepe is believed to have begun, based on radiocarbon dating of artifacts found at the site. The first circular structures are built, featuring massive stone pillars and slabs decorated with carvings of animals, symbols, and abstract designs.</p>
</div>
</div>
<div class="timeline-block navy-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_3-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>9,000 BC</h3>
<p>- The site continues to grow and expand, with additional circular structures being added. The exact purpose of Göbekli Tepe is still unknown, but it is believed to have served as a place of worship or a center of religious or cultural importance.</p>
</div>
</div>
<div class="timeline-block tan-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_4-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>7,000 BC</h3>
<p>- The site is believed to have been abandoned for unknown reasons. Over time, the structures at Göbekli Tepe become covered by soil and slowly sink into the earth, effectively preserving them for thousands of years.</p>
</div>
</div>
<div class="timeline-block navy-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_5-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>1960s</h3>
<p> - Göbekli Tepe is identified as a potential archaeological site, but no significant excavations take place until the 1990s.</p>
</div>
</div>
<div class="timeline-block tan-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_6-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>1966</h3>
<p>- German archaeologist Klaus Schmidt begins working on the site and quickly realizes the significance of the structures at Göbekli Tepe. Excavation and research of the site continues to this day.</p>
</div>
</div>
<div class="timeline-block navy-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_7-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>2018</h3>
<p>- Göbekli Tepe is officially recognized as a UNESCO World Heritage Site</p>
</div>
</div>
<div class="timeline-block tan-box">
<div class="timeline-icon">
<img src="assets/images/timeline-icons/Info_Box_8-symbol.svg" alt="Göbekli Tepe Logo">
</div>
<div class="timeline-content">
<h3>TODAY</h3>
<p>- Göbekli Tepe remains one of the most important archaeological discoveries of the 21st century and continues to challenge our understanding of the development of human society and civilization. The site is open to visitors and is located near the city of Şanlıurfa in Turkey.</p>
</div>
</div>
</section>
</div>
</main>
<footer class="site-footer">
<div class="footer-main">
<div class="container grid">
<div class="col logo-socials">
<a class="footer-logo" href="./index.html">
<img src="assets/images/footer-logo.svg" alt="Göbekli Tepe Logo">
</a>
<div class="social-icons">
<a class="facebook" href="https://www.facebook.com/gobeklitepe" target="_blank">
<img src="assets/images/icons/facebook.svg" alt="facebook icon">
</a>
<a class="instagram" href="https://www.instagram.com/gobekli.tepe/" target="_blank">
<img src="assets/images/icons/instagram.svg" alt="instagram icon">
</a>
<a class="twitter" href="https://twitter.com/gobeklitepe" target="_blank">
<img src="assets/images/icons/twitter.svg" alt="twitter icon">
</a>
<a class="youtube" href="https://www.youtube.com/watch?v=loaf9-9MUX8&t=36s" target="_blank">
<img src="assets/images/icons/youtube.svg" alt="youtube icon">
</a>
<a class="pinterest" href="https://www.pinterest.co.uk/search/pins/?q=Gobekli%20Tepe&rs=typed" target="_blank">
<img src="assets/images/icons/pinterest.svg" alt="pinterest icon">
</a>
<a class="tripadvisor" href="https://www.tripadvisor.co.uk/Attraction_Review-g652373-d21381118-Reviews-Gobekli_Tours-Sanliurfa_Sanliurfa_Province.html" target="_blank">
<img src="assets/images/icons/tripadvisor.svg" alt="tripadvisor icon">
</a>
</div>
</div>
<div class="col footer-nav-menu">
<ul class="footer-menu">
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li><a href="./timeline.html">TIMELINE</a></li>
<li><a href="./gallery.html">GALLERY</a></li>
<li><a href="https://sanalmuze.gov.tr/muzeler/SANLIURFA-GOBEKLITEPE-ORENYERI/" target="_blank">VIRTUAL TOUR</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</div>
<div class="col company-info">
<div class="phone-number"><a href="tel:+902425007783">+90 242 500 7783</a></div>
<div class="email"><a href="mailto:contact@gobeklitepe.com">contact@gobeklitepe.com</a></div>
<div class="address">
<a href="https://www.google.com/maps/place/G%C3%B6beklitepe/@37.2231663,38.9224119,15z/data=!4m2!3m1!1s0x0:0x1667510255794d71?sa=X&ved=2ahUKEwi019HqrrT9AhVlybsIHUnJBLwQ_BJ6BQiIARAI" target="_blank">Göbekli Tepe, Örencik, <br>63290 Haliliye/Şanlıurfa, <br>Türkiye
</a>
</div>
</div>
<div class="col footer-button">
<a class="button" href="./contact.html" target="_self"><span>Contact</span></a>
</div>
</div>
</div>
<div class="footer-sub">
<div class="container">
<div class="companyname">© 2023 Göbekli Tepe. All Rights Reserved.</div>
<p>This website was created for educational purposes. By <a href="https://github.com/devancadman" target="_blank"> Devan </a> for <a href="https://codeinstitute.net/full-stack-software-development-diploma/" target="_blank"> <img src="assets/images/code-institute-technology-logo.png" alt="Code Institute"> </a> as his Milestone Project 1.</p>
</div>
</div>
</footer>
<script src="assets/js/index.js"></script>
</body>
</html>