-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
570 lines (546 loc) · 21.3 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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<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>Practical</title>
<!-- bootstrap css link -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
/>
<!-- fontawsome link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
/>
<!-- css link -->
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<body>
<!------------------- header section start -------------------->
<header>
<div class="logo">.logo</div>
<div class="menu">
<i class="fa fa-bars" onclick="add()"></i>
</div>
<ul class="nav">
<li><a href="#">Our Service</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<div class="close">
<i class="fa fa-times" onclick="dd()"></i>
</div>
</ul>
</header>
<!------------------- header section end -------------------->
<!------------------- hero section start -------------------->
<!-- <section class="hero_section">
<div class="swiper hero_slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="slider_content">
<div class="slider_left">
<div class="slider_left_content">
<h1>Grow your brand through digital</h1>
<div class="para">
If the path is beautiful, let us not ask where it leads. my
religion is very simple. my religion is kindness. each of us
has within our power the ability to disrupt
</div>
<a href="#" class="btn_black para">learn more</a>
</div>
</div>
<div class="slider_right">
<img src="./assets/images/Hero_Image.png" alt="" />
</div>
</div>
</div>
<div class="swiper-slide">
<div class="slider_content">
<div class="slider_left">
<div class="slider_left_content">
<h1>Grow your brand through digital</h1>
<div class="para">
If the path is beautiful, let us not ask where it leads. my
religion is very simple. my religion is kindness. each of us
has within our power the ability to disrupt
</div>
<a href="#" class="btn_black para">learn more</a>
</div>
</div>
<div class="slider_right">
<img src="./assets/images/Hero_Image.png" alt="" />
</div>
</div>
</div>
<div class="swiper-slide">
<div class="slider_content">
<div class="slider_left">
<div class="slider_left_content">
<h1>Grow your brand through digital</h1>
<div class="para">
If the path is beautiful, let us not ask where it leads. my
religion is very simple. my religion is kindness. each of us
has within our power the ability to disrupt
</div>
<a href="#" class="btn_black para">learn more</a>
</div>
</div>
<div class="slider_right">
<img src="./assets/images/Hero_Image.png" alt="" />
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section> -->
<!------------------- hero section end -------------------->
<!------------------- technology section start -------------------->
<!-- <section class="technology_section">
<div class="tech_content_area">
<div class="left_technology">
<div class="technology_card">
<div class="technology_icon">
<img src="./assets/images/monitor.png" alt="" />
</div>
<div class="head4">Web Development</div>
<div class="para">
My first thought about art, as a child, was that the artist brings
something into the world that didn't exist before, and that he
does it without destroying something else
</div>
</div>
<div class="technology_card">
<div class="technology_icon">
<img src="./assets/images/message.png" alt="" />
</div>
<div class="head4">Digital Marketing</div>
<div class="para">
My first thought about art, as a child, was that the artist brings
something into the world that didn't exist before, and that he
does it without destroying something else
</div>
</div>
</div>
<div class="right_technology">
<div class="head3">
We’re always ready <br />for <span> challenges</span>
</div>
<div class="technology_card right_technology_card">
<div class="technology_icon right_icon">
<img src="./assets/images/book.png" alt="" />
</div>
<div class="head4">UI/UX Design</div>
<div class="para">
My first thought about art, as a child, was that the artist brings
something into the world that didn't exist before, and that he
does it without destroying something else
</div>
</div>
<div class="technology_card right_technology_card">
<div class="technology_icon right_icon">
<img src="./assets/images/open-msg.png" alt="" />
</div>
<div class="head4">Brand Design</div>
<div class="para">
My first thought about art, as a child, was that the artist brings
something into the world that didn't exist before, and that he
does it without destroying something else
</div>
</div>
</div>
</div>
</section> -->
<!------------------- technology section end -------------------->
<!------------------- projects section start -------------------->
<!-- <section class="projects_section">
<div class="project_area">
<div class="project_top">
<div class="head3">Our recent <span>projects</span></div>
<div class="line"></div>
<div class="head4">
Website development for <br />
Digital Company
</div>
<div class="para">
My first thought about art, as a child, was that the artist brings
something into the world that didn't exist before, and that he does
it without destroying something else
</div>
</div>
<div class="project_bottom">
<div class="left_project_img">
<img src="./assets/images/Photo1.png" alt="" />
</div>
<div class="right_project_img">
<img src="./assets/images/Photo.png" alt="" />
<img src="./assets/images/Photo2.png" alt="" />
</div>
</div>
</div>
</section> -->
<!------------------- projects section end -------------------->
<!------------------- about us section end -------------------->
<!-- <section class="about_section">
<div class="container">
<div class="row g-10">
<div class="col-md-6">
<img src="./assets/images/Image.png" alt="" />
</div>
<div class="col-md-6">
<div class="head4">
The thing about us is <br /><span> we think big, huge</span>
</div>
<ul class="bulllet_list">
<li>• If the path is beautiful, let us not ask where it leads</li>
<li>• my religion is very simple. my religion is kindness</li>
<li>• each of us has within our power the ability to disrupt</li>
</ul>
<div class="mt-3">
<a href="#" class="btn_black para">learn more</a>
</div>
</div>
</div>
</div>
</section> -->
<!------------------- about us section end -------------------->
<!------------------- counter section start -------------------->
<section class="counter_section">
<div class="container-fluid text-center">
<div class="row">
<div class="col-lg-3 col-md-6 col-xs-6">
<h2 data-max="124"></h2>
<div>Complete Projects</div>
</div>
<div class="col-lg-3 col-md-6 col-xs-6">
<h2 data-max="99">%</h2>
<div>Satisfied Clients</div>
</div>
<div class="col-lg-3 col-md-6 col-xs-6">
<h2 data-max="235"></h2>
<div>Success Campaign</div>
</div>
<div class="col-lg-3 col-md-6 col-xs-6">
<h2 data-max="2345" id="test"></h2>
<div>Cups of Coffee</div>
</div>
</div>
</div>
</section>
<!------------------- counter section end -------------------->
<!------------------- blog section start -------------------->
<!-- <section class="blog_section">
<div class="blog_heading">
<div class="head3">From our <span>blog</span></div>
</div>
<div class="blog_area">
<div class="left_blog">
<div class="big_blog_img">
<img src="./assets/images/Photo3.png" alt="" />
</div>
<div class="big_blog_content">
<div class="blog_small">
Website design | Thursday, 26 March 2020
</div>
<div class="big_blog_head">
I think night-time is dark so you can imagine with less
distraction
</div>
<div class="para">
The engine that gives its mysterious inner life to a work of art
must be the subterranean expression of a wish, working its way to
the surface of a narrative. change is an easy panacea. it takes
character to stay in one…
</div>
<div class="text-end">
<a href="#" class="read_more"
>Read More <img src="./assets/images/right.png" alt=""
/></a>
</div>
</div>
</div>
<div class="right_blog">
<div class="small_blog_data">
<div class="small_left_blog">
<img src="./assets/images/Photo4.png" alt="" />
</div>
<div class="small_right_blog">
<div class="blog_small">website development</div>
<div class="small_blog_head">
The individual is born of nature, but the artist is born of that
individual
</div>
</div>
</div>
<div class="small_blog_data">
<div class="small_left_blog">
<img src="./assets/images/Photo5.png" alt="" />
</div>
<div class="small_right_blog">
<div class="blog_small">Brand Design</div>
<div class="small_blog_head">
A life without it is like a sunless garden when the flowers are
dead
</div>
</div>
</div>
<div class="small_blog_data">
<div class="small_left_blog">
<img src="./assets/images/Photo6.png" alt="" />
</div>
<div class="small_right_blog">
<div class="blog_small">UI UX Design</div>
<div class="small_blog_head">
All sorrows can be borne if they can be put into a story
</div>
</div>
</div>
<div class="small_blog_data">
<div class="small_left_blog">
<img src="./assets/images/Photo7.png" alt="" />
</div>
<div class="small_right_blog">
<div class="blog_small">Brand Design</div>
<div class="small_blog_head">
Love is friendship set on fire. certain thoughts are prayers
</div>
</div>
</div>
</div>
</div>
</section> -->
<!------------------- blog section end -------------------->
<!------------------- behind section start -------------------->
<!-- <section class="behind_section">
<div class="behind_heading">
<div class="head3 text-end">
<span>People</span> behind the <br />
scenes
</div>
</div>
<div class="behind_body">
<div class="behind_left">
<div class="behind_head">Tiara Lyodra</div>
<div class="behind_small">Head of Product</div>
<div class="behind_icon">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-linkedin"></i>
</div>
<div class="para">
Saturday found him for the first time strolling alone through
zurich, breathing in the heady smell of his freedom. new adventures
hid around each corner.
</div>
<div class="para">
The future was again a secret. now, what was tiring had disappeared
and only the beauty remained.
</div>
<div class="behind_arrow_icon">
<i class="fa-solid fa-arrow-left-long"></i>
<i class="fa-solid fa-arrow-right-long yellow_icon"></i>
</div>
</div>
<div class="behind_right">
<div class="behind_img1">
<img src="./assets/images/Photo8.png" alt="" />
</div>
<div class="behind_img2">
<img src="./assets/images/Photo9.png" alt="" />
</div>
<div class="behind_img3">
<img src="./assets/images/PhotoActive.png" alt="" />
</div>
<div class="behind_img4">
<img src="./assets/images/Photo10.png" alt="" />
</div>
</div>
</div>
</section> -->
<!------------------- behind section end -------------------->
<!------------------- testimonial section end -------------------->
<!-- <section class="testimonial_section">
<div class="swiper testimonial_slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial_area">
<div class="testimonial_content">
<img src="./assets/images/“.png" alt="" />
<div class="para">
Saturday found him for the first time strolling alone through
zurich, breathing in the heady smell of his freedom. new
adventures hid around each corner. The future was again a
secret. now, what was tiring
</div>
<div class="name">Anna Karenina</div>
<div class="designation">UI Designer</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial_area">
<div class="testimonial_content">
<img src="./assets/images/“.png" alt="" />
<div class="para">
Saturday found him for the first time strolling alone through
zurich, breathing in the heady smell of his freedom. new
adventures hid around each corner. The future was again a
secret. now, what was tiring
</div>
<div class="name">Anna Karenina</div>
<div class="designation">UI Designer</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial_area">
<div class="testimonial_content">
<img src="./assets/images/“.png" alt="" />
<div class="para">
Saturday found him for the first time strolling alone through
zurich, breathing in the heady smell of his freedom. new
adventures hid around each corner. The future was again a
secret. now, what was tiring
</div>
<div class="name">Anna Karenina</div>
<div class="designation">UI Designer</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section> -->
<!------------------- testimonial section end -------------------->
<!------------------- company section start -------------------->
<!-- <section class="company_section">
<div class="company_flex">
<img src="./assets/images/logo_1.png" alt="" />
<img src="./assets/images/logo_2.png" alt="" />
<img src="./assets/images/logo_3.png" alt="" />
<img src="./assets/images/logo_4.png" alt="" />
<img src="./assets/images/logo_5.png" alt="" />
</div>
</section> -->
<!------------------- company section end -------------------->
<!------------------- contact section start -------------------->
<section class="contact_section">
<div class="contact_area">
<div class="contact_left">
<div class="head3">Start a new project!</div>
<div class="para">
If the path is beautiful, let us not ask where it leads. my religion
is very simple. my religion is kindness.
</div>
</div>
<div class="contact_right">
<div class="row g-5">
<div class="col-md-12">
<input type="text" name="name" placeholder="Your full name" />
</div>
<div class="col-md-12">
<input
type="text"
name="name"
placeholder="Your e-mail address"
/>
</div>
<div class="col-md-12">
<textarea
type="text"
name="name"
placeholder="Drop us a message here…"
rows="6"
></textarea>
</div>
<div class="col-md-12">
<div class="text-end">
<a href="" class="para btn_yellow">Send now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------- contact section end -------------------->
<!------------------- footer section start -------------------->
<footer>
<div class="footer_grid">
<div class="grid grid_1">
<h3>.logo</h3>
<div class="para">
Funding freemium long tail hypotheses first mover advantage assets
ownership niche market startup investor.
</div>
<ul>
<li>
<i class="fa-solid fa-envelope yellow_icon"></i>
<a href="#">company@gmail.com</a>
</li>
<li>
<i class="fa-solid fa-phone yellow_icon"></i>
<a href="#">+ 12 3456 7890</a>
</li>
</ul>
</div>
<div class="grid grid_2">
<div class="link_head">Services</div>
<ul class="links">
<li><a href="#">Digital Marketing</a></li>
<li><a href="#">Branding</a></li>
<li><a href="#">Market Promotion</a></li>
<li><a href="#">Digital Campaign</a></li>
</ul>
</div>
<div class="grid grid_3">
<div class="link_head">About Us</div>
<ul class="links">
<li><a href="#">Milestone</a></li>
<li><a href="#">Check Our Pricing Plan</a></li>
<li><a href="#">Expert Team</a></li>
<li><a href="#">Our Exciting News</a></li>
</ul>
</div>
<div class="grid grid_4">
<div class="link_head">Address</div>
<div class="links">
<div class="para">123 Lorem Ipsum Street Jakarta, Indonesia</div>
<ul class="social_icon_area">
<li>
<a href="#"
><i class="fa-brands fa-facebook-f social_icon"></i
></a>
</li>
<li>
<a href="#"><i class="fa-brands fa-google social_icon"></i></a>
</li>
<li>
<a href="#"><i class="fa-brands fa-twitter social_icon"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!------------------- footer section end -------------------->
<!-- jquery link -->
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<!-- bootstrap js link -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<!-- javascript link -->
<script src="./assets/js/main.js"></script>
</body>
</html>