-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome to Khasavyurt</title>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<header>
<div class="logo">
<h1>Khasavyurt</h1>
<h2> Made by <a class="Linkedin" href="https://www.linkedin.com/in/iakub-dubachev-5566422b3/" target="blank">Iakub Dubachev</a> </h2>
</div>
<nav>
<ul>
<li><a href="#history">History</a></li>
<li><a href="#culture">Culture</a></li>
<li><a href="#attractions">Attractions</a></li>
<li><a href="#Footer">Footer</a></li>
</ul>
</nav>
</header>
<main>
<section id="intro">
<h2>Welcome to Khasavyurt</h2>
<p>Khasavyurt is a city located in the Republic of Dagestan, Russia. Known for its rich cultural heritage, stunning landscapes, and historical significance, Khasavyurt is a true gem of the North Caucasus.</p>
</section>
<section id="history">
<h2>History</h2>
<p>Khasavyurt has a deep and fascinating history, with roots that stretch back to ancient times. Over the centuries, it has been a hub of trade, culture, and politics in the region.</p>
</section>
<section id="culture">
<h2>Culture</h2>
<p>The city is known for its unique blend of cultures, with influences from both the North Caucasus and Russia. Festivals, music, and traditional dances are an integral part of life in Khasavyurt.</p>
</section>
<section id="attractions">
<h2>Attractions</h2>
<ul>
<li>The Central Mosque</li>
<li>The Museum of Local Lore</li>
<li>The beautiful Khasavyurt Park</li>
<li>Historical monuments and natural wonders in the surrounding area</li>
</ul>
</section>
</main>
<footer>
<section id="footer">
</section>
<p>2024 Khasavyurt City Website.</p>
<p> <a class="Linkedin" href="https://www.linkedin.com/in/iakub-dubachev-5566422b3/" target="blank"> Iakub Dubachev </a> </p>
</footer>
</body>
</html>