-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bio.html
77 lines (71 loc) · 3.66 KB
/
Bio.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Markas - Bio</title>
<link href="new1.css" rel="stylesheet">
</head>
<body>
<!-- Container -->
<div class="container">
<!-- Header Section -->
<header>
<h1>Markas L. Williams</h1>
<h2>Aspiring IT Cloud Engineer | Veteran with 20+ Years of Dynamic Experience</h2>
<!-- Profile Picture -->
<img src="Markas_CP.png" alt="Markas L Williams Grad" class="profile-picture">
</header>
<!-- Navigation Menu -->
<nav>
<a href="index.html">Home</a>
<a href="Bio.html">Bio</a>
<a href="Resume.html">Resume</a>
<a href="Contact.html">Contact</a>
</nav>
<!-- Vision and Experience Section -->
<main>
<section>
<h2>Welcome to My Journey</h2>
<p class="quote">“Motivation gets you going, but discipline keeps you growing” - John C. Maxwell</p>
<p>
My passion for technology began early in my career at AOL (America Online—I know, it sounds dated!).
Working in the tech support center in Tampa, FL, I saw firsthand how technology could connect people and fuel personal growth.
This passion only grew during my military service in the United States Air Force, where I had the opportunity to work on
various aircraft, including KC-135s, F-16s, F-15s, and HH-60s, using Non-Destructive Testing technologies and Microsoft tools.
These experiences were essential for effective communication and productivity, allowing me to adapt to diverse,
high-pressure environments around the world.
</p>
<p>
My journey is filled with stories that have shaped who I am today.
<nav>
<li><strong>Air Force Story:</strong> <a href="https://www.macdill.af.mil/News/Features/Display/Article/1369332/beyond-the-surface-airmen-keep-tankers-flying/ "
target="_blank">TSgt Markas Williams</a></li>
</nav>
</p>
<p>
Today, I see the perfect opportunity to merge my military-honed work ethic with my love for technology,
aligning seamlessly with my commitment to continuous learning and growth.
</p>
</section>
<!-- Current Work Section -->
<section class="current-work">
<h3>What I'm Working On Now</h3>
<p><strong>Currently Learning:</strong> Azure DevOps, Puppet, Security and Compliance, Linux, PowerShell</p>
<p><strong>Goals:</strong> Obtain Azure certifications and contribute to open-source cloud projects.
Having fun learning while working in virtual environments every day!</p>
</section>
<!-- Personal Interests Section -->
<section class="personal-interests">
<h3>Personal Interests</h3>
<p><strong>Willingness to Travel:</strong> To increase professional/personal knowledge, networking events, and business conferences.</p>
<p><strong>Hobbies:</strong> Avid book reader, sports, painting, and carpentry projects during downtime.</p>
</section>
</main>
</div>
<!-- Footer -->
<footer class="footer">
<small><i>Copyright © 2024 WillMarkVisions.com</i></small>
</footer>
</body>
</html>