-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (53 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
63 lines (53 loc) · 2.34 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 name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" />
<title>Dostaffkin — Доставка посылок между странами и внутри стран. Безопасно. Быстро. В целости и сохранности!
</title>
<link rel="stylesheet" href="styles/base.css">
<link rel="stylesheet" href="styles/base_adaptive.css">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/index_adaptive.css">
</head>
<body>
<div class="container">
<header class="header">
<a class="header-brand" href="#">
<div class="header-logo">D</div>
<div class="header-title">Dostaffkin</div>
</a>
<nav class="header-menu">
<a class="header-link" href="#">Оформить <span>доставку</span></a>
<a class="header-link" href="#">Отследить <span>посылку</span></a>
</nav>
</header>
<main class="main">
<section class="main-info">
<div class="main-title">
<span>D</span>ostaffkin
</div>
<div class="main-features">
<div class="main-feature">Отслеживание 24/7</div>
<div class="main-feature">Лучшие маршруты</div>
<div class="main-feature">Страхование посылок</div>
<div class="main-feature">Доставка в срок</div>
<div class="main-feature">Выгодные тарифы</div>
</div>
<div class="main-description">
Доставка посылок между странами и внутри стран.
Безопасно. Быстро. В целости и сохранности!
</div>
<div class="main-actions">
<a class="button" type="button" href="./order.html">Заказать доставку</a>
<a class="button button-white" type="button" href="./track.html">Отследить посылку</a>
</div>
</section>
<div class="main-title-ghost">Dostaffkin</div>
<section class="main-image">
<img src="images/main-image.png" alt="Main image" />
</section>
</main>
</div>
</body>
</html>