-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
295 lines (286 loc) · 20.7 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
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!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="An insight into Göbekli Tepe, what it is, Was, and it's future.">
<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</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 class="active"><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" 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 class="active"><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" 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 style="display: none;">Göbekli Tepe</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">
<section class="intro padding-bottom alignCenter">
<h2 class="visually-hidden">Intro:</h2>
<div class="container">
<p>Göbekli Tepe is a Neolithic sanctuary located in the Southeastern Anatolia Region of Turkey, near the city of Şanlıurfa. It is considered to be one of the oldest and most important archaeological discoveries of the 21st century, with its remains dating back to around 11,000 years ago.</p>
<figure>
<img src="assets/images/gobekli-tepe-outside.jpeg" alt="Outside Göbekli Tepe showing cover">
<figcaption>Adobe Stock Images</figcaption>
</figure>
</div>
</section>
<section class="box-nav padding-bottom">
<div class="container grid">
<div class="box">
<a href="./about.html">
<img src="assets/images/Göbekli-Tepe_close-up.jpeg" alt="Göbekli Tepe close up image 1">
<div class="box-title">
<h2>ABOUT</h2>
</div>
</a>
</div>
<div class="box">
<a href="./gallery.html">
<img src="assets/images/Göbekli-Tepe_close-up.jpeg" alt="Göbekli Tepe close up image 2">
<div class="box-title">
<h2>GALLERY</h2>
</div>
</a>
</div>
<div class="box">
<a href="https://sanalmuze.gov.tr/muzeler/SANLIURFA-GOBEKLITEPE-ORENYERI/" target="_blank" rel="noopener">
<img src="assets/images/Göbekli-Tepe_close-up.jpeg" alt="Göbekli Tepe close up image 3">
<div class="box-title">
<h2>VIRTUAL<br>TOUR</h2>
</div>
</a>
</div>
</div>
</section>
<section class="discovery tan-background padding-both">
<div class="container">
<h2>The Temple's Discovery:</h2>
<div class="grid">
<p>Göbekli Tepe was first identified as a potential archaeological site in the 1960s but was not fully excavated until the 1990s. German archaeologist Klaus Schmidt began working on the site in 1996 and quickly realized that the structures at Göbekli Tepe were unlike anything ever seen before. The site has since been extensively studied, revealing a complex of megaliths and stones carefully arranged to form circular structures.
</p>
<figure>
<img src="assets/images/Göbekli_Tepe_Urfa.jpg" alt="Göbekli Tepe early excavation">
<figcaption><a href="https://commons.wikimedia.org/wiki/File:G%C3%B6bekli_Tepe,_Urfa.jpg">Teomancimit</a>, <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via Wikimedia commons</figcaption>
</figure>
</div>
</div>
</section>
<section class="significance margin-both">
<div class="container">
<div class="grid">
<figure>
<img src="assets/images/Göbekli-Tepe_Construction_Illustration.png" alt="Göbekli-Tepe_Construction_Illustration">
<figcaption>- Addendum 2: Megafauna Extinction Events Update to the Thunderbolt Extinction Model; the Surprising truth of the Younger Dryas Event that Changes Everything - Scientific Figure on <a href="https://www.researchgate.net/figure/Double-lobe-legs-and-plasma-sheath-around-solar-center-Enclosure-D_fig2_354010454">ResearchGate</a>.</figcaption>
</figure>
<div class="significance-content">
<h2>The Significance of Göbekli Tepe:</h2>
<p>The discovery of Göbekli Tepe has challenged the traditional understanding of the development of human society. It is now believed that the construction of such complex structures predates the advent of agriculture and the rise of civilization, which suggests that early human societies were capable of complex organization and cooperation long before the development of cities and states.
</p>
</div>
</div>
</div>
</section>
<section class="architecture navy-background padding-both">
<div class="container">
<h2>The Temple's Architecture:</h2>
<div class="grid">
<p>Göbekli Tepe consists of several circular structures made up of massive stone pillars and slabs. The pillars are decorated with carvings of animals, symbols, and abstract designs, showcasing the sophisticated artistic abilities of the ancient people who built the temple. Some of the pillars reach up to 20 feet tall and weigh over 16 tons. The structures are surrounded by a trench, possibly for defensive purposes.
</p>
<figure>
<img src="assets/images/map-of-enclosures.svg" alt="Aerial Map drawing of the Göbekli Tepe enclosures">
<figcaption>Adobe Stock Images</figcaption>
</figure>
</div>
</div>
</section>
<section class="purpose margin-both">
<div class="container">
<div class="grid">
<figure>
<img src="assets/images/gobekli-tepe-tourists.jpg" alt="Göbekli Tepe with Tourists">
<figcaption>Tourists image - Photo by <a href="https://www.pexels.com/photo/roof-over-the-gobekli-tepe-turkey-15193961/">Yasemin Durmus</a></figcaption>
</figure>
<div class="purpose-content">
<h2>The Purpose of Göbekli Tepe</h2>
<p>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. The carvings on the pillars suggest that the temple was used for rituals and ceremonies, possibly related to astronomical events and the cycles of the seasons.
</p>
</div>
</div>
</div>
</section>
<section class="outro">
<h2 class="visually-hidden">Outro:</h2>
<div class="container">
<p>Göbekli Tepe is a significant discovery that sheds light on the sophistication and creativity of early human societies. Its impact on our understanding of the development of human civilization cannot be overstated, highlighting the important role that religion and spirituality played in shaping our world. The site is open to visitors and is located near the city of Şanlıurfa in Turkey.</p>
<br>
</div>
</section>
<section class="faq">
<div class="container">
<h2>FAQ</h2>
<hr>
<div class="faq-accordions">
<details>
<summary>Where is Göbekli Tepe?</summary>
<p>Göbekli Tepe is located within the borders of Şanlıurfa. Göbekli Tepe is about 15 kilometres northeast of the city center, near the village of Örencik. This area is in The Fertile Crescent that was home to some of the earliest human civilizations.</p>
</details>
<details>
<summary>Göbekli Tepe Opening Hours</summary>
<p><strong>Gobekli Tepe opening hours</strong> are between 08:00 in the morning and 19:00 in the evening between April 1 and October 31, the summer season. It is closed at 17:00 between 1 November and 1 April, which is considered as the winter season. Gobeklitepe can be visited every day of the week.
There may be changes in the visiting hours of Gobekli Tepe due to various activities or restorations. Therefore, you are advised to visit the <a href="https://muze.gov.tr/muze-detay?SectionId=SGT01&DistId=SGT" target="_blank" rel="nofollow noopener noreferrer">official website of the museum</a> to see the latest status before you go.</p>
</details>
<details>
<summary>What else is on Site</summary>
<p>There is also a small museum at Gobekli Tepe that you can visit. Actually, Gobekli tepe museum is like a reception center that has Gobekli Tepe souvenirs, market shopping, information, 3D animation, etc. inside. A small cafe and restrooms.</p>
</details>
<details>
<summary>Gobekli Tepe Turkey Entrance Fee</summary>
<p>Gobekli Tepe tickets are ₺90 Turkish Liras in 2023 for each visitor. But if you have <a href="https://trip-turkey.com/everything-about-museum-pass-turkey/" target="_blank" rel="noreferrer noopener"><strong>Turkey Museum pass</strong>,</a> you can visit Gobekli Tepe without extra payment. Tickets are free for children under the age of 8.
Some of Gobekli Tepe travel tours cover Gobekli Tepe entrance fee as well but it is better to check the schedule’s details.</p>
</details>
<details>
<summary>How can I get Şanlıurfa?</summary>
<p>There are direct flights to Şanlıurfa from many cities including Istanbul, Izmir, and Antalya… If there are no direct flights from your city, you can go there by indirect flights. If you prefer the bus, you can look at bus tickets. It takes 19 hours to go to Şanlıurfa from Istanbul and 12 hours from Ankara.</p>
</details>
<details>
<summary>How can I get from Şanlıurfa GAP Airport to Göbekli Tepe?</summary>
<p>Unfortunately, there is no direct public transportation between the airport and Göbekli Tepe. If you want to go to Göbekli Tepe by using public transport, firstly you must go to the Şanlıurfa city centre. The Şanlıurfa Airport is about 49.7 kilometres from Göbeklitepe. So, you can also rent a private vehicle for direct transfers from the airport to Göbekli Tepe.</p>
</details>
<details>
<summary>Transportation to Göbekli Tepe via taxi</summary>
<p>You can take a taxi to Göbekli Tepe from the city centre. It would cost between TL 60 and TL 80. If you negotiate with the driver you may lower the price. If you prefer to take a taxi from the airport, the price could be higher.</p>
</details>
<details>
<summary>Transportation to Göbekli Tepe via public transportation</summary>
<p>You can use bus number 0 to go to Göbekli Tepe. You can get on the bus from Şanlıurfa Archaeology Museum, Abide stop, very central point or from other stops. Ticket prices are pretty cheap. Full TL 6, teacher TL 5, and students TL 4. Due to changing situations, prices can change slightly. You can access more information from the Şanlıurfa Municipality and their website about current fare policy and departure times.</p>
</details>
<details>
<summary>Top 5 Gobekli Tepe Tours 2023</summary>
<p>Here are amazing 2023 Turkey tours that includes Gobeklitepe as well. Those cultural and archaeological tours Turkey are very fulfilling vacation options for you and your beloved ones!</p>
<ul>
<li><a href="https://viator.tp.st/L5cpVzM0" target="_blank" rel="noopener"><strong>Southeast Anatolia Tour (Nemrut, Gobeklitepe, Zeugma)</strong></a></li>
<li><a href="https://viator.tp.st/BLPTZUkD" target="_blank" rel="noopener"><strong>Daily private Gobeklitepe tours from Istanbul</strong></a></li>
<li><a href="https://viator.tp.st/QBjdXlin" target="_blank" rel="noopener"><strong>Gobeklitepe Catalhoyuk tours(eastern Turkey itinerary)</strong></a></li>
<li><a href="https://viator.tp.st/GWTgOgcR" target="_blank" rel="noopener"><strong>Turkey itinerary 10 days tour</strong></a><strong> </strong>(Gobeklitepe, <a href="https://trip-turkey.com/cappadocia-hot-air-balloon-festival/" target="_blank" data-type="URL" data-id="https://trip-turkey.com/cappadocia-hot-air-balloon-festival/" rel="noreferrer noopener">Cappadocia</a>, <a href="https://trip-turkey.com/ephesus-ancient-city-ruins-fee-location/" data-type="URL" data-id="https://trip-turkey.com/ephesus-ancient-city-ruins-fee-location/">Ephesus</a>, <a href="https://trip-turkey.com/istanbul-tourist-guide/" target="_blank" data-type="URL" data-id="https://trip-turkey.com/istanbul-tourist-guide/" rel="noreferrer noopener">Istanbul</a>, and more)</li>
<li><a href="https://viator.tp.st/63XhaZaC" target="_blank" rel="noopener"><strong>10 days tour of Mesopotamia</strong></a></li>
</ul>
</details>
</div>
<p>See the Museum Brochure <a href="https://muze.gov.tr/s3/MysFileLibrary/58e8663d-cc0d-48d1-8318-84c853d43754.pdf" target="_blank" rel="nofollow noopener noreferrer">here</a>.</p>
<p><strong>For Tour Brochures, Go <a href="./about.html#Brochures">here</a>.</strong></p>
</div>
</section>
</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>