-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
898 lines (787 loc) · 22.8 KB
/
index.html
File metadata and controls
898 lines (787 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
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
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MTechWare</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syne:wght@400;600;700;800&display=swap"
rel="stylesheet" />
<style>
:root {
--bg: #0a0a0f;
--surface: #111118;
--surface2: #1a1a26;
--border: #2a2a40;
--accent: #ff8000;
/* Main color */
--accent2: #7b5ea7;
--accent3: #ff6b6b;
--text: #e8e8f0;
--muted: #888899;
--nav-h: 68px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
background-color: var(--bg);
background-image:
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 40px 40px;
color: var(--text);
font-family: 'Syne', sans-serif;
overflow-x: hidden;
}
/* ─── NOISE OVERLAY ─── */
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 9999;
opacity: 0.35;
}
/* ─── NAV ─── */
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
height: var(--nav-h);
background: rgba(10, 10, 15, 0.85);
backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 2.5rem;
z-index: 100;
}
.nav-logo {
display: flex;
align-items: center;
gap: 0.7rem;
text-decoration: none;
color: var(--text);
}
/* ─── ANIMATED LOGO ─── */
.animated-logo {
width: 28px;
height: 28px;
display: block;
overflow: visible;
}
.logo-hex {
stroke-dasharray: 280;
stroke-dashoffset: 0;
animation: drawLogo 2s ease backwards, glowPulse 3s 2s infinite alternate;
transform-origin: 50px 50px;
}
.logo-m {
stroke-dasharray: 180;
stroke-dashoffset: 0;
animation: drawLogoM 1.5s 0.5s ease backwards;
}
.nav-logo:hover .logo-hex {
animation: spinHex 6s linear infinite;
filter: drop-shadow(0 0 8px var(--accent));
}
.nav-logo:hover .logo-m {
filter: drop-shadow(0 0 4px var(--accent));
}
@keyframes drawLogo {
from {
stroke-dashoffset: 280;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes drawLogoM {
from {
stroke-dashoffset: 180;
}
to {
stroke-dashoffset: 0;
}
}
@keyframes glowPulse {
0% {
filter: drop-shadow(0 0 2px var(--accent));
}
100% {
filter: drop-shadow(0 0 8px var(--accent));
}
}
@keyframes spinHex {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.nav-logo span {
font-family: 'Space Mono', monospace;
font-weight: 700;
font-size: 1rem;
letter-spacing: -0.02em;
color: var(--accent);
}
.nav-links {
display: flex;
align-items: center;
gap: 2rem;
list-style: none;
}
.nav-links a {
color: var(--muted);
text-decoration: none;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
transition: color 0.2s;
}
.nav-links a:hover {
color: var(--accent);
}
.nav-divider {
width: 1px;
height: 24px;
background-color: var(--border);
}
.nav-cta {
background: var(--accent);
color: #000 !important;
padding: 0.45rem 1.1rem;
border-radius: 4px;
font-weight: 700 !important;
}
.nav-cta:hover {
opacity: 0.85;
}
/* ─── HERO ─── */
#home {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: calc(var(--nav-h) + 4rem) 2rem 6rem;
position: relative;
overflow: hidden;
}
.hero-glow {
position: absolute;
width: 700px;
height: 700px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 140, 0, 0.06) 0%, transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
border: 1px solid var(--accent);
color: var(--accent);
font-family: 'Space Mono', monospace;
font-size: 0.72rem;
padding: 0.3rem 0.8rem;
border-radius: 100px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 1.5rem;
animation: fadeUp 0.6s ease both;
}
.hero-badge::before {
content: '⬡';
}
h1 {
font-size: clamp(2.8rem, 7vw, 5.5rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: -0.03em;
margin-bottom: 1rem;
animation: fadeUp 0.7s 0.1s ease both;
}
h1 .accent {
color: var(--accent);
}
.hero-sub {
font-size: 1.1rem;
color: var(--muted);
max-width: 520px;
line-height: 1.7;
margin-bottom: 2.5rem;
animation: fadeUp 0.7s 0.2s ease both;
}
.hero-btns {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
animation: fadeUp 0.7s 0.3s ease both;
}
.btn {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.75rem 1.6rem;
border-radius: 6px;
font-family: 'Syne', sans-serif;
font-weight: 700;
font-size: 0.9rem;
text-decoration: none;
transition: all 0.2s;
cursor: pointer;
border: none;
}
.btn-primary {
background: var(--accent);
color: #000;
}
.btn-primary:hover {
background: #e67e00;
transform: translateY(-2px);
}
.btn-outline {
background: transparent;
color: var(--text);
border: 1px solid var(--border);
}
.btn-outline:hover {
border-color: var(--accent);
color: var(--accent);
transform: translateY(-2px);
}
.hero-stats {
display: flex;
gap: 3rem;
margin-top: 4rem;
animation: fadeUp 0.7s 0.4s ease both;
}
.stat {
text-align: center;
}
.stat-num {
font-family: 'Space Mono', monospace;
font-size: 1.6rem;
font-weight: 700;
color: var(--accent);
display: block;
}
.stat-label {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--muted);
}
/* ─── SECTIONS ─── */
section {
padding: 6rem 2rem;
max-width: 1100px;
margin: 0 auto;
}
.section-tag {
font-family: 'Space Mono', monospace;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--accent);
margin-bottom: 0.8rem;
}
h2 {
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: 0.5rem;
}
.section-sub {
color: var(--muted);
font-size: 1rem;
max-width: 480px;
line-height: 1.7;
margin-bottom: 3rem;
}
/* ─── CARDS GRID ─── */
.cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.5rem;
}
.card {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 12px;
padding: 1.8rem;
transition: border-color 0.2s, transform 0.2s;
}
.card:hover {
border-color: var(--accent);
transform: translateY(-4px);
}
.card-icon {
font-size: 1.6rem;
margin-bottom: 0.8rem;
}
.card h3 {
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.card p {
font-size: 0.88rem;
color: var(--muted);
line-height: 1.65;
}
.card-badge {
display: inline-block;
font-size: 0.68rem;
font-family: 'Space Mono', monospace;
text-transform: uppercase;
letter-spacing: 0.08em;
padding: 0.2rem 0.55rem;
border-radius: 4px;
margin-bottom: 0.8rem;
}
.badge-live {
background: rgba(255, 140, 0, 0.1);
color: var(--accent);
border: 1px solid rgba(255, 140, 0, 0.3);
}
.badge-archived {
background: rgba(255, 107, 107, 0.1);
color: var(--accent3);
border: 1px solid rgba(255, 107, 107, 0.3);
}
/* ─── SKILLS GRID ─── */
.skills-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 1rem;
}
.skill-item {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 10px;
padding: 1.4rem;
transition: border-color 0.2s;
}
.skill-item:hover {
border-color: var(--accent2);
}
.skill-item h4 {
font-size: 0.9rem;
font-weight: 700;
margin-bottom: 0.4rem;
}
.skill-item p {
font-size: 0.82rem;
color: var(--muted);
line-height: 1.6;
}
/* ─── STEPS ─── */
.steps {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 2rem;
counter-reset: steps;
}
.step {
position: relative;
padding: 2rem;
background: var(--surface);
border: 1px solid var(--border);
border-radius: 12px;
counter-increment: steps;
}
.step::before {
content: "0" counter(steps);
font-family: 'Space Mono', monospace;
font-size: 3rem;
font-weight: 700;
color: var(--border);
display: block;
margin-bottom: 0.8rem;
line-height: 1;
}
.step h3 {
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.step p {
font-size: 0.88rem;
color: var(--muted);
line-height: 1.65;
}
/* ─── CERTS ─── */
.certs {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.cert-chip {
display: flex;
align-items: center;
gap: 0.5rem;
background: var(--surface2);
border: 1px solid var(--border);
border-radius: 8px;
padding: 0.6rem 1.1rem;
font-size: 0.85rem;
font-weight: 600;
}
.cert-chip .dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--accent);
box-shadow: 0 0 6px var(--accent);
}
/* ─── CTA BANNER ─── */
.cta-banner {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 16px;
padding: 4rem 3rem;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-banner::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 50% 0%, rgba(255, 140, 0, 0.05) 0%, transparent 70%);
pointer-events: none;
}
.cta-banner h2 {
margin-bottom: 0.8rem;
}
.cta-banner p {
color: var(--muted);
margin-bottom: 2rem;
font-size: 1rem;
}
/* ─── FOOTER ─── */
footer {
border-top: 1px solid var(--border);
padding: 3rem 2.5rem;
max-width: 1100px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 2rem;
}
.footer-brand p {
font-size: 0.85rem;
color: var(--muted);
margin-top: 0.6rem;
line-height: 1.65;
max-width: 260px;
}
footer h5 {
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--muted);
margin-bottom: 1rem;
}
footer ul {
list-style: none;
}
footer ul li {
margin-bottom: 0.6rem;
}
footer ul a {
color: var(--text);
text-decoration: none;
font-size: 0.88rem;
transition: color 0.2s;
}
footer ul a:hover {
color: var(--accent);
}
.footer-copy {
border-top: 1px solid var(--border);
padding: 1.5rem 2.5rem;
text-align: center;
font-size: 0.8rem;
color: var(--muted);
max-width: 1100px;
margin: 0 auto;
}
/* ─── DIVIDER ─── */
.divider {
width: 100%;
height: 1px;
background: linear-gradient(90deg, transparent, var(--border), transparent);
margin: 0;
}
/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* ─── RESPONSIVE ─── */
@media (max-width: 700px) {
.nav-links {
display: none;
}
.hero-stats {
gap: 1.5rem;
}
footer {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- NAV -->
<nav>
<a class="nav-logo" href="#home">
<svg class="animated-logo icon" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="logo-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="var(--accent)" />
<stop offset="100%" stop-color="var(--accent)" />
</linearGradient>
</defs>
<polygon class="logo-hex" points="50,5 89,27.5 89,72.5 50,95 11,72.5 11,27.5" fill="none"
stroke="url(#logo-grad)" stroke-width="6" />
<polyline class="logo-m" points="26,68 26,35 50,55 74,35 74,68" fill="none" stroke="url(#logo-grad)"
stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span>MTechWare</span>
</a>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
<li class="nav-divider"></li>
<li><a href="app.html">Toolkit</a></li>
<li><a href="mvault.html">MVault</a></li>
</ul>
</nav>
<!-- HERO -->
<section id="home" style="max-width:100%;padding-left:2rem;padding-right:2rem;">
<div class="hero-glow"></div>
<div class="hero-badge">Aspiring IT Professional</div>
<h1>Hi, I'm <span class="accent">Max</span></h1>
<p class="hero-sub">
Developing skills in technical support and troubleshooting through dedicated study.
Eager to apply knowledge in hardware, software, and network administration.
</p>
<div class="hero-btns">
<a href="#contact" class="btn btn-primary">Get In Touch</a>
<a href="#projects" class="btn btn-outline">View Projects</a>
</div>
<div class="hero-stats">
<div class="stat">
<span class="stat-num">99%</span>
<span class="stat-label">Yearly Uptime</span>
</div>
<div class="stat">
<span class="stat-num">CIT</span>
<span class="stat-label">Student</span>
</div>
<div class="stat">
<span class="stat-num">24/7</span>
<span class="stat-label">Learning Mindset</span>
</div>
</div>
</section>
<div class="divider"></div>
<!-- SKILLS -->
<section id="skills">
<p class="section-tag">Competencies</p>
<h2>Skills Overview</h2>
<p class="section-sub">Key technical competencies I am actively developing and applying.</p>
<div class="skills-grid">
<div class="skill-item">
<h4>🔧 Technical Support</h4>
<p>Diagnosing hardware/software issues, providing remote assistance, and managing tickets.</p>
</div>
<div class="skill-item">
<h4>🖥️ Operating Systems</h4>
<p>Windows installation, configuration, troubleshooting, and user account management.</p>
</div>
<div class="skill-item">
<h4>🛡️ Help Desk Support</h4>
<p>User support, escalation workflows, documentation, and clear technical communication.</p>
</div>
<div class="skill-item">
<h4>🌐 AI & Automation</h4>
<p>AI fundamentals and building intelligent tools for IT support.</p>
</div>
</div>
</section>
<div class="divider"></div>
<!-- EDUCATION -->
<section id="education">
<p class="section-tag">Academic Path</p>
<h2>Training & Education</h2>
<p class="section-sub">Exploring a focused path in Information Technology and Computer Support.</p>
<div class="cards" style="margin-bottom:2.5rem;">
<div class="card">
<div class="card-icon">🏫</div>
<h3>Community College</h3>
<p>CIT Computer Support Program focusing on technical support fundamentals and network administration.</p>
</div>
<div class="card">
<div class="card-icon">🎯</div>
<h3>Technical Skills Focus</h3>
<p>Specializing in Help Desk Support, System Administration, IT Infrastructure, and User Support.</p>
</div>
<div class="card">
<div class="card-icon">📜</div>
<h3>Certifications</h3>
<p>Pursuing TestOut PC Pro, Hybrid Server Pro, and IT Help Desk Fundamentals certifications.</p>
</div>
</div>
<p class="section-tag" style="margin-top:1rem;">Certifications Pursuing</p>
<div class="certs">
<div class="cert-chip"><span class="dot"></span>TestOut PC Pro</div>
<div class="cert-chip"><span class="dot"></span>TestOut Hybrid Server</div>
<div class="cert-chip"><span class="dot"></span>Cisco - CCNA</div>
</div>
</section>
<div class="divider"></div>
<!-- PROJECTS -->
<section id="projects">
<p class="section-tag">Portfolio</p>
<h2>Project Archive</h2>
<p class="section-sub">Personal projects and learning experiences that demonstrate my growing skill set.</p>
<div class="cards">
<div class="card">
<span class="card-badge badge-live">Live</span>
<div class="card-icon">🛠️</div>
<h3>MTech Toolkit</h3>
<p>Advanced Windows system management utility with a web interface for streamlined system operations and
monitoring.</p>
<br />
<a href="app.html" class="btn btn-primary" style="font-size:0.82rem;padding:0.5rem 1.1rem;">Get
App →</a>
</div>
<div class="card">
<span class="card-badge badge-live">Live</span>
<div class="card-icon">🔒</div>
<h3>MVault</h3>
<p>A secure, local password manager built with React, TypeScript, and Tauri (Rust) for Windows systems.</p>
<br />
<a href="mvault.html" class="btn btn-primary" style="font-size:0.82rem;padding:0.5rem 1.1rem;">Get
App →</a>
</div>
<div class="card">
<span class="card-badge badge-archived">Archived</span>
<div class="card-icon">🐍</div>
<h3>WinPY</h3>
<p>Python-based Windows utility. Archived and read-only — an early project demonstrating foundational scripting
skills.</p>
<br />
<a href="https://github.com/MTechWare/wintools_python_util" class="btn btn-outline"
style="font-size:0.82rem;padding:0.5rem 1.1rem;" target="_blank">View Project →</a>
</div>
</div>
</section>
<div class="divider"></div>
<!-- HOW IT WORKS -->
<section id="how">
<p class="section-tag">How I Work</p>
<h2>Simple Steps, Real Solutions</h2>
<p class="section-sub">My approach to IT support and problem-solving — clear, effective, and user-first.</p>
<div class="steps">
<div class="step">
<h3>Identify the Problem</h3>
<p>Gather information, reproduce the issue, and isolate the root cause using structured diagnostic techniques.
</p>
</div>
<div class="step">
<h3>Research & Plan</h3>
<p>Consult documentation, apply known fixes, and design a resolution strategy with minimal disruption.</p>
</div>
<div class="step">
<h3>Resolve & Document</h3>
<p>Implement the fix, verify the solution, and document everything for future reference and knowledge sharing.
</p>
</div>
</div>
</section>
<div class="divider"></div>
<!-- CTA -->
<section id="contact" style="padding-bottom:2rem;">
<div class="cta-banner">
<p class="section-tag">Would you like to see more?</p>
<h2>Ready to join the community?</h2>
<p>Join our discord community to get the latest updates and releases.</p>
<a href="https://discord.gg/GSTEfkxhmD" class="btn btn-primary" style="font-size:1rem;padding:0.85rem 2rem;">Join
the
Community</a>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-brand">
<a class="nav-logo" href="#home"
style="text-decoration:none;display:inline-flex;align-items:center;gap:0.6rem;color:var(--text);">
<svg class="animated-logo icon" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="logo-grad-footer" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="var(--accent)" />
<stop offset="100%" stop-color="#ffb347" />
</linearGradient>
</defs>
<polygon class="logo-hex" points="50,5 89,27.5 89,72.5 50,95 11,72.5 11,27.5" fill="none"
stroke="url(#logo-grad-footer)" stroke-width="6" />
<polyline class="logo-m" points="26,68 26,35 50,55 74,35 74,68" fill="none" stroke="url(#logo-grad-footer)"
stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span style="font-family:'Space Mono',monospace;font-weight:700;color:var(--accent);">MTechWare</span>
</a>
<p>IT professional in training — building skills in support, infrastructure, and system administration.</p>
</div>
<div>
<h5>Quick Links</h5>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
</ul>
</div>
<div>
<h5>Resources</h5>
<ul>
<li><a href="app.html">MTech Toolkit</a></li>
<li><a href="index.html">Portfolio Site</a></li>
</ul>
</div>
</footer>
<div class="footer-copy">© 2026 MTechWare · All rights reserved.</div>
</body>
</html>