-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (479 loc) · 17.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="pt">
<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" />
<title>Buscom</title>
<link
href="https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&family=Open+Sans:wght@300;400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="/styles/main.css" />
</head>
<body class="w-full h-screen landing relative">
<img
src="/assets/cherrydeck-A44EW3n2PgM-unsplash.jpg"
alt=""
class="absolute"
/>
<header class="w-full pt-8 flex justify-center items-center">
<div class="menu flex justify-center p-2">
<nav>
<ul class="flex">
<li>
<a href="#landing-hero">Home</a>
</li>
<li>
<a href="#service" class="px-4">Services</a>
</li>
<li>
<a href="#blog" class="pr-4">Blog</a>
</li>
<li>
<a href="#work" class="pr-4">Work</a>
</li>
<li>
<a href="#about" class="pr-4">About</a>
</li>
<li>
<a href="#contact" class="pr-4">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="input">
<span class="material-icons" class=""> search </span>
<input type="search" name="search" placeholder="Search" />
</div>
</header>
<main id="landing-hero" class="landing-hero container">
<div class="hero">
<h1 class="">Our Goal</h1>
<h2 class="">Your Success</h2>
<p class="">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
<button class="button-green">Learn More</button>
</div>
<div class="footer">
<div class="card">
<div class="plus"></div>
<p>Global Trend</p>
</div>
<div class="card">
<div class="plus2"></div>
<p>Search Optimization</p>
</div>
<div class="card">
<div class="plus3"></div>
<p>Developer Skills</p>
</div>
</div>
</main>
<section id="about" class="container about relative">
<div class="about-hero flex items-center justify-center">
<div class="hero-text">
<h1 class="mb-2 title">About Our Company</h1>
<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, 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. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus
PageMaker including versions of Lorem Ipsum.
</p>
<button class="button-green text-white mt-10">Learn More</button>
</div>
<img
src="https://images.unsplash.com/photo-1600880292089-90a7e086ee0c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80"
alt=""
/>
</div>
</section>
<section id="service" class="container about relative">
<div class="service-hero flex items-center justify-center">
<div class="service-text">
<h1 class="mt-6 title text-center">Our Services</h1>
<p class="mt-2.5 sub-text-hero text-center w-96">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
</div>
<div class="services">
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1055/1055687.svg?token=exp=1613984049~hmac=e4527682203949fa27dd4227edcb0a36"
alt=""
class="w-24 h-24"
/>
<h3 class="font-bold my-2.5 service-text">Web designer</h3>
<p class="font-light service-text-info">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
</div>
</section>
<section id="work" class="container about relative work">
<div class="work-hero flex">
<div class="hero-text">
<h1 class="mb-2 title">How We Work</h1>
<p class="mr-2.5">
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 class="work-stats">
<div class="card">
<img src="/assets/wall-clock.svg" alt="clock" />
<h3 class="font-bold my-2.5 service-text">2354</h3>
<p class="font-light service-text-info">Projects Complete</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/1063/1063196.svg?token=exp=1613988667~hmac=0493e544d266b57964603d8f48217393"
alt="clock"
/>
<h3 class="font-bold my-2.5 service-text">754</h3>
<p class="font-light service-text-info">Happy Clint</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/3688/3688031.svg?token=exp=1613988774~hmac=cec3126da56751772275527fc9794e11"
alt="clock"
/>
<h3 class="font-bold my-2.5 service-text">2354</h3>
<p class="font-light service-text-info">Award Earned</p>
</div>
<div class="card">
<img
src="https://www.flaticon.com/svg/vstatic/svg/2830/2830768.svg?token=exp=1613988864~hmac=cb72c6d19a5df922985798561e0ab5ad"
alt="clock"
/>
<h3 class="font-bold my-2.5 service-text">2354</h3>
<p class="font-light service-text-info">Projects Complete</p>
</div>
</div>
</div>
<img
src="https://images.unsplash.com/photo-1554200876-56c2f25224fa?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80"
alt=""
class="mt-2.5"
/>
</div>
</section>
<section id="blog" class="container about relative">
<div class="blog-hero flex items-center justify-center">
<div class="service-text">
<h1 class="mt-6 title text-center">Our Project</h1>
<p class="mt-2.5 sub-text-hero text-center w-96">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</p>
</div>
</div>
<div class="blog-types container flex items-center mb-10">
<p
class="mx-8 bg-blue-400 rounded-3xl w-11 text-center text-white cursor-pointer"
>
All
</p>
<p class="mr-8 text-gray-700 cursor-pointer">Comercial</p>
<p class="text-gray-700 cursor-pointer">Print</p>
</div>
<div class="blog">
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
<div class="card">
<img
src="https://images.unsplash.com/photo-1587613754760-cd9a285831b3?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=634&q=80"
alt=""
/>
<div class="card-info">
<h3 class="font-bold my-2.5 service-text blog-title">
Support Students
</h3>
<p class="font-light service-text-info blog-text-info">
Educational
</p>
</div>
</div>
</div>
</section>
<section class="form w-full">
<div class="form-content">
<div class="container form-header ">
<h2>Get in Touch With Us</h2>
<h1>Get a Quote</h1>
<div class="inputs ">
<div class="input-left ">
<input
class="p-2 mb-4 block w-96 bg-transparent"
type="number"
name="number"
placeholder="Phone Number"
/>
<input
class="p-2 mb-4 block w-96 bg-transparent"
type="email"
name="number"
placeholder="Email"
/>
<input
class="p-2 mb-4 block w-96 bg-transparent"
type="password"
name="number"
placeholder="Password"
/>
</div>
<div class="input-right">
<textarea
class="p-2 mb-10 bg-transparent block"
placeholder="Message"
></textarea>
<button>Send message</button>
</div>
</div>
</div>
<img src="/assets/businessman.png" alt="" class="image-man" />
</div>
</section>
<footer>
<div class="footer-text container">
<div class="coopy">
<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, 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="links">
<div class="services-links">
<h1 class="footer-text">Services</h1>
<ul>
<li>Web Design</li>
<li>Social Media Manager</li>
<li>Copywriter</li>
<li>Motion Designer</li>
<li>Manager User</li>
</ul>
</div>
<div class="userfull-links">
<h1 class="footer-text">Useful Links</h1>
<ul>
<li>
<a href="#landing-hero">Home</a>
</li>
<li>
<a href="#service" class="">Services</a>
</li>
<li>
<a href="#blog" class="">Blog</a>
</li>
<li>
<a href="#work" class="">Work</a>
</li>
<li>
<a href="#about" class="">About</a>
</li>
<li>
<a href="#contact" class="">Contact</a>
</li>
</ul>
</div>
<div class="social-links">
<h1 class="footer-text" id="contact">Contact</h1>
<ul>
<li>Youtube</li>
<li>Instagram</li>
<li>Twitter</li>
<li>Whatsaap</li>
<li>Facebook</li>
<li>Github</li>
</ul>
</div>
</div>
</div>
<span>Copyright ©️ 2021 Desenvolvido por Isaias Nhantumbo</span>
</footer>
<script src="/scripts/lottie.min.js"></script>
<script>
const element = document.querySelector('.plus');
lottie.loadAnimation({
container: element,
renderer: 'svg',
loop: true,
autoplay: true,
path: '/scripts/44927-global-safe.json',
});
</script>
<script>
const element2 = document.querySelector('.plus2');
lottie.loadAnimation({
container: element2,
renderer: 'svg',
loop: true,
autoplay: true,
path: '/scripts/6972-seo.json',
});
</script>
<script>
const element3 = document.querySelector('.plus3');
lottie.loadAnimation({
container: element3,
renderer: 'svg',
loop: true,
autoplay: true,
path: '/scripts/26417-plus-animation.json',
});
</script>
</body>
</html>