-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
389 lines (374 loc) · 22.8 KB
/
index.html
File metadata and controls
389 lines (374 loc) · 22.8 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
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Modern Investing Platform</title>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="1.css">
<script src="1.js"></script>
</head>
<body class="bg-black text-gray-900">
<header class="site-header">
<nav class="container">
<div class="header-nav">
<div class="header-logo-nav">
<a href="#" class="header-logo">
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0ZM20 37.1429C10.5429 37.1429 2.85714 29.4571 2.85714 20C2.85714 10.5429 10.5429 2.85714 20 2.85714C29.4571 2.85714 37.1429 10.5429 37.1429 20C37.1429 29.4571 29.4571 37.1429 20 37.1429Z" fill="white"/>
<path d="M28.06 17.6571L20 25.7142L11.94 17.6571L10 19.6L20 29.6L30 19.6L28.06 17.6571Z" fill="white"/>
</svg>
<span class="header-logo-text">Robinhood</span>
</a>
<div class="desktop-nav">
<a href="#" class="group">
<span>What We Offer</span>
<span class="underline-anim"></span>
</a>
<a href="#" class="group">
<span>Strategies</span>
<span class="underline-anim"></span>
</a>
<a href="#" class="group">
<span>Gold</span>
<span class="underline-anim"></span>
</a>
<a href="#" class="group">
<span>Legend</span>
<span class="underline-anim"></span>
</a>
<a href="#" class="group">
<span>Learn</span>
<span class="underline-anim"></span>
</a>
<a href="#" class="group">
<span>Support</span>
<span class="underline-anim"></span>
</a>
</div>
</div>
<div class="auth-buttons">
<a href="#" class="lang-select">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A11.96 11.96 0 0112 13.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0021 12c0 .778-.099 1.533-.284 2.253m0 0A11.953 11.953 0 0012 10.5c2.998 0 5.74 1.1 7.843 2.918" />
</svg>
US
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</a>
<a href="#" class="btn btn-login">Log in</a>
<a href="#" class="btn btn-signup">
Sign up
</a>
</div>
<div class="mobile-menu-button-wrapper">
<button id="mobile-menu-button" class="mobile-menu-button" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg class="icon-open" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
<svg class="icon-close" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
</div>
<div class="mobile-menu" id="mobile-menu">
<div class="links">
<a href="#">What We Offer</a>
<a href="#">Strategies</a>
<a href="#">Gold</a>
<a href="#">Legend</a>
<a href="#">Learn</a>
<a href="#">Support</a>
</div>
<div class="mobile-auth">
<a href="#" class="lang-select">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A11.96 11.96 0 0112 13.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0021 12c0 .778-.099 1.533-.284 2.253m0 0A11.953 11.953 0 0012 10.5c2.998 0 5.74 1.1 7.843 2.918" />
</svg>
US
<svg class="arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" />
</svg>
</a>
<a href="#" class="btn btn-login">
Log in
</a>
<a href="#" class="btn btn-signup">
Sign up
</a>
</div>
</div>
</nav>
</header>
<main>
<div class="hero-section">
<div class="hero-video-container">
<img src="https://images.ctfassets.net/ilblxxee70tt/j7cDzbSV1H28q6Bv2izOk/b5de0fd32b1db203fb0dd699a01237f0/1920_x_988.jpg"
alt="Gold promotion dynamic background"
style="object-fit: cover; min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
</div>
<div class="hero-content container">
<div class="hero-content-inner">
<p class="hero-kicker">October 14-27</p>
<h1 class="hero-headline">
A million reasons to go Gold
</h1>
<p class="hero-subtext">
Your piece of $1,000,000 is waiting to claim. Only with Robinhood Gold ($5/month).
</p>
<div class="hero-terms">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z" />
</svg>
<span>Terms and subscription apply</span>
</div>
<div class="hero-cta">
<a href="#" class="btn-go-gold">
Go Gold
</a>
</div>
</div>
</div>
</div>
<div class="trading-section">
<div class="container">
<div class="trading-content">
<h2 class="section-headline">
Intuitive trading tools
</h2>
<p class="section-subtext">
Build your strategy and track market trends, seamlessly
</p>
<p class="section-subtext-2">
Trade stocks, options, crypto, and more on Robinhood Legend and the Robinhood app.
</p>
<div class="section-cta">
<a href="#" class="btn-learn-more">
Learn more
</a>
</div>
</div>
<div class="trading-video-wrapper">
<img src="https://images.ctfassets.net/ilblxxee70tt/72AW6WOPCImTemmsfDxVFk/276b95a7314a0d484a27f3f51cc47a82/web_homepage_investing_2.jpeg"
alt="Robinhood stock trading interface"
class="w-full h-auto rounded-lg"
style="display: block; width: 100%; height: auto; border-radius: 0.5rem;">
</div>
</div>
</div>
<div class="crypto-section" style="position: relative; overflow: hidden; background-color: black;">
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
<img src="https://images.ctfassets.net/ilblxxee70tt/1yBfcc0Y35v8vHS6eUXWMR/5ba2fd65e0cc48044084099e57625f94/web_crypto_hero.jpg"
alt="Crypto chart background"
style="width: 100%; height: 100%; object-fit: cover;">
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45);"></div>
</div>
<div class="container" style="position: relative; z-index: 10;">
<div class="crypto-grid">
<div class="crypto-text" style="color: var(--color-white);">
<svg class="crypto-logo" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0ZM20 37.1429C10.5429 37.1429 2.85714 29.4571 2.85714 20C2.85714 10.5429 10.5429 2.85714 20 2.85714C29.4571 2.85714 37.1429 10.5429 37.1429 20C37.1429 29.4571 29.4571 37.1429 20 37.1429Z" fill="white"/>
<path d="M28.06 17.6571L20 25.7142L11.94 17.6571L10 19.6L20 29.6L30 19.6L28.06 17.6571Z" fill="white"/>
</svg>
<h2 class="crypto-headline" style="color: var(--color-white);">
Get started with Robinhood Crypto
</h2>
<h3 class="crypto-headline-2" style="color: var(--color-white);">
Trade crypto 24/7
</h3>
<p class="crypto-subtext" style="color: var(--color-gray-300);">
Start with as little as $1. Buy, sell, and transfer BTC, ETH, XRP, SOL, DOGE, SHIB, and more.
</p>
<div class="crypto-disclosures" style="color: var(--color-gray-400);">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" style="color: var(--color-gray-400);">
<path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z" />
</svg>
<span>Crypto Risk Disclosures</span>
</div>
<div class="section-cta">
<a href="#" class="btn-learn-more" style="background-color: var(--rh-lime); color: var(--color-black);">
Learn more
</a>
</div>
</div>
<div class="crypto-image-wrapper">
<div class="crypto-phone-svg">
</div>
</div>
</div>
</div>
</div>
<div class="learn-section">
<div class="container">
<div class="learn-header">
<h2 class="learn-headline">
Become a better investor on the go, right in the app
</h2>
<p class="learn-subtext">
Here's a preview of the things you can learn when you sign up.
</p>
<div class="learn-cta">
<a href="#" class="btn-signup-dark">
Sign up to access Robinhood Learn
</a>
</div>
</div>
</div>
<div class="container">
<div class="learn-basics-card">
<h3 class="learn-basics-title">Learn the Basics</h3>
<ul class="learn-items-list">
<li><a href="#" class="learn-item">
<div class="learn-item-content">
<div class="learn-item-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"/>
<path d="M12 12H12.01"/>
<path d="M16 12C16 14.2091 14.2091 16 12 16"/>
<path d="M12 8C14.2091 8 16 9.79086 16 12"/>
<path d="M8 12C8 9.79086 9.79086 8 12 8"/>
<path d="M12 16C9.79086 16 8 14.2091 8 12"/>
<path d="M12 2V4"/>
<path d="M12 20V22"/>
<path d="M22 12H20"/>
<path d="M4 12H2"/>
</svg>
</div>
<div class="learn-item-text">
<h4>Why invest?</h4>
<p>The decisions you make today could help you grow your wealth</p>
</div>
</div>
<svg class="learn-item-arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</a></li>
<li><a href="#" class="learn-item">
<div class="learn-item-content">
<div class="learn-item-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="6" y1="20" x2="6" y2="10"/>
<line x1="10" y1="20" x2="10" y2="4"/>
<line x1="14" y1="20" x2="14" y2="14"/>
<line x1="18" y1="20" x2="18" y2="18"/>
</svg>
</div>
<div class="learn-item-text">
<h4>What's the stock market?</h4>
<p>Here are some common terms that you'll hear</p>
</div>
</div>
<svg class="learn-item-arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</a></li>
<li><a href="#" class="learn-item">
<div class="learn-item-content">
<div class="learn-item-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="6" width="4" height="14" rx="1"/>
<rect x="10" y="10" width="4" height="10" rx="1"/>
<rect x="16" y="4" width="4" height="16" rx="1"/>
</svg>
</div>
<div class="learn-item-text">
<h4>What are your goals?</h4>
<p>How soon you need your money impacts how you invest</p>
</div>
</div>
<svg class="learn-item-arrow" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</a></li>
</ul>
</div>
</div>
</div>
<div class="join-section" style="position: relative; overflow: hidden; background-color: var(--color-black);">
<div style="position: absolute; inset: 0; z-index: 1;">
<img src="https://images.ctfassets.net/ilblxxee70tt/6WBms0BL77uZhazKdaye91/981a21240eef31028f4e760ae6fa9886/Investors_Hero.jpg"
alt="Diverse group of investors"
style="width: 100%; height: 100%; object-fit: cover; opacity: 0.5;">
</div>
<div class="container">
<div class="join-content" style="position: relative; z-index: 20;">
<h2 class="join-headline">
Join a new generation of investors
</h2>
<div class="join-cta">
<a href="#" class="btn-get-started">
Get started
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="site-footer" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="container footer-content">
<div class="footer-grid">
<div class="footer-col">
<h3>Product</h3>
<ul>
<li><a href="#">Invest</a></li>
<li><a href="#">Strategies</a></li>
<li><a href="#">Trading</a></li>
<li><a href="#">Retirement</a></li>
<li><a href="#">Gold</a></li>
<li><a href="#">Crypto</a></li>
<li><a href="#">Legend</a></li>
<li><a href="#">Options</a></li>
<li><a href="#">Futures</a></li>
<li><a href="#">Banking</a></li>
<li><a href="#">Credit Card</a></li>
<li><a href="#">Social</a></li>
<li><a href="#">Ventures</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Company</h3>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Partner With Us</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Commitments</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">ESG</a></li>
<li><a href="#">Investor Index</a></li>
<li><a href="#">Robinhood Merch</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Legal & Regulatory</h3>
<ul>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Disclosures</a></li>
<li><a href="#">Robinhood Financial Entities US Online Privacy Statement</a></li>
<li><a href="#">Robinhood Markets US Online Privacy Statement</a></li>
<li><a href="#">Law Enforcement Requests</a></li>
<li><a href="#">Your Privacy Choices</a></li>
</ul>
</div>
<div class="footer-disclaimers">
<p><span>All investing involves risk.</span></p>
<p>Brokerage services are offered through Robinhood Financial LLC, (“RHF”) a registered broker dealer (member SIPC), and clearing services through Robinhood Securities, LLC, (“RHS”) a registered broker dealer (member SIPC). ...</p>
<p>Portfolio Management offered through Robinhood Asset Management, LLC (“Robinhood Strategies” or “RAM”), an SEC-registered investment advisor. ...</p>
<p>Futures and cleared swaps trading is offered by Robinhood Derivatives, LLC, (“RHD”) ...</p>
<p>Cryptocurrency services are offered through an account with Robinhood Crypto, LLC (“RHC”) ...</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Robinhood. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>