-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (91 loc) · 5.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credit Card Tracker</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./images/creative-thinking-icon.svg" type="image/x-icon">
</head>
<body>
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="#" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
<span class="fs-4"><img src="./images/creative-thinking-icon.svg" alt="logo" height=40 style="position: relative; top: -0.7vh">Credit Card Tracker</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="#" class="nav-link active" aria-current="page">Home</a></li>
<li class="nav-item"><a href="./pages/dw.marketplace/market.html" class="nav-link">Request Statement</a></li>
<li class="nav-item"><a href="./pages/Login-Form/index.html" class="nav-link">Login</a></li>
<!-- <li class="nav-item"><a href="#" class="nav-link">Marketplace</a></li> -->
<li class="nav-item"><a href="./pages/dw_about_us/aboutus.html" class="nav-link">FAQ's</a></li>
<li class="nav-item"><a href="./pages/todo/todo.html" class="nav-link">My profile</a></li>
</ul>
</header>
</div>
<div class="container my-5">
<div class="position-relative p-5 text-center text-muted bg-body border border-dashed rounded-5 myclass">
<!-- <button type="button" class="position-absolute top-0 end-0 p-3 m-3 btn-close bg-secondary bg-opacity-10 rounded-pill" aria-label="Close"></button> -->
<svg class="bi mt-5 mb-3" width="48" height="48"><use xlink:href="#check2-circle"></use></svg>
<h1 class="text-body-emphasis">"Managing Credit Cards, Now Easier"</h1>
<p class="col-lg-6 mx-auto mb-4">
Welcome to CREDIT CARD TRACKER! Managing your finances just got easier. Take control of your credit cards with our intuitive platform designed to simplify your financial life.
</p>
<button class="btn btn-primary px-5 mb-5" type="button">
Get Started
</button>
</div>
</div>
<div class="container px-4 py-5" id="icon-grid">
<h2 class="pb-2 border-bottom">Explore the benefits</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5">
<div class="col d-flex align-items-start">
<img src="./images/wind-face_1f32c-fe0f.png" alt="windface" height="25">
<div>
<h3 class="fw-bold mb-0 fs-4 text-body-emphasis">Streamlined Account Overview</h3>
<p>Easily monitor all your credit card accounts in one place</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="./images/target.png" alt="icon" height="30">
<div>
<h3 class="fw-bold mb-0 fs-4 text-body-emphasis">Reward Points</h3>
<p> Maximize your rewards potential by efficiently tracking and redeeming reward points across your credit cards,</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="./images/icons8-sunrise-64.png" alt="icon" height="30">
<div>
<h3 class="fw-bold mb-0 fs-4 text-body-emphasis">Enhanced Security</h3>
<p> Rest easy knowing your financial data is safeguarded with advanced security measures.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<img src="./images/leaves.png" alt="leaves" height="30">
<div>
<h3 class="fw-bold mb-0 fs-4 text-body-emphasis">Effortless Transaction Tracking</h3>
<p>Keep tabs on your transactions effortlessly, categorizing expenses and identifying spending patterns to help you make informed financial decisions.</p>
</div>
</div>
</div>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg>
</a>
<span class="mb-3 mb-md-0 text-muted">© 2024 Credit Card Tracker, Inc</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a href="https://www.twitter.com" target="_blank"><img src="./images/twitter-x.svg" alt="twitter" height="22"></a></li>
<li class="ms-3"><a href="https://www.instagram.com" target="_blank"><img src="./images/instagram.svg" alt="instagram" height="22"></a></li>
<li class="ms-3"><a href="https://www.facebook.com/" target="_blank"><img src="./images/facebook.svg" alt="facebook" height="22"></a></li>
</ul>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>