-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
827 lines (740 loc) · 32.1 KB
/
index.html
File metadata and controls
827 lines (740 loc) · 32.1 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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>First Run Setup | ClassPad Dev</title>
<meta itemprop="image"
content="https://res.cloudinary.com/s3ansh33p/image/upload/fl_lossy,f_auto/v1640786848/Classpad/classspad_2_grande_asfypp.webp">
<meta property="og:url" content="https://classpaddev.github.io/first-run/">
<meta property="og:type" content="website">
<meta property="og:title" content="First Run Setup">
<meta property="og:description" content="Complete setup for Hollyhock on Classpad fx-CP400">
<meta property="og:image"
content="https://res.cloudinary.com/s3ansh33p/image/upload/fl_lossy,f_auto/v1640786848/Classpad/classspad_2_grande_asfypp.webp">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Classpad Dev">
<meta name="twitter:description" content="Complete setup for Hollyhock on Classpad fx-CP400">
<meta name="twitter:image"
content="https://res.cloudinary.com/s3ansh33p/image/upload/fl_lossy,f_auto/v1640786848/Classpad/classspad_2_grande_asfypp.webp">
<meta name="description" content="Complete setup for Hollyhock on Classpad fx-CP400" />
<meta name="author" content="ClassPadDev Team" />
<meta name="google-site-verification" content="XZl64GJFi9Ga4ctg3f_tQwNCwTmpFj70GKCxNVgqOk4" />
<link
href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<style>
:root {
--cp-white: #f4f4f5;
--cp-text: #a1a1aa;
--cp-bg: #1f2325;
--cp-accent: #00dc68;
--cp-accent-hover: #2bfd87;
--cp-disabled: #3f3f46;
--cp-text-black: #003719;
--cp-dark: #18181b;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Poppins', Arial, Helvetica, sans-serif;
background-color: var(--cp-bg);
color: var(--cp-white);
line-height: 1.6;
}
h1,
h2,
h3 {
font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
font-weight: 900;
line-height: 1.2;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
}
/* Hero Section */
.hero {
position: relative;
min-height: 45vh;
display: flex;
align-items: center;
padding: 2rem 0;
overflow: hidden;
border-bottom: 1px solid rgba(0, 220, 104, 0.1);
}
.hero::before {
content: "";
background: linear-gradient(rgba(31, 35, 37, 0) 0%, var(--cp-bg) 100%),
url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%2300dc68"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%2300dc68"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%2300dc68"/></svg>') center/cover no-repeat,
url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="%231f2325"/><path d="M0 0L200 200M200 0L0 200" stroke="%2300dc68" stroke-width="1" stroke-opacity="0.05"/></svg>') center/100px repeat;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.hero-content {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.badge {
display: inline-block;
padding: 0.4rem 0.8rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 2rem;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 1rem;
backdrop-filter: blur(4px);
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
letter-spacing: -1px;
}
.hero h1 .accent-text {
color: var(--cp-accent);
}
.hero p {
font-size: 1.1rem;
color: var(--cp-text);
margin-bottom: 1.5rem;
line-height: 1.6;
}
/* Pulsating Scroll Indicator */
.scroll-indicator {
position: absolute;
bottom: 1.5rem;
right: 2rem;
display: flex;
flex-direction: column;
align-items: center;
color: var(--cp-accent);
text-decoration: none;
transition: opacity 0.3s;
}
.scroll-indicator:hover {
opacity: 0.7;
}
.scroll-indicator span {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0.5rem;
font-weight: 600;
}
.scroll-indicator svg {
width: 30px;
height: 30px;
animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
0% {
transform: translateY(0);
opacity: 0.6;
}
50% {
transform: translateY(8px);
opacity: 1;
}
100% {
transform: translateY(0);
opacity: 0.6;
}
}
/* Buttons */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.6rem;
padding: 0.8rem 1.8rem;
border-radius: 0.5rem;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 0.95rem;
text-align: center;
}
.btn svg {
flex-shrink: 0;
}
.btn-primary {
background: var(--cp-accent);
color: var(--cp-text-black);
}
.btn-primary:hover {
background: var(--cp-accent-hover);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0, 220, 104, 0.3);
}
.btn-secondary {
background: transparent;
color: var(--cp-white);
border: 2px solid rgba(255, 255, 255, 0.2);
margin-left: 1rem;
}
.btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateY(-2px);
}
/* Section */
.section {
padding: 4rem 0;
}
.section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 3rem;
}
.section-title {
font-size: 2rem;
margin-bottom: 1rem;
}
.section-subtitle {
font-size: 1.1rem;
color: var(--cp-text);
margin-bottom: 1rem;
}
/* Steps */
.steps-container {
max-width: 800px;
margin: 0 auto;
}
.step {
display: flex;
margin-bottom: 3rem;
position: relative;
}
.step-number {
flex-shrink: 0;
width: 44px;
height: 44px;
background: var(--cp-accent);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.1rem;
margin-right: 1.5rem;
color: var(--cp-text-black);
}
.step-content h3 {
font-size: 1.4rem;
margin-bottom: 0.8rem;
}
.step-content p {
color: var(--cp-text);
margin-bottom: 1rem;
}
.step-content ul {
color: var(--cp-text);
margin: 1rem 0;
padding-left: 1.5rem;
}
.step-content li {
margin-bottom: 0.5rem;
}
/* Troubleshooting */
.troubleshooting {
background: rgba(255, 255, 255, 0.05);
border-radius: 1rem;
padding: 2rem;
margin: 3rem 0;
}
.troubleshooting h3 {
font-size: 1.5rem;
margin-bottom: 1.5rem;
color: var(--cp-accent);
}
.troubleshooting-item {
margin-bottom: 1.5rem;
}
.troubleshooting-item h4 {
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
/* Apps Grid */
.apps-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.app-card {
background: rgba(255, 255, 255, 0.05);
border-radius: 1rem;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
}
.app-card:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.08);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.app-image {
width: 100%;
height: 180px;
background: rgba(0, 220, 104, 0.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
font-weight: 600;
color: var(--cp-accent);
}
/* Special card style */
.app-card.explore-more {
border: 1px dashed rgba(0, 220, 104, 0.4);
background: rgba(0, 220, 104, 0.02);
}
.app-card.explore-more .app-image {
background: linear-gradient(135deg, rgba(0, 220, 104, 0.1), rgba(0, 220, 104, 0.05));
}
.app-content {
padding: 1.5rem;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.app-title {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
.app-description {
color: var(--cp-text);
font-size: 0.9rem;
margin-bottom: 1.5rem;
min-height: 60px;
}
.app-actions {
display: flex;
gap: 0.5rem;
margin-top: auto;
}
.app-btn {
flex: 1;
padding: 0.7rem;
font-size: 0.9rem;
text-align: center;
}
/* Footer */
.footer {
padding: 3rem 0;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 2rem;
}
.footer-link {
color: var(--cp-text);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-link:hover {
color: var(--cp-accent);
}
.social-links {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 2rem;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
color: var(--cp-white);
text-decoration: none;
transition: all 0.3s ease;
}
.social-link:hover {
background: var(--cp-accent);
color: var(--cp-text-black);
transform: translateY(-3px);
}
.copyright {
color: var(--cp-text);
font-size: 0.9rem;
}
/* Responsive */
@media (max-width: 768px) {
.hero {
min-height: 50vh;
padding: 2.5rem 0;
}
.hero h1 {
font-size: 1.8rem;
}
.hero p {
font-size: 1rem;
}
.scroll-indicator {
right: 1rem;
bottom: 1rem;
}
.step {
flex-direction: column;
}
.step-number {
margin-bottom: 1rem;
}
.btn {
display: flex;
width: 100%;
margin-bottom: 1rem;
}
.btn-secondary {
margin-left: 0;
}
.apps-grid {
grid-template-columns: 1fr;
}
}
</style>
<script src="https://analytics.ahrefs.com/analytics.js" data-key="Kb2nywKkyR+dD+Av2GmerQ" async></script>
</head>
<body>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<span class="badge">First Run Setup</span>
<h1>You're <span class="accent-text">Almost There</span></h1>
<p>Complete the final steps to set up Hollyhock on your ClassPad II and unlock its full potential.</p>
<div class="hero-actions">
<a href="#steps" class="btn btn-primary">Finish Setup</a>
</div>
</div>
</div>
<!-- Scroll Indicator -->
<a href="#steps" class="scroll-indicator" aria-label="Scroll to content">
<span>Scroll</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round">
<path d="M7 13l5 5 5-5M7 6l5 5 5-5" />
</svg>
</a>
</section>
<!-- Steps Section -->
<section class="section" id="steps">
<div class="container">
<div class="section-header">
<h2 class="section-title">Final Setup Steps</h2>
<p class="section-subtitle">Complete these steps to get Hollyhock running on your ClassPad</p>
</div>
<div class="steps-container">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Download the Launcher File</h3>
<p>First, download the essential Hollyhock launcher file to your computer.</p>
<ul>
<li>Download <strong>run.bin</strong> from the link below</li>
<li>The file will be saved as <code>run.bin</code> automatically</li>
</ul>
<a href="/first-run/apps/run.7002.bin" class="btn btn-primary" download="run.bin">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"
fill="currentColor">
<path
d="M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z" />
</svg>
Download run.bin
</a>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Transfer Files to Your Calculator</h3>
<p>Copy the downloaded files to your ClassPad II:</p>
<ul>
<li>Connect your ClassPad II to your computer via USB</li>
<li>Copy <strong>run.bin</strong> to the root directory of your calculator</li>
<li>Copy any HH3 programs and games to the root directory as well (see below)</li>
<li>Safely eject your calculator from your computer</li>
</ul>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Launch Hollyhock</h3>
<p>Access the Hollyhock launcher from your ClassPad's menu:</p>
<ul>
<li>Go to the main menu</li>
<li>Navigate to the "System" menu on the second page</li>
<li>Select "Hollyhock Launcher" from the system menu in the top left</li>
</ul>
</div>
</div>
</div>
<!-- Troubleshooting Section -->
<div class="troubleshooting">
<h3>Troubleshooting</h3>
<div class="troubleshooting-item">
<h4>Calculator Freezes</h4>
<p>If your calculator freezes when launching Hollyhock, check that <strong>run.bin</strong> was
copied correctly to the root directory. Try re-downloading and re-copying the file.</p>
</div>
<div class="troubleshooting-item">
<h4>Nothing Displays in Launcher</h4>
<p>If no programs appear in the launcher, verify that you have copied HH3 programs or games to the
root directory of your calculator. The launcher needs these files to display options.</p>
</div>
<div class="troubleshooting-item">
<h4>File Transfer Issues</h4>
<p>If you're having trouble transferring files, make sure your calculator is properly connected and
recognized by your computer. Try using a different USB cable if necessary.</p>
</div>
</div>
</div>
</section>
<!-- Apps Section -->
<section class="section" style="background: rgba(0, 0, 0, 0.2);">
<div class="container">
<div class="section-header">
<h2 class="section-title">Available HH3 Programs</h2>
<p class="section-subtitle">Download and run these programs on your ClassPad</p>
</div>
<div class="apps-grid" id="apps-container">
<!-- Apps will be loaded here -->
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-links">
<a href="/" class="footer-link">Documentation</a>
<a href="https://discord.gg/knpcNJTzpd" class="footer-link">Community</a>
<a href="https://github.com/classpaddev" class="footer-link">GitHub</a>
<a href="/wiki" class="footer-link">Wiki</a>
<a href="/store/" class="footer-link">Apps</a>
</div>
<div class="social-links">
<a href="https://classpaddev.github.io/" class="social-link">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="2" y1="12" x2="22" y2="12"></line>
<path
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z">
</path>
</svg>
</a>
<a href="https://discord.gg/knpcNJTzpd" class="social-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M20.3 4.1c-1.5-.7-3.1-1.2-4.8-1.5-.2-.1-.4 0-.5.1-.1.1-.2.3-.1.5 1.7 3.3 2.1 5.7 2.1 5.7-2.5-1.3-4.3-1.6-6.1-1.6-1.3 0-2.5.3-3.7.9-.1 0-.2 0-.3.1-.1 0-.2-.1-.2-.2 0 0 .4-2.7 2.2-5.9-.1-.1-.3-.1-.4-.1-1.7.3-3.3.8-4.8 1.5-.1 0-.2.1-.2.2-.1.3-.3.9-.2 1.5.1.6.3 1.3.5 1.9.1.2.1.4.1.6-.1.6-.2 1.2-.2 1.8 0 .6.1 1.2.2 1.8 0 .2 0 .4-.1.6-.2.6-.4 1.2-.5 1.9-.1.6 0 1.2.2 1.5.1.1.2.2.4.2 1.5.7 3.1 1.2 4.8 1.5.2.1.4 0 .5-.1.1-.1.2-.3.1-.5-1.7-3.3-2.1-5.7-2.1-5.7 2.5 1.3 4.3 1.6 6.1 1.6 1.3 0 2.5-.3 3.7-.9.1 0 .2 0 .3-.1.1 0 .2.1.2.2 0 0-.4 2.7-2.2 5.9.1.1.3.1.4.1 1.7-.3 3.3-.8 4.8-1.5.1-.1.2-.2.2-.4.3-1.2.5-2.4.5-3.6 0-1.2-.2-2.4-.5-3.6-.1-.3-.2-.6-.4-.8zM8.7 14.7c-.8 0-1.4-.7-1.4-1.5s.6-1.5 1.4-1.5 1.4.7 1.4 1.5-.6 1.5-1.4 1.5zm6.6 0c-.8 0-1.4-.7-1.4-1.5s.6-1.5 1.4-1.5 1.4.7 1.4 1.5-.6 1.5-1.4 1.5z" />
</svg>
</a>
<a href="https://github.com/classpaddev" class="social-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" />
</svg>
</a>
<a href="/wiki" class="social-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"></path>
<path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</a>
</div>
<p>ClassPad.Dev - Hollyhock for fx-CP400</p>
<p class="copyright">ClassPad.Dev is a community project not affiliated with
Casio. <br>
The programs and other online content on ClassPad.Dev remain the property of their authors and
may be subject to licenses or copyrights.<br>
CASIO is a registered trademark of CASIO Computer Co., Ltd. in Japan.</p>
</div>
</footer>
<script>
const appsData = [
{
id: 1,
name: "Snake Game",
description: "Classic snake game",
image: "https://placehold.co/300x180/1f2325/00dc68?text=Snake",
downloadUrl: "/first-run/apps/snake.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/snake-game"
},
{
id: 2,
name: "Python",
description: "The REAL snake game.",
image: "https://placehold.co/300x180/1f2325/00dc68?text=Python",
downloadUrl: "https://classpaddev.github.io/python/PythonExtra.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/python"
},
{
id: 3,
name: "CP Pong",
description: "A simple Ping Pong Game for the Casio FX-CP400.",
image: "https://raw.githubusercontent.com/PyCSharp/CPPong-For-HHK3/refs/heads/main/image.jpg",
downloadUrl: "https://github.com/PyCSharp/CPPong-For-HHK3/releases/latest/download/CPPong.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/cp-pong"
},
{
id: 4,
name: "CP Doom",
description: "A Doom source port for the Classpad II. You also need the WAD. Check the details",
image: "https://classpaddev.github.io/img/doom.png",
downloadUrl: "https://github.com/QBos07/CPDoom/releases/download/v1.1.0/CPDoom.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/cp-doom",
position: "0 19%"
},
{
id: 5,
name: "CPBoy",
description: "A Game Boy (DMG) emulator for the Classpad II. You need roms. Check the details",
image: "https://classpaddev.github.io/img/gb.png",
downloadUrl: "/first-run/apps/CPBoy.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/cpboy",
position: "0 28%"
},
{
id: 6,
name: "Hex Editor",
description: "A hex editor that can modify values in the RAM of the calculator.",
image: "https://raw.githubusercontent.com/PyCSharp/HexEditor-For-HHK3/refs/heads/main/image.png",
downloadUrl: "https://github.com/PyCSharp/CPHexEditor-For-HHK3/releases/latest/download/CPHexEditor.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/hex-editor",
position: "top"
},
{
id: 7,
name: "Tetris",
description: "Simple Tetris game.",
image: "https://placehold.co/300x180/1f2325/00dc68?text=Tetris",
downloadUrl: "/first-run/apps/tetris.hh3",
detailsUrl: "https://classpaddev.github.io/store/p/tetris"
},
{
id: 8,
name: "CP Flappy Bird",
description: "The Flappy Bird game, to the classpad.",
image: "https://raw.githubusercontent.com/TheRainbowPhoenix/CPFlappyBird/refs/heads/main/cover.png",
downloadUrl: "https://github.com/TheRainbowPhoenix/CPFlappyBird/releases/download/1.0.0-v3/CPFlappyBird-Bundle.zip",
detailsUrl: "https://classpaddev.github.io/store/p/cp-flappy-bird"
},
{
id: 9,
name: "CP Shell",
description: "A shell for the Classpad fx-CP400",
image: "https://raw.githubusercontent.com/TheRainbowPhoenix/CPShell/refs/heads/master/cover.png",
downloadUrl: "https://github.com/TheRainbowPhoenix/CPShell/releases/download/0.1.0-v3/CPShell.zip",
detailsUrl: "https://classpaddev.github.io/store/p/cpshell"
},
];
function renderApps() {
const container = document.getElementById('apps-container');
if (appsData.length === 0) {
container.innerHTML = '<div class="loading">No apps available yet. Check back soon!</div>';
return;
}
let html = '';
appsData.forEach(app => {
html += `
<div class="app-card">
<div class="app-image" style="background-image: url('${app.image}'); background-size: cover; background-position: ${app.position ? app.position : 'center'};">
${!app.image ? app.name : ''}
</div>
<div class="app-content">
<h3 class="app-title">${app.name}</h3>
<p class="app-description">${app.description}</p>
<div class="app-actions">
<a href="${app.downloadUrl}" class="btn btn-primary app-btn track-download" data-slug="${app.detailsUrl.split('/').pop()}" download>
<svg xmlns="http://www.w3.org/2000/svg" height="18" viewBox="0 -960 960 960" width="18" fill="currentColor">
<path d="M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"/>
</svg>
Download
</a>
<a href="${app.detailsUrl}" class="btn btn-secondary app-btn" target="_blank">Details</a>
</div>
</div>
</div>
`;
});
// Add the "Explore More" card
html += `
<div class="app-card explore-more">
<div class="app-image">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2L2 7L12 12L22 7L12 2Z"/>
<path d="M2 17L12 22L22 17"/>
<path d="M2 12L12 17L22 12"/>
</svg>
</div>
<div class="app-content">
<h3 class="app-title">Explore Python Apps</h3>
<p class="app-description">Download Python to unlock community-made games or write your own custom programs and scripts on your ClassPad.</p>
<div class="app-actions">
<a href="https://classpaddev.github.io/store/" class="btn btn-primary app-btn" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" height="18" viewBox="0 -960 960 960" width="18" fill="currentColor">
<path d="M160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm160-40h160v-160H400v160Z"/>
</svg>
Explore Store
</a>
</div>
</div>
</div>
`;
container.innerHTML = html;
}
document.addEventListener('DOMContentLoaded', function () {
renderApps();
// Add click listeners for tracking
document.querySelectorAll('.track-download').forEach(button => {
button.addEventListener('click', function (e) {
const slug = this.getAttribute('data-slug');
if (slug) {
const img = document.createElement('img');
const ts = new Date().getTime();
img.src = `https://stats.classpad.dev/pixel/download/${slug}?t=${ts}`;
img.width = 24;
img.height = 24;
img.alt = "";
img.style.position = 'absolute';
img.style.opacity = '0.0001';
img.style.pointerEvents = 'none';
document.body.appendChild(img);
}
});
});
});
</script>
</body>
</html>