-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindustry.html
More file actions
501 lines (393 loc) · 21.2 KB
/
Copy pathindustry.html
File metadata and controls
501 lines (393 loc) · 21.2 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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://oleksiy-m.github.io/O2/social-preview.png">
<title>Industry water</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Oleo+Script&family=Raleway:wght@700&family=Roboto:wght@400;500;700;900&display=swap">
<link
href="https://fonts.googleapis.com/css2?family=Anta&family=Audiowide&family=Chango&family=Nova+Oval&family=Sail&family=Saira+Stencil+One&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css">
<link rel="stylesheet" href="./css/mine.min.css">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
<link rel="icon" href="./favicon-32.png" type="image/png" sizes="32x32">
<link rel="icon" href="./favicon-64.png" type="image/png" sizes="64x64">
<link rel="icon" href="./favicon-128.png" type="image/png" sizes="128x128">
<link rel="icon" href="./favicon-256.png" type="image/png" sizes="256x256">
<link rel="apple-touch-icon" href="./apple-touch-icon-180.png">
<link rel="apple-touch-icon" sizes="167x167" href="./apple-touch-icon-167.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
</head>
<body class="">
<div id="preloader">
<div class="loader"></div>
</div>
<!-- SITE-NAV -->
<header class="header-pg ">
<nav class="nav container ">
<a href="./index.html" class="nav-logo__box">
<svg class="nav-logo">
<use href="./img/sprite.svg#logo"></use>
</svg>
<svg class="nav-logo nav-logo__o">
<use href="./img/sprite.svg#logo_o"></use>
</svg>
</a>
<ul class="site-nav list ">
<li class="site-nav__item"><a href="./index.html" class="site-nav__link">Head</a></li>
<li class="site-nav__item"><a id="up" href="./industry.html"
class="site-nav__link site-nav__link--current">Industry</a></li>
<li class="site-nav__item"><a href="./history.html" class="site-nav__link">History</a></li>
<li class="site-nav__item"><a href="./water.html" class="site-nav__link">Water</a></li>
</ul>
<ul class="contact__list list">
<li class="page__item">
<svg class="contacts__icon" width="16" height="12">
<use href=./img/sprite.svg#envelope></use>
</svg>
<a class="page__contacts" href="o.maryan@ukr.net">
o.maryan@ukr.net
</a>
</li>
<li class="page__item">
<svg class="contacts__icon" width="11" height="16">
<use href=./img/sprite.svg#tel></use>
</svg>
<a class="page__contacts" href="tel:+380739909983">
+38 073 990 9983
</a>
</li>
</ul>
</nav>
</header>
<!-- page -- industry -->
<main class="idustry ">
<video class="bubble" src="./video-water/bubble.mp4" type="video/mp4" autoplay="autoplay" muted
loop="true"></video>
<div class="container">
<!--hero-->
<section class="section-hero__industry ">
<div id="particles-js"></div>
<div class="head__box ">
<h1 class="title__head idustry-hero__heading">The scale of the problem of poor water quality</h1>
<div class="head-border "></div>
</div>
<div class="develo-eco__hand">
<div class="electric"><img src="./img/gif/electro.webp"> </div>
<div class="hand-hero">
<picture>
<source srcset="./img/hand/hand.webp 1x, ./img/hand/hand@2x.webp 2x" media="(min-width: 1200px)"
type="img/webp">
<source srcset="./img/hand/hand.png 1x, ./img/hand/hand@2x.png 2x" media="(min-width: 1200px)">
<source srcset="./img/hand/hand-tablet.webp 1x, ./img/hand/hand-tablet@2x.webp 2x"
media="(min-width: 768px)" type="img/webp">
<source srcset="./img/hand/hand-tablet.png 1x, ./img/hand/hand-tablet@2x.png 2x"
media="(min-width: 768px)">
<source srcset="./img/hand/hand-mobil.webp 1x, ./img/hand/hand-mobil@2x.webp 2x"
media="(max-width: 767px)" type="img/webp">
<source srcset="./img/hand/hand-mobil.png 1x, ./img/hand/hand-mobil@2x.png 2x"
media="(max-width: 767px)">
<img src="./img/hand/hand.png" alt="hand of robot and hand of human">
</picture>
</div>
</div>
</section>
<div class="section-bg ">
<section class="develo-eco">
<div data-aos="fade-up" data-aos-duration="3000" >
<div class="develo-title__box">
<h2 class="develo-eco__title">Development of eco technologies</h2>
</div>
</div>
<ul class="develo-eco__list list">
<!-- home -->
<li class="develo-eco__content">
<div class="visual-content__home"></div>
<div class="svg-box">
<svg width="70" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#home">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art"> Development of eco-technologies It is impossible to
imaginethepresent without modern technologies and developed infrastructure. Technical
progress contributed to the development of society, allowing to influence natural processes
and accumulate vital resources. The combined efforts of people and the de-standardization of
applied methods gave rapid growth to precisely those industries that were in demand.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor1"></li>
<li class="develo-eco___decor2"></li>
<li class="develo-eco___decor3"></li>
</ul>
</li>
<!-- man-laptop -->
<li class="develo-eco__content laptop-content">
<div class="visual-content__home visual-content__leptop"></div>
<div class="svg-box">
<svg width="110" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#manlaptop">
<use>
</svg>
<svg width="110" height="60" class="eco__svg">
<use href="./img/sprite.svg#laptop">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art "> Scientific activity has brought the world view to a new level of
perception and awareness, freeing space from archaisms for decisive actions, which
isreflected in the specifics of setting goals and reassessing priorities.
Thus, technological evolution has solved global problems regarding the provision of humanity
and taken care of its primary needs.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor4"></li>
<li class="develo-eco___decor5"></li>
<li class="develo-eco___decor6"></li>
</ul>
</li>
</ul>
</section>
<section class="impact-section">
<div data-aos="fade-up" data-aos-duration="1500" >
<div class="develo-title__box impact-title__box">
<h2 class=" develo-eco__title impact-title">Impact on the environment</h2>
</div>
</div>
<ul class=" impact__list list">
<!-- .impact-section -->
<!-- oil -->
<li class="develo-eco__content oil-content">
<div class="visual-content visual-content__oil "></div>
<div class="svg-box">
<svg width="130" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#oil">
<use>
</svg>
<svg width="130" height="60" class="eco__svg eco__svg-imp">
<use href="./img/sprite.svg#oilk">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art"> It is quite clear that the point of intersection of technology and
human needs is nature. She instantly reacts to irresponsible behavior. Concentrating all
efforts on obtaining resources often leads to significant changes in the ecosystem. The
consequences of such activities have enough examples of terrible environmental disasters that
do not pass without a trace, forming negative indicators of the environmental situation in
the world.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor7"></li>
<li class="develo-eco___decor8"></li>
<li class="develo-eco___decor9"></li>
</ul>
</li>
<!-- ocean -->
<li class="develo-eco__content ocean-content">
<div class="visual-content visual-content__ocean"></div>
<div class="svg-box">
<svg width="130" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#ocean">
<use>
</svg>
<svg width="130" height="60" class="eco__svg eco__svg-imp">
<use href="./img/sprite.svg#ocea">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class=" develo-eco__art"> Environmental pollution has become the main driver for starting new
industries and developing eco-technology aimed at preserving nature and human health.
Equally important is the actualization and development of mechanisms for overcoming existing
problems, giving rise to the hope that a polluted environment will not be the norm in our
time.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor10"></li>
<li class="develo-eco___decor11"></li>
<li class="develo-eco___decor12"></li>
</ul>
</li>
<!-- factory -->
<li class="develo-eco__content factory-content">
<div class="visual-content visual-content__factory"></div>
<div class="svg-box"> <svg width="130" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#factory">
<use>
</svg>
<svg width="130" height="60" class="eco__svg eco__svg-imp">
<use href="./img/sprite.svg#factor">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art"> Recognizing the activities of society as the main influencing
factoron natural processes is a key moment in building the concept of an ecologically safe
future, allowing to focus on the preservation of the natural environment as the primary task.
This information confirms that, first of all, the impact on human health has become the main
driver in this direction, providing a social and moral basis for overcoming the existing
consequences.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor14"></li>
<li class="develo-eco___decor15"></li>
<li class="develo-eco___decor16"></li>
<li class="develo-eco___decor17"></li>
<li class="develo-eco___decor18"></li>
</ul>
</li>
<!-- earth -->
<li class="develo-eco__content earth-content">
<div class="visual-content visual-content__earth"></div>
<div class="svg-box"> <svg width="130" height="60" class="develo-eco__svg">
<use href="./img/sprite.svg#earth">
<use>
</svg>
<svg width="130" height="60" class="eco__svg eco__svg-imp">
<use href="./img/sprite.svg#eart">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art impact-art"> For centuries, the consequences of the technological
revolution have held hostage the planet's population, namely polluted air and water. It is
possible to say without exaggeration that today there is no person whose life would not be
affected by such factors, because they occupy the first places in their list.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor19"></li>
<li class="develo-eco___decor20"></li>
<li class="develo-eco___decor21"></li>
<li class="develo-eco___decor22"></li>
<li class="develo-eco___decor23"></li>
</ul>
</li>
<!-- man -->
<li class="develo-eco__content man-content">
<div class="visual-content visual-content__men"></div>
<div class="svg-box">
<svg width="130" height="60" class="develo-eco__svg ">
<use href="./img/sprite.svg#man">
<use>
</svg>
<svg width="130" height="60" class="eco__svg eco__svg-imp">
<use href="./img/sprite.svg#water">
<use>
</svg>
</div>
<div class="cards__overlay">
<p class="develo-eco__art"> Developed countries overcome the problems of lack of drinking water
with complex solutions for extraction, purification, disinfection and use a modern water
supply network. Less successful countries benefit from the benefits inherited from the
beginning of the industrial age, namely outdated technologies and depleted water supply
networks. Very poor countries may not have such resources.</p>
</div>
<ul class="develo-eco__line list">
<li class="develo-eco___decor24"></li>
<li class="develo-eco___decor25"></li>
<li class="develo-eco___decor26"></li>
<li class="develo-eco___decor27"></li>
<li class="develo-eco___decor28"></li>
</ul>
</li>
</ul>
</section>
</div>
<section class="section-end">
<div class="impact-box__end">
<div class="box__end">
<video class="chart" src="./video-water/chart.mp4" type="video/mp4" autoplay loop muted
playsinline></video>
<!-- allow=fullscreen allow=autoplay background=1 autopause=0-->
<div class="box-title-end">
<h2 class="title-end">Water is the source of life and an indicator of its quality</h2>
<h2 class="title-end title-end__left">
But if we objectively assess the state of affairs, can we say with confidence that the existing
standards are really criteria for quality water</h2>
</div>
</div>
</div>
</section>
<div class="buton-down__up"><a href="#up" class="down__up"><svg width="60" height="50" class="up-svg ">
<use href="./img/sprite.svg#arrow"> <use>
</svg></a></div>
</div>
<footer class="page-footer container">
<!-- <div class=""> -->
<!-- AUTH -->
<div class="page-footer__address ">
<a href="./index.html" class="footer-logo__box">
<svg class="footer-logo">
<use href="./img/sprite.svg#logo"></use>
</svg>
<svg class="footer-logo footer-logo__o">
<use href="./img/sprite.svg#logo_o"></use>
</svg>
</a>
<address>
<ul class="page-footer__list list">
<li class="page-footer__item"><a class="page-footer__contacts page-footer__contacts--city"
href="https://maps.app.goo.gl/AxT5RmRPUHJdjEPT9" target="_blank"
rel="noopener noreferrer">Montreal, Sherbrooke St.E,1</a>
</li>
<li class="page-footer__item"><a href="o.maryan@ukr.net"
class="page-footer__contacts">o.maryan@ukr.net</a>
</li>
<li class="page-footer__item"><a href="tel:+380739909983" class="page-footer__contacts">+38 073 990
9983</a>
</li>
</ul>
</address>
</div>
<!-- JOIN TO US -->
<div class="join">
<h3 class="join__title">JOIN TO US</h3>
<ul class="join__list list">
<li class="join__item"><a class="join__link link"
href="https://www.instagram.com/water_0xygen?igsh=Z24ydzFpNDM2MGNj"><svg class="join__icon">
<use href=./img/sprite.svg#instagram></use>
</svg></a></li>
<li class="join__item"><a class="join__link link" href=""><svg class="join__icon">
<use href=./img/sprite.svg#icon-x></use>
</svg></a></li>
<li class="join__item"><a class="join__link link" href=""><svg class="join__icon">
<use href=./img/sprite.svg#facebook></use>
</svg></a></li>
<li class="join__item"><a class="join__link link" href=""><svg class="join__icon">
<use href=./img/sprite.svg#linkedin></use>
</svg></a></li>
</ul>
</div>
<!-- form -->
<div class="auth">
<form class="auth__form">
<h3 class="auth__title">Subscribe to newsletter</h3>
<div class="auth__wrapper">
<label><input class="auth__input" type="email" name="email" placeholder="E-mail"></label>
<button type="submit" class="button button--submit">Subscribe
<svg width="24" height="24" class="button__icon">
<use href="./img/sprite.svg#send"></use>
</svg>
</button>
</div>
</form>
</div>
</footer>
</main>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="./js/main.js"></script> -->
<script src="./js/load.js"></script>
<script src="./js/logo.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script> AOS.init(); </script>
<script src="./js/part.js"></script>
</body>
</html>