-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (79 loc) · 2.49 KB
/
Copy pathindex.html
File metadata and controls
80 lines (79 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<section class="about">
<h2>About Us</h2>
<div=class="about__text">
<p> My friend So agly and how i travel to Paris</p>
</div>
<div class="about__images">
<img src="img/12_main-v1573686449.jpg"alt="Nature">
</div>
</section>
<section class="hero">
<h1> Welcome to my Website</h1>
<a href="#"class="hero__button">Get started</a>
</section>
<section class="feture">
<h2>Feture</h2>
<div class="feture__list">
<div class="feture__item">Fast</div>
<div calss="feture__item">Reliable</div>
<div class="feture__item">Secure</div>
</div>
</section>
<section class=""Testimonials">
<div class="Testimonials__text">
<h2>What Our Clients Say</h2>
</div>
<div class="Testimonials__testemonial">
<ol>
<li>Andrij Chikatilo is so expensive</li>
<li>Nazar Pipa is so tired</li>
<li>Dmitro Lox I think is so difficult</li>
</ol>
</div>
</section>
<section class="Our Team">
<article><b>our employees</b></article>
<div>
<article> Saha Grigorenko</article>
<img src="img/завантаження.jpg"alt="Saha Makron">
<div>He is our general manager</div>
</div>
<div>
<article>Sofia Lubez</article>
<img src="img/завантаження (1).jpg"alt="Ceo">
<div>Uix designer </div>
</div>
<div>
<article>Max Ferstappen</article>
<img src="img/завантаження (2).jpg"alt="max Verstappen">
<div> Reacer F1</div>
</div>
</section>
<section class="about__us">
<nav class="header__nav">
<ul class="header__menu">
<li class="header__menu-item">
<a class="header__menu-link" href="index.html">Home</a>
</li>
<li class="header__menu-item">
<a class="header__menu-link" href="about.html">About Us</a>
</li>
<li class="header__menu-item">
<a class="header__menu-link" href="services.html">Services</a>
</li>
<li class="header__menu-item">
<a class="header__menu-link" href="contacts.html">Contacts</a>
</li>
</ul>
</nav>
</section>
</body>
</html>