-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 2.39 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 2.39 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
<!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>My Saving</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Acme&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a5f57c9894.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header Section start-->
<header>
<main>
<nav>
<div class="main-menu">
<div class="logo">
<a href="#"><i class="fas fa-university"></i></a>
<h1>My Saving</h1>
</div>
<div class="menu">
<a href="">Home</a>
<a href="">About</a>
<a href="">Testimonials</a>
<a href="">Blogs</a>
</div>
</div>
</nav>
</main>
</header>
<!-- Header Section End-->
<!-- Main Section -->
<section>
<div class="main-section">
<div class="information">
<h4 class="text-h4">Mutual Funds</h4>
<h1 class="text-h1">Secure YourKids Future</h1>
<p class="text-p">Children’s fund is a form of mutual fund with specific child-related goals and terms. Commonly availed investments, solution-oriented plans for the rising cost of education.</p>
<span class="button"><a href="#">Know More</a></span> <br>
<div class="days">
<i class="fas fa-check"></i>
<span class="free">30 days free trial</span>
</div>
</div>
<div class="banner-section">
<div class="banner">
<img src="img/Group 31.png" alt="">
</div>
<div class="child-plan">
<img src="img/Group 1.png" alt="">
</div>
<div class="market-cap">
<img src="img/Group 2.png" alt="">
</div>
<div class="life-save">
<img src="img/Group 5.png" alt="">
</div>
</div>
</div>
</section>
</body>
</html>