-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
50 lines (45 loc) · 1.86 KB
/
Copy pathcontact.html
File metadata and controls
50 lines (45 loc) · 1.86 KB
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
<!DOCTYPE html>
<html lang="ukr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Your Project Title</title>
</head>
<body>
<header>
<nav class="main-nav">
<ul class="main-nav-items">
<li><a class="animated_text" href="index.html">Головна сторінка</a></li>
<li><a class="animated_text" href="about.html">Черемош</a></li>
<li><a class="animated_text" href="contact.html">Контакти</a></li>
<div class="social-icons">
<a href="https://www.facebook.com/cheremosh.ensemble/" target="_blank">
<img src="images/apps.37935.9007199266245907.b029bd80-381a-4869-854f-bac6f359c5c9.png" alt="Facebook Icon">
</a>
<a href="https://www.instagram.com/cheremosh.ensemble/" target="_blank">
<img src="images/Instagram_logo_2022.svg.webp" alt="Instagram Icon">
</a>
</div>
</ul>
</nav>
</header>
<main class="main_contact">
<section>
<h1>Контакти</h1>
<p>Львівський національний університет імені Івана Франка<br>
Центр культури та дозвілля<br>
м. Львів, вул. Університетська, 1</p>
<p>Ukraine, 79000, Lviv, vul. Universytetska 1,<br>
Ivan Franko Lviv National University<br>
“Cheremosh” Folk Song and Dance Ensemble</p><br>
<p>E-mail: cheremosh1963@ex.ua<br>
+38 098 525 69 90<br>
+38 050 234 12 84</p>
</section>
</main>
<footer id="id">
<p>© Веб-проєкт Бевза Маркіяна</p>
</footer>
</body>
</html>