-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (61 loc) · 2.07 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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<!-- aucileblad davamtavreb -_- -->
<title> Davaleba 3</title>
<link rel="stylesheet" href="https://cdn.web-fonts.ge/fonts/archyedt-thin/css/archyedt-thin.min.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/fonts.css">
</head>
<body>
<!-- start header -->
<a class="logo1" href="index.html">
<img src="img/logo1.svg" alt="logo">
</a>
<nav class="navigation1">
<ul>
<li class="nav-li">
<a class="nav-a active" href="index.html">მთავარი</a>
</li>
<li class="nav-li">
<a class="nav-a " href="news.html">სიახლეები</a>
</li>
<li class="nav-li">
<a class="nav-a " href="index.html">კონტაქტი</a>
</li>
</ul>
</nav>
<!-- end header -->
<!-- CONTAINER PAGE -->
<div class="container1">
<img src="img/banner-img.jpg">
</div>
<section>
<h2 class="satauri1">FEATURED | view all featured media
</h2>
<div class="left-block">
<h3>RESPONSIVE WEB DESIGN</h3>
<img class="section-image1" src="img/Group 10.png" alt="article image">
<p class="section-text1">approach that suggests that design and development should respond to the user's behavior and environment based on screen size, platform and orientation.</p>
</div>
<div class="right-block">
<h3>APP DEVELOPMENT</h3>
<img class="section-image1" src="img/Path 28.png" alt="article image phone">
<p class="section-text1">Mobile application development is the process of making or creating a mobile application to run on various mobile platforms. A mobile platform is a mobile operating system.</p>
</div>
</section>
<footer>
<div class="container">
<div class="footer-img">
<img src="img/fb.png" alt="fb">
</div>
<div class="divider"></div>
<div class="footer-img2">
<img src="img/youtube.png" alt="youtube">
</div>
</div>
</footer>
</body>
</html>