-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
609 lines (521 loc) · 18.5 KB
/
index.html
File metadata and controls
609 lines (521 loc) · 18.5 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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<!-- Add these tags in the <head> section, right after the existing meta tags -->
<meta property="og:title" content="Little John - Risk Management tools for Options Traders">
<meta property="og:description"
content="Utilize cutting edge statistical and Machine Learning tool suite to minimize your risk and maximize your returns.">
<meta property="og:image" content="https://heylittlejohn.com/web-assets/preview.png">
<meta property="og:url" content="https://heylittlejohn.com">
<!-- Twitter specific tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Little John - Risk Management tools for Options Traders">
<meta name="twitter:description"
content="Utilize cutting edge statistical and Machine Learning tool suite to minimize your risk and maximize your returns.">
<meta name="twitter:image" content="https://heylittlejohn.com/web-assets/preview.png">
<title>Little John</title>
<link rel="icon" type="image/x-icon" href="web-assets/favicon.ico" />
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css">
<style>
:root {
--primary-blue: #1B6DFC;
--light-blue: #ABC9FF;
--navy: #1B294B;
--beige: #E5E5E5;
}
body {
color: white;
font-family: 'Space Grotesk', sans-serif;
margin: 0;
padding: 0;
min-height: 100vh;
}
.hero-section {
background: linear-gradient(135deg, var(--navy) 0%, var(--navy) 60%, rgba(255, 255, 255, 0.1) 100%);
min-height: 100vh;
padding: 2rem;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
}
.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5rem 0;
max-width: 1400px;
margin: 0 auto;
width: 100%;
}
.logo-container {
display: flex;
align-items: center;
}
.logo-container img {
height: 64px;
width: auto;
object-fit: contain;
}
.nav-links {
display: flex;
gap: 2rem;
align-items: center;
}
.nav-links a {
transition: opacity 0.2s ease;
}
.nav-links a:hover {
opacity: 0.8;
}
.main-content {
display: flex;
flex-direction: column;
max-width: 1400px;
margin: 6rem auto 4rem;
gap: 4rem;
flex: 1;
}
.content-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 8rem;
}
.content-left {
width: 100%;
max-width: 500px;
}
.content-right {
flex: 1;
min-width: 600px;
}
.hero-title {
font-size: 4.5rem;
font-weight: 600;
line-height: 1.1;
margin-bottom: 2.5rem;
max-width: 900px;
}
.hero-description {
font-size: 1.25rem;
margin-bottom: 1.5rem;
line-height: 1.5;
font-weight: 400;
}
.highlight {
color: var(--light-blue);
}
.strong-text {
color: white;
font-weight: 600;
}
.btn-primary {
background-color: white;
color: var(--navy);
padding: 0.75rem 1.75rem;
border-radius: 9999px;
text-decoration: none;
display: inline-block;
font-weight: 500;
transition: all 0.2s ease;
}
.btn-primary:hover {
opacity: 0.9;
}
.btn-outline {
background-color: white;
color: var(--navy);
padding: 0.75rem 1.75rem;
border-radius: 9999px;
text-decoration: none;
display: inline-block;
font-weight: 500;
transition: all 0.2s ease;
border: 1px solid white;
}
.btn-outline:hover {
opacity: 0.9;
}
.simulation-card {
background-color: white;
border-radius: 1.25rem;
padding: 2rem;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.simulation-card img {
width: 100%;
height: auto;
min-width: 600px;
}
/* Social Section */
.social-section {
background-color: var(--beige);
padding: 4rem 2rem;
color: #000;
}
.social-section h2 {
color: #000;
font-size: 3rem;
font-weight: 600;
margin-bottom: 2rem;
}
.btn-navy {
background-color: var(--navy);
color: white;
padding: 0.75rem 1.75rem;
border-radius: 9999px;
text-decoration: none;
display: inline-block;
font-weight: 500;
transition: all 0.2s ease;
min-width: 200px;
}
.btn-navy:hover {
opacity: 0.9;
}
.screenshot-card {
background: white;
border-radius: 1rem;
padding: 1rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.screenshot-card img {
width: 100%;
height: auto;
border-radius: 0.5rem;
}
/* Footer styles */
.github-footer {
background-color: var(--navy);
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
gap: 0.75rem;
}
.github-footer a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.75rem;
transition: color 0.2s ease;
}
.github-footer a:hover {
color: rgba(255, 255, 255, 0.9);
}
.github-footer svg {
fill: currentColor;
width: 24px;
height: 24px;
}
@media (max-width: 768px) {
.content-wrapper {
flex-direction: column;
text-align: center;
padding: 2rem;
margin-top: 3rem;
}
.hero-title {
font-size: 2.5rem;
text-align: center;
}
.nav-links {
display: none;
}
.content-left {
max-width: 100%;
}
.content-right {
min-width: auto;
}
.simulation-card img {
min-width: auto;
}
}
</style>
<style>
/* Hamburger menu styles */
.mobile-menu-button {
display: none;
flex-direction: column;
justify-content: space-around;
width: 30px;
height: 25px;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
z-index: 10;
}
.mobile-menu-button span {
width: 30px;
height: 3px;
background-color: var(--navy);
border-radius: 10px;
transition: all 0.3s linear;
position: relative;
transform-origin: 1px;
}
/* Homepage (navy background) specific styles */
.hero-section .mobile-menu-button span {
background-color: white;
}
/* When menu is active, force navy color */
.mobile-menu.active~.mobile-menu-button span {
background-color: var(--navy) !important;
}
/* Mobile menu background color */
.hero-section .mobile-menu {
background-color: white;
}
/* Mobile menu text color */
.hero-section .mobile-menu .nav-link {
color: var(--navy) !important;
}
/* Mobile menu button color in hero section */
.hero-section .mobile-menu .btn-primary {
background-color: var(--navy) !important;
color: white !important;
}
.mobile-menu {
display: none;
position: fixed;
top: 0;
right: -100%;
height: 100vh;
width: 100%;
background: white;
padding: 2rem;
transition: right 0.3s ease-in-out;
z-index: 9;
}
.mobile-menu.active {
right: 0;
}
@media (max-width: 768px) {
.mobile-menu-button {
display: flex;
}
.nav-links {
display: none !important;
}
.mobile-menu {
display: block;
}
/* Homepage (navy background) specific mobile menu styles */
.hero-section .mobile-menu {
background: var(--navy);
}
.hero-section .mobile-menu .nav-link {
color: white !important;
}
/* About page specific mobile menu styles */
body:not(.hero-section) .mobile-menu {
background: white;
}
body:not(.hero-section) .mobile-menu .nav-link {
color: var(--navy) !important;
}
.mobile-menu .nav-link {
display: block;
width: 100%;
text-align: center;
margin: 1rem 0;
font-size: 1.25rem;
color: var(--navy) !important;
}
/* Special styling for waitlist button in mobile menu */
.mobile-menu .btn-primary,
.mobile-menu .btn-outline {
display: block;
width: 100%;
text-align: center;
margin: 1rem 0;
font-size: 1.25rem;
background-color: var(--navy) !important;
color: white !important;
border: none !important;
}
/* Hero section adjustments */
.hero-title {
font-size: 2.5rem !important;
text-align: center !important;
margin-bottom: 2rem !important;
}
.content-wrapper {
flex-direction: column !important;
gap: 2rem !important;
padding: 1rem !important;
}
.content-left {
width: 100% !important;
max-width: 100% !important;
text-align: center !important;
}
.content-right {
width: 100% !important;
min-width: unset !important;
}
.simulation-card {
padding: 1rem !important;
}
.simulation-card img {
min-width: unset !important;
width: 100% !important;
}
/* About page specific */
.profile-image {
width: 250px !important;
height: 250px !important;
margin: 0 auto !important;
}
.story-text {
font-size: 1rem !important;
text-align: left !important;
}
/* Social section adjustments */
.social-section .grid {
grid-template-columns: 1fr !important;
}
.screenshot-card {
margin: 0.5rem 0;
}
/* Footer styles */
.github-footer {
background-color: var(--navy);
padding: 2rem;
display: flex;
justify-content: center;
align-items: center;
gap: 0.75rem;
}
.github-footer a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.75rem;
transition: color 0.2s ease;
}
.github-footer a:hover {
color: rgba(255, 255, 255, 0.9);
}
.github-footer svg {
fill: currentColor;
width: 24px;
height: 24px;
}
}
</style>
</head>
<body>
<div class="hero-section">
<nav class="container mx-auto px-4 py-6 flex justify-between items-center">
<div class="flex items-center">
<img src="web-assets/little-john.png" alt="Little John" class="h-16">
<h4 class="text-3xl font-semibold ml-4">Little John</h4>
</div>
<!-- Desktop nav links -->
<div class="nav-links">
<a href="/" class="nav-link">Home</a>
<a href="/about.html" class="nav-link">About</a>
<a href="https://waitlist.heylittlejohn.com" class="btn-primary">Join the waitlist!</a>
</div>
<!-- Mobile menu -->
<div class="mobile-menu">
<a href="/" class="nav-link">Home</a>
<a href="/about.html" class="nav-link">About</a>
<a href="https://waitlist.heylittlejohn.com" class="btn-primary">Join the waitlist!</a>
</div>
<!-- Add hamburger button -->
<button class="mobile-menu-button">
<span></span>
<span></span>
<span></span>
</button>
</nav>
<div class="main-content">
<h1 class="hero-title">Risk Management tools for Options Traders</h1>
<div class="content-wrapper">
<div class="content-left">
<p class="hero-description">
<span class="highlight">Utilize cutting edge </span>
<span class="strong-text">statistical and Machine Learning tool suite</span>
<span class="highlight"> to minimize your risk and maximize your returns.</span>
</p>
<p class="hero-description highlight">
Little John is the trusted companion for Robinhood* users that sell options
</p>
<p class="text-sm text-gray-400 mb-8">
*(and any other brokerage platform too. Not affiliated with Robinhood)
</p>
<a href="https://waitlist.heylittlejohn.com" class="btn-primary">Join the Waitlist!</a>
</div>
<div class="content-right">
<div class="simulation-card">
<img src="web-assets/portfolio-chart.png" alt="Portfolio Simulation" class="w-full">
</div>
</div>
</div>
</div>
</div>
<!-- Social Media Section -->
<section class="social-section">
<div class="container max-w-7xl mx-auto px-4 text-center">
<h2>Follow us on 𝕏</h2>
<div class="flex justify-center gap-4 mb-8">
<a href="https://x.com/heylittlejohn" class="btn-navy">@HEYLITTLEJOHN</a>
<a href="https://x.com/thehirschibar" class="btn-navy">@THEHIRSCHIBAR</a>
</div>
<p class="text-lg mb-16">
And <span class="text-primary-blue font-semibold">SUBSCRIBE</span>
to our founder
<a href="https://x.com/thehirschibar" class="text-primary-blue">@thehirschibar</a>
for discounts, competitions, games, and more!
</p>
<!-- Product Screenshots Grid -->
<div class="grid grid-cols-1 md:grid-cols-4 gap-4">
<div class="screenshot-card">
<img src="web-assets/recorder.png" alt="Portfolio Value Chart" class="w-full">
</div>
<div class="screenshot-card">
<img src="web-assets/strat-explorer.png" alt="Strategy Explorer" class="w-full">
</div>
<div class="screenshot-card">
<img src="web-assets/options-container.png" alt="Option Analysis" class="w-full">
</div>
<div class="screenshot-card">
<img src="web-assets/options-chain.png" alt="Option Chain" class="w-full">
</div>
</div>
</div>
</section>
<script>
const mobileMenuButton = document.querySelector('.mobile-menu-button');
const mobileMenu = document.querySelector('.mobile-menu');
if (mobileMenuButton && mobileMenu) {
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('active');
});
}
</script>
</body>
<!-- GitHub Footer -->
<footer class="github-footer">
<a href="https://github.com/HeyLittleJohn" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M12 0C5.374 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z" />
</svg>
contribute to our open source tools!
</a>
</footer>
</html>