-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (201 loc) · 10.7 KB
/
index.html
File metadata and controls
211 lines (201 loc) · 10.7 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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/master.css">
<!-- Bootsrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat" rel="stylesheet">
<script src="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/js/medium-editor.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
<!-- Tab Message and Logo -->
<link rel="shortcut icon" href="media/index_media/z_logo.png">
<title>Zach Stall Portfolio</title>
</head>
<body>
<!--#####################################################################-->
<!-- Navigation Bar - pages/nav.html -->
<!--#####################################################################-->
<div id="nav-placeholder"></div>
<!--#####################################################################-->
<!-- End Navigation Bar - pages/nav.html END -->
<!--#####################################################################-->
<!--#####################################################################-->
<!-- Header Image: Start of Webpage -->
<!--#####################################################################-->
<div class="index-image container-fluid index-bg-1 text-center" id="home">
<h1>Zachary Stall</h1>
<h4>Technical Solutions Manager</h4>
<img class="img-responsive rounded-circle margin"
src="media/index_media/zachstall_main_index.jpg"
alt="Not missing much, just a pic of my ugly mug"
width="350"
height="auto">
</div>
<!--#####################################################################-->
<!-- END Header Image: Start of Webpage END -->
<!--#####################################################################-->
<!--#####################################################################-->
<!-- Experience Section -->
<!--#####################################################################-->
<div class="container" id="exp">
<div class="row">
<div class="col-md-4" style="vertical-align=center;">
<br>
<img class="code_image"
src="media/index_media/code.png"
alt="generic coding image, not loading???"
width="250"
height="auto">
</div>
<div class="col-md-8">
<div class="container" id="exp_grid">
<h2>Experience</h2>
<h6>I have experience working with the following:</h6>
<div class="container">
<div class="row">
<div class="ex col-md-5">Tech Leadership</div>
<div class="ex col-md-5">Scripting (Python/Bash)</div>
<div class="w-100"></div>
<div class="ex col-md-5">Python</div>
<div class="ex col-md-5">Databse Management</div>
<div class="w-100"></div>
<div class="ex col-md-5">HTML/CSS/JS</div>
<div class="ex col-md-5">Flask</div>
<div class="w-100"></div>
<div class="ex col-md-5">AWS/Linux/GCP</div>
<div class="ex col-md-5">Learning Shit Fast</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--#####################################################################-->
<!-- End Experience Section -->
<!--#####################################################################-->
<!--#####################################################################-->
<!-- About Me Section -->
<!--#####################################################################-->
<div class="container-fluid index-bg-2">
<div class="container" id="about_me">
<div class="row">
<div class="col-md-8">
<div class="container" id="about_me_grid">
<h2>About Me:</h2>
<p>Meet Zachary Stall, a Colorado native whose journey from the classroom to the cutting edge of technology exemplifies adaptability and leadership. After beginning his career as a high school math teacher and ascending to the role of middle school principal, ZStall transitioned into the tech industry in 2017, bringing with him a passion for problem-solving and education.</p>
<p>At Signiant, he led the tech operations team, guiding clients in utilizing ReachEngine software, adeptly resolving user issues, and coordinating complex problem-solving efforts across Engineering and Operations divisions.</p>
<p>Currently, as a Technical Solutions Manager at Datadog, ZStall leads a team of seven Technical Solutions Engineers in Denver, one of Datadog's global offices. His team has impressively resolved over 5,400 support cases in 2024, contributing to initiatives that enhance Datadog's support services across the Americas and worldwide.</p>
<p>ZStall's technical expertise spans Linux, Python, database monitoring (particularly PostgreSQL), web technologies (HTML/CSS/JS), AWS, and REST APIs. His unique blend of educational leadership and technical proficiency positions him as a dynamic force in the tech industry, continually driving innovation and excellence.</p>
<p>For a deeper dive into ZStall's experience and projects, visit his <a href="my_cv.html">CV</a>.</p>
</div>
</div>
<div class="col-md-3 about_me_img_div">
<br>
<img class="img-responsive rounded-circle margin about_me_img slideanim"
src="media/index_media/zachstall_about_index.JPG"
alt="Picture of me, my wife, and brother"
width="300"
height="auto">
</div>
</div>
</div>
</div>
<!--#####################################################################-->
<!-- End About Me Section -->
<!--#####################################################################-->
<!--#####################################################################-->
<!-- Projects Section -->
<!--#####################################################################-->
<div id="projects" class="container text-center">
<h2>Portfolio</h2>
<br>
<h4>Current and running projects</h4>
<!-- Projects: row 1 -->
<div class="row text-center slideanim">
<!-- CV -->
<div class="col-12 col-md-6 ">
<div id="project_images" class="thumbnail top_thumbnail">
<a href="my_cv.html">
<img class="img-fluid hover-shadow"
src="media/index_media/zBlog_index_image.jpg"
alt="zBlog landing page image">
</a>
<p><strong>My CV</strong></p>
<p>Learn a little more about my XP</p><br>
</div>
</div>
<!-- CV -->
<!-- PC Projects -->
<div class="col-12 col-md-6">
<div id="project_images" class="thumbnail top_thumbnail">
<a href="pc_builds.html">
<img class="img-fluid hover-shadow"
src="media/index_media/projects_pc.png"
alt="projects_pc.png not loading">
</a>
<p><strong>PC Builds</strong></p>
<p>Here are a handful of PC's I've built.<br></p><br>
</div>
</div>
<!-- End PC Projects -->
</div>
<!-- Projects: end Row 1 -->
<!-- Projects: row 2 -->
<div class="row text-center slideanim">
<!-- Leela HTML Project -->
<div class="col-12 col-md-6">
<div id="project_images" class="thumbnail top_thumbnail">
<a href="leela.html">
<img class="img-fluid hover-shadow"
src="media/index_media/leela_index.jpg"
alt="projects_pc.png not loading">
</a>
<p><strong>Derp Street</strong></p>
<p>Meet my derpy dog Leela!<br></p><br>
</div>
</div>
<!--End Leela HTML Project -->
<!-- GitHub -->
<div class="col-12 col-md-6">
<div id="project_images" class="thumbnail top_thumbnail">
<a href="https://github.com/zstall" target="_blank">
<img class="img-fluid hover-shadow"
src="media/index_media/github_index.jpg"
alt="image for my github repo">
</a>
<p><strong>GitHub</strong></p>
<p>See other projects that I'm working on.<br></p><br>
</div>
</div>
<!--End GitHub -->
</div>
<!-- Projects: end row 2-->
</div>
<!--#####################################################################-->
<!-- End Projects Section -->
<!--#####################################################################-->
<!--#####################################################################-->
<!-- Footer - pages/footer.html --><!-- Footer - pages/footer.html -->
<!--#####################################################################-->
<div id="foot-placeholder"></div>
<!--#####################################################################-->
<!-- End Footer - pages/footer.html --><!-- End Footer - pages/footer.html -->
<!--#####################################################################-->
</body>
<!--JQuery, Popper.js, Booststrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Custom JavaScript -->
<script type="text/javascript" src="js/master.js"></script>
<!-- function that gathers nav & footer bars -->
<script>
$(function(){
$("#nav-placeholder").load("pages/nav.html");
$("#foot-placeholder").load("pages/foot.html");
});
</script>
</html>