-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
360 lines (350 loc) · 11.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CASH-APP</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="navbar-mobile" class="navbar-nav-mobile">
<button class="navbar-eye-btn" onclick="closeNav()">
<img src="src/navbar-eye-close.png" alt="" class="navbar-eye nav-img" />
</button>
<a href="" class="nav-item">SIGN IN</a>
<a href="" class="nav-item">LEGAL</a>
<a href="" class="nav-item">LICENSES</a>
<a href="" class="nav-item">SECURITY</a>
<a href="" class="nav-item">CAREERS</a>
<a href="" class="nav-item">PRESS</a>
<a href="" class="nav-item">SUPPORT</a>
<a href="" class="nav-item">STATUS</a>
<a href="" class="nav-item">CODEBLOG</a>
</div>
<div class="main">
<section id="hero-page">
<img
src="src/hero-cube.png "
alt=""
class="hero-img hero-cube floating-animation"
/>
<img
src="src/hero-cubes.png"
alt=""
class="hero-img hero-cubes floating-animation"
/>
<img
src="src/hero-pillar.png"
alt=""
class="hero-img hero-pillar floating-animation"
/>
<img
src="src/hero-stairs.png"
alt=""
class="hero-img hero-stairs floating-animation"
/>
<div class="navbar">
<img src="src/nav-brand.png" alt="" class="nav-brand nav-img" />
<ul class="navbar-nav">
<li class="nav-item">SIGN IN</li>
<li class="nav-item">LEGAL</li>
<li class="nav-item">LICENSES</li>
<li class="nav-item">SECURITY</li>
<li class="nav-item">CAREERS</li>
<li class="nav-item">PRESS</li>
<li class="nav-item">SUPPORT</li>
<li class="nav-item">STATUS</li>
<li class="nav-item">CODEBLOG</li>
</ul>
<div>
<button class="navbar-eye-btn" onclick="openNav()">
<img src="src/navbar-eye.png" alt="" class="navbar-eye nav-img" />
</button>
</div>
</div>
<div class="landing-page">
<div class="container">
<h1 class="cash landing-title">CASH</h1>
<h1 class="app landing-title">APP</h1>
<img src="src/hero-phone.png" alt="" class="landing-phone" />
</div>
</div>
</section>
<section id="payment-page">
<img
src="src/payments-pillar-small.png"
alt=""
class="payment-img payments-pillar-small"
/>
<img
src="src/payments-phone.png"
alt=""
class="payment-img payments-phone"
/>
<img
src="src/payments-pillar-medium.png"
alt=""
class="payment-img payments-pillar-medium pillar-m-1"
/>
<img
src="src/payments-pillar-medium.png"
alt=""
class="payment-img payments-pillar-medium pillar-m-3"
/>
<img
src="src/payments-pillar.png"
alt=""
class="payment-img payments-pillar pillar-1"
/>
<img
src="src/payments-pillar.png"
alt=""
class="payment-img payments-pillar pillar-2"
/>
<img
src="src/payments-pillar.png"
alt=""
class="payment-img payments-pillar pillar-3"
/>
<img
src="src/payments-pillar-large.png"
alt=""
class="payment-img payments-pillar-large"
/>
<img
src="src/payments-pillar-medium.png"
alt=""
class="payment-img payments-pillar-medium pillar-m-2"
/>
<img
src="src/payments-pillar-medium.png"
alt=""
class="payment-img payments-pillar-medium pillar-m-4"
/>
<div class="text-container payment-text">
<h1 class="title-text">Payments</h1>
<p>
Send and receive money with anyone, donate to an important cause, or
tip professionals. Just enter a $cashtag, phone number, or scan
their QR code to pay.
</p>
</div>
</section>
<section id="banking-page">
<img
src="src/banking-cubes.png"
alt=""
class="banking-img banking-cubes"
/>
<img
src="src/banking-hole.png"
alt=""
class="banking-img banking-hole-1"
/>
<img
src="src/banking-hole.png"
alt=""
class="banking-img banking-hole-2"
/>
<img
src="src/banking-monster.png"
alt=""
class="banking-img banking-monster"
/>
<img
src="src/banking-pillar.png"
alt=""
class="banking-img banking-pillar"
/>
<img
src="src/banking-ramp-1.png"
alt=""
class="banking-img banking-ramp-1"
/>
<img
src="src/banking-ramp-2.png"
alt=""
class="banking-img banking-ramp-2"
/>
<img
src="src/banking-stairs-1.png"
alt=""
class="banking-img banking-stairs-1"
/>
<img
src="src/banking-stairs-2.png"
alt=""
class="banking-img banking-stairs-2"
/>
<img
src="src/banking-track-1.png"
alt=""
class="banking-img banking-track-1"
/>
<img
src="src/banking-track-2.png"
alt=""
class="banking-img banking-track-2"
/>
<img
src="src/banking-phone.png"
alt=""
class="banking-img banking-phone"
/>
<img
src="src/banking-tube.png"
alt=""
class="banking-img banking-tube"
/>
<div class="text-container banking-text">
<h1 class="title-text">Banking</h1>
<p>
Receive your paycheck, tax returns, and other direct deposits up to
two days early using your Cash App routing and account number.
</p>
</div>
</section>
<section id="boost-page">
<img
src="src/boost-stairs-1.png"
alt=""
class="boost-img boost-stairs-1"
/>
<img
src="src/boost-burger.png"
alt=""
class="boost-img boost-burger boost-animation"
/>
<img
src="src/boost-card.png"
alt=""
class="boost-img boost-card boost-animation"
/>
<img
src="src/boost-coffee.png"
alt=""
class="boost-img boost-coffee boost-animation"
/>
<img
src="src/boost-hand.png"
alt=""
class="boost-img boost-hand boost-animation"
/>
<img
src="src/boost-shoe.png"
alt=""
class="boost-img boost-shoe boost-animation"
/>
<img
src="src/boost-stairs-2.png"
alt=""
class="boost-img boost-stairs-2"
/>
<img src="src/boost-phone.png" alt="" class="boost-img boost-phone" />
<div class="text-container boost-text">
<h1 class="title-text">Cash Card & Boost</h1>
<p>
The Cash Card is a free, customizable debit card that lets you pay
online and in stores. It’s the only way to get Boosts—instant
discounts that work at places where you want to spend.
</p>
</div>
</section>
<section id="investing-page">
<img
src="src/investing-graph-1.png"
alt=""
class="investing-img investing-graph-1"
/>
<img
src="src/investing-graph-2.png"
alt=""
class="investing-img investing-graph-2"
/>
<img
src="src/investing-graph-3.png"
alt=""
class="investing-img investing-graph-3"
/>
<div class="container">
<div>
<h1 class="investing-title title-text">Investing</h1>
</div>
<div class="container-col">
<div class="container-col-1">
<div class="text-container stocks-text">
<h1 class="title-text">Stocks</h1>
<p>
Whether you’re an expert or just getting started, Cash App is
the fastest and most accessible way to invest in stocks. Start
now with as little as $1.
</p>
</div>
<img src="src/investing-stocks.png" alt="" class="stock-phone" />
</div>
<div class="container-col-2">
<img
src="src/investing-bitcoin.png"
alt=""
class="bitcoin-phone"
/>
<div class="text-container bitcoin-text">
<h1 class="title-text">Bitcoin</h1>
<p>
Cash App is the fastest way to convert dollars to bitcoin.
From your home screen, six taps are all it takes to stack
sats, buy an entire bitcoin, or just see what it’s all about.
</p>
</div>
</div>
</div>
</div>
<div class="floor"></div>
<div class="footer">
<div class="footer-col-1">
<button class="appstore-btn">
<img class="appstore-icon" src="src/appstore-icon.png" alt="" />
<p>APP STORE</p>
</button>
<button class="playstore-btn">
<img class="playstore-icon" src="src/playstore-icon.png" alt="" />
<p>PLAY STORE</p>
</button>
</div>
<div class="footer-col-2">
<p class="legal">
Brokerage services by Cash App Investing LLC, member FINRA / SIPC.
See our BrokerCheck. Investing involves risk; you may lose money.
Bitcoin trading offered by Cash App. Cash App Investing does not
trade bitcoin and Cash App is not a member of FINRA or SIPC. Cash
App facilitates banking services through Sutton Bank and Lincoln
Savings Bank, Members FDIC.
</p>
<div class="social-icon-container">
<img
src="src/twitch-icon.png"
alt=""
class="social-icon twitch-icon"
/>
<img
src="src/twitter-icon.png"
alt=""
class="social-icon twitter-icon"
/>
<img
src="src/instagram-icon.png"
alt=""
class="social-icon instagram-icon"
/>
</div>
</div>
</div>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/TextPlugin.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/lenis.min.js"></script>
<script src="app.js"></script>
</body>
</html>