-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Home-Town-Antalya</title>
</head>
<body>
<div id="antalya-header">
<h1>Visit Antalya</h1>
</div>
<p id="information-text">Antalya is a beautiful coastal city located in the south-west of Turkey. Known for its stunning beaches, crystal clear waters, and historic landmarks, Antalya is one of the most popular tourist destinations in the country. If you’re planning to visit the coastal city, there are plenty of things to see and do.</p>
<div class="inline">
<h2>Top 6 places to see in Antalya!</h2>
<button id="visit-random-place-btn">Visit random place</button>
<div class="activities-style antalya-yatch-marine">
<a href="Antalya-old-town.html"><img class="activities" src="images/antalya-yatch-marine.jpg" alt="Antalya yatch marine image"></a>
<h3 class="header"><a href="Antalya-old-town.html">Antalya Old Town</a></h3>
<p class="information">Antalya’s Old Town (Kaleiçi) remains the heart of this modern Turkish city.</p>
</div>
<div class="activities-style">
<a href="Duden-Waterfall.html"><img class="activities" src="images/waterfal.jpg" alt="Duden waterfall image"></a>
<h3 class="header"><a href="Duden-Waterfall.html">Duden Waterfall</a></h3>
<p class="information">The Duden Waterfalls sit at the end of the river of the same name, which winds its way through the Taurus Mountains before tumbling from a cliff into a valley next to the Mediterranean.</p>
</div>
<div class="activities-style">
<a href="Aspendos.html"><img class="activities" src="images/history.jpg" alt="Aspendos image"></a>
<h3 class="header"><a href="Aspendos.html">Aspendos</a></h3>
<p class="information">Founded around 1000 BC, the ancient Greco-Roman city of Aspendos is best-known for its impressive Roman theater, one of the most remarkably preserved in the world.</p>
</div>
</div>
<div class="inline">
<div class="activities-style">
<a href="Clock-Tower.html"><img class="activities" src="images/clock-tower-2.jpg" alt="Clock tower image"></a>
<h3 class="header"><a href="Clock-Tower.html">Clock Tower</a></h3>
<p class="information">Standing on the edges of Antalya Old Town (Kaleiçi), the Antalya Clock Tower (Antalya Saat Kulesi) testifies to the region’s storied past.</p>
</div>
<div class="activities-style">
<a href="St-Nicholas-Church.html"><img class="activities" src="images/Nicholas-Church.jpg" alt="Nicholas Church image"></a>
<h3 class="header"><a href="St-Nicholas-Church.html">Nicholas Church</a></h3>
<p class="information">Originally built in AD 343, St. Nicholas Church in Demre is one of Turkey’s (officially the Republic of Türkiye) most important Christian pilgrimage sites.</p>
</div>
<div class="activities-style">
<a href="Konyaalti-Beach.html"><img class="activities" src="images/konyaalti-plaji-2.webp" alt="Konyaalti plaji image"></a>
<h3 class="header"><a href="Konyaalti-Beach.html">Konyaalti Beach</a></h3>
<p class="information">One of Antalya’s two main city beaches, Konyaalti Beach (Konyaaltı Plajı) is a popular spot for both locals and travelers. Stretching for 4.3 miles.</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>