-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (75 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>solo project new elvira</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="header1">
<div id="mainlogo">
<h1 style="font-size:50px">Welcome to Sofia</h1>
<p style="font-size:20px">Sofia, capital of Bulgaria. It is situated near the geographical centre of the Balkans region, in the Sofia Basin, a troughlike valley in the western part of the country.</p>
</div>
</div>
<div class="topnav">
<a href="#">Home</a>
<a href="#">Region</a>
<a href="#">About</a>
</div>
<div class="header2">
<h2>❤️Best places to visit:❤️</h2>
<div class="row">
<div class="column">
<div id="column1">
<h2>St. Alexander Nevski Cathedral</h2>
<p>Completed in 1912, St. Alexander Nevsky Patriarchal Cathedral Stauropigial Memorial-Church is an impressive landmark in Sofia. The church was built as a memorial to the 200,000 Russian soldiers who died in the Russo-Turkish Liberation War (1877-1878).</p>
</div>
</div>
<div class="column">
<div id="column2">
<h2>Vitosha Mountain</h2>
<p>Vitosha, the ancient Scomius or Scombrus, is a mountain massif, on the outskirts of Sofia, the capital of Bulgaria. Vitosha is one of the symbols of Sofia and the closest site for hiking, alpinism and skiing. Convenient bus lines and rope ways render the mountain easily accessible.</p>
</div>
</div>
<div class="column">
<div id="column3">
<h2>The Rotunda Church of St George</h2>
<p>The Church of Saint George is a Late Antique red brick rotunda in Sofia, Bulgaria. Built in the early 4th century as Roman baths, it became a church inside the walls of Serdica, capital of ancient Dacia Mediterranea during the Roman Empire and Byzantine Empire.</p>
</div>
</div>
<div class="column">
<div id="column4">
<h2>Ivan Vazov National Theater</h2>
<p>The Ivan Vazov National Theatre is Bulgaria's national theatre, as well as the oldest and most authoritative theatre in the country and one of the important landmarks of Sofia, the capital of Bulgaria. It is located in the centre of the city, with the facade facing the City Garden.</p>
</div>
</div>
<div class="assignment">
<img id="gallery">
<div class="button">
<button id="next_img">Next</button>
<button id="previous_img">Previous</button>
</div>
</div>
<footer>
<p>Author:Elvira Mladenova<br>
<a href="mailto:mladenova.elvira">[email protected] </a></p>
</footer>
<script src="script.js"></script>
</body>
</html>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>