-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.42 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>test</title>
<link rel="stylesheet" href="http://cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/back.css">
</head>
<body>
<header class="header">
<a class= banner href="index.html">
<img class="head-banner" src="img/head-banner.svg" alt="head-banner is missing">
</a>
<nav>
<ul>
<li class=Nino-Mtavruli class="hell" ><a href="index.html">მთავარი</a></li>
<li class=Nino-Mtavruli class="hell" ><a href="news.html">სიახლეები</a></li>
<li class=Nino-Mtavruli class="hell" ><a href="about.html">კონტაქტი</a></li>
</ul>
</nav>
</header>
<section class="banner-s">
<img src="img/shuala.svg" alt="shuala isn't respoding">
</section>
<footer class="social">
<a href="http://www.facebook.com">
<img class=social-fb src="img/facebook-logo.svg" alt="facebook-logo isn't responding">
</a>
<!-- <img src="/img/shuala.svg" alt=""> -->
<a href="http://www.youtube.com">
<img class=social-yt src="img/youtube-logo.svg" alt="not responding">
</a>
</footer>
</body>