-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
182 lines (167 loc) · 12.2 KB
/
about.html
File metadata and controls
182 lines (167 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About - Lafontaine Security</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=Syne:wght@400;600;700;800&family=IBM+Plex+Mono:wght@300;400;500&family=Inter:wght@300;400;500&display=swap" rel="stylesheet" />
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #080C10; --surface: #0D1117; --border: #1C2330;
--accent: #00D4FF; --green: #00FF94; --muted: #4A5568;
--text: #E2E8F0; --dim: #8892A4;
--fh: 'Syne', 'Arial Black', sans-serif;
--fm: 'IBM Plex Mono', 'Courier New', monospace;
--fb: 'Inter', 'Helvetica Neue', sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--fb); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::after { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(0,212,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0,212,255,0.025) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; z-index: 0; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 4rem; background: rgba(8,12,16,0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.logo { font-family: var(--fh); font-weight: 800; font-size: 1.1rem; letter-spacing: -0.02em; color: var(--text); text-decoration: none; }
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-family: var(--fm); font-size: 0.75rem; color: var(--dim); text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-btn { font-family: var(--fm); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); padding: 0.5rem 1.25rem; text-decoration: none; transition: background .2s, color .2s; }
.nav-btn:hover { background: var(--accent); color: var(--bg); }
main { position: relative; z-index: 1; padding: 9rem 4rem 6rem; max-width: 1000px; margin: 0 auto; }
.tag-line { font-family: var(--fm); font-size: 0.72rem; color: var(--accent); letter-spacing: 0.15em; text-transform: uppercase; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.tag-line::before { content: ''; width: 1.5rem; height: 1px; background: var(--accent); }
h1 { font-family: var(--fh); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 2.5rem; }
.about-grid { display: grid; grid-template-columns: 1fr 320px; gap: 4rem; align-items: start; margin-bottom: 4rem; }
.about-body p { color: var(--dim); line-height: 1.85; margin-bottom: 1.1rem; font-size: 1rem; }
.about-body p strong { color: var(--text); font-weight: 600; }
.divider { border: none; border-top: 1px solid var(--border); margin: 2rem 0; }
.about-sidebar { position: sticky; top: 7rem; display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { border: 1px solid var(--border); background: var(--surface); padding: 1.5rem; }
.sidebar-title { font-family: var(--fm); font-size: 0.68rem; color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.sidebar-title::before { content: '// '; }
.link-list { display: flex; flex-direction: column; gap: 0.6rem; }
.link-item { font-family: var(--fm); font-size: 0.76rem; color: var(--dim); text-decoration: none; display: flex; align-items: center; gap: 0.5rem; transition: color .2s; }
.link-item::before { content: '->'; color: var(--accent); }
.link-item:hover { color: var(--accent); }
.tech-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.ttag { font-family: var(--fm); font-size: 0.68rem; color: var(--dim); border: 1px solid var(--border); padding: 0.2rem 0.6rem; transition: border-color .2s, color .2s; }
.ttag:hover { border-color: var(--accent); color: var(--accent); }
.credentials { display: flex; flex-direction: column; gap: 0.5rem; }
.cred-item { font-family: var(--fm); font-size: 0.74rem; color: var(--dim); display: flex; gap: 0.5rem; align-items: flex-start; }
.cred-item::before { content: '[*]'; color: var(--green); flex-shrink: 0; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin: 3rem 0; }
.stat-cell { background: var(--surface); padding: 1.5rem; text-align: center; }
.stat-n { font-family: var(--fh); font-size: 2rem; font-weight: 800; color: var(--accent); letter-spacing: -0.02em; }
.stat-l { font-family: var(--fm); font-size: 0.7rem; color: var(--dim); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.25rem; }
.cta-block { background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--accent); padding: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-text h3 { font-family: var(--fh); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.4rem; }
.cta-text p { font-size: 0.9rem; color: var(--dim); }
.btn-fill { font-family: var(--fm); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--accent); color: var(--bg); padding: 0.9rem 2rem; text-decoration: none; font-weight: 500; transition: opacity .2s; display: inline-block; white-space: nowrap; }
.btn-fill:hover { opacity: .85; }
footer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 2.25rem 4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.foot-logo { font-family: var(--fh); font-weight: 800; font-size: 1rem; color: var(--text); }
.foot-logo span { color: var(--accent); }
.foot-copy { font-family: var(--fm); font-size: 0.7rem; color: var(--muted); }
.foot-links { display: flex; gap: 1.5rem; }
.foot-links a { font-family: var(--fm); font-size: 0.72rem; color: var(--muted); text-decoration: none; transition: color .2s; }
.foot-links a:hover { color: var(--accent); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.show { opacity: 1; transform: none; }
@media (max-width: 960px) {
nav { padding: 1rem 1.5rem; } .nav-links { display: none; }
main { padding: 6rem 1.5rem 4rem; }
.about-grid { grid-template-columns: 1fr; }
.about-sidebar { position: static; }
.stats-row { grid-template-columns: 1fr 1fr; }
footer { flex-direction: column; align-items: flex-start; }
}
</style>
</head>
<body>
<nav>
<a href="index.html" class="logo">Lafontaine<span>Sec</span></a>
<ul class="nav-links">
<li><a href="index.html#services">Services</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="case-studies.html">Work</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<a href="index.html#contact" class="nav-btn">Get a Quote</a>
</nav>
<main>
<div class="reveal">
<div class="tag-line">About</div>
<h1>Yeray Lafontaine.<br/>IT and Cloud Security Engineer.</h1>
</div>
<div class="about-grid">
<div class="about-body reveal">
<p>I am an IT and Cloud Security Engineer based in Puerto Rico. <strong>Lafontaine Security LLC</strong> is my independent consulting practice, built to bring real security work to organizations that need it without the overhead of a large firm.</p>
<p>My background is operational. I have served as the sole IT and security owner for a multi-site healthcare organization, responsible for every security domain at once with no team and no escalation path. Real architecture decisions under real constraints. Governance documentation that holds up under audit. Incident response capability built from zero.</p>
<p>I specialize in <strong>Microsoft 365 Business Premium environments</strong> and understand the licensing boundaries that most small and mid-size healthcare organizations actually operate within. I do not recommend enterprise tooling to organizations that cannot afford to run it.</p>
<hr class="divider" />
<p>I am currently pursuing a B.S. in Cybersecurity and Information Assurance at Western Governors University and previously held a U.S. Secret Clearance.</p>
<p>If your organization needs a security program built correctly and not just checked off, I am available for project-based engagements and monthly retainers.</p>
</div>
<div class="about-sidebar">
<div class="sidebar-card reveal">
<div class="sidebar-title">Links</div>
<div class="link-list" id="about-links"></div>
</div>
<div class="sidebar-card reveal">
<div class="sidebar-title">Core Stack</div>
<div class="tech-tags">
<span class="ttag">Entra ID</span>
<span class="ttag">Intune</span>
<span class="ttag">Defender for Business</span>
<span class="ttag">Purview</span>
<span class="ttag">Azure Log Analytics</span>
<span class="ttag">KQL</span>
<span class="ttag">Cisco Meraki</span>
<span class="ttag">Cisco Duo</span>
<span class="ttag">Nessus Essentials</span>
<span class="ttag">Nmap</span>
<span class="ttag">HIPAA</span>
<span class="ttag">NIST CSF</span>
<span class="ttag">CIS Controls</span>
</div>
</div>
</div>
</div>
<div class="stats-row reveal">
<div class="stat-cell"><div class="stat-n">6<span style="color:var(--dim);font-size:1.2rem">+</span></div><div class="stat-l">Sites Secured</div></div>
<div class="stat-cell"><div class="stat-n">16</div><div class="stat-l">Governance Docs</div></div>
<div class="stat-cell"><div class="stat-n">96<span style="color:var(--dim);font-size:1.2rem">%</span></div><div class="stat-l">Secure Score</div></div>
</div>
<div class="cta-block reveal">
<div class="cta-text">
<h3>Let's talk about your environment.</h3>
<p>Project-based engagements and monthly retainers available. Response within one business day.</p>
</div>
<a href="index.html#contact" class="btn-fill">Get in Touch</a>
</div>
</main>
<footer>
<div class="foot-logo">Lafontaine<span>Sec</span></div>
<div class="foot-copy" id="foot-copy"></div>
<div class="foot-links" id="foot-links"></div>
</footer>
<script>
document.getElementById('foot-copy').textContent = '\u00A9 2026 Lafontaine Security LLC \u00B7 Puerto Rico \u00B7 EIN registered';
var e = 'contact' + '@' + 'lafontainesec.dev';
var footLinks = [{ text: e, href: 'mailto:' + e }, { text: 'LinkedIn', href: 'https://www.linkedin.com/in/yeraylafontaine/', target: '_blank' }, { text: '(787) 988-0646', href: 'tel:+17879880646' }];
var fc = document.getElementById('foot-links');
footLinks.forEach(function(l) { var a = document.createElement('a'); a.textContent = l.text; a.href = l.href; if (l.target) a.target = l.target; fc.appendChild(a); });
var aboutLinks = [
{ text: 'LinkedIn Profile', href: 'https://www.linkedin.com/in/yeraylafontaine/', target: '_blank' },
{ text: 'GitHub', href: 'https://github.com/V3ND3D', target: '_blank' },
{ text: 'Notion Portfolio', href: 'https://selective-bracket-dbc.notion.site/yeray-lafontaine-cloud-security-engineer-portfolio', target: '_blank' },
{ text: e, href: 'mailto:' + e }
];
var al = document.getElementById('about-links');
aboutLinks.forEach(function(l) { var a = document.createElement('a'); a.className = 'link-item'; a.textContent = l.text; a.href = l.href; if (l.target) a.target = l.target; al.appendChild(a); });
var obs = new IntersectionObserver(function(e) { e.forEach(function(x) { if (x.isIntersecting) x.target.classList.add('show'); }); }, { threshold: 0.06 });
document.querySelectorAll('.reveal').forEach(function(el) { obs.observe(el); });
</script>
</body>
</html>