-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (112 loc) · 3.97 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="jonathanbieganski.com" />
<title>JonathanBieganski.com</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<header>
<nav>
<ul class="topmenu">
<li><a href="blog.html" target="_blank" class="home">Blog</a></li>
<li><a href="resume.html" class="resume">Resume</a></li>
<li><a href="#projects" class="projects">Projects</a></li>
<li><a href="#contact" class="contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="image">
<img
class="jonathanbieganskipng"
src="images/jonathanbieganski.png"
alt="An image of Jonathan Bieganski with a slight smile"
/>
<h2 class="jonathanbieganskiname">Jonathan Bieganski</h2>
<h3 class="jobtitle">Business Analyst | Engineer | Developer</h3>
</div>
<div class="aboutcontent">
<h2 class="about"><b>About:</b></h2>
<p>
With decades of experience and a diverse background, coupled with
expertise in Microsoft Azure, the M365 Stack, and System Administration.
I am eager to engage and explore fresh opportunities. I bring a wealth
of valuable skill and insight that can be of great benefit.
</p>
</div>
<section id="projects" class="section">
<h2 class="projects">Projects:</h2>
<div class="divcloudresumechallengecenter">
<div class="cloudresumeprojects">
<h3>
<a
href="https://cloudresumechallenge.dev/docs/the-challenge/azure/"
target="_blank"
>The Cloud Resume Challenge</a
>
</h3>
<ol class="orderedlist">
<li>Read book and Accept the challenge: <b>Complete</b></li>
<li>Pass the AZ-900 Microsoft Certification: <b>Complete</b></li>
<li>Write resume in HTML: <b>Complete</b></li>
<li>Style HTML Resume in CSS: <b>Complete</b></li>
<li>Host Static Website in Azure: <b>Complete</b></li>
<li>Azure Storage utilize HTTPS: <b>Complete</b></li>
<li>Configure Azure DNS Zones: <b>Complete</b></li>
<li>Include Javascript in static site: <b>Complete</b></li>
<li>Utilize Azure CosmosDB: <b>In Progress</b></li>
<li>
Leverage API for indirect communication with CosmosDB:
<b>In Progress</b>
</li>
<li>
Utilize Python script with Azure Function: <b>In Progress</b>
</li>
<li>
Leverage Infrastructure as Code to implement CosmosDB:
<b>In Progress</b>
</li>
<li>
Utilize Front end CI/CD via GitHub and/or Azure DevOps Actions:
<b>Complete</b>
</li>
<li>
Leverage Back end CI/CD via GitHub and/or Azure DevOps Actions:
<b>In Progress</b>
</li>
<li>
Create Blog post regarding what was learned: <b>In Progress</b>
</li>
</ol>
</div>
</div>
<div class="domainprojects"></div>
</section>
<section id="contact" class="section">
<h2 class="contactme">Contact Jonathan:</h2>
<div class="contactmecontent">
<p>
Email me:
<a href="mailto:[email protected]" target="_blank"
>
</p>
<p>
Connect:
<a href="https://www.linkedin.com/in/yourname" target="_blank"
>LinkedIn Profile</a
>
</p>
<p>
Threads:
<a href="https://www.threads.net/@jonathanbieganski">Threads</a>
</p>
</div>
</section>
<footer>
<p>www.JonathanBieganski.com © 2023</p>
</footer>
</body>
</html>