-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
375 lines (352 loc) · 18.9 KB
/
index.html
File metadata and controls
375 lines (352 loc) · 18.9 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Portfolio of Andrew N Kidd-Kestler" />
<meta name="author" content="Andrew N Kidd-Kestler" />
<title>Andrew N Kestler's Portfolio</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="./css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">Andrew N Kestler</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">Andrew</h1>
<h1 class="text-white font-weight-bold"> Kidd-Kestler</h1>
<hr class="divider" />
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5">Software Engineer</p>
<a class="btn btn-primary btn-xl"
href="https://drive.google.com/file/d/1D0QUEmO8cXqehNDM2VGp1cWTUxd2sLeR/view?usp=drive_link"
target="_blank">View Resume</a>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="page-section" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">About me</h2>
<!-- <hr class="divider divider-light" /> -->
<p class="text-white-75 mb-4"> I am a web developer and software Engineer shaped by unconventional paths of learning and honed through dedicated practice and teaching others. I've
spent years collaborating within small teams in a wide variety of environments where my supportive leadership style shines though by delivering
exceptional results. Beyond the pixels and code, I find joy in teaching, mentoring, and empowering others to thrive. My dedication to software engineering, customer service, and nurturing growth culminates in a unique approach that harmonizes skill, heart, and innovation. </p>
<!-- <a class="btn btn-light btn-xl" href="#services"></a> -->
</div>
</div>
</div>
</section>
<!-- Skills-->
<section class="page-section" id="skills">
<div class="container px-4 px-lg-5">
<h2 class="text-center mt-0">Technical Skills</h2>
<hr class="divider" id="skills-divider" />
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-2 col-md-4 col-sm-1 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/git-plain.svg?size=100" alt="Git" data-toggle="tooltip"
data-placement="top" title="Git">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-1 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/github-original.svg?size=100" alt="GitHub"
data-toggle="tooltip" data-placement="top" title="GitHub">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/css3-plain.svg?size=100" alt="CSS3"
data-toggle="tooltip" data-placement="top" title="CSS3">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/html5-plain.svg?size=100" alt="Html5"
data-toggle="tooltip" data-placement="top" title="Html5">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/javascript-plain.svg?size=100" alt="JavaScript"
data-toggle="tooltip" data-placement="top" title="JavaScript">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/heroku-plain.svg?size=100" alt="Heroku"
data-toggle="tooltip" data-placement="top" title="Heroku">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/jquery-plain.svg?size=100" alt="Jquery"
data-toggle="tooltip" data-placement="top" title="Jquery">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/mongodb-plain.svg?size=100" alt="Mongodb"
data-toggle="tooltip" data-placement="top" title="Mongodb">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/nodejs-plain.svg?size=100" alt="Nodejs"
data-toggle="tooltip" data-placement="top" title="Nodejs">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/python-plain.svg?size=100" alt="Python"
data-toggle="tooltip" data-placement="top" title="Python">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/postgresql-plain.svg?size=100" alt="Postgresql"
data-toggle="tooltip" data-placement="top" title="Postgresql">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="./assets/img/pngwing.com.png" alt="React" data-toggle="tooltip" width="120px"
data-placement="top" title="React">
</div>
</div>
</div>
<!-- needs black and white icon -->
<!-- <div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/visualstudio-plain.svg?size=100" alt="VisualStudio" data-toggle="tooltip"
data-placement="top" title="VisualStudio">
</div>
</div>
</div> -->
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2 ">
<img src="https://icongr.am/devicon/bootstrap-plain.svg?size=100" alt="Bootstrap"
data-toggle="tooltip" data-placement="top" title="Bootstrap">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/express-original.svg?size=100" alt="Express"
data-toggle="tooltip" data-placement="top" title="Express">
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 text-center">
<div class="mt-5">
<div class="mb-2">
<img src="https://icongr.am/devicon/django-plain.svg?size=100" alt="Django"
data-toggle="tooltip" data-placement="top" title="Django">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio-->
<div id="portfolio">
<div class="container-fluid space-evenly p-0">
<br>
<h2 class="text-center mt-0">Portfolio</h2>
<hr class="divider" id="portfolio-divider" />
<div class="row g-0 justify-content-center">
<!-- projects -->
<div class="col-lg-8 col-sm-6">
<a href="https://github.com/kestler01/swcg_api/tree/main" title="Andrew's SWCG API"
target="_blank">
<img class="img-fluid" src="assets/img/portfolio/fullsize/swcgDataChart.drawio.png"
alt="flow chart of different game logic loops to implement game flow" />
</a>
</div>
<div
class="col-lg-3 col-sm-6 justify-content-center alignn-items-center text-center project-description">
<h6 class="text-50">Star Wars Deck Builder</h6>
<h4>A socket API project</h4>
<p>My first socket project is one of 2 parts of a personal pursuit to recreate the Star Wars Deck Building Card Game published by fantasy flight games with the goal playing with my brothers and friends online. Built with Express, SocketIo, MongoDB, Mongoose, and Bcrypt. Please check out the readMe ! </p>
</div>
<div class="row g-0 justify-content-center ">
<hr class="divider " />
</div>
<div class="col-lg-8 col-sm-6">
<a href="https://amanda-andrewwedding.com/" title="Advance War Link"
target="_blank">
<img class="img-fluid" src="assets/img/portfolio/fullsize/project-myWedding-screenshot.png"
alt="Screenshot of My Wedding Site" />
</a>
</div>
<div
class="col-lg-3 col-sm-6 justify-content-center alignn-items-center text-center project-description">
<h6 class="text-50"> A|A wedding Project </h6>
<h4> Getting Married! </h4>
<p>A full stack SPA for my wedding details and managing RSVPs. Client built using, JavaScript, Axios, Bootstrap, HTML + CSS.
API built with Express, MongoDB, Mongoose, Passport, and Bcrypt.</p>
</div>
<div class="row g-0 justify-content-center project-divider">
<hr class="divider " />
</div>
<div class="col-lg-8 col-sm-6">
<a href="https://agents-dev-team-project-3.github.io/lean2/" title="Lean2 Link" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/fullsize/project-3-screenshot.jpg"
alt="Screenshot of Lean2 Landing Page" />
<div class="portfolio-box-caption">
</div>
</a>
</div>
<div
class="col-lg-3 col-sm-6 justify-content-center alignn-items-center text-center project-description">
<h6 class="text-50">GA Project 3</h6>
<h4>Lean2</h4>
<p>A full stack team project using GitHub as our collaboration platform. Client built using React,
JavaScript, Axios,
Bootstrap, HTML+CSS. API built utilizing Express, Mongoose, MongoDB, Passport, Bcrypt.
Incorporated Stripe to handle PCI
compliant transactions</p>
</div>
<div class="row g-0 justify-content-center project-divider">
<hr class="divider " />
</div>
<div class="col-lg-8 col-sm-6">
<a href="https://kestler01.github.io/Andrews-fullstack-project-client/"
title="Andrew's Art Gallery Site" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/fullsize/project-2-screenshot.jpg"
alt="Screenshot of Gallery Site Landing Page" />
</a>
</div>
<div
class="col-lg-3 col-sm-6 justify-content-center alignn-items-center text-center project-description">
<h6 class="text-50">GA Project 2</h6>
<h4>Andrew's Art Gallery Site</h4>
<p>A full stack project done in a 4 day sprint. Client built with Bootstrap, JavaScript, AJAX,
JQuery, HTML+CSS. API built
with Express, Mongoose, and MongoDB. Incorporated Passport to require authorization for users
and Bcrypt to securely
hash passwords</p>
</div>
<div class="row g-0 justify-content-center project-divider">
<hr class="divider project-divider" />
</div>
</div>
</div>
</div>
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 col-xl-6 text-center">
<h2 class="mt-0">Thank you for viewing my site! Please feel free to contact me using the information
below.</h2>
<hr class="divider project-divider" />
</div>
</div>
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-2 text-center mb-5 mb-lg-0">
<a href="mailto:kestler.andrew@gmail.com">
<i class="bi bi-envelope-fill fs-2 mb-3 "></i>
<div> By email</div>
</a>
</div>
<div class="col-lg-2 text-center mb-5 mb-lg-0">
<a href="https://drive.google.com/file/d/1D0QUEmO8cXqehNDM2VGp1cWTUxd2sLeR/view?usp=drive_link"
target="_blank">
<i class="bi bi-file-person-fill fs-2 mb-3 "></i>
<div> My Resume</div>
</a>
</div>
<div class="col-lg-2 text-center mb-5 mb-lg-0">
<a href="https://www.linkedin.com/in/andrew-kidd-kestler/" target="_blank">
<i class="bi bi-linkedin fs-2 mb-3 "></i>
<div>Connect on linkedin</div>
</a>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-light py-5">
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Copyright © 2021 - 2023 Andrew Kidd-Kestler</div>
</div>
</footer>
<!-- Path to jQuery -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<!-- Use Jquery for tooltip function on data-toggle tooltip elements-->
<script>
$(document).ready(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<!-- Path to Popper - it is for dropsdowns etc in bootstrap not working ?-->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"></script> -->
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>