-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
256 lines (214 loc) · 10.2 KB
/
index.html
File metadata and controls
256 lines (214 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Plants</title>
<meta charset="UTF-8">
<meta name="description" content="Landing of Plants service">
<meta name="keywords" content="Plants">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:image" content="./img/contact_woman 1.png">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="preload" href="./fonts/Inika-Bold.woff2" as="font">
<link rel="preload" href="./fonts/Inika.woff2" as="font">
<link rel="preload" href="./fonts/Inter-Regular.woff2" as="font">
<link rel="icon" href="./img/favicon.ico">
<link rel="stylesheet" href="css/fontello.css">
</head>
<body>
<!-- оформляем хедер список-навигацию
-->
<!-- ХЭДЭР !!!!!!!!!!!!! -->
<header class="header">
<div class="container">
<div class="navbar">
<div class="logo">
<img src="./img/logo_vector.png" alt="logo with leafs">
<span>Plants</span>
</div> <!-- close div logo -->
<nav class="nav">
<div class="hamburger">
<span class="hamburger__span"></span>
<span class="hamburger__span"></span>
<span class="hamburger__span"></span>
</div>
<ul class="ul-nav"> <!-- navigation of header -->
<li class="home"><a href="#home">Home</a></li>
<li><a href="#about">About us</a></li>
<li><a href="#service">Service</a></li>
<li class="price"><a href="#price">Price</a></li>
<li><a href="#contact">Contacts</a></li>
</ul>
</nav> <!-- close div nav -->
</div> <!-- close div navbar -->
</div> <!-- close div container -->
</header>
<main class="main">
<!-- СЕКЦИЯ ВЭЛКАМ !!!!!!!!!!!!!!!!!!!!!!! -->
<section class="welcome" id="home">
<div class="container">
<div class="welcome__wrapper">
<div class="wrapper-leafs">
<div class="img-container"></div>
</div> <!-- close wRAPPER LEAFS-->
<div class="welcome__text">
<div class="text">
<h1 class="title">We grow <span class="green-span">plants </span> and give
<br>you oxygen</h1>
</div> <!-- close text -->
<div class="lorem">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s.</p>
</div> <!-- close lorem -->
<button class="welcome-btn">LEARN MORE</button>
</div> <!-- close welcome__wrapper-->
</div> <!-- close CONTAINER-->
</section>
<!-- СЕКЦИЯ ABOUT!!!!!!! !!!!!!!!!!!!!!!!!!!!!!! -->
<section class="about" id="about">
<div class="container">
<div class="wrapper-about">
<div class="text-about">
<h2 class="title-about">We are
<span class="orange-text">professional experienced </span>
gardeners</h2>
<p class="p-about">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
</div>
<div class="img-about"></div>
</div>
</div>
</section>
<!-- SECTION SERVICE -->
<section class="service" id="service">
<div class="container">
<div class="services-content">
<div class="title-services">
<h2 class="service-title-text">Service and our projects</h2>
</div>
<ul class="btn-items">
<li><button class="btn-services">Gardens</button></li>
<li><button class="btn-services">Lawn</button></li>
<li><button class="btn-services">Planting</button></li>
</ul>
</div>
<div class="one-line">
<div class="card">
<div class="one-first-pic"></div>
<div class="text-block">
<p class="text">Garden care</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
<div class="card">
<div class="one-second-pic"></div>
<div class="text-block">
<p class="text">Planting</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
<div class="card">
<div class="one-third-pic"></div>
<div class="text-block">
<p class="text">Lawn care</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
</div>
<div class="two-line">
<div class="card">
<div class="two-first-pic"></div>
<div class="text-block">
<p class="text">Planting</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
<div class="card">
<div class="two-second-pic"></div>
<div class="text-block">
<p class="text">Garden care</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
<div class="card">
<div class="two-third-pic"></div>
<div class="text-block">
<p class="text">Planting</p>
<p class="grey-text">Lorem Ipsum has been the industry</p>
</div>
</div>
</div>
</div>
</section>
<!-- SECTION PRICES -->
<section class="section-prices" id="price">
<div class="container">
<div class="prices-wrapper">
<div class="options">
<p class="btn-prices">Prices</p>
<div class="colomn-options">
<div class="btn-options">
<p class="text-btn">Basics</p>
<div class="img-btn"></div>
</div>
<div class="btn-options">
<p class="text-btn">Standard</p>
<div class="img-btn"></div>
</div>
<div class="btn-options">
<p class="text-btn">Pro care</p>
<div class="img-btn"></div>
</div>
</div>
</div>
<div class="wrapper-leafs">
<p class="btn-prices">Our best <span class="gardeners">gardeners</span>
are ready to help you</p>
<button class="contact-us">Contact us</button>
<div class="img-leafs"></div>
</div>
</div>
</div>
</section>
<!-- SECTION CONTACTS -->
<!-- -->
<section class="contact-section" id="contact">
<div class="contact-container">
<div class="prices-wrapper">
<div class="img-woman"></div>
<div class="title-contact">
<h2 class="title-contact-us gardeners">Contact us</h2>
</div>
<div class="city">
<div class="text-city">City</div>
<div class="img-btn"></div>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<div class="wrapper-footer">
<div class="copyright">
<p class="cop">©2023 developed by</p>
<div class="copyright__icon-mail">
<p class="email-contact"><i class="icon-mail-alt"></i><a href="mailto:frontenddevkan@gmail.com">frontenddevkan@gmail.com</a></p>
</div> <!-- close icon-email div -->
</div>
<div class="img-footer">
<img src="./img/inst_1.png" alt="icon-instagram" class="icons">
<img src="./img/fb_1.png" alt="icon-facebook" class="icons">
<img src="./img/tw_1.png" alt="icon-twitter" class="icons">
<img src="./img/pinterest_1.png" alt="icon-pinterest" class="icons">
<a href="https://github.com/frontenddevkan" class="git"><i class="icon-github">
</i>github</a>
</div>
</div>
</div>
</footer>
<script src="./js/js.js"></script>
</body>
</html>