-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExperience.HTML
More file actions
39 lines (35 loc) · 1.37 KB
/
Copy pathExperience.HTML
File metadata and controls
39 lines (35 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blake Jones | Experience</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
</header>
<main>
<section class="experience">
<h1>Professional Experience</h1>
<h2>System Engineer - Verizon</h2>
<p>Design, develop, and maintain complex software and network engineering systems. Monitor and troubleshoot systems to ensure optimal performance and security.</p>
<h2>IT Technician - Amazon</h2>
<p>Provided technical support and maintained network user accounts. Troubleshot software and client operating systems.</p>
<h2>System Administrator - Lenity Light Hospice</h2>
<p>Orchestrated high-availability IT infrastructure management and cybersecurity audits. Engineered SharePoint sites and improved SEO.</p>
</section>
</main>
<footer>
<p>© 2024 Blake Jones</p>
</footer>
</body>
</html>