-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (237 loc) · 11 KB
/
index.html
File metadata and controls
257 lines (237 loc) · 11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ngsnet Hawarya — Cybersecurity & IT Expert</title>
<meta name="description" content="Portfolio and professional services of Ngsnet Hawarya — cybersecurity, networking, and IT systems specialist." />
<meta name="author" content="Ngsnet Hawarya" />
<meta name="theme-color" content="#0b1020">
<!-- Open Graph -->
<meta property="og:title" content="Ngsnet Hawarya — Cybersecurity & IT Expert" />
<meta property="og:description" content="Cybersecurity, networking, and IT services. Projects, skills, and contact." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/social-preview.png" />
<style>
:root{
--bg:#0b1020; /* page background */
--card:#11172c; /* tiles */
--muted:#9aa6bf; /* secondary text */
--text:#e8edf7; /* main text */
--brand:#5aa0ff; /* accent */
--brand-2:#8cc2ff; /* hover */
--border:rgba(255,255,255,.10);
--radius:14px;
--shadow:0 8px 30px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html,body{height:100%}
body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;line-height:1.55;margin:0}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-2)}
.container{max-width:1100px;margin-inline:auto;padding:24px}
header.site{padding:28px 0 8px;border-bottom:1px solid var(--border);margin-bottom:18px}
.brand{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.brand h1{font-size:clamp(22px,3.2vw,32px);margin:0;color:var(--brand)}
.contact-inline{margin-left:auto;color:var(--muted);font-size:15px}
.contact-inline b{color:var(--text);font-weight:600}
.hero{padding:10px 0 6px}
.hero p{max-width:850px;margin:0;color:var(--muted)}
.grid{display:grid;gap:18px}
.cols-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.tile{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.tile h2{margin:0 0 10px;color:var(--brand)}
.tile h3{margin:8px 0 6px;color:var(--brand-2)}
.muted{color:var(--muted)}
ul{padding-left:18px;margin:10px 0}
li{margin:6px 0}
.btn{display:inline-block;padding:10px 16px;border-radius:12px;background:var(--brand);color:#091225;font-weight:600;border:1px solid transparent;cursor:pointer}
.btn:hover{background:var(--brand-2)}
/* Form styles */
form{display:grid;gap:12px}
label span.kicker{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}
input, textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#0f152a;color:var(--text);outline:none}
input:focus, textarea:focus{border-color:var(--brand)}
.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
footer{border-top:1px solid var(--border);padding:24px 0;margin-top:24px;text-align:center;color:var(--muted)}
/* Small screens */
@media (max-width:520px){
.contact-inline{width:100%;margin-left:0}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Ngsnet Hawarya",
"jobTitle": "Cybersecurity & IT Specialist",
"email": "mailto:ngsnetmpls@gmail.com",
"url": "https://ngsneteri.github.io/",
"sameAs": ["https://github.com/ngsnetEri"]
}
</script>
</head>
<body>
<div class="container">
<header class="site brand">
<h1>Ngsnet Hawarya — Cybersecurity & IT Support</h1>
<div class="contact-inline">
651-410-0485 • ngsnetmpls@gmail.com • nghawa24@smumn.edu
</div>
</header>
<section class="hero">
<p>
I have 6+ years of hands‑on IT and security experience and an M.S. in Cybersecurity from Saint Mary’s University of Minnesota. I design secure networks, implement defense‑in‑depth, deliver phishing‑awareness programs, and build practical security labs for training and incident response.
</p>
</section>
<section id="services-skills" class="grid cols-2">
<div class="tile">
<h2>Services</h2>
<ul>
<li>Network installation, configuration, and optimization</li>
<li>Cybersecurity setup for local businesses and nonprofits</li>
<li>Security camera & NVR design with secure remote access</li>
<li>1:1 or group cybersecurity and networking training</li>
<li>Cloud infrastructure (Azure, Microsoft 365) & identity (MFA)</li>
<li>System hardening, vulnerability scanning, and incident response</li>
</ul>
</div>
<div class="tile">
<h2>Certifications & Education</h2>
<ul>
<li>Master of Science in Cybersecurity — Saint Mary’s University of Minnesota</li>
<li>CompTIA A+, Network+, Security+</li>
<li>Python Programming & Automation</li>
<li>Advanced Network Security (Kali, Wireshark, Snort)</li>
</ul>
</div>
</section>
<section id="skills" class="grid cols-2">
<div class="tile">
<h2>Technical Skills</h2>
<ul>
<li>Operating Systems: Linux (Ubuntu, Kali), Windows Server & Desktop</li>
<li>Cloud: Microsoft Azure, Microsoft 365</li>
<li>Networking: VLANs, Firewalls (pfSense), VPNs, DHCP/DNS</li>
<li>Tools: Nmap, Wireshark, Snort, Metasploit, Burp Suite, Nessus</li>
<li>Programming: Python (automation, security tooling)</li>
<li>Frameworks: MITRE ATT&CK, NIST CSF, OWASP</li>
<li>Incident Response: Log analysis, IDS/IPS, forensic imaging</li>
<li>Version Control & Docs: GitHub, OneNote, SharePoint</li>
</ul>
</div>
<div class="tile">
<h2>Experience & Focus</h2>
<p>
I help organizations strengthen their defenses, implement best practices, and build secure, scalable infrastructure. Focus areas:
</p>
<ul>
<li>Cyber defense and intrusion detection (IDS/IPS)</li>
<li>Threat analysis and vulnerability management</li>
<li>Hardening standards and secure remote access</li>
<li>Empowering nonprofits and small businesses with practical security</li>
</ul>
</div>
</section>
<section id="projects" class="grid cols-2">
<div class="tile">
<h2>Projects & Case Studies</h2>
<article>
<h3>Secure Home Cybersecurity Lab</h3>
<p>Built a virtualized lab (VMware/Kali) for malware analysis, forensics, and penetration testing. Configured pfSense and Snort; used Wireshark and Nmap for testing and detection.</p>
</article>
<article>
<h3>Small Business Network Hardening</h3>
<p>Secured SMB network with segmented Wi‑Fi, managed switches, and Azure AD Conditional Access + MFA. Ran Nessus scans and remediated findings.</p>
</article>
<article>
<h3>Camera & Surveillance Integration</h3>
<p>Deployed IP cameras with VPN access and NVR retention; documented procedures and privacy controls.</p>
</article>
<article>
<h3>Awareness & Phishing Training</h3>
<p>Delivered phishing simulations and trainings; created reporting process and response playbooks.</p>
</article>
<article>
<h3>Incident Detection & Response Simulation</h3>
<p>Simulated intrusion using Snort, Wireshark, and Splunk; mapped to MITRE ATT&CK and produced IR reports.</p>
</article>
</div>
</section>
<section id="impact" class="grid cols-2">
<div class="tile">
<h2>Organizational Security Initiatives</h2>
<ul>
<li>Phishing‑email awareness training & simulations</li>
<li>MFA and Conditional Access rollout (Microsoft 365/Azure)</li>
<li>Workstation baselines and patch cadence</li>
<li>Incident response runbooks and escalation playbooks</li>
<li>Network segmentation and secure remote access via VPN</li>
</ul>
</section>
<section id="contact" class="grid cols-2">
<div class="tile">
<h2>Contact</h2>
<!-- Replace REPLACE_WITH_YOUR_FORM_ID after registering at formspree.io -->
<form id="contactForm" action="https://formspree.io/f/xblzpgge" method="POST">
<label>
<span class="kicker">Your name</span>
<input required name="name" placeholder="Full name" />
</label>
<label>
<span class="kicker">Email</span>
<input required type="email" name="email" placeholder="you@example.com" />
</label>
<label>
<span class="kicker">Message</span>
<textarea required name="message" rows="5" placeholder="What can I help with?"></textarea>
</label>
<input type="text" name="_gotcha" style="display:none" tabindex="-1" autocomplete="off" />
<input type="hidden" name="_subject" value="New website inquiry" />
<div class="row">
<button class="btn" type="submit">Send message</button>
<span class="muted" id="status" role="status" aria-live="polite"></span>
</div>
</form>
</div>
<div class="tile">
<h2>Details</h2>
<ul>
<li>Location: Minneapolis, MN (America/Chicago)</li>
<li>Email: <a href="mailto:ngsnetmpls@gmail.com">ngsnetmpls@gmail.com</a></li>
<li>Phone: 651-410-0485</li>
<li>GitHub: <a href="https://github.com/ngsnetEri" rel="noopener">github.com/ngsnetEri</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/yourprofile" rel="noopener">linkedin.com/in/yourprofile</a></li>
<li>Response time: within 24 hours</li>
</ul>
</div>
</section>
<footer>
<p>© <script>document.write(new Date().getFullYear())</script> Ngsnet Hawarya — Cybersecurity & IT Specialist</p>
</footer>
</div>
<!-- Optional: client-side submit to stay on the page and show a status message -->
<script>
const form = document.getElementById('contactForm');
const status = document.getElementById('status');
form?.addEventListener('submit', async (e) => {
// If user hasn't replaced the Formspree ID yet, do normal submit
if (form.action.includes('https://formspree.io/f/xblzpgge')) return;
e.preventDefault();
status.textContent = 'Sending…';
try{
const fd = new FormData(form);
const res = await fetch(form.action, { method:'POST', body: fd, headers: { 'Accept':'application/json' }});
if(res.ok){
status.textContent = 'Thanks! Your message has been sent.';
form.reset();
} else {
status.textContent = 'Sorry, there was a problem. Please try again.';
}
}catch(err){
status.textContent = 'Network error. Please try again.';
}
});
</script>
</body>
</html>