-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
186 lines (172 loc) · 5.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Revolut</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/mediaQuary.css">
<link rel="stylesheet" href="/css/general.css">
<link rel="shortcut icon" href="/img/Polygon.png" type="image/x-icon">
<link rel="apple-touch-icon" href="/img/Polygon.png" type="image/x-icon">
</head>
<body>
<header class="header">
<a href="#" class="logo">
<h2>Revolut</h2>
<img src="/img/Ellipse.png" alt="circle picture" />
<img src="/img/polygon.png" alt="polygon picture" />
<img src="/img/Rectangle.png" alt="rectangle picture" />
</a>
<nav class="mainNav">
<ul class="mainNavList">
<li class="mainNavigationLink">
<a href="#" class="mainNavLink">Personal</a>
<ul class="PersonalList">
<li><a href="#" class="personalLink">Card</a></li>
<li><a href="#" class="personalLink">Atm</a></li>
<li><a href="#" class="personalLink">Transfer</a></li>
<li><a href="#" class="personalLink">FAQ</a></li>
<li><a href="#" class="personalLink">Get Pin</a></li>
</ul>
</li>
<li><a href="#" class="mainNavLink">Business</a></li>
<li><a href="#" class="mainNavLink">Revoult<18</a></li>
<li><a href="#" class="mainNavLink">Company</a></li>
<li>
<div class="navBtn1">
<a href="#" class="btn loginButton">Login</a>
<a href="/form/form.html" class="btn signupButton">sign up</a>
</div>
</li>
</ul>
</nav>
<div class="mobileDiv">
<div class="navBtn">
<a href="#" class="btn loginButton">Login</a>
<a href="/form/form.html" class="btn signupButton">sign up</a>
</div>
<div class="btn-mobile-nav">
<ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
<ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
</div>
</div>
</header>
<!-- Hero Section -->
<main>
<section class="heroSection">
<div class="heroContainer">
<h5 class="heroText">Cards</h5>
<h2 class="heroTitle">Get a card you control</h2>
<h5 class="heroSubTitle">Manage cards in-app with just a tap</h5>
<div class="heroBtn">
<a href="/form/form.html" class="button btn"> Get a free account</a>
</div>
</div>
</section>
<!-- About section -->
<section class="aboutSection">
<div class="gridCard addWallet">
<div class="gridItem gridItemCard">
<img
class="aboutImg"
src="/img/Card1.png"
style="border-radius: 10px"
alt="atm Card"
/>
<a href="#">
<button>
<img src="/img/Wallet.png" alt="wallet Icon" class="wallet1" />
<img src="/img/wallet2.svg" alt="wallet Icon" class="wallet2"/>
Add to apple wallet
</button>
</a>
</div>
<div class="gridItem gridItemText">
<h3>Spend right away with Apple pay or Google pay</h3>
<p>
Connect your card to tap and pay with your phone. No need to wait
for your physical card to arrive
</p>
</div>
</div>
<div class="gridCard learnMore">
<div class="gridItem gridItemCard gridCard2">
<img
src="/img/atm2.png"
alt="atm Card"
class="atm2"
/>
<img
src="/img/tablet.svg"
alt="atm Card"
class="atmTablet"
/>
</div>
<div class="gridItem gridItemText">
<h3>Spend right away with Apple pay or Google pay</h3>
<p>
Connect your card to tap and pay with your phone. No need to wait
for your physical card to arrive
</p>
<button class="learnMoreBtn">
<a href="#"> Learn More </a>
</button>
</div>
</div>
</section>
</main>
<!-- FOOTER SECTION -->
<footer class="footerSection">
<div class="gridItem">
<h4>Personal</h4>
<div class="footerLink">
<a href="#">Cards</a>
<a href="#">Rorem</a>
<a href="#">Sorem</a>
<a href="#">Norem ipsum </a>
<a href="#">FAQ</a>
</div>
</div>
<div class="gridItem">
<h4>Business</h4>
<div class="footerLink">
<a href="#">Teams</a>
<a href="#">Rorem</a>
<a href="#">Sorem</a>
<a href="#">Norem ipsum </a>
<a href="#">FAQ</a>
</div>
</div>
<div class="gridItem">
<h4>Revoult</h4>
<div class="footerLink">
<a href="#">Teens</a>
<a href="#">Rorem</a>
<a href="#">Sorem</a>
<a href="#">Norem ipsum </a>
<a href="#">FAQ</a>
</div>
</div>
<div class="gridItem">
<h4>Company</h4>
<div class="footerLink">
<a href="#">About us</a>
<a href="#">Rorem</a>
<a href="#">Sorem</a>
<a href="#">Norem ipsum </a>
<a href="#">FAQ</a>
</div>
</div>
</footer>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<script src="/js/script.js"></script>
</body>
</html>