-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
99 lines (68 loc) · 4.73 KB
/
1.html
File metadata and controls
99 lines (68 loc) · 4.73 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebPage" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index,follow" />
<title>ОБСЛУЖИВАНИЕ BENTLEY</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" href="https://deviisos.github.io/1.html" />
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('/style/profile_girl.jpg');
min-height: 100%;
}
</style>
</head>
<body>
<!-- Sidebar with image -->
<nav class="w3-sidebar w3-hide-medium w3-hide-small" style="width:40%">
<div class="bgimg"></div>
</nav>
<!-- Page Content -->
<div class="w3-main w3-padding-large" style="margin-left:40%">
<!-- Menu icon to open sidebar -->
<span class="w3-button w3-top w3-white w3-xxlarge w3-text-grey w3-hover-text-black" style="width:auto;right:0;" onclick="openNav()"><i class="fa fa-bars"></i></span>
<!-- Portfolio Section -->
<div class="w3-padding-32 w3-content" id="portfolio">
<hr class="w3-opacity">
<!-- Grid for photos -->
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half">
<img src="/style/wedding.jpg" style="width:100%">
<img src="/style/rocks.jpg" style="width:100%">
<img src="/style/sailboat.jpg" style="width:100%">
</div>
<div class="w3-half">
<img src="/style/underwater.jpg" style="width:100%">
<img src="/style/chef.jpg" style="width:100%">
<img src="/style/wedding.jpg" style="width:100%">
<img src="/style/p6.jpg" style="width:100%">
</div>
<!-- End photo grid -->
</div>
<!-- End Portfolio Section -->
</div>
<!-- About Section -->
<div class="w3-content w3-justify w3-text-grey w3-padding-32" id="about">
<h1>ОБСЛУЖИВАНИЕ BENTLEY В МИНСКЕ</h1>
<hr class="w3-opacity">
<p>Бренд Bentley получил всемирную известность, когда его <a href="/">спортивные автомобили</a> стали победителями Ле-Мана. Сегодня автомобили с крылатой эмблемой известны как автомобили класса люкс, предлагающие своим владельцам невероятный уровень комфорта и надежности. Bentley — выбор лидеров и успешных людей, ценящих стиль и качество.</p>
<p>Каждый бизнесмен стремится оптимизировать расходы на содержание своего автомобиля. Это касается и владельцев дорогих и престижных Bentley, которые периодически нуждаются в качественном и профессиональном обслуживании авто.</p>
<div align="center"><img src="/2.jpg" style="width:100%"></div>
<p>Ремонт элитного, элегантного и дорогого автомобиля известной марки не может быть дешевым. Однако наш автосервис Bentley предлагает услуги по разумным и конкурентоспособным ценам. Кроме того, каждый наш клиент получает гарантию на любые выполненные ремонтные работы, а также на установленные комплектующие и запасные части. </p>
<p>Такой подход к автовладельцам только подтверждает нашу лояльность к клиентам, а также уверенность в качестве ремонта, проводимого нашими мастерами. Для постоянных клиентов мы внедрили систему скидок, существенно влияющих на конечную стоимость наших услуг.</p>
<!-- Testimonials -->
<!-- End About Section -->
</div>
</div>
</body>
</html>