-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
515 lines (349 loc) · 13.8 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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agency</title>
<link rel="stylesheet" href="config-silder-testimonial.css">
<link rel="stylesheet" href="humbarger.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="config-slider.css" />
<link rel="stylesheet" href="slider.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="section_01">
<div class="container">
<!-- MOBILE STRAT -->
<input type="checkbox" id="menu">
<!-- MOBILE end -->
<header>
<div class="logo">
<svg id="logo-35" width="50" height="39" viewBox="0 0 50 39" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.4992 2H37.5808L22.0816 24.9729H1L16.4992 2Z" class="ccompli1" fill="#FFF"></path> <path d="M17.4224 27.102L11.4192 36H33.5008L49 13.0271H32.7024L23.2064 27.102H17.4224Z" class="ccustom" fill="#FFF"></path> </svg>
</div>
<!-- MOBILE STRAT -->
<label for="menu">
<div></div>
<div></div>
<div></div>
</label>
<!-- MOBILE end -->
<nav>
<a href="#">Home</a>
<a href="#">Service</a>
<a href="#">How it works</a>
<a href="#">Testimonials</a>
<a href="#">Portfolio</a>
<div class="Nav_Btn_wapper">
<span>Contact us</span>
</div>
</nav>
</header>
<div class="hero_text">
<h1>Make your business <span> more powerful</span> with us</h1>
<p>
We provide various services to make your business grow and get
bigger. Your satisfaction is our first priority.
</p>
<div class="btn_group">
<a class="started_btn" href="#"
>Get Started <img src="images/balck.png" alt=""
/></a>
<a class="demo_btn" href="#"
>Get Demo <img src="images/Vector.png" alt=""
/></a>
</div>
<img class="line_animation" src="images/line-animation.png" alt="" />
</div>
</div>
<div class="slider_wrapper">
<div class="owl-carousel owl-theme hero_slider">
<div class="item card">
<img src="images/left.jpg" alt="" />
</div>
<div class="item card">
<img src="images/slider.jpg" alt="" />
</div>
<div class="item card">
<img src="images/right.png" alt="" />
</div>
</div>
<a class="view_btn" href="#"
>View Details <img src="images/balck.png" alt=""
/></a>
</div>
</section>
<!-- commapny deltiles strat -->
<section class="Section_02">
<div class="container">
<div class="Details_content">
<div class="Details_card">
<div class="details_text">
<h4>250+</h4>
<p>Project Completed</p>
</div>
</div>
<div class="Details_card">
<div class="details_text">
<h4>119</h4>
<p>Happy Customer</p>
</div>
</div>
<div class="Details_card_2">
<h4>7+</h4>
<p>Years Experience</p>
</div>
</div>
</div>
</section>
<!-- How it Wokrs strat -->
<section class="section_03">
<div class="container">
<div class="work_heading_text">
<h4>How it Wokrs</h4>
<p>We are full service and offer performance pricing</p>
</div>
<div class="work_card_warrper">
<div class="work_card">
<img src="images/work img/first.jpg" alt="" />
<div class="card_text">
<h4>Research and Analytics</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's.
Lorem Ipsum has been the industry's.
</p>
</div>
</div>
<div class="work_card secend">
<img src="images/work img/secend.jpg" alt="" />
<div class="card_text">
<h4>Design & Development</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's.
Lorem Ipsum has been the industry's.
</p>
</div>
</div>
<div class="work_card">
<img src="images/work img/third.jpg" alt="" />
<div class="card_text">
<h4>Roadmap Strategic</h4>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's.
Lorem Ipsum has been the industry's.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Our Services strat -->
<section class="section_04">
<div class="container">
<div class="services_content">
<div class="services_main_text">
<div class="services_text">
<h4>Our Services</h4>
<p>
The various services we provide to make your <br> business more
powerful
</p>
</div>
</div>
<div class="services_card_wrapper">
<div class="services_card">
<img src="images/servicess img/idate.jpg" alt="ERRor" />
<h3>Ideate</h3>
<p>
We help you develop creative ideas so that your business can
grow more rapidly
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
<div class="services_card">
<img src="images/servicess img/desing.jpg" alt="ERRor" />
<h3>Design</h3>
<p>
We provide services with the best designs than our designer
team for your business
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
<div class="services_card">
<img src="images/servicess img/web development.jpg" />
<h3>Web Development</h3>
<p>
We help develop company websites to be more professional and
attractive
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
<div class="services_card">
<img src="images/servicess img/app development.jpg" alt="ERRor" />
<h3>App Development</h3>
<p>
We help develop company mobile apps to be more professional
and attractive
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
<div class="services_card">
<img src="images/servicess img/bussnies growth.jpg" alt="ERRor" />
<h3>Business Growth</h3>
<p>
We also provide services by providing input for your business
growth
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
<div class="services_card">
<img
src="images/servicess img/digital markting.jpg"
alt="ERRor"
/>
<h3>Digital marketing</h3>
<p>
We also help you market your products through an online
marketplace
</p>
<i class="fa-solid fa-arrow-right" id="Icon"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials strat -->
<section class="section_05">
<div class="container">
<div class="textimonial_heading">
<h4>Testimonials</h4>
<h5>Our Happy Customers.</h5>
</div>
<div class="textimonial_cards">
<div class="textimonial_card">
<img src="images/testimonial/Ellipse 1 (1).png" alt="" />
<h4>Ronald Richards</h4>
<h6>Google inc.</h6>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt.
</p>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="textimonial_card">
<img src="images/testimonial/Ellipse 1.png" alt="" />
<h4>Kristin Watson</h4>
<h6>Microsoft inc.</h6>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt.
</p>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="textimonial_card">
<img src="images/testimonial/Ellipse 2.png" alt="" />
<h4>Courtney Henry</h4>
<h6>Facebook inc.</h6>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt.
</p>
<div class="star">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
</div>
</section>
<!-- oure office strat -->
<footer>
<div class="container">
<div class="footer_content">
<div class="office">
<div class="office_about">
<img src="images/Frame 9.png" alt="" />
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam.
</p>
<div class="email">
<div class="input-group">
<input type="email" class="input" id="Email" name="Email" placeholder="Enter Your Email " ="off">
<input class="button--submit" value="Subscribe" type="submit">
</div>
</div>
</div>
<div class="location">
<h4>Our Office</h4>
<img src="images/footer/Frame.png" alt="" />
</div>
<div class="contact">
<h5>contact</h5>
<br />
<p>Jl KH Samanhudi Metro Atom Plaza Bl AKS 1/11, Dki Jakarta</p>
<br />
<p>hellomuslim0100@gmail.com</p>
<p>+8801647086161, +8801756881413</p>
</div>
</div>
<div class="copy_right_sect">
<div class="main">
<h4>© 2022 Creative Agency</h4>
<div id="navbar">
<ul>
<li> <a href="#">Home</a></li>
<li> <a href="#">Service</a></li>
<li> <a href="#">How it works</a></li>
<li> <a href="#">Testimonials</a></li>
<li> <a href="#">Portfolio</a></li>
</ul>
</div>
<div class="socile_icon">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-twitter"></i>
</div>
</div>
</div>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="slider-config.js"></script>
<script src="slider.js"></script>
</body>
</html>