-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
802 lines (757 loc) · 39.7 KB
/
index.html
File metadata and controls
802 lines (757 loc) · 39.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>tinyCore™ - A Better Way to add Electronics to Your Project | MR.INDUSTRIES</title>
<meta name="description" content="Everything you need to learn ESP32. Develop in hours, not days, so you can focus on building amazing projects, not debugging hardware.">
<meta name="keywords" content="ESP32, microcontroller, electronics, IoT, wearables, open source, Arduino, tinyCore, MR.INDUSTRIES, embedded systems, electrical engineering">
<meta name="author" content="MR.INDUSTRIES">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://mr.industries/">
<meta property="og:title" content="tinyCore - A Better Way to add Electronics to Your Project">
<meta property="og:description" content="Everything you need to learn ESP32. Develop in hours, not days, so you can focus on building amazing projects, not debugging hardware.">
<meta property="og:image" content="https://mr.industries/images/IMG_2650.JPG">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mr.industries/">
<meta property="twitter:title" content="tinyCore - A Better Way to add Electronics to Your Project">
<meta property="twitter:description" content="Everything you need to learn ESP32. Develop in hours, not days, so you can focus on building amazing projects, not debugging hardware.">
<meta property="twitter:image" content="https://mr.industries/images/IMG_2650.JPG">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://mr.industries/">
<!-- Existing CSS and Fonts -->
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Structured Data for Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "MR.INDUSTRIES",
"url": "https://mr.industries",
"logo": "https://mr.industries/images/IMG_2650.JPG",
"description": "Teaching you how to build the future through open-source innovation and education.",
"sameAs": [
"https://github.com/Mister-Industries/tinyCore",
"https://discord.gg/hvJZhwfQsF",
"https://mister.industries",
"https://www.tindie.com/stores/mr_industries/",
"https://www.youtube.com/@MISTER.INDUSTRIES",
"https://www.instagram.com/mister.industries/",
"https://www.tiktok.com/@mister.industries",
"https://www.linkedin.com/company/mister-industries/",
"https://www.reddit.com/r/tinycore/"
]
}
</script>
<!-- Structured Data for WebSite -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "MR.INDUSTRIES",
"url": "https://mr.industries",
"description": "tinyCore™ - A Better Way to add Electronics to Your Project"
}
</script>
<style>
.module-icon {
font-size: 1.1em !important;
vertical-align: middle;
margin-right: 8px;
}
@media (max-width: 900px) {
.open-source-flex {
flex-direction: column !important;
align-items: center !important;
}
.open-source-flex .image-stack {
margin-bottom: 2rem !important;
}
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-93QSYCNXQS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-93QSYCNXQS');
// QR code tracking
window.addEventListener('load', function() {
const urlParams = new URLSearchParams(window.location.search);
const location = urlParams.get('location');
if (location) {
gtag('event', 'qr_scan', {
'event_category': 'QR Codes',
'event_label': location,
'value': 1
});
console.log('QR code scan tracked:', location);
}
});
</script>
</head>
<body>
<nav class="nav">
<div class="container nav-content">
<a href="https://mr.industries" style="text-decoration: none;">
<div class="logo">
<span style="color: white;">tiny</span><span class="core-gradient">Core</span><span style="color: white;">™</span>
<span class="by-mr">by MR.INDUSTRIES</span>
</div>
</a>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<div class="nav-links">
<a href="https://github.com/Mister-Industries/tinyCore">GitHub</a>
<a href="https://discord.gg/hvJZhwfQsF">Discord</a>
<a href="https://docs.mr.industries">tinyDocs</a>
</div>
</div>
</nav>
<main>
<section class="hero">
<div class="hero-content">
<h1 class="hero-title">From Idea to Prototype<br><span class="underline">in Hours</span>, not Days</h1>
<div class="hero-columns">
<div class="hero-text">
<p>tinyCore™ is the open-source electronics platform designed by engineers who remember what it's like to spend entire weekends debugging connections. No more loose wires, bad documentation, or headaches.</p>
<p>Everything you need to build amazing projects, professionally integrated.</p> <p>We make learning industry-level electronics easy.</p>
<div class="cta-buttons">
<a href="https://mr.industries/tiny-core" class="button button-primary">Order Now</a>
<a href="https://docs.mr.industries" class="button button-secondary">Learn More</a>
</div>
</div>
<div class="device-visual">
<div class="board-container">
<img src="images/tinyCore.png" alt="tinyCore Device" class="board-image">
</div>
</div>
</div>
</div>
</section>
<section class="video-section">
<div class="container">
<h2 class="section-title">What is tinyCore?</h2>
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/wqKJGHjnWzM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="gallery">
<div class="gallery-container">
<h2>Our User Projects</h2>
<div class="gallery-wheel">
<div class="gallery-track">
<!-- Ski Helmet -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🎨</div>
<div class="user-info">
<div class="user-name">Elizabeth</div>
<div class="user-title">CTD Student</div>
</div>
</div>
<h3>The Clueless Closet RFID Reader</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/Clueless.jpg" alt="PulseOx Smart Ski Helmet">
</a>
</div>
<div class="time-comparison">
<div class="time-box without-tinycore">
<h4>WITHOUT TINYCORE</h4>
<p><strong>48hrs</strong></p>
<p class="small-text">Setup struggle –<br>gave up</p>
</div>
<div class="time-box with-tinycore">
<h4>WITH TINYCORE</h4>
<p><strong>30min</strong></p>
<p class="small-text">Hardware working</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + RFID Sensor</span>
<p class="testimonial">"After using an ESP32 extensively for a week with no success in getting my sensor to connect, it was so relieving to use tinyCore after 30 minutes and have a working prototype for my project!"</p>
</div>
<!-- Punch-It -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">💻</div>
<div class="user-info">
<div class="user-name">Logan</div>
<div class="user-title">CS Student</div>
</div>
</div>
<h3>"Punch-It" Boxing Glove</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/IMG_3351.JPG" alt="Punch-it boxing gloves toy">
</a>
</div>
<div class="time-comparison">
<div class="time-box estimated-time">
<h4>ESTIMATED TIME</h4>
<p><strong>2 weeks</strong></p>
<p class="small-text">Traditional approach</p>
</div>
<div class="time-box actual-time">
<h4>ACTUAL TIME</h4>
<p><strong>5 hours</strong></p>
<p class="small-text">Total project time</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + tinyVoice</span>
</div>
<!-- Long Distance Message Box -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🤖</div>
<div class="user-info">
<div class="user-name">Geoff McIntyre</div>
<div class="user-title">Mr. Industries Staff</div>
</div>
</div>
<h3>Long Distance Message Box</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/FHT4251M7RN5QG2.jpg" alt="Long Distance Message Box">
</a>
</div>
<div class="time-comparison">
<div class="time-box hardware-setup">
<h4>HARDWARE SETUP</h4>
<p><strong>1 hour</strong></p>
<p class="small-text">vs weeks<br>traditionally</p>
</div>
<div class="time-box total-project">
<h4>TOTAL PROJECT</h4>
<p><strong>6 hours</strong></p>
<p class="small-text">including web app<br>& database</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + Display</span>
<p class="testimonial">"This was my first project using tinyCore, I was able to complete the entire project in 8 hours, just in time for my girlfriend to catch her flight for the holidays."</p>
</div>
<!-- Haunted Telephone -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">👻</div>
<div class="user-info">
<div class="user-name">Geoff McIntyre</div>
<div class="user-title">Mr. Industries Staff</div>
</div>
</div>
<h3>Haunted Telephone</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/IMG_20241005_225656_381.jpg" alt="Haunted Telephone">
</a>
</div>
<div class="time-comparison">
<div class="time-box estimated-time">
<h4>ESTIMATED TIME</h4>
<p><strong>1 month</strong></p>
<p class="small-text">Complex wiring</p>
</div>
<div class="time-box actual-time">
<h4>ACTUAL TIME</h4>
<p><strong>2 weeks</strong></p>
<p class="small-text">Simplified</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + tinyVoice</span>
</div>
<!-- LED Graduation Cap -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🎓</div>
<div class="user-info">
<div class="user-name">Keaton G.</div>
<div class="user-title">Student Developer</div>
</div>
</div>
<h3>LED Graduation Cap</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/IMG_3338.JPG" alt="LED Graduation Cap">
</a>
</div>
<div class="time-comparison">
<div class="time-box estimated-time">
<h4>SETUP TIME</h4>
<p><strong>Hours</strong></p>
<p class="small-text">Traditional wiring</p>
</div>
<div class="time-box actual-time">
<h4>TINYCORE</h4>
<p><strong>Minutes</strong></p>
<p class="small-text">Plug & Play</p>
</div>
</div>
<span class="project-type-tag core-only">Core + tinyGlow</span>
<p class="testimonial">"tinyGlow made adding dynamic LED effects to my graduation cap incredibly simple. It was up and running in minutes!"</p>
</div>
<!-- OpenHEG -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🧠</div>
<div class="user-info">
<div class="user-name">OpenHEG</div>
<div class="user-title">Senior Design Project</div>
</div>
</div>
<h3>NIR-HEG Brain Scanner</h3>
<div class="project-photo-placeholder">
<a href="https://www.instructables.com/Inspiring-Kids-to-Learn-About-Neuroscience-How-I-M/">
<img src="images/OpenHEG.gif" alt="OpenHEG Brain Computer Interface">
</a>
</div>
<div class="time-comparison">
<div class="time-box without-tinycore">
<h4>OLD WAY</h4>
<p><strong>Complex</strong></p>
<p class="small-text">Multiple boards</p>
</div>
<div class="time-box with-tinycore">
<h4>TINYCORE</h4>
<p><strong>Integrated</strong></p>
<p class="small-text">All-in-one</p>
</div>
</div>
<span class="project-type-tag core-sensor-expansion">Core + Custom Sensor</span>
<p class="testimonial">"Developing BCIs requires precise sensor integration. tinyCore's IMU and compact size made our prototype much cleaner and faster to build."</p>
</div>
<!-- AI Talking Fish -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🐠</div>
<div class="user-info">
<div class="user-name">Geoff McIntyre</div>
<div class="user-title">Mr. Industries</div>
</div>
</div>
<h3>AI Talking Fish</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/20201007_174746.jpg" alt="AI Talking Fish">
</a>
</div>
<div class="time-comparison">
<div class="time-box estimated-time">
<h4>PROJECT SCOPE</h4>
<p><strong>Fun</strong></p>
<p class="small-text">Weekend project</p>
</div>
<div class="time-box actual-time">
<h4>REALITY</h4>
<p><strong>Voice Enabled</strong></p>
<p class="small-text">GPT & TTS</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + tinyVoice</span>
<p class="testimonial">"I wanted a talking fish for my desk. tinyCore made it surprisingly easy to integrate voice recognition and text-to-speech for a truly interactive pet!"</p>
</div>
<!-- E-Bike Controller -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">🚲</div>
<div class="user-info">
<div class="user-name">Geoff McIntyre</div>
<div class="user-title">Mr. Industries Staff</div>
</div>
</div>
<h3>E-Bike Controller</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/IMG_20250104_124751_386.jpg" alt="E-Bike Controller">
</a>
</div>
<div class="time-comparison">
<div class="time-box estimated-time">
<h4>PREVIOUS</h4>
<p><strong>Clunky</strong></p>
<p class="small-text">Many wires</p>
</div>
<div class="time-box actual-time">
<h4>TINYCORE</h4>
<p><strong>Compact</strong></p>
<p class="small-text">Clean setup</p>
</div>
</div>
<span class="project-type-tag core-only">Core Only</span>
</div>
<!-- CyberJacket -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">💡</div>
<div class="user-info">
<div class="user-name">Aiden Reeves</div>
<div class="user-title">Cosplayer</div>
</div>
</div>
<h3>The "CyberJacket" </h3>
<div class="project-photo-placeholder">
<a href="https://www.instructables.com/CyberJacket/">
<img src="images/cyberjacket.jpg" alt="LED Smart Controller">
</a>
</div>
<div class="time-comparison">
<div class="time-box without-tinycore">
<h4>OLD WAY</h4>
<p><strong>Frustrating</strong></p>
<p class="small-text">Debugging drivers</p>
</div>
<div class="time-box with-tinycore">
<h4>TINYCORE</h4>
<p><strong>Instant</strong></p>
<p class="small-text">Works out of box</p>
</div>
</div>
<span class="project-type-tag core-only">Core + tinyGlow</span>
</div>
<!-- Smart Watch -->
<div class="gallery-item">
<div class="user-profile">
<div class="profile-icon">⌚</div>
<div class="user-info">
<div class="user-name">Geoff McIntyre</div>
<div class="user-title">Mr. Industries Staff</div>
</div>
</div>
<h3>Custom Smart Watch</h3>
<div class="project-photo-placeholder">
<a href="#">
<img src="images/smartwatch.jpg" alt="Custom Smart Watch">
</a>
</div>
<div class="time-comparison">
<div class="time-box without-tinycore">
<h4>TRADITIONAL</h4>
<p><strong>Complex</strong></p>
<p class="small-text">Multiple boards</p>
</div>
<div class="time-box with-tinycore">
<h4>TINYCORE</h4>
<p><strong>Integrated</strong></p>
<p class="small-text">All-in-one</p>
</div>
</div>
<span class="project-type-tag core-expansion">Core + tinyDisplay</span>
<p class="testimonial">We built this as a demo of the tinyDisplay Expansion. Build your own smartwatch in minutes!</p>
</div>
<!-- Duplicate items for infinite scroll -->
</div>
</div>
</div>
</section>
<section class="modules">
<div class="container">
<h2 class="section-title">Meet the tinyFamily</h2>
<div class="modules-grid">
<a href="https://mr.industries/tiny-core" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinyCoreNoGlow.png" alt="tinyCore Module" class="module-image">
<span class="module-tag core-module-tag">Core Module</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">memory</i>tinyCore™</h3>
<p>ESP32 microcontroller with SD Card, USB-C, LiPo battery management, and 6DOF IMU for motion tracking.</p>
</div>
</a>
<a href="https://mr.industries/tiny-display" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinyDisplay.png" alt="tinyDisplay Module" class="module-image">
<span class="module-tag expansion-hat-tag">Expansion HAT</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">screen_rotation</i>tinyDisplay</h3>
<p>Add visual output and touch interaction to your wearable projects.</p>
</div>
</a>
<a href="https://mr.industries/tiny-glow" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinyGlow.png" alt="tinyGlow Module" class="module-image">
<span class="module-tag expansion-hat-tag">Expansion HAT</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">lightbulb</i>tinyGlow</h3>
<p>Programmable LED lighting and visual feedback system for interactive projects.</p>
</div>
</a>
<a href="https://mr.industries/tiny-voice" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinyVoice.png" alt="tinyVoice Module" class="module-image">
<span class="module-tag expansion-hat-tag">Expansion HAT</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">record_voice_over</i> tinyVoice</h3>
<p>Add voice control and natural language processing to your projects.</p>
</div>
</a>
<a href="https://mr.industries/tiny-sniff" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinySniff.png" alt="tinySniff Module" class="module-image">
<span class="module-tag expansion-hat-tag">Expansion HAT</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">air</i>tinySniff</h3>
<p>Monitor air quality, gas levels, and environmental conditions.</p>
</div>
</a>
<a href="https://mr.industries/tiny-proto" class="module-card">
<div class="module-image-wrapper">
<img src="images/tinyProto.png" alt="tinyProto Module" class="module-image">
<span class="module-tag expansion-hat-tag">Expansion HAT</span>
</div>
<div class="module-content">
<h3><i class="material-icons module-icon">psychology</i>tinyProto</h3>
<p>Build your own projects seamlessly. Prototype quickly, launch your own idea.</p>
</div>
</a>
</div>
</div>
</section>
<section class="our-story">
<div class="container">
<h2 class="section-title">About the Team:</h2>
<div class="story-content">
<div class="story-text">
<p>Created by best friends, Geoff McIntyre and Aiden Reeves, tinyCore came from a shared vision to bridge the gap between engineering academia and industrial application.</p>
<p>As graduates from CU Boulder and Colorado School of Mines respectively, they have experienced firsthand the challenges new engineers face: entry-level positions demanding years of experience, and career-changers struggling to enter the field without clear pathways.</p>
<p>Together, they founded MR. INDUSTRIES (pronounced "Mister") guided by three core principles:</p>
<h3>Integrity, Excellence, and Progress.</h3>
<p>By building in the open and putting humans first, <a href="https://mr.industries" style="color: var(--accent); text-decoration: none;">MR.INDUSTRIES</a> is making professional embedded development accessible to everyone.</p>
</div>
<div class="story-image">
<img src="images/geoffandaiden.jpg" alt="Aiden (left) and Geoff (right) at Clear Creek Makerspace">
<p class="image-caption">Aiden (left) and Geoff (right) at Clear Creek Makerspace</p>
</div>
</div>
</div>
</section>
<section class="open-source-hardware" style="margin-top: 3rem; background: var(--secondary); padding: 3rem 0;">
<div class="container">
<h2 class="section-title" style="color: #fff; text-align: center; margin-bottom: 2.2rem;">Open-Source Hardware</h2>
<div class="open-source-flex" style="display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 4.5rem; flex-wrap: wrap;">
<div class="image-stack" style="position: relative; width: 420px; height: 280px; min-width: 320px; margin-bottom: 2.5rem; cursor: pointer; flex-shrink: 0; flex-basis: 420px;">
<img src="images/schematic2.png" class="stack-img" style="position: absolute; top: 0; left: 0; width: 100%; box-shadow: 0 4px 24px rgba(0,0,0,0.10); transform: rotate(-7deg); z-index: 1; transition: transform 0.4s, z-index 0.4s;">
<img src="images/schematic1.png" class="stack-img" style="position: absolute; top: 0; left: 0; width: 100%; box-shadow: 0 4px 24px rgba(0,0,0,0.10); transform: rotate(6deg); z-index: 2; transition: transform 0.4s, z-index 0.4s;">
<img src="images/schematic3.png" class="stack-img" style="position: absolute; top: 0; left: 0; width: 100%; box-shadow: 0 4px 24px rgba(0,0,0,0.10); transform: rotate(-2deg); z-index: 3; transition: transform 0.4s, z-index 0.4s;">
<img src="images/oshw-logo-filled-color.png" alt="Open Source Hardware Logo" style="position: absolute; bottom: -5px; right: -15px; width: 70px; height: 70px; z-index: 10; box-shadow: 0 2px 12px rgba(0,0,0,0.18); background: #fff; border-radius: 0.5rem; padding: 6px;">
</div>
<div style="max-width: 700px; width: 100%; text-align: left; color: #fff; flex: 1 1 350px; min-width: 260px;">
<div style="color: var(--accent); font-weight: 600; font-size: 1.08rem; margin-bottom: 0.7rem;">OSHWA ID: US002730</div>
<p style="font-size: 1.15rem; margin-bottom: 2.2rem; color: #fff;">tinyCore is an engineering learning platform built around a truly open-source (open-knowledge) microcontroller, empowering the next generation of embedded engineers. Our mission is to bridge the gap between university and industry, equipping makers, students, and professionals with the tools, knowledge, and community they need to build their portfolio and bring their ideas to life. Every schematic, PCB, and line of code is open and accessible—because innovation should be for everyone.</p>
<div style="margin-bottom: 1.5rem; font-size: 1.08rem; color: #fff;"></div>
<a href="https://github.com/Mister-Industries/tinyCore" class="button button-primary" style="margin-top: 0.5rem;">Check out the GitHub!</a>
</div>
</div>
</div>
</section>
<section class="get-involved" style="margin-top: 4rem;">
<div class="container">
<h2 class="section-title">Get Involved</h2>
<div class="get-involved-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; align-items: stretch;">
<!-- Discord -->
<div style="display: flex; flex-direction: column; align-items: center;">
<h2 style="margin-bottom: -1.5rem; margin-top: 0; font-size: 1.5rem; font-weight: 800; color: var(--accent); text-shadow: 0 2px 8px rgba(0,0,0,0.10); letter-spacing: 0.5px; z-index: 2; position: relative; background: rgba(255,255,255,0.18); padding: 0.5rem 1.2rem; border-radius: 1.2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); display: inline-block;">Join the Discord</h2>
<div class="involved-card" style="background: var(--secondary); border-radius: 1rem; box-shadow: 0 2px 16px rgba(0,0,0,0.10); padding: 2rem 2rem 2rem 2rem; display: flex; flex-direction: column; align-items: center; color: #fff; width: 100%;">
<img src="images/IMG_2650.JPG" alt="Students at event" style="width: 100%; max-width: 100%; border-top-left-radius: 1rem; border-top-right-radius: 1rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin: 0; padding: 0; object-fit: cover; aspect-ratio: 4/3; display: block;">
<p style="font-size: 1rem; margin-bottom: 0.5rem; color: #fff; margin-top: 1.2rem;">Our Discord server provides weekly office hours, community hackathons, project showcases, and technical support. We'd love to see you there.</p>
<p style="font-size: 0.97rem; color: var(--accent); margin-bottom: 0.5rem;">Stay updated with our latest developments and industry insights by following us on LinkedIn and BlueSky.</p>
<a href="https://discord.gg/hvJZhwfQsF" class="button button-secondary" style="margin-top: 1.2rem;">Join Discord</a>
</div>
</div>
<!-- Contributing -->
<div style="display: flex; flex-direction: column; align-items: center;">
<h2 style="margin-bottom: -1.5rem; margin-top: 0; font-size: 1.5rem; font-weight: 800; color: var(--accent); text-shadow: 0 2px 8px rgba(0,0,0,0.10); letter-spacing: 0.5px; z-index: 2; position: relative; background: rgba(255,255,255,0.18); padding: 0.5rem 1.2rem; border-radius: 1.2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); display: inline-block;">Contributing</h2>
<div class="involved-card" style="background: var(--secondary); border-radius: 1rem; box-shadow: 0 2px 16px rgba(0,0,0,0.10); padding: 2rem 2rem 2rem 2rem; display: flex; flex-direction: column; align-items: center; color: #fff; width: 100%;">
<img src="images/IMG_2420 (1).JPG" alt="Contributing" style="width: 100%; max-width: 100%; border-top-left-radius: 1rem; border-top-right-radius: 1rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin: 0; padding: 0; object-fit: cover; aspect-ratio: 4/3; display: block;">
<p style="font-size: 1rem; margin-bottom: 0.5rem; color: #fff; margin-top: 1.2rem;">All contributions are welcome. Start by forking our repository and checking out our contribution guidelines.</p>
<p style="font-size: 0.97rem; color: var(--accent); margin-bottom: 0.5rem;">Not into coding? Help improve our documentation, share your project builds, or assist others in our Discord community.</p>
<a href="https://github.com/Mister-Industries/tinyCore/blob/main/CONTRIBUTING.md" class="button button-secondary" style="margin-top: 1.2rem;">Contribution Guide</a>
</div>
</div>
<!-- Share Your Thoughts -->
<div style="display: flex; flex-direction: column; align-items: center;">
<h2 style="margin-bottom: -1.5rem; margin-top: 0; font-size: 1.5rem; font-weight: 800; color: var(--accent); text-shadow: 0 2px 8px rgba(0,0,0,0.10); letter-spacing: 0.5px; z-index: 2; position: relative; background: rgba(255,255,255,0.18); padding: 0.5rem 1.2rem; border-radius: 1.2rem; box-shadow: 0 2px 12px rgba(0,0,0,0.08); display: inline-block;">Share Your Thoughts</h2>
<div class="involved-card" style="background: var(--secondary); border-radius: 1rem; box-shadow: 0 2px 16px rgba(0,0,0,0.10); padding: 2rem 2rem 2rem 2rem; display: flex; flex-direction: column; align-items: center; color: #fff; width: 100%;">
<img src="images/IMG_2740.JPG" alt="Share Your Thoughts" style="width: 100%; max-width: 100%; border-top-left-radius: 1rem; border-top-right-radius: 1rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin: 0; padding: 0; object-fit: cover; aspect-ratio: 4/3; display: block;">
<p style="font-size: 1rem; margin-bottom: 0.5rem; color: #fff; margin-top: 1.2rem;">Your feedback is important to us!</p>
<p style="font-size: 0.97rem; color: var(--accent); margin-bottom: 0.5rem;">Share feature requests and bug reports through GitHub Issues, or reach out directly at <a href="mailto:support@mr.industries" style="color: var(--accent); text-decoration: underline;">support@mr.industries</a>.</p>
<p style="font-size: 0.97rem; color: #fff;">Our team reviews all suggestions and typically responds within 24 hours.</p>
<a href="https://github.com/Mister-Industries/tinyCore/issues" class="button button-secondary" style="margin-top: 1.2rem;">Open an Issue</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer style="background: var(--secondary); padding: 4rem 0; margin-top: 4rem;">
<div class="container">
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem;">
<div>
<h3 style="color: var(--accent); margin-bottom: 1rem;">MR.INDUSTRIES</h3>
<p style="opacity: 0.8;">Teaching you how to build the future through open-source innovation and education.</p>
</div>
<div>
<h4 style="color: var(--accent); margin-bottom: 1rem;">Quick Links</h4>
<ul style="list-style: none;">
<li style="margin-bottom: 0.5rem;"><a href="https://mr.industries/terms-and-conditions" style="color: var(--text); text-decoration: none;">Terms and Conditions</a></li>
<li style="margin-bottom: 0.5rem;"><a href="https://github.com/Mister-Industries/tinyCore" style="color: var(--text); text-decoration: none;">GitHub Repository</a></li>
<li style="margin-bottom: 0.5rem;"><a href="https://docs.mr.industries" style="color: var(--text); text-decoration: none;">Documentation</a></li>
</ul>
</div>
<div>
<h4 style="color: var(--accent); margin-bottom: 1rem;">Contact</h4>
<ul style="list-style: none;">
<li style="margin-bottom: 0.5rem;"><a href="https://discord.gg/hvJZhwfQsF" style="color: var(--text); text-decoration: none;">Join our Discord</a></li>
<li style="margin-bottom: 0.5rem;"><a href="https://mr.industries" style="color: var(--text); text-decoration: none;">Subscribe to Updates</a></li>
</ul>
</div>
</div>
<div style="margin-top: 3rem; text-align: center; opacity: 0.6; border-top: 1px solid var(--grey); padding-top: 2rem;">
Copyright 2025 McIntyre-Reeves Industries. All rights reserved.
</div>
</div>
</footer>
<script>
// Hamburger menu functionality
const hamburger = document.querySelector('.hamburger');
const navLinks = document.querySelector('.nav-links');
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('active');
navLinks.classList.toggle('active');
});
// Close menu when clicking outside
document.addEventListener('click', (e) => {
if (!hamburger.contains(e.target) && !navLinks.contains(e.target) && navLinks.classList.contains('active')) {
hamburger.classList.remove('active');
navLinks.classList.remove('active');
}
});
// Close menu when clicking a link
navLinks.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
hamburger.classList.remove('active');
navLinks.classList.remove('active');
});
});
const board = document.querySelector('.board-container');
board.removeEventListener('mousemove', () => {});
board.removeEventListener('mouseleave', () => {});
document.addEventListener('scroll', () => {
const nav = document.querySelector('.nav');
if (window.scrollY > 50) {
nav.style.background = 'rgba(10, 15, 45, 0.95)';
} else {
nav.style.background = 'rgba(10, 15, 45, 0.9)';
}
});
// Click and drag scrolling for gallery
const galleryWheel = document.querySelector('.gallery-wheel');
const galleryTrack = document.querySelector('.gallery-track');
let scrollSpeed = 0.5; // pixels per frame
let animationFrameId;
let isDragging = false;
let startX;
let scrollLeft;
let galleryItems;
let itemWidth;
// Function to initialize or re-initialize carousel dimensions
function initializeCarouselDimensions() {
galleryItems = document.querySelectorAll('.gallery-item');
if (galleryItems.length > 0) {
itemWidth = galleryItems[0].offsetWidth + 32; // Item width + gap (2rem = 32px)
}
}
// Duplicate items for seamless loop and initialize dimensions
const originalContent = galleryTrack.innerHTML;
galleryTrack.innerHTML += originalContent + originalContent; // Duplicate twice for better looping
initializeCarouselDimensions(); // Initialize dimensions after duplicating content
function startAutoScroll() {
function animateScroll() {
if (!isDragging) {
galleryWheel.scrollLeft += scrollSpeed;
// If scrolled past the original content, jump back to start of duplicated content
// We duplicated twice, so scroll back when past the first duplicate
if (galleryWheel.scrollLeft >= galleryTrack.scrollWidth / 3) {
galleryWheel.scrollLeft -= galleryTrack.scrollWidth / 3;
}
}
animationFrameId = requestAnimationFrame(animateScroll);
}
animateScroll();
}
function stopAutoScroll() {
cancelAnimationFrame(animationFrameId);
}
// Start auto-scroll initially after a small delay to ensure DOM is ready
setTimeout(startAutoScroll, 100);
galleryWheel.addEventListener('mousedown', (e) => {
isDragging = true;
stopAutoScroll(); // Pause auto-scroll on drag start
galleryWheel.classList.add('active');
startX = e.pageX - galleryWheel.offsetLeft;
scrollLeft = galleryWheel.scrollLeft;
});
galleryWheel.addEventListener('mouseleave', () => {
if (isDragging) {
isDragging = false;
galleryWheel.classList.remove('active');
setTimeout(startAutoScroll, 500); // Resume auto-scroll after a short delay
}
});
galleryWheel.addEventListener('mouseup', () => {
isDragging = false;
galleryWheel.classList.remove('active');
setTimeout(startAutoScroll, 500); // Resume auto-scroll after a short delay
});
galleryWheel.addEventListener('mousemove', (e) => {
if (!isDragging) return;
e.preventDefault();
const x = e.pageX - galleryWheel.offsetLeft;
const walk = (x - startX) * 2; //scroll-fast
galleryWheel.scrollLeft = scrollLeft - walk;
});
// Handle resize to adjust scroll position if necessary (optional, but good practice)
window.addEventListener('resize', () => {
// Recalculate itemWidth if dynamic, or just ensure scroll position is valid
// For this basic auto-scroll, we mostly rely on scrollWidth/2
initializeCarouselDimensions(); // Re-initialize dimensions on resize
});
// Image stack hover effect for Open-Source Hardware section
const imageStack = document.querySelector('.image-stack');
if (imageStack) {
const imgs = imageStack.querySelectorAll('.stack-img');
imageStack.addEventListener('mouseenter', () => {
imgs[0].style.transform = 'translate(-30px, 10px) rotate(-15deg) scale(1.04)';
imgs[0].style.zIndex = 1;
imgs[1].style.transform = 'translate(0, 0) rotate(0deg) scale(1.08)';
imgs[1].style.zIndex = 3;
imgs[2].style.transform = 'translate(30px, 10px) rotate(12deg) scale(1.04)';
imgs[2].style.zIndex = 2;
});
imageStack.addEventListener('mouseleave', () => {
imgs[0].style.transform = 'rotate(-7deg)';
imgs[0].style.zIndex = 1;
imgs[1].style.transform = 'rotate(6deg)';
imgs[1].style.zIndex = 2;
imgs[2].style.transform = 'rotate(-2deg)';
imgs[2].style.zIndex = 3;
});
}
</script>
</body></html>