-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeekBrains_v1.html
More file actions
359 lines (323 loc) · 13.8 KB
/
GeekBrains_v1.html
File metadata and controls
359 lines (323 loc) · 13.8 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HomeTask</title>
<link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css">
</head>
<style>
body {
font-family: Arial;
}
.container
{
width: 1170px;
margin-left: auto;
margin-right: auto;
}
.header
{
padding: 20px 0;
background: #445161;
}
.header_wrapper
{
display: flex;
justify-content: space-between;
align-items: center;
}
.header_title
{
margin-bottom: 40px;
font-size: 60px;
font-weight: 400px;
text-align: left;
color: white;
}
.header_list
{
margin-bottom: 10px;
width: 480px;
height: 23px;
left: 24px;
top: 134px;
font-weight: normal;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
}
.header_image
{
width: 472px;
height: 217px;
background-color: white;
justify-content: flex-end;
}
.about_wrapper
{
display: flex;
justify-content: space-between;
align-items: center;
}
.about
{
padding: 45px 0;
height: 340px;
}
.about_block
{
width: 650px;
}
.about_title
{
margin-bottom: 15px;
width: 284px;
height: 36px;
left: 50px;
top: 45px;
font-size: 30px;
line-height: 36px;
color: #445161;
}
.about_text
{
margin-bottom: 10px;
width: 646px;
height: 68px;
left: 50px;
top: 180px;
font-size: 16px;
line-height: 24px;
color: #333333;
}
.about_image
{
width: 430px;
height: 245px;
background-color: #445161;
justify-content: flex-end;
}
.pluses
{
padding: 25px 0 50px;
background: #F5F5F5;
height: 400px;
}
.pluses_wrapper
{
display: flex;
justify-content: space-between;
}
.pluses_title
{
margin-bottom: 20px;
color: #445161;
display: flex;
justify-content: center;
font-size: 30px;
}
.pluses_text
{
margin-bottom: 34px;
width: 556px;
height: 72px;
left: 42px;
top: -7px;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #333333;
}
.pluses_list {
display: flex;
justify-content: space-between;
flex-direction: column;
flex-wrap: wrap;
list-style: none;
width: 1170px;
height: 350px;
}
.pluses_list img{
margin-right: 10px;
width: 30px;
height: 30px;
}
.screen
{
padding: 25px 0 50px;
height: 490px;
width: 1272px;
left: 0px;
top: 1015px;
}
.screen_title
{
margin-top: 45px;
font-size: 30px;
color: #445161;
}
.screen_list
{
margin-bottom: 34px;
width: 556px;
height: 72px;
left: 42px;
top: -7px;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #333333;
page-break-inside: avoid;
break-inside: avoid;
}
.screen_list {
list-style: none;
width: 1170px;
height: 350px;
display: flex;
flex-direction: column;
flex-wrap: wrap
}
.screen_image {
width: 200px;
height: 150px;
margin-bottom: 25px;
background-color: #445161
}
.reviews{
padding: 25px 0 50px;
background: #F5F5F5;
height: 400px;
}
.reviews_title
{
width: 355px;
height: 36px;
left: 458px;
top: 25px;
font-weight: normal;
font-size: 30px;
line-height: 36px;
display: flex;
align-items: center;
color: #445161;
}
.reviews_list
{
margin-bottom: 34px;
width: 556px;
height: 72px;
left: 42px;
top: -7px;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #333333;
page-break-inside: avoid;
break-inside: avoid;
}
.reviews_list {
list-style: none;
width: 1170px;
height: 350px;
display: flex;
flex-direction: column;
flex-wrap: wrap
}
/* .figure
{
margin-top: 124px;
margin-bottom: 50px;
margin-left: 45px;
margin-right: 45px;
}
</style>
<body>
<header class="header">
<div class="container header_wrapper">
<div class="header_block">
<h1 class="header_title">Product name</h1>
<ul>
<li class="header_list"><svg width="16" height="13" viewBox="0 0 16 13"><path d="M16 1.36689L5.02857 13L0 7.66816L1.28914 6.30127L5.02857 10.2565L14.7109 0L16 1.36689Z" fill="white"/></svg> Put on this page information about your product</li>
<li class="header_list"><svg width="16" height="13" viewBox="0 0 16 13"><path d="M16 1.36689L5.02857 13L0 7.66816L1.28914 6.30127L5.02857 10.2565L14.7109 0L16 1.36689Z" fill="white"/></svg> A detailed description of your product</li>
<li class="header_list"><svg width="16" height="13" viewBox="0 0 16 13"><path d="M16 1.36689L5.02857 13L0 7.66816L1.28914 6.30127L5.02857 10.2565L14.7109 0L16 1.36689Z" fill="white"/></svg> Tell us about the advantages and merits</li>
<li class="header_list"><svg width="16" height="13" viewBox="0 0 16 13"><path d="M16 1.36689L5.02857 13L0 7.66816L1.28914 6.30127L5.02857 10.2565L14.7109 0L16 1.36689Z" fill="white"/></svg> Associate the page with the payment system</li>
</ul>
</div>
<div class="header_image"> </div>
</div>
</header>
<main>
<section class="about">
<div class="container about_wrapper">
<div class="about_block">
<h2 class="about_title">About your product</h2>
<p class="about_text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis facilis fuga, illo at. Natus eos, eligendi illum rerum omnis porro ex, magni, explicabo veniam incidunt in quam sapiente ut ipsum. </p>
<p class="about_text">Pariatur iure ab sunt nesciunt, quibusdam odio iste cumque itaque, ipsa vel exercitationem ullam quos aut nostrum cupiditate fuga quaerat quam animi dolores. Sequi itaque, unde perferendis nemo debitis dolor.</p>
</div>
<div class="about_image"> </div>
</div>
</section>
<section class="pluses">
<div class="container pluses_wrapper">
<div class="pluses_block">
<h3 class="pluses_title">Dignity and pluses product</h3>
<div class="pluses_list">
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
<article class="pluses_text"><a href="https://imgbb.com/"><img src="https://i.ibb.co/CnWVqNG/icon-plus.png" alt="icon-plus" border="0"></a>Delectus dolorem vero quae beatae quasi dolor deserunt iste amet atque, impedit iure placeat, ullam. Reprehenderit aliquam, nemo cum velit ratione perferendis quas, maxime, quaerat porro totam, dolore minus inventore.</article>
</div>
</div>
</div>
</section>
<section class="screen">
<div class="container screen_wrapper">
<h4 class="screen_title">Screenshots</h4>
<div class="screen_total_card">
<ul>
<img class="screen_image">
<li class="screen_list">Pariatur iure ab sunt nesciunt, quibusdam odio iste cumque itaq</li>
<img class="screen_image">
<li class="screen_list">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis</li>
<img class="screen_image">
<li class="screen_list">Pariatur iure ab sunt nesciunt, quibusdam odio iste cumque itaq</li>
<img class="screen_image">
<li class="screen_list">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis</li>
</ul>
</div>
</div>
</section>
<section class="reviews">
<div class="container reviews_wrapper">
<h5 class="reviews_title">Reviews</h5>
<ul>
<li class="reviews_list">Porro officia cumque sint deleniti nemo facere rem vitae odit inventore cum odio, iste quia doloribus autem aperiam nulla ea neque reprehenderit. Libero doloribus, possimus officiis sapiente necessitatibus commodi consectetur?</li>
<li class="reviews_list">Porro officia cumque sint deleniti nemo facere rem vitae odit inventore cum odio, iste quia doloribus autem aperiam nulla ea neque reprehenderit. Libero doloribus, possimus officiis sapiente necessitatibus commodi consectetur?</li>
<li class="reviews_list">Porro officia cumque sint deleniti nemo facere rem vitae odit inventore cum odio, iste quia doloribus autem aperiam nulla ea neque reprehenderit. Libero doloribus, possimus officiis sapiente necessitatibus commodi consectetur?</li>
<li class="reviews_list">Porro officia cumque sint deleniti nemo facere rem vitae odit inventore cum odio, iste quia doloribus autem aperiam nulla ea neque reprehenderit. Libero doloribus, possimus officiis sapiente necessitatibus commodi consectetur?</li>
</ul>
</div>
</section>
</main>
<footer class="container">
<div class="contacts">Contacts</div>
<div class="contacts_wrapper">
<form class="info">
<input placeholder="Your name:">
<input placeholder="Your email:">
<input placeholder="Your message:"></input>
<button>SEND</button>
</form>
<div class="navigation">
<img class="img-skype">
<img class="img-icq">
<img class="img-email">
<img class="img-phone">
</div>
</div>
</footer>
</body>