-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout-Huffles.html
More file actions
86 lines (72 loc) · 3.15 KB
/
Copy pathAbout-Huffles.html
File metadata and controls
86 lines (72 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Huffle's IT Services</title>
<style>
body {
background-color: #0A0A0A;
color: #FFFFFF;
font-family: 'Segoe UI', sans-serif;
padding: 40px 20px;
text-align: center;
}
h1, h2 {
color: #0F52BA;
margin-bottom: 20px;
}
.section {
margin-bottom: 60px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
p {
line-height: 1.6;
font-size: 1.1em;
margin-bottom: 20px;
}
.highlight {
color: #FFD700;
font-weight: bold;
}
footer {
margin-top: 60px;
font-size: 0.9em;
color: #FFFFFF;
}
.back-button {
display: inline-block;
margin-top: 20px;
padding: 12px 24px;
background-color: #0F52BA;
color: #FFFFFF;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
}
.back-button:hover {
background-color: #FFFFFF;
color: #0F52BA;
}
</style>
</head>
<body>
<h1>About Huffle's IT Services</h1>
<div class="section">
<p>Founded by <span class="highlight">Christopher Lagasse</span>, Huffle's IT Services is a disabled veteran-owned IT support company built on southern grit, porch wisdom, and repeatable comfort. Every overlay, every command, and every QR code is designed to make technology feel safe, accessible, and emotionally clear.</p>
<p>Christopher is <span class="highlight">A+</span> and <span class="highlight">Security+</span> certified, with <span class="highlight">Network+</span> and <span class="highlight">CySA+</span> in progress. His expertise spans layered security, adaptive overlays, and beginner-friendly troubleshooting that speaks plain. Whether you're a client, a student, or just passing through, this is your place.</p>
<p>We specialize in <span class="highlight">comfort-coded overlays</span> — modular reference systems built for clarity, inclusion, and emotional resonance. Our phased rollout strategy ensures every page is branded, protected, and scan-ready. Compatibility tags, QR logic, and filter systems help clients and students find exactly what fits their workflow.</p>
<p>Our branding is rooted in loyalty, transparency, and southern hospitality. We use <span class="highlight">yellow, black, and earth tones</span> to signal warmth and reliability. Our logo and layouts are designed to feel familiar, not flashy — because trust starts with comfort.</p>
<p>Technology isn’t just about specs and scripts. It’s about making people feel <span class="highlight">safe, seen, and supported</span>. That’s why we build overlays with heart — and why every page you visit is part of something bigger than tech.</p>
<p><a href="https://www.credly.com/users/chris-lagasse" target="_blank" class="back-button">View Certifications on Credly</a></p>
</div>
<footer>
<p>© 2025 Huffle's IT Services LLC — All rights reserved.</p>
<p>
<a class="back-button" href="index.html">🖥️ Back to Home</a>
</p>
</footer>
</body>
</html>