-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (59 loc) · 2.07 KB
/
index.html
File metadata and controls
61 lines (59 loc) · 2.07 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
<!doctype html>
<html lang="en">
<head>
<title>Hello, world!</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" href="main.css" >
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<h1>Как оформить заказ</h1>
<h2>и получить slim4vit?</h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="text-center">
<img src="ico1.png" class="mx-auto d-block" alt="...">
<h3>Вы оставляете заявку</h3>
<h4>на нашем сайте</h4>
</div>
</div>
<div class="col-sm">
<div class="text-center">
<img src="ico2.png" class="mx-auto d-block" alt="...">
<h3>Наш специалист</h3>
<h4>связывается с вами</h4>
</div>
</div>
<div class="col-sm">
<div class="text-center">
<img src="ico3.png" class="mx-auto d-block" alt="...">
<h3>Мы отправляем</h3>
<h4>ваш заказ</h4>
</div>
</div>
<div class="col-sm">
<div class="text-center">
<img src="ico4.png" class="mx-auto d-block" alt="...">
<h3>Вы оплачиваете</h3>
<h4>заказ после получения</h4>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>