-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (339 loc) · 12.6 KB
/
index.html
File metadata and controls
340 lines (339 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AppLab</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;800&display=swap');
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./css/global.css" />
<link rel="stylesheet" media="(min-width: 600px)" href="./css/mobile.css" />
<link rel="stylesheet" media="(min-width: 900px)" href="./css/tablet.css" />
<link
rel="stylesheet"
media="(min-width: 1200px)"
href="./css/desktop.css"
/>
<link rel="stylesheet" href="./css/reset.css" />
</head>
<body>
<header class="nav">
<!-- Navbar section -->
<nav class="nav__box">
<div class="nav__ele-container">
<h1 class="nav__logo nav__logo--desktop">AppLab</h1>
<label for="menu-switcher"><div class="nav__hamburger"></div></label>
<input type="checkbox" id="menu-switcher" />
<!-- Menu links -->
<ul class="header__links-container">
<h1 class="nav__logo nav__logo--global">AppLab</h1>
<li class="header__list-ele"><a href="#">Home</a></li>
<li class="header__list-ele"><a href="#">Features</a></li>
<li class="header__list-ele"><a href="#">Pricing</a></li>
<li class="header__list-ele header__list-ele--dropdown">
<a href="#" class="header__link header__link--dropdown"
>Blog<img
class="links--icon"
src="./images/icons/arr-down.svg"
alt=""
/></a>
<ul class="header__dropdown">
<li>
<a class="header__dropdown-link" href="#">Blog 1</a>
</li>
<li>
<a class="header__dropdown-link" href="#">Blog 2</a>
</li>
</ul>
</li>
<li class="header__list-ele header__list-ele--dropdown">
<a href="#" class="header__link header__link--dropdown"
>Pages<img
class="links--icon"
src="./images/icons/arr-down.svg"
alt=""
/></a>
<ul class="header__dropdown">
<li><a class="header__dropdown-link" href="#">Subpage 1</a></li>
</ul>
</li>
<li class="header__list-ele"><a href="#">Contact</a></li>
</ul>
<button class="btn btn--desktop">Download</button>
<!-- End of menu links -->
</div>
</nav>
<!-- Header img and content -->
<article class="header__container">
<div class="header__items-box">
<div class="header__list-container">
<h1 class="header__title">Promote Your App With Applab</h1>
<p class="header__description">
Get more users to promote your app with this template
</p>
<button class="btn btn--header">Get Start Now</button>
</div>
<div class="header__img-container">
<img class="header__img" src="./images/phone.png" alt="" />
</div>
</div>
</article>
</header>
<!-- End of navbar section -->
<!-- Main Section -->
<main class="main">
<h1 class="main__header-title">Save your time to using applab</h1>
<header class="main__box">
<!-- Single ele -->
<div class="main__ele-container">
<span class="main__header-svg-wrap">
<img
class="main__header-svg"
src="./images/icons/2.svg"
alt="Manage team icon"
/>
</span>
<p class="main__header-description">Manage team in One Place</p>
</div>
<!-- End of single ele -->
<!-- Single ele -->
<div class="main__ele-container">
<span class="main__header-svg-wrap wrap--orange">
<img
class="main__header-svg"
src="./images/icons/1.svg"
alt="Leaf icon"
/>
</span>
<p class="main__header-description">
All-powerful Pointing has no control
</p>
</div>
<!-- End of single ele -->
<!-- Single ele -->
<div class="main__ele-container">
<span class="main__header-svg-wrap wrap--green">
<img
class="main__header-svg"
src="./images/icons/3.svg"
alt="Message icon"
/>
</span>
<p class="main__header-description">
Establish a solid online presence
</p>
</div>
<!-- End of single ele -->
</header>
<!-- End of header ele -->
<!-- First article container -->
<article class="article">
<div class="article__up-container">
<h1 class="article__title">Features that give you real feel</h1>
<p class="article__description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quibusdam
dolorum laudantium distinctio aliquam asperiores, earum sequi veniam
expedita nostrum est minus accusantium soluta ipsa quod incidunt?
Aspernatur minus aliquid quia!
</p>
<button class="btn btn--blue">Download Now</button>
</div>
<div class="article__down-container">
<img
class="article__img"
src="./images/draw.png"
alt="Drawning on phone image"
/>
</div>
</article>
<!-- End of first article container -->
<!-- Review container -->
<article class="review">
<ul class="review__container">
<li>
<h1 class="review__title">Review from our regular users</h1>
<p class="review__description">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil,
architecto. Reprehenderit suscipit aut deserunt dolorem aliquid
ducimus dolorum ex, quod natus voluptatem labore reiciendis rerum,
ipsam, eligendi neque deleniti mollitia!
</p>
</li>
<li class="review__stars-container">
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
<a class="review__author" rel="author">- Robert Smile</a>
</li>
</ul>
</article>
<!-- End of review container -->
<!-- Price article -->
<article class="price">
<header class="price__header">
<h1 class="price__title">Unlock full power</h1>
<p class="price__description">
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Cupiditate, debitis.
</p>
</header>
<!-- Single price container -->
<ul class="price__single-table grid-a">
<ul>
<li class="price__table-header">
<h1 class="price__table-title">Basic</h1>
<h2 class="price__table-ammount">$06</h2>
</li>
</ul>
<ul class="price__li-container">
<li>One User</li>
<li>1000 ui elements</li>
<li>Webmail Support</li>
<li>100GB Cloud Storage</li>
<li><button class="btn btn--price">Get Now</button></li>
</ul>
</ul>
<!-- End of single price container -->
<!-- Single price container -->
<ul class="price__single-table grid-b tablet--z-index">
<ul>
<li class="price__table-header header--orange">
<h1 class="price__table-title">Team</h1>
<h2 class="price__table-ammount">$06</h2>
</li>
</ul>
<ul class="price__li-container">
<li>One User</li>
<li>1000 ui elements</li>
<li>Webmail Support</li>
<li>100GB Cloud Storage</li>
<li>Unlimited Users Limit</li>
<li><button class="btn btn--price">Get Now</button></li>
</ul>
</ul>
<!-- End of single price container -->
<!-- Single price container -->
<ul class="price__single-table grid-c">
<ul>
<li class="price__table-header header--green">
<h1 class="price__table-title">Buisness</h1>
<h2 class="price__table-ammount">$06</h2>
</li>
</ul>
<ul class="price__li-container">
<li>One User</li>
<li>1000 ui elements</li>
<li>Webmail Support</li>
<li>100GB Cloud Storage</li>
<li><button class="btn btn--price">Get Now</button></li>
</ul>
</ul>
<!-- End of single price container -->
</article>
<!-- End of price article -->
<!-- Apps section -->
<section class="app">
<div class="app__container">
<h1 class="app_h1">Get start from now and increase productivity</h1>
<div class="app__img-container">
<a href="https://www.apple.com/pl/app-store/" target="_blank"
><img
class="app__img-single"
src="./images/app.svg"
alt="App store img"
/></a>
<a
href="https://play.google.com/store/games?hl=pl&gl=US"
target="_blank"
><img
class="app__img-single"
src="./images/play.svg"
alt="Google play app img"
/></a>
</div>
</div>
</section>
<!-- End of apps section -->
</main>
<!-- End of main section -->
<!-- Footer section -->
<footer class="footer">
<!-- Footer Header -->
<div class="footer__container">
<section class="footer__header logo--grid">
<h1 class="footer__logo">AppLab</h1>
<p class="footer__description">
Firmament morning sixth subdue darkness creeping gathered divide.
</p>
<div class="footer__icons">
<span class="footer__icon-wraper"
><img
class="footer__icon"
src="./images/icons/facebook-f.svg"
alt="facebook icon"
/></span>
<span class="footer__icon-wraper"
><img
class="footer__icon"
src="./images/icons/twitter.svg"
alt="twitter icon"
/></span>
<span class="footer__icon-wraper"
><img
class="footer__icon"
src="./images/icons/instagram.svg"
alt="instagram icon"
/></span>
</div>
</section>
<!-- Single footer section -->
<ul class="footer__services services--grid">
<h1 class="footer__services-title">Services</h1>
<li class="footer__li-item">Team management</li>
<li class="footer__li-item">Collaboration</li>
<li class="footer__li-item">Todo</li>
<li class="footer__li-item">Events</li>
</ul>
<!-- End of single footer section -->
<!-- Single footer section -->
<ul class="footer__services links--grid">
<h1 class="footer__services-title">Useful Links</h1>
<li class="footer__li-item">Pricing</li>
<li class="footer__li-item">Features</li>
<li class="footer__li-item">Blog</li>
<li class="footer__li-item">Contact</li>
</ul>
<!-- End of single footer section -->
<!-- Single footer section -->
<ul class="footer__services downloads--grid">
<h1 class="footer__services-title">Downloads</h1>
<li class="footer__li-item">Download from Apple Store</li>
<li class="footer__li-item">Download from Play Store</li>
</ul>
<!-- End of single footer section -->
<!-- End of footer Header -->
</div>
<!-- Footer bottom section -->
<section class="footer__bottom footer--grid">
<p class="footer__bottom-description">
Copyright ©2024 All rights reserver | This template is made with
<img
class="footer__bottom-svg"
src="./images/icons/heart-regular.svg"
alt="heart icon"
/>
by <span class="footer__span">Colorlib</span>
</p>
</section>
<!-- End of footer bottom section -->
</footer>
<!-- End of footer section -->
</body>
</html>