-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (63 loc) · 2.86 KB
/
index.html
File metadata and controls
63 lines (63 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatsdcible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="Footer.css">
<title>website</title>
</head>
<body>
<header>
<nav>
<ul class="header-nav">
<img src="./assets/img/logo.png" width="400" class="logo">
<li class="header-nav__elem nav-animation"><a href="About.html">О нас</a></li>
<li class="header-nav__elem"><a href="#Портфолио">Портфолио</a></li>
<li class="header-nav__elem"><a href="#Цены">Цены</a></li>
<li class="header-nav__elem"><a href="tel:+7999999999">+7 999 999999</a></li>
</ul>
</nav>
</header>
<div class="centerblock">
<h2 align="center">Наши услуги</h2>
<div class="services">
<div class="flex_container_mein">
<div class="flex_up">
<a href="" class="main_1">Разработка сайтов</a>
<a href="" class="main_2">Оптимизация сайтов</a>
<a href="" class="main_3">Поддержка сайтов</a>
</div>
<div class="flex_bottom">
<a href="" class="main_4">Мобильные приложения</a>
<a href="" class="main_5">Таргетированная реклама</a>
<a href="" class="main_6"> 1С Битрикс</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="flex_container_footer">
<div class="left">
<ul class="no_markers">
<li><a class="footer_a_color" href="./Index.html">Главная</a></li>
<li><a class="footer_a_color" href="#footer_anchor">Наши работы</a></li>
<li><a class="footer_a_color" href="./Price.html" target="_blank">Цены</a></li>
<li><a class="footer_a_color" href="#footer_anchor2">Услуги</a</li>
<li><a class="footer_a_color" href="./About.html" target="_blank">О нас</a></li>
</ul>
</div>
<div class="right">
<ul class="no_markers">
<li>г.Ставрополь ул.Мира 333</li>
<li>8 999 999 9999</li>
</ul>
<a href="./feedback_form.html"class="call_back">Заказать обратный звонок</a>
</div>
</div>
</div>
</footer>
</body>
</html>