-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
635 lines (556 loc) · 17.6 KB
/
experience.html
File metadata and controls
635 lines (556 loc) · 17.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>DevForge IT | Managed IT & Cybersecurity Services</title>
<meta name="description" content="DevForge IT provides managed IT support, cybersecurity, and web solutions for small businesses, solo professionals, and creators from Central Florida to the Treasure Coast and remote clients." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DevForge IT",
"url": "https://www.devforg.it.com",
"contactPoint": [{
"@type": "ContactPoint",
"email": "hello@devforge.it.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/experience.html" />
<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" />
<link rel="stylesheet" href="styles.css" />
<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) — copied from index.html */
.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 container — keep if you use an overlay on this page */
.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.3);
padding: 2rem;
border-radius: 10px;
}
.about-quote {
font-size: 1.1rem;
font-weight: 700;
font-style: italic;
margin: 0;
max-width: 100%;
}
.about-body {
font-size: 0.95rem;
line-height: 1.6;
margin: 0;
max-width: 100%;
}
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;
}
/* Mobile nav + layout — copied from index.html */
@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; /* tighter spacing */
background: rgba(0, 0, 0, 0.85);
padding: 0.3rem 0.6rem; /* smaller padding */
width: 100%;
margin-bottom: 0.75rem;
}
.mobile-nav a {
color: #fff;
font-weight: 600;
text-decoration: none;
margin: 0 0.15rem; /* was 0.25rem */
font-size: 0.85rem; /* was 1rem */
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;
}
}
</style>
</head>
<body>
<!-- FIRST HERO IMAGE WITH DESKTOP NAV -->
<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" class="active">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" class="active">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 / Experience</h1>
<p>Hands-on IT operations, cybersecurity, and web work for small businesses, educators, and remote teams.</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="overview">
<div class="section-title">Experience Overview</div>
<p>
DevForge IT combines hands-on IT operations, cybersecurity, and web development work
across small businesses, education, and remote teams.
</p>
</section>
<!-- Erik Education block here -->
<section id="education">
<div class="section-title">Education</div>
<p>
Erik — Bachelor of Science in Computer/Information Technology Management & Cybersecurity,
Indian River State College (GPA 3.7, Honors).
</p>
</section>
<section id="experience-photo" style="max-width: 900px; margin: 1.5rem auto 2rem; padding: 0 20px; text-align:center;">
<img src="assets/experience-office.jpg"
alt="DevForge IT workspace with systems and dashboards"
style="width:100%; max-width:620px; border-radius:12px; box-shadow:0 10px 25px rgba(0,0,0,0.35);" />
</section>
<section id="team">
<div class="section-title">Who We Are</div>
<p>
DevForge IT is a two-person team. Erik focuses on IT operations, end-user support, and web workflows.
Dammie leads security as a SOC-style analyst with cybersecurity certifications, handling
monitoring, incident detection and response, and hardening the tools your team uses every day.
</p>
<p>
Together we’ve supported small businesses, education environments, and remote teams that need
reliable systems without hiring a full in-house IT and security department.
</p>
</section>
<!-- Dammie Security Lead block here -->
<section id="security-lead">
<div class="section-title">Security Lead</div>
<p>
Dammie — Certified Cyber Defender (400‑hour program, University of Central Florida) and
Junior Cybersecurity Analyst (Cisco Networking Academy), focused on blue‑team operations.
</p>
<p>
Core skills: security risk and vulnerability management, SIEM monitoring and log analysis (ELK, Splunk),
incident detection and response including phishing investigations and threat hunting, network security implementation,
and systems monitoring aligned with NIST-style best practices.
</p>
</section>
<section id="roles">
<div class="section-title">Roles & Focus Areas</div>
<ul>
<li><strong>Technical Operations & Support:</strong> Troubleshooting devices, Wi‑Fi, SaaS logins, and day‑to‑day user issues for remote and on‑site teams.</li>
<li><strong>Cybersecurity & Protection:</strong> Implementing MFA, password managers, backups, and basic security policies that match small-business risk and budget.</li>
<li><strong>Web & Cloud Workflows:</strong> Building and maintaining sites, automations, and cloud tools that support everyday operations.</li>
</ul>
</section>
<section id="tools">
<div class="section-title">Tools & Platforms</div>
<p>
Experience with Microsoft 365 and Teams, Azure and Azure AI, SAP ABAP fundamentals, GitHub,
Netlify, Webflow, and modern HTML/CSS/JavaScript workflows, plus CI/CD pipelines and the
ticketing and collaboration tools used by remote teams.
</p>
</section>
<section id="certifications">
<div class="section-title">Selected Certifications</div>
<p>
Erik — SAP ABAP Platform Fundamentals, Microsoft Azure AI Fundamentals (AI‑900),
IBM AI and Big Data Foundations, plus applied training in Python, data annotation,
and modern web tools (Figma, Webflow, GitHub).
</p>
<p>
Dammie — Microsoft Certified: Azure Fundamentals and specialized training in identity
and access management and SOC operations.
</p>
<p>
Full certification lists for both are available on LinkedIn.
</p>
<a href="services.html" class="btn-custom">See Services Powered by This →</a>
</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>
<script>
// Light/Dark Mode toggle with sun/moon icon for all theme-toggle buttons
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') ? '🌙' : '☀️';
});
}
if (localStorage.getItem('theme') === 'dark') {
body.classList.add('dark-mode');
}
updateLogo();
updateIcons();
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>