-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
797 lines (698 loc) · 22.8 KB
/
index.html
File metadata and controls
797 lines (698 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevForge IT | Managed IT & Cybersecurity Services</title>
<meta
name="description"
content="DevForge IT supports small businesses, solo professionals, and creators who need practical IT, security, and web help without an in‑house tech team — from Central Florida down to the Treasure Coast and remote"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DevForge IT",
"url": "https://www.devforg.it.com",
"contactPoint": [{
"@type": "ContactPoint",
"email": "devforge.cloudportal@gmail.com",
"contactType": "customer support"
}]
}
</script>
<!-- Open Graph Protocol meta tags for LinkedIn sharing -->
<meta property="og:title" content="DevForge IT — Managed IT & Cybersecurity Services" />
<meta property="og:description" content="DevForge IT provides managed IT support, cybersecurity tune-ups, and web solutions for small businesses and creators across Central Florida down to the Treasure Coast and remote." />
<meta property="og:url" content="https://www.devforg.it.com" />
<meta property="og:image" content="https://www.devforg.it.com/preview.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="DevForge IT" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<style>
/* Light + dark global backgrounds */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-image: url("assets/bg-light-circuits.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
color: #333;
}
body.dark-mode {
background-image: url("assets/bg-dark-circuits.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
color: #e5e7eb;
}
/* Main content panel for readability */
main.container {
background: rgba(255, 255, 255, 0.88);
border-radius: 16px;
padding: 2.5rem 2rem;
margin-top: 2rem;
}
body.dark-mode main.container {
background: rgba(15, 23, 42, 0.9);
}
/* === HERO HEADER LAYOUT (logo + nav) === */
.hero-header {
position: relative;
height: 260px;
background-image: url("assets/devforge-hero.jpg");
background-size: cover;
background-position: center;
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding-top: 180px; /* same as index */
padding-left: 520px; /* same as index */
margin-bottom: 0;
}
.hero-nav {
display: flex;
align-items: center;
gap: 48px;
}
.hero-nav a {
color: #fff;
text-decoration: none;
font-weight: 600;
}
/* SECOND HERO BAND WITH OWNER + ICONS */
.owner-hero {
position: relative;
height: 240px;
background-image: url("assets/devforge-owner-hero.jpg");
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
padding: 0 2rem;
margin-bottom: 2.5rem;
}
.owner-links.hero-inner {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 1200px;
color: #e6f7ff;
}
.owner-text h1 {
font-size: 2.4rem;
margin-bottom: 0.5rem;
color: #e6f7ff;
}
.owner-text p {
font-size: 1rem;
max-width: 600px;
color: #e6f7ff;
}
.hero-right {
display: flex;
gap: 1.5rem;
}
.hero-icon {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.35rem;
}
.hero-symbol {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.6);
color: #e6f7ff;
font-weight: 700;
font-size: 1rem;
}
.hero-icon a {
text-decoration: none;
}
.hero-label {
font-size: 0.85rem;
color: #e6f7ff;
}
/* Nav + toggle shared */
nav {
margin-bottom: 0;
display: flex;
gap: 2rem;
align-items: center;
}
nav a {
margin: 0;
color: #fff;
font-weight: 600;
text-decoration: none;
font-size: 1.2rem;
padding: 0.5rem 1rem;
transition: background 0.2s;
border-radius: 7px;
}
nav a:hover {
background: rgba(255, 255, 255, 0.15);
color: #ffe0b2;
}
.mode-toggle {
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
background: rgba(255, 255, 255, 0.15);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.2s, transform 0.2s;
color: #fff;
font-size: 1.2rem;
}
.mode-toggle:hover {
background: rgba(255, 255, 255, 0.25);
transform: translateY(-1px);
}
body.dark-mode .mode-toggle {
background: rgba(0, 0, 0, 0.4);
}
/* Section layout */
section {
margin-bottom: 3rem;
padding: 0 1rem;
}
.section-title {
font-weight: 700;
font-size: 2rem;
margin-bottom: 1rem;
color: #0d6efd;
border-bottom: 3px solid #6610f2;
padding-bottom: 0.3rem;
max-width: fit-content;
}
.about-img {
width: 100px;
border-radius: 10px;
margin: 0.75rem 0 1.5rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
display: block;
}
.btn-custom {
background: #6610f2;
color: #ffffff;
padding: 0.75rem 1.5rem;
text-decoration: none;
border-radius: 7px;
font-weight: 600;
display: inline-block;
margin-top: 0.75rem;
}
.btn-custom:hover {
background: #0d6efd;
color: #fff;
text-decoration: none;
}
footer {
padding: 2rem 0;
text-align: center;
color: #666;
background: #f8f9fa;
margin-top: 3rem;
border-top: 1px solid #e3e3e3;
font-size: 1rem;
}
footer a {
color: #6610f2;
text-decoration: underline;
}
footer a:hover {
color: #0d6efd;
}
/* Dark-mode tweaks for content and footer */
body.dark-mode footer {
background: #181c21;
color: #aaa;
border-top: 1px solid #282c34;
}
.badge-dark {
display: none;
}
body.dark-mode .badge-light {
display: none;
}
body.dark-mode .badge-dark {
display: block;
}
/* About section overlay */
.about-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 1.5rem auto;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.about-bg {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.about-overlay {
position: absolute;
inset: 8%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1rem;
color: #ffffff;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
background: rgba(0, 0, 0, 0.4); /* only change: 0.3 -> 0.4 */
padding: 2rem;
border-radius: 10px;
}
@media (max-width: 768px) {
.about-bg {
height: 360px; /* slightly shorter on phones */
}
.about-overlay {
inset: 6%;
padding: 1.25rem;
}
.about-quote {
font-size: 1rem;
}
.about-body {
font-size: 0.9rem;
line-height: 1.4;
}
}
body.dark-mode .about-overlay {
color: #f9fafb;
text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
/* Footer logo size */
#mode-logo {
height: 64px;
border-radius: 10px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
display: block;
margin: 0 auto 0.75rem auto;
}
/* Desktop default: hide mobile nav */
.mobile-nav {
display: none;
}
@media (max-width: 768px) {
/* Hide hero overlay nav */
.desktop-nav {
display: none;
}
/* Show bar nav with toggle next to Contact */
.mobile-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.3rem;
background: rgba(0, 0, 0, 0.85);
padding: 0.3rem .6rem;
width: 100%;
margin-bottom: 0.75rem;
}
.mobile-nav a {
color: #fff;
font-weight: 600;
text-decoration: none;
margin: 0 0.15rem;
font-size: 0.85rem;
white-space: nowrap;
}
.mobile-nav a:hover {
text-decoration: underline;
}
.mobile-nav .mode-toggle {
margin-left: 0.4rem;
}
/* Slightly shorter hero image on phones */
.hero-header {
height: 200px;
padding: 0 0.5rem;
align-items: center;
justify-content: center;
}
.owner-links.hero-inner {
flex-direction: column;
align-items: flex-start;
gap: 1.25rem;
}
.hero-right {
width: 100%;
justify-content: flex-start;
}
.about-overlay {
position: static;
margin-top: -4px;
padding: 1.25rem;
border-radius: 0;
}
.about-quote {
font-size: 1rem;
}
.about-body {
font-size: 0.9rem;
line-height: 1.5;
}
.about-container {
margin: 1rem 0 1.5rem 0;
border-radius: 0;
}
}
@media (min-width: 992px) {
.about-bg {
height: 580px;
object-fit: cover;
}
}
/* Blog post list layout (applies on all screen sizes) */
.post-list {
display: grid;
grid-template-columns: 1fr;
gap: 1.25rem;
}
@media (min-width: 800px) {
.post-list {
grid-template-columns: 1fr 1fr;
}
}
.post-card {
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 1.25rem;
}
body.dark-mode .post-card {
background: rgba(15, 23, 42, 0.9);
}
.post-card h2 {
margin-bottom: 0.25rem;
}
.post-card time {
opacity: 0.8;
font-size: 0.95rem;
}
</style>
</head>
<body>
<!-- FIRST HERO IMAGE (desktop-only nav inside) -->
<header class="hero-header">
<nav class="hero-nav desktop-nav">
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="experience.html">Experience</a>
<a href="projects.html">Client Stories</a>
<a href="index.html#contact">Contact</a>
<button id="mode-toggle-desktop" class="mode-toggle theme-toggle" aria-label="Toggle light and dark mode">
<span class="icon">☀️</span>
</button>
</nav>
</header>
<!-- MOBILE NAV BAR (appears only on small screens) -->
<nav class="mobile-nav">
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="experience.html">Experience</a>
<a href="projects.html">Client Stories</a>
<a href="index.html#contact">Contact</a>
<button id="mode-toggle-mobile" class="mode-toggle theme-toggle" aria-label="Toggle light and dark mode">
<span class="icon">☀️</span>
</button>
</nav>
<!-- SECOND HERO BAND WITH OWNER GRAPHIC + ICONS -->
<section class="owner-hero">
<div class="owner-links hero-inner">
<div class="owner-text">
<h1>DevForge IT / Services</h1>
<p>Managed IT, cybersecurity, and web solutions for small teams across Central Florida down to the Treasure Coast and remote clients.</p>
</div>
<div class="hero-right">
<div class="hero-icon">
<a href="https://www.linkedin.com/in/erik-j-v" target="_blank" rel="noopener noreferrer">
<span class="hero-symbol">in</span>
</a>
<span class="hero-label">LinkedIn</span>
</div>
<div class="hero-icon">
<a href="https://github.com/equicktruth-ctrl" target="_blank" rel="noopener noreferrer">
<span class="hero-symbol">{ }</span>
</a>
<span class="hero-label">GitHub</span>
</div>
<div class="hero-icon">
<a href="mailto:hello@devforge.it.com">
<span class="hero-symbol">@</span>
</a>
<span class="hero-label">Contact</span>
</div>
</div>
</div>
</section>
<main class="container">
<section id="who-we-help">
<div class="section-title">Who DevForge IT is for</div>
<p>
DevForge IT supports small businesses, solo professionals, and creators who need practical IT, security, and web help without an in‑house tech team — from Central Florida to the Treasure Coast and remote clients.
</p>
</section>
<section id="about">
<div class="section-title">About DevForge IT</div>
<div class="about-container">
<img src="assets/about-sunset.jpg"
alt="Sunset over open field" class="about-bg" />
<div class="about-overlay">
<p class="about-quote">
DevForge IT is built on the idea that reliable systems and security should feel simple, not stressful.
</p>
<p class="about-body">
DevForge IT is a two‑person team combining operations, web development, and cybersecurity experience to support small
businesses, creators, and remote teams. We design, secure, and maintain the tools people actually use every day —
from laptops and cloud apps to websites and workflows.
</p>
<p class="about-body">
<strong>Where we work:</strong>
We primarily serve Central Florida — from Tampa Bay to Orlando and both coasts down to the Treasure Coast and remote — while also partnering with fully remote
clients who need dependable, easy‑to‑reach IT support.
</p>
<p class="about-body">
<strong>Who we are:</strong>
Erik focuses on IT operations, support, and digital workflows, while Dammie focuses on
cybersecurity engineering, threat protection, and secure system design. Together, we cover both
day‑to‑day reliability and long‑term security for your technology.
</p>
<p class="about-body">
<strong>What we do:</strong>
Managed IT support, cybersecurity hardening, web and cloud setup, automation, and practical “done-with-you” guidance
for teams that want modern tools without enterprise complexity.
</p>
</div>
</div>
<section id="team-links">
<div class="section-title">Connect with the Team</div>
<p>
<strong>Erik:</strong>
<a href="https://www.linkedin.com/in/erik-j-v" target="_blank" rel="noopener noreferrer">LinkedIn</a> ·
<a href="https://github.com/equicktruth-ctrl" target="_blank" rel="noopener noreferrer">GitHub</a>
</p>
<p>
<strong>Dammie:</strong>
<a href="https://www.linkedin.com/in/dammie-ajewole-935088280/" target="_blank" rel="noopener noreferrer">LinkedIn</a> ·
<a href="https://github.com/Secmode" target="_blank" rel="noopener noreferrer">GitHub</a>
</p>
</section>
</section>
<section id="services">
<div class="section-title">Services</div>
<p>
DevForge IT helps small businesses and creators keep their technology fast, secure, and easy to use,
from Central Florida to the Treasure Coast and remote.
</p>
<ul>
<li>
<strong>Managed IT Support:</strong>
Ongoing help with devices, updates, troubleshooting, and everyday “my tech is broken” problems so your work doesn’t stop.
</li>
<li>
<strong>Cybersecurity Tune‑Ups:</strong>
Practical security checks, hardening, and best‑practice setups to reduce risk from phishing, weak passwords, and unpatched systems.
</li>
<li>
<strong>Small Business Websites:</strong>
Clean, fast sites that make you look professional and are easy to update, built for service businesses and creators.
</li>
<li>
<strong>Cloud Setup & Automation:</strong>
Organizing tools like Microsoft 365 and other SaaS apps, plus light scripts and automations to cut manual, repetitive work.
</li>
</ul>
</section>
<section id="brand-statement">
<div class="section-title">Why DevForge IT</div>
<p>
DevForge IT works like a small, embedded tech team for our clients. We keep your systems simple,
secure, and documented so you always know what you have, how it works, and who to call when
something breaks.
</p>
<p>
We start by listening to how you actually work today, then recommend lightweight changes that make
a noticeable difference without overwhelming your team. Most support happens remotely across
Central Florida to the Treasure Coast and beyond, with clear communication, plain language, and a focus on preventing
problems before they turn into emergencies.
</p>
<p>
When you do need help, you get direct access to the same two people every time — one focused on IT
operations and support, the other on cybersecurity and protection — so you are not bounced around
a big anonymous help desk.
</p>
<a href="experience.html" class="btn-custom">View Full Experience</a>
</section>
<section id="contact">
<div class="section-title">Contact</div>
<p>Email: <a href="mailto:hello@devforge.it.com">hello@devforge.it.com</a></p>
<p>LinkedIn:
<a href="https://www.linkedin.com/in/erik-j-v"
target="_blank" rel="noopener noreferrer">
Connect with Erik on LinkedIn
</a>
</p>
<a href="mailto:hello@devforge.it.com" class="btn-custom">
Email DevForge IT
</a>
<a href="https://www.linkedin.com/in/erik-j-v"
target="_blank" rel="noopener noreferrer"
class="btn-custom">
Message on LinkedIn
</a>
<form action="mailto:hello@devforge.it.com"
method="POST" enctype="text/plain">
<p>
<label>Your Name<br />
<input type="text" name="name" required />
</label>
</p>
<p>
<label>Your Email<br />
<input type="email" name="email" required />
</label>
</p>
<p>
<label>Your Message<br />
<textarea name="message" required></textarea>
</label>
</p>
<p>
<button type="submit">Send Message</button>
</p>
</form>
</section>
<section id="next-steps">
<div class="section-title">Next Steps</div>
<div style="margin-top: 1rem;">
<a href="services.html" class="btn-custom">View Services →</a>
<a href="experience.html" class="btn-custom">View Experience →</a>
</div>
</section>
<section id="client-questions" style="margin: 20px;">
<div class="section-title">Client Questions</div>
<p>
Have a quick question about your IT, security, or website? Send us a short note and we’ll reply
with a practical next step — no heavy sales pitch.
</p>
<ul>
<li>Not sure if you need managed IT or just occasional help.</li>
<li>Wondering if your current setup is “secure enough.”</li>
<li>Thinking about a new website or tool but don’t know where to start.</li>
</ul>
<a href="mailto:hello@devforge.it.com" class="btn-custom">
Email a Question to DevForge IT
</a>
</section>
<section>
<div class="section-title">Blog</div>
<div class="post-list">
<article class="post-card">
<h2><a href="blog/post1.html">5 Simple Security Wins for Small Teams</a></h2>
<p><time datetime="2025-12-11">December 11, 2025</time></p>
<p>A few changes to passwords, updates, and backups that dramatically reduce risk for small businesses.</p>
<a class="btn-custom" href="blog/post1.html">Read more →</a>
</article>
<article class="post-card">
<h2><a href="blog/post2.html">What MSP Onboarding Looks Like</a></h2>
<p><time datetime="2025-12-15">December 15, 2025</time></p>
<p>Exactly what happens in week 1–2 when DevForge IT takes over support and security.</p>
<a class="btn-custom" href="blog/post2.html">Read more →</a>
</article>
<article class="post-card">
<h2><a href="blog/post3.html">Website Checkup For Non‑Tech Teams</a></h2>
<p><time datetime="2025-12-20">December 20, 2025</time></p>
<p>A lightweight checklist for speed, security, and clarity so your site converts better.</p>
<a class="btn-custom" href="blog/post3.html">Read more →</a>
</article>
</div>
</section>
</main>
<footer>
<img id="mode-logo" src="assets/logo_lightmode_onheader.png" alt="DevForge IT logo" />
<div>
Built with HTML, CSS & JavaScript in VS Code • Deployed from GitHub to our live DevForge IT site
</div>
</footer>
<!-- Light/Dark Mode toggle with sun/moon icon for all theme-toggle buttons -->
<script>
document.addEventListener('DOMContentLoaded', function () {
const toggleButtons = document.querySelectorAll('.theme-toggle');
const body = document.body;
const logo = document.getElementById('mode-logo');
function updateLogo() {
if (!logo) return;
if (body.classList.contains('dark-mode')) {
logo.src = 'assets/logo_darkmode_onheader.png';
} else {
logo.src = 'assets/logo_lightmode_onheader.png';
}
}
function updateIcons() {
toggleButtons.forEach(btn => {
const iconSpan = btn.querySelector('.icon');
if (!iconSpan) return;
iconSpan.textContent = body.classList.contains('dark-mode') ? '🌙' : '☀️';
});
}
// Apply saved theme
if (localStorage.getItem('theme') === 'dark') {
body.classList.add('dark-mode');
}
updateLogo();
updateIcons();
// Attach click handler to all toggle buttons
toggleButtons.forEach(btn => {
btn.addEventListener('click', function () {
body.classList.toggle('dark-mode');
localStorage.setItem(
'theme',
body.classList.contains('dark-mode') ? 'dark' : 'light'
);
updateLogo();
updateIcons();
});
});
});
</script>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
</body>
</html>