-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (107 loc) · 5.02 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
<!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 rel="stylesheet" href="styles.css">
<title>Cred Landing Page Clone</title>
</head>
<body>
<nav>
<div id="logo">
<img class="logo" src="https://web-images.credcdn.in/_next/assets/images/home-page/cred-logo.png" alt="Cred Logo 1">
</div>
<div id="menu">
<p class="menu">credit score check</p>
<p class="menu">credit card bill payment</p>
<p class="menu">blog</p>
<p class="menu">we're hiring</p>
</div>
</nav>
<div class="headline">
<div id="header" class="headline">
<h1>rewards for paying</h1>
<h1>credit card bills.</h1>
</div>
<p>join 5.9M+ members and win rewards worth ₹5 crores daily.</p>
<div class="button">Download CRED</div>
</div>
<section id="sec1">
<div class="head">
<h2>feel special</h2>
<h2>more often.</h2>
<p>exclusive rewards for paying your bills</p>
</div>
<div class="context">
<p>every time you pay your credit card bills on CRED, you receive CRED coins. you can use these to win exclusive rewards or get special access to curated products and experiences. on CRED, good begets good.</p>
<div class="button">Explore rewards</div>
</div>
</section>
<section id="sec2">
<div class="head">
<h2>we take your money matters seriously.</h2>
<p>so that you don’t have to.</p>
</div>
<div class="context">
<p>never miss a due date with reminders to help you pay your bills on time, instant settlements mean you never wait for your payments to go through and statement analysis lets you know where your money goes, always.</p>
<div class="button">Experience the upgrade</div>
</div>
</section>
<section id="sec3">
<div class="head">
<h2>security first.</h2>
<h2>and second.</h2>
<p>what’s yours remains only yours.</p>
</div>
<div class="context">
<p>CRED ensures that all your personal data and transactions are encrypted, and secured so what’s yours remains only yours. there’s no room for mistakes because we didn’t leave any.</p>
<div class="button">Become a member</div>
</div>
</section>
<section id="about">
<h3>the story of CRED begins with trust.</h3>
<div>
<p>trust as a virtue has consistently played an essential role in every great human achievement. and consistently, its importance has been overlooked. not just by individuals, but by entire societies. we felt it was time someone gave it the spotlight it deserves. especially for the ones who live by this virtue: the trustworthy.</p>
<p>so we thought of creating a system that rewards its members for doing good and being trustworthy. this way, trust as a virtue becomes something to aspire to, just the way it should be. then we went one step ahead: we built it. we know we are on the right track because here you are.</p>
<p id="last">if you make it to CRED, congratulations and welcome. we have a lot of things planned for you.</p>
</div>
</section>
<footer>
<div class="info">
<div class="left">
<img class="logo2" src="https://web-images.credcdn.in/_next/assets/images/home-page/cred-logo-horizontal.png" alt="Cred Logo 2">
<img class="security" src="https://web-images.credcdn.in/_next/assets/images/home-page/security-cert.png" alt="security certification">
<h4>complete security. no asterisks.</h4>
<p>CRED encrypts all data and transactions to ensure a completely secure experience for our members.</p>
</div>
<div class="right">
<div class="products">
<h4>products</h4>
<p>credit card bill payments</p>
<p>credit score check</p>
</div>
<div class="CRED">
<h4>CRED</h4>
<p>about</p>
<p>careers</p>
</div>
<div class="resources">
<h4>resources</h4>
<p>articles</p>
<p>blogs</p>
<p>calculators</p>
</div>
<div class="policy">
<h4>policy</h4>
<p>security</p>
<p>transcation & user verification</p>
</div>
</div>
</div>
<div class="copyrights">
<p>copyright © 2020-21 Dreamplug Technologies Pvt Ltd.</p>
</div>
</footer>
</body>
</html>