-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
762 lines (762 loc) · 27.2 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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!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" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles/style.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<title>Financial Website</title>
</head>
<body>
<!-- <span class="iconify" data-icon="fa:home"></span> -->
<header class="page-section" id="Header">
<div class="container">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">BrandName</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span
class="iconify"
data-icon="bx:bx-menu-alt-right"
data-inline="false"
></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item active-nav-item">
<a class="nav-link" aria-current="page" href="#Header">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Product">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
<form class="d-flex nav-form">
<button class="btn nav-btn" type="button">Login</button>
<button class="btn nav-btn" type="button">
Become a member
<span
class="iconify"
data-icon="akar-icons:arrow-right"
data-inline="false"
></span>
</button>
</form>
</div>
</nav>
<div class="row header-content">
<img src="./images/header-shape.svg" class="left-shape" />
<img
src="./images/phone-circle-dark-blue.svg"
class="phone-bg-dark"
/>
<img
src="./images/phone-circle-light-blue.svg"
class="phone-bg-light"
/>
<div
class="col-md-12 col-lg-6 col-xl-6 col-sm-12 header-content-left"
>
<h1 class="header-title" data-aos="zoom-in">
Financial Assistance With True Purpose
</h1>
<h4 class="header-text" data-aos="zoom-in" data-aos-delay="150">
We know how large objects will act, but things on a small scale.
</h4>
<div class="header-buttons" data-aos="zoom-in" data-aos-delay="250">
<button class="btn left-btn">Get Quote Now</button>
<button class="btn right-btn">Learn More</button>
</div>
</div>
<div
class="col-md-12 col-lg-6 col-xl-6 col-sm-12 header-content-right"
data-aos="fade-left"
data-aos-delay="350"
>
<img
src="./images/header-phone.svg"
alt="phone-image"
class="d-block w-100 phone-img"
/>
<img src="./images/bg-phone.svg" class="bg-phone d-none" />
</div>
</div>
</div>
</header>
<section class="page-section" id="Product">
<div class="container">
<div class="row features">
<div class="col-md-12 features-content">
<h2 class="features-title" data-aos="zoom-out" data-aos-delay="150">
Better Strategy With Quality Business
</h2>
<p class="features-text" data-aos="fade-up" data-aos-delay="250">
Problems trying to resolve the conflict between<br />the two major
realms of Classical physics: Newtonian mechanics
</p>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="250"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Investment Trading</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="550"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Support On Raising Funds</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="850"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Financial Analysis</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="1150"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Taxation Planning</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="1450"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Save money and tim</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
<div
class="col-xl-4 col-lg-4 col-md-6 col-sm-12 card-grid"
data-aos="flip-left"
data-aos-delay="1750"
data-aos-duration="800"
>
<div class="card">
<div class="card-body">
<span
class="iconify"
data-icon="bi:people"
data-inline="false"
></span>
<div class="card-content">
<h5 class="card-title">Outsourced Consulting Business</h5>
<p class="card-text">the quick fox jumps over the lazy dog</p>
</div>
</div>
</div>
</div>
</div>
<div class="row testimonials">
<div class="col-md-12 testimonials-content">
<h2 class="tes-title" data-aos="zoom-in-up">What Clients Say</h2>
<p class="tes-text" data-aos="fade-up" data-aos-delay="100">
Problems trying to resolve the conflict between<br />
the two major realms of Classical physics: Newtonian mechanics
</p>
</div>
<div
class="col-md-12 card-box"
data-aos="fade-up"
data-aos-duration="800"
data-aos-delay="250"
>
<div class="card">
<div class="card-header">
<img
src="./images/user-img.png"
alt="user image"
class="user-image"
/>
</div>
<div class="card-body">
<p class="card-text">
Slate helps you see how many more days you need<br />
to work to reach your financial goal for the month and year.
</p>
<div class="stars">
<span
class="iconify fill-star"
data-icon="ant-design:star-twotone"
data-inline="false"
></span>
<span
class="iconify fill-star"
data-icon="ant-design:star-twotone"
data-inline="false"
></span>
<span
class="iconify fill-star"
data-icon="ant-design:star-twotone"
data-inline="false"
></span>
<span
class="iconify fill-star"
data-icon="ant-design:star-twotone"
data-inline="false"
></span>
<span
class="iconify"
data-icon="ant-design:star-twotone"
data-inline="false"
></span>
</div>
<h3 class="card-title">Regina Miles</h3>
<h6 class="card-sub-title">Designer</h6>
</div>
</div>
</div>
</div>
<div class="row app">
<div class="col-md-12 app-content">
<h2 class="app-title" data-aos="zoom-in" data-aos-delay="250">
Download Our App
</h2>
<h2
class="app-title d-none"
data-aos="zoom-in"
data-aos-delay="250"
>
Download Apps Managing Business
</h2>
<p class="app-text" data-aos="fade-up" data-aos-delay="350">
Problems trying to resolve the conflict between<br />
the two major realms of Classical physics: Newtonian mechanics
</p>
</div>
<div
class="col-lg-3 col-md-6 col-sm-12"
data-aos="zoom-in"
data-aos-delay="250"
>
<a href="#" class="btn download-btn">
<span class="card-icon">
<img src="./images/app-store.svg" alt="app store icon" />
<img
src="./images/app-store-mobile.svg"
class="mobile-v d-none"
alt="app store icon"
/>
</span>
<span class="card-content">
<p class="download-btn-text">Download on</p>
<h3 class="download-btn-title">App Store</h3>
</span>
</a>
</div>
<div
class="col-lg-3 col-md-6 col-sm-12"
data-aos="zoom-in"
data-aos-delay="550"
>
<a href="#" class="btn download-btn">
<span class="card-icon">
<img src="./images/play-market.svg" alt="app store icon" />
<img
src="./images/play-market-mobile.svg"
class="mobile-v d-none"
alt="app store icon"
/>
</span>
<span class="card-content">
<p class="download-btn-text">Download on</p>
<h3 class="download-btn-title">Google Play</h3>
</span>
</a>
</div>
<div
class="col-lg-3 col-md-6 col-sm-12"
data-aos="zoom-in"
data-aos-delay="850"
>
<a href="#" class="btn download-btn">
<span class="card-icon">
<img src="./images/amazon.svg" alt="app store icon" />
<img
src="./images/amazon-mobile.svg"
class="mobile-v d-none"
alt="app store icon"
/>
</span>
<span class="card-content">
<p class="download-btn-text">Download on</p>
<h3 class="download-btn-title">Amazon.com</h3>
</span>
</a>
</div>
<div
class="col-lg-3 col-md-6 col-sm-12"
data-aos="zoom-in"
data-aos-delay="1150"
>
<a href="#" class="btn download-btn">
<span class="card-icon">
<img src="./images/windows.svg" alt="app store icon" />
<img
src="./images/windows-mobile.svg"
class="mobile-v d-none"
alt="app store icon"
/>
</span>
<span class="card-content">
<p class="download-btn-text">Download on</p>
<h3 class="download-btn-title">Windows Store</h3>
</span>
</a>
</div>
</div>
</div>
</section>
<section class="page-section" id="Pricing">
<div class="container">
<h2 class="pricing-title" data-aos="zoom-in" data-aos-delay="450">
Pricing
</h2>
<p class="pricing-text" data-aos="fade-up" data-aos-delay="550">
Problems trying to resolve the conflict between<br />
the two major realms of Classical physics: Newtonian mechanics
</p>
<div class="row">
<div
class="col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center"
>
<div
class="card"
data-aos="fade-right"
data-aos-delay="250"
data-aos-duration="800"
>
<div class="card-content">
<h3 class="card-title text-start">FREE</h3>
<p class="card-text text-start">
Most calendars are designed for teams. Slate is designed for
freelancers who want a simple way
</p>
</div>
<div class="card-price">
<div class="price">
<p class="cost">0</p>
<p class="about-cost">
<span class="currency">$</span>
<br />
<span class="time">Per Month</span>
</p>
</div>
<button class="btn try-btn">Try for free</button>
</div>
</div>
</div>
<div
class="col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center"
>
<div
class="card"
data-aos="fade-left"
data-aos-delay="250"
data-aos-duration="800"
>
<div class="card-content">
<h3 class="card-title text-start">STANDART</h3>
<p class="card-text text-start">
Most calendars are designed for teams. Slate is designed for
freelancers who want a simple way
</p>
</div>
<div class="card-price">
<div class="price">
<p class="cost">19</p>
<p class="about-cost">
<span class="currency">$</span>
<br />
<span class="time">Per Month</span>
</p>
</div>
<button class="btn try-btn">Try for free</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-section" id="Contact">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-12 contact-content">
<h2
class="contact-title"
data-aos="fade-right"
data-aos-delay="250"
>
We Have Branches All Over The World
</h2>
<p class="contact-text" data-aos="fade-right" data-aos-delay="350">
The gradual accumulation of information about atomic and
small-scale behaviour during the first quarter of the 20th
century, which gave some indications about how small things do
behave, produced an increasing confusion which was Heisenberg, and
Born.
</p>
</div>
<div
class="
col-lg-5 col-md-12
d-flex
align-items-center
justify-content-center
"
data-aos="zoom-out"
data-aos-delay="250"
>
<img src="./images/map.png" alt="map image" class="map-img" />
</div>
</div>
</div>
</section>
<section id="Card-form">
<div class="form-filling">
<div class="container">
<div class="row">
<div class="col-md-12">
<div
class="card d-flex flex-row"
data-aos="fade-up"
data-aos-delay="250"
data-aos-duration="800"
>
<div class="card-image"></div>
<div class="card-body">
<h3 class="card-title">Book Appointment</h3>
<form class="card-form">
<div class="card-input-group">
<label for="name">Name *</label>
<input
type="text"
class="form-control card-input"
placeholder="Full Name *"
id="name"
/>
</div>
<div class="card-input-group">
<label for="email">Email address *</label>
<input
type="email"
class="form-control card-input"
placeholder="[email protected]"
id="email"
/>
</div>
<div class="card-input-group">
<label for="departement">Departement *</label>
<select
class="form-select form-control card-input"
aria-label="Default select example"
id="departement"
>
<option class="selected-option" disabled selected>
Please Select
</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</div>
<div class="card-input-group">
<label for="time">Time *</label>
<select
class="form-select form-control card-input"
id="time"
aria-label="Default select example"
>
<option class="selected-option" disabled selected>
Please Select
</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</div>
<button type="button" class="btn card-btn">
Book Appointment
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="Footer">
<div class="container">
<div class="row justify-content-between flex-row footer-links">
<ul class="list-group w-auto p-0">
<h3 class="footer-title" data-aos="zoom-out" data-aos-delay="250">
Get In Touch
</h3>
<p class="footer-text" data-aos="fade-right" data-aos-delay="350">
the quick fox jumps over the<br />
lazy dog
</p>
<div class="social-links">
<a
href="facebook"
class="btn social-link"
data-aos="fade-right"
data-aos-delay="450"
><span
class="iconify"
data-icon="akar-icons:facebook-fill"
></span
></a>
<a
href="instagram"
class="btn social-link"
href="facebook"
class="btn social-link"
data-aos="fade-right"
data-aos-delay="650"
>
<span
class="iconify"
data-icon="akar-icons:instagram-fill"
></span>
</a>
<a
href="twitter"
class="btn social-link"
href="facebook"
class="btn social-link"
data-aos="fade-right"
data-aos-delay="850"
>
<span
class="iconify"
data-icon="akar-icons:twitter-fill"
></span>
</a>
</div>
</ul>
<ul class="list-group w-auto p-0">
<h3
class="footer-title"
href="facebook"
class="btn social-link"
data-aos="zoom-out"
data-aos-delay="250"
>
Company info
</h3>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="350"
>
<a href="#" class="list-group-link">About Us</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="450"
>
<a href="#" class="list-group-link">Carrier</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="550"
>
<a href="#" class="list-group-link">We are hiring</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="650"
>
<a href="#" class="list-group-link">Blog</a>
</li>
</ul>
<ul class="list-group w-auto p-0">
<h3 class="footer-title" data-aos="zoom-out" data-aos-delay="250">
Features
</h3>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="350"
>
<a href="#" class="list-group-link">Business Marketing</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="450"
>
<a href="#" class="list-group-link">User Analytic</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="550"
>
<a href="#" class="list-group-link">Live Chat</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="650"
>
<a href="#" class="list-group-link">Unlimited Support</a>
</li>
</ul>
<ul class="list-group w-auto p-0">
<h3 class="footer-title" data-aos="zoom-out" data-aos-delay="250">
Resources
</h3>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="350"
>
<a href="#" class="list-group-link">IOS & Android</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="450"
>
<a href="#" class="list-group-link">Watch a Demo</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="550"
>
<a href="#" class="list-group-link">Customers</a>
</li>
<li
class="list-group-item bg-transparent border-0 footer-links"
data-aos="fade-right"
data-aos-delay="650"
>
<a href="#" class="list-group-link">API</a>
</li>
</ul>
</div>
</div>
</footer>
<div class="text-center bg-white footer-bottom-side">
<p class="footer-bottom-text">
Made With Love By Rakhmonov All Right Reserved
</p>
</div>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
once: true,
duration: 600,
easing: "ease-in-out",
anchorPlacement: "top-bottom",
});
</script>
<script src="./scripts/index.js"></script>
</body>
</html>