-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
369 lines (336 loc) · 17.6 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
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
<!--
__ __ ___
/\ \ __/\ \ /\_ \
\ \ \/\ \ \ \ __\//\ \ ___ ___ ___ ___ __
\ \ \ \ \ \ \ /'__`\\ \ \ /'___\ / __`\ /' __` __`\ /'__`\
\ \ \_/ \_\ \/\ __/ \_\ \_/\ \__//\ \L\ \/\ \/\ \/\ \/\ __/
\ `\___x___/\ \____\/\____\ \____\ \____/\ \_\ \_\ \_\ \____\
__ '\/__//__/ \/____/\/____/\/____/\/___/ \/_/\/_/\/_/\/____/
/\ \__
\ \ ,_\ ___ ___ ___ __ __
\ \ \/ / __`\ /' __` __`\/\ \/\ \
\ \ \_/\ \L\ \ /\ \/\ \/\ \ \ \_\ \
\ \__\ \____/ \ \_\ \_\ \_\/`____ \
\/__/\/___/ \/_/\/_/\/_/`/___/> \
__ __ __ /\___/_
/\ \ __/\ \ /\ \ \/__/\ \__
\ \ \/\ \ \ \ __\ \ \____ ____/\_\ \ ,_\ __
\ \ \ \ \ \ \ /'__`\ \ '__`\ /',__\/\ \ \ \/ /'__`\
\ \ \_/ \_\ \/\ __/\ \ \L\ \/\__, `\ \ \ \ \_/\ __/
\ `\___x___/\ \____\\ \_,__/\/\____/\ \_\ \__\ \____\
'\/__//__/ \/____/ \/___/ \/___/ \/_/\/__/\/____/
//-->
<!DOCTYPE HTML>
<html>
<head>
<title>JD Gonzalez</title>
<meta charset="utf-8" />
<meta property="og:title" content="JD Gonzalez">
<meta property="og:description" content="A portfolio website showcasing my skills and projects">
<meta property="og:image" content="https://jd-gonz.github.io/public/images/mailboxPeak.jpg">
<meta property="og:url" content="https://jd-gonz.github.io/">
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./public/css/main.css" />
<noscript>
<link rel="stylesheet" href="./public/css/noscript.css" />
</noscript>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1 id="logo">JD Gonzalez</h1>
<hr />
<p>Continuous learner, problem-solver, leader </p>
</header>
<footer>
<a href="#banner" class="button circled scrolly">Explore</a>
</footer>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#banner">Projects</a></li>
<li><a href="#main">About Me</a></li>
<li><a href="#footer">Contact Me</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<section id="banner">
<header>
<h2><strong>Portfolio Highlights</strong></h2>
<p>
This portfolio showcases some of my earlier side projects, which allowed me to develop my skills as a software
engineer and experiment with new technologies. I have since gained valuable industry experience, including
working on a modern insurance CRM at Liberty Mutual and contributing to Microsoft's
<a href="https://dynamics.microsoft.com/en-us/field-service/overview/">Field Service</a> and
<a href="https://www.microsoft.com/en-us/sustainability/cloud">Microsoft Cloud for Sustainability</a>
solutions.
<br>I hope you enjoy exploring this portfolio and seeing how I have leveraged my skills and
experience to create innovative solutions.
</p>
</header>
</section>
<!-- Carousel -->
<section class="carousel">
<div class="reel">
<article>
<a href="https://codepen.io/jdg99/full/yXmxKL" target="_blank" class="image featured"><img
src="public/images/markdown.jpg" alt="markdown previewer" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/yXmxKL" target="_blank">Markdown Previewer</a></h3>
</header>
<p>Instant feedback with this real-time markdown previewer. Type, format, and repeat!</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/BKeJvm/" target="_blank" class="image featured"><img
src="public/images/simon.jpg" alt="siman says" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/BKeJvm/" target="_blank">Simon Says</a></h3>
</header>
<p>Think you can keep up? Try your hand at Simon Says, the game that's easy to learn but hard to master.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/MyZgMB/" target="_blank" class="image featured"><img
src="public/images/ticTacToe.jpg" alt="tic-tac-toe" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/MyZgMB/" target="_blank">Tic-Tac-Toe</a></h3>
</header>
<p>Tic-tac-toe just got more interesting with this game that pits you against the computer.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/NNYodV/" target="_blank" class="image featured"><img
src="public/images/pomodoro.jpg" alt="pomodoro clock" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/NNYodV/" target="_blank">Pomodoro Clock</a></h3>
</header>
<p>A simple yet effective tool to help you manage your time and accomplish your tasks more efficiently.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/aNYojq/" target="_blank" class="image featured"><img
src="public/images/calculator.jpg" alt="digital calculator" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/aNYojq/" target="_blank">Digital Calculator</a></h3>
</header>
<p>Make quick work of complex calculations with this digital calculator that has all the features you need.
</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/qZNmoG/" target="_blank" class="image featured"><img
src="public/images/wiki.jpg" alt="wikipedia viewer" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/qZNmoG/" target="_blank">Wikipedia Viewer</a></h3>
</header>
<p>Find everything you need to know on Wikipedia with this fun to use and handy viewer tool.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/oxbpJR/" target="_blank" class="image featured"><img
src="public/images/weather.jpg" alt="local weather app" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/oxbpJR/" target="_blank">Local Weather</a></h3>
</header>
<p>Plan your day with confidence using this app that gives you the local weather forecast.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/mPmeLN/" target="_blank" class="image featured"><img
src="public/images/twitch.jpg" alt="twitch streamer app" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/mPmeLN/" target="_blank">Twitch Streamers</a></h3>
</header>
<p>The ultimate Twitch companion that keeps you updated on when your favorite streamers are live.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/jqbOoV/" target="_blank" class="image featured"><img
src="public/images/randomQuote.jpg" alt="quote generator" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/jqbOoV/" target="_blank">Quote Machine</a></h3>
</header>
<p>Expand your horizons with this app that provides a never-ending stream of thought-provoking quotes.</p>
</article>
<article>
<a href="https://codepen.io/jdg99/full/JGVjPR/" target="_blank" class="image featured"><img
src="public/images/tribute.jpg" alt="tribute page" /></a>
<header>
<h3><a href="https://codepen.io/jdg99/full/JGVjPR/" target="_blank">Tribute Project</a></h3>
</header>
<p>Celebrate the timeless wisdom of this classic book with a tribute page that highlights its lessons.</p>
</article>
<article>
<a href="https://pollapalooza.netlify.app/" target="_blank" class="image featured"><img
src="public/images/pollapalooza.jpg" alt="pollapalooza" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/votingApp" target="_blank">Pollapalooza</a></h3>
</header>
<p>Engage with your community with this user-friendly web app for creating, viewing, and voting on polls.</p>
</article>
<article>
<a href="https://github.com/JD-Gonz/fileMetadata" target="_blank" class="image featured"><img
src="public/images/fileMetadata.jpg" alt="file metadata microservice" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/fileMetadata" target="_blank">File Metadata</a></h3>
</header>
<p>Effortlessly obtain valuable information about your files using this convenient microservice.</p>
</article>
<article>
<a href="https://github.com/JD-Gonz/imageSearch" target="_blank" class="image featured"><img
src="public/images/imageSearch.jpg" alt="image search abstraction layer" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/imageSearch" target="_blank">Image Search</a></h3>
</header>
<p>Streamline your searches and deliver results quickly and effortlessly with this abstraction layer.</p>
</article>
<article>
<a href="https://github.com/JD-Gonz/urlShortener" target="_blank" class="image featured"><img
src="public/images/urlShortener.jpg" alt="url shortener" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/urlShortener" target="_blank">URL Shortener</a></h3>
</header>
<p>Effortlessly shorten long URLs and optimize your online presence with this URL shortener.</p>
</article>
<article>
<a href="https://github.com/JD-Gonz/headerParser" target="_blank" class="image featured"><img
src="public/images/requestHeaderParser.jpg" alt="request header parser" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/headerParser" target="_blank">Request Header Parser</a></h3>
</header>
<p>Get key browser information at a glance with this convenient header parser microservice.</p>
</article>
<article>
<a href="https://github.com/JD-Gonz/timestampApi" target="_blank" class="image featured"><img
src="public/images/Timestamp.jpg" alt="timestamp converter" /></a>
<header>
<h3><a href="https://github.com/JD-Gonz/timestampApi" target="_blank">Timestamp Converter</a></h3>
</header>
<p>Easily convert timestamps and natural language dates with our versatile Timestamp Microservice</p>
</article>
</div>
</section>
<!-- Main -->
<div class="wrapper style2">
<article id="main" class="container special">
<img class="image centered" src="public/images/mailboxPeak.jpg" alt="JD Gonzalez atop mailbox peak with dog" />
<header>
<h2>My Story</h2>
<p>
Driven software engineer based in Seattle with a commitment to continuous learning and innovative
problem-solving. Dedicated to collaborating with others to make a difference in the world.
</p>
</header>
<p>
My name is JD Gonzalez, and I am a software engineer based in the greater Seattle area.
I graduated from the University of Washington with a Bachelor's degree in Informatics from the Information
School in 2015.
Since then, I have been working professionally as a software engineer, gaining experience in a variety of
programming languages, platforms, and industries.
I am skilled at creating original solutions to complex problems and enjoy mentoring and collaborating with
others to
achieve shared goals.
In my free time, I enjoy exploring the beautiful Pacific Northwest, trying my hand at new hobbies, and
spending time with my family and friends.
Thank you for taking the time to learn a little bit more about me!
</p>
</article>
</div>
<!-- Features -->
<div class="wrapper style1">
<section id="features" class="container special">
<header>
<h2>Personal Highlights</h2>
<p>
In addition to my work as a software engineer, I am actively involved in a variety of activities that
reflect my values and interests. From donating blood to supporting my alma mater and participating in a
leadership and fitness group, I am dedicated to making a positive impact all aspects of my life. I believe
in creating a better world not just through my work but also by being an engaged and responsible member of
my community.
</p>
</header>
<div class="row">
<article class="col-4 col-12-mobile special">
<a href="https://ischool.uw.edu/about/leadership/alumni-board" target="_blank" class="image featured"><img
src="public/images/iSchool.jpg" alt="iSchool logo" /></a>
<header>
<h3><a href="https://ischool.uw.edu/about/leadership/alumni-board" target="_blank">Board Member</a></h3>
</header>
<p>
As a member of the alumni advisory board for the Information School at the University of Washington, I
have the opportunity to provide feedback and support to current students, alumni, and faculty. I am
committed to
helping the next generation of informatics professionals achieve their goals and make an impact in their
field.
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="https://www.bloodworksnw.org/" target="_blank" class="image featured"><img
src="public/images/bloodworksNW.jpg" alt="BloodworksNW logo" /></a>
<header>
<h3><a href="https://www.bloodworksnw.org/" target="_blank">Blood Donor</a></h3>
</header>
<p>
I am a regular donor of both blood and platelets at Bloodworks Northwest, a nonprofit organization that
provides
life-saving blood components to hospitals in the Pacific Northwest. Donating blood is a small but
meaningful way that I can help those in need and give back to my community.
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="https://f3pugetsound.com/" target="_blank" class="image featured"><img src="public/images/f3.jpg"
alt="F3 logo" /></a>
<header>
<h3><a href="https://f3pugetsound.com/" target="_blank">Member of F3</a></h3>
</header>
<p>
I am a member of F3, a leadership and workout group for men that focuses on fitness, fellowship, and
faith. Through F3, I have been able to connect with others who share my passion for personal growth and
development, and I have learned valuable lessons about leadership, teamwork, and perseverance.
</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h2>Contact Me</h2>
</header>
<ul class="icons">
<li><a href="mailto:[email protected]" target="_blank" class="icon brands fa-internet-explorer"><span
class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/jdannygonzalez/" target="_blank"
class="icon brands fa-linkedin-in"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/JD-Gonz" target="_blank" class="icon brands fa-github"><span
class="label">Github</span></a></li>
</ul>
<h3><a href="./public/JDGonzalez-Resume.pdf" download>Download My Resume</a></h3>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© JD Gonzalez. All rights reserved.</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="./public/js/jquery.min.js"></script>
<script src="./public/js/jquery.dropotron.min.js"></script>
<script src="./public/js/jquery.scrolly.min.js"></script>
<script src="./public/js/jquery.scrollex.min.js"></script>
<script src="./public/js/browser.min.js"></script>
<script src="./public/js/breakpoints.min.js"></script>
<script src="./public/js/util.js"></script>
<script src="./public/js/main.js"></script>
</body>
</html>