-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
459 lines (415 loc) · 19.7 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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social Image -->
<!-- <img src="/assets/social-share-image.jpg"> -->
<meta property="og:image" content="https://jtabbdev.com/assets/social-share-image-wide.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<!-- Bootstrap Stylesheet-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- Google Fonts Stylesheet-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Primary Stylesheet-->
<link rel="stylesheet" href="style.css">
<title>Jonah Tabb's Portfolio</title>
</head>
<body data-bs-spy="scroll" data-bs-target="#top-nav-bar" data-bs-offset="10" tabindex="0">
<!-- Nav Section -->
<nav class="navbar navbar-expand-md navbar-light fixed-top px-5" id="top-nav-bar">
<button class="navbar-toggler mb-3" type="button" data-bs-toggle="collapse" data-bs-target="#nav-bar-toggle"
aria-controls="nav-bar-toggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="nav-bar-toggle">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-pills">
<button class="btn btn-outline-success mx-auto" type="button" data-bs-toggle="offcanvas"
href="#offcanvasExample" role="button" aria-controls="offcanvasExample">Contact</button>
<li class="nav-item mx-2">
<a class="nav-link px-2 nav-link-custom" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link px-2 nav-link-custom" href="#projects">Projects</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link px-2 nav-link-custom" href="#experience">Experience</a>
</li>
<!-- <li class="nav-item mx-2">
<a class="nav-link px-2 nav-link-custom" href="#thoughts">Thoughts</a>
</li> -->
<li class="form-check form-switch my-auto mx-3" id="dark-switch-container">
<label class="form-check-label my-auto" for="dark-theme-button">Dark Mode</label>
<input class="form-check-input my-1" type="checkbox" id="dark-theme-button">
</li>
</ul>
</div>
</nav>
<!-- Main Content Section -->
<div class="container-sm">
<div class="col" id="main">
<!-- About Section -->
<div id="about" class="section-top-pad-adjust">
<div class="d-flex flex-column align-items-center justify-content-around personal-header">
<div class="row w-100 shadow p-3">
<div class="col-md-3 text-center mx-md-2">
<img id="jonah-tree-logo" src="assets/jonah_logo_v1.svg" height="100px">
</div>
<div class="col text-center px-2">
<h1 style="font-weight: 400;">Jonah Tabb </h1>
<p style="font-size: .9em; font-weight: 400;"><br>[Junior Web Developer]</p>
<p>Excited to solve problems and collaborate with experienced developers to quickly increase the value I can add to the codebase and for the customers. I work well with team members that are focused on good communication and support. Ready for a challenging career in web development, and continuing to grow my proficiency with Javascript and React.</p>
<div class="container">
<div class="row">
<div class="col">
<a href="https://www.linkedin.com/in/jonahtabb/" target="_blank">
<img src="assets/linkedIN_logo_full_color.svg" alt="Jonah's Linked In Link">
<p class="social-label">LinkedIn</p>
</a>
</div>
<div class="col">
<a href="https://github.com/jonahtabb" target="_blank">
<img src="assets/github_logo_full color.svg" alt="Jonah's GitHub Link">
<p class="social-label">GitHub</p>
</a>
</div>
<div class="col">
<a href="/assets/jonah_tabb_resume.pdf" target="_blank">
<img src="assets/resume_icon.svg" alt="Jonah's Resume">
<p class="social-label">Resume</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row my-3">
<h4 class="my-4">My Tech Stack</h4>
<div class="col-sm-3 col-md-auto m-1"><img class="logo" src="assets/Profile Pics/profile_pic.svg" alt="" width="100%">
<p class="logo-label">Hi, Jonah Here!</p>
</div>
<div class="col m-1"><img class="logo" src="assets/Javascript Solid Green.svg" alt="">
<p class="logo-label">Javascript</p>
</div>
<div class="col m-1"><img class="logo" src="assets/React_Logo_Green.svg" alt="">
<p class="logo-label">React</p>
</div>
<div class="col m-1"><img class="logo" src="assets/Typescript_Logo_Green.svg" alt="">
<p class="logo-label">Typescript</p>
</div>
<div class="col m-1"><img class="logo" src="assets/node_logo_green.svg" alt="">
<p class="logo-label">Node.js</p>
</div>
<div class="col m-1"><img class="logo" src="assets/PostgresSQL_Logo_Green.svg" alt="">
<p class="logo-label">PostgresSQL</p>
</div>
<div class="col m-1"><img class="logo" src="assets/HTML Solid Green.svg" alt="">
<p class="logo-label">HTML5</p>
</div>
<div class="col m-1"><img class="logo" src="assets/CSS Solid Green.svg" alt="">
<p class="logo-label">CSS3</p>
</div>
<div class="col m-1"><img class="logo" src="assets/MaterialUI_Logo_Green.svg" alt="">
<p class="logo-label">Material-UI</p>
</div>
<div class="col m-1"><img class="logo" src="assets/Bootstrap Solid Green.svg" alt="">
<p class="logo-label">Bootstrap</p>
</div>
<div class="col m-1"><img class="logo" src="assets/Figma Solid Green v2.svg" alt="">
<p class="logo-label">Figma</p>
</div>
<div class="col m-1"><img class="logo" src="assets/firebase_logo_green.svg" alt="">
<p class="logo-label">Firebase</p>
</div>
<div class="col m-1"><img class="logo" src="assets/heroku_logo_green.svg" alt="">
<p class="logo-label">Heroku</p>
</div>
<div class="col m-1"><img class="logo" src="assets/Git_Logo_Green.svg" alt="">
<p class="logo-label">Git</p>
</div>
<div class="col m-1"><img class="logo" src="assets/github_logo_green.svg" alt="">
<p class="logo-label">GitHub</p>
</div>
</div>
</div>
<!-- Projects Section -->
<div class="section-top-pad-adjust" id="projects">
<h3 class="py-3">Featured Projects</h3>
<div class="row">
<!-- Weather Watch Project -->
<div class="col-lg-6">
<div class="row-cols-auto my-2 gx-0">
<div class="col p-0 m-2">
<div class="h-100 project-label">
<h3>WEATHER WATCH</h3>
</div>
</div>
<div class="col p-0 m-2">
<div class="row project-description p-2 gx-0">
<div class="col p-4">
<p class="project-description-text">This project uses Javascript to fetch data and images from the <a href="https://www.iqair.com/us/air-pollution-data-api">IQ Air API</a> and the <a href="https://developers.google.com/maps/documentation/javascript/places">Google Places API</a> to dynamically generate cards with pollution, weather data, and photos from U.S. cities. Bootstrap enabled me efficiently implement a responsive layout, while using custom CSS Styling to implement my original design from Figma. This project features visual CSS bars that dynamically generate from weather data.</p>
</div>
<div class="flex-column d-flex justify-content-end">
<div class="row justify-content-evenly">
<div class="col"> <a href="https://weatherwatch-abbf7.web.app/" target="_blank"><img
src="assets\wbpage v2.svg" alt="View Project Webpage" class="project-icon"> </a>
</div>
<div class="col"> <button class="preview-project project-icon" data-bs-container="body"
data-bs-toggle="popover" data-bs-placement="auto" data-bs-html="true"
data-bs-content="<img src ='assets\weather_watch_app_thumbnail.jpg' width='100%'>"><img
src="assets\preview-project.svg" alt="View Project Webpage">
</button>
</div>
<div class="col">
<a href="https://github.com/jonahtabb/api_challenge_2" target="_blank"><img
src="assets\github.svg" alt="View Project Github Page" class="project-icon"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Studio Ghibli Project -->
<div class="col-lg-6">
<div class="row-cols-auto my-2 gx-0">
<div class="col p-0 m-2">
<div class="h-100 project-label">
<h3>STUDIO GHIBLI FILMS EXPLORER</h3>
</div>
</div>
<div class="col p-0 m-2 ">
<div class="row project-description p-2 gx-0">
<div class="col p-4">
<p class="project-description-text">This project uses the <a href="https://ghibliapi.herokuapp.com/">Studio Ghibli API</a>
and the <a href="https://www.ghibli.jp/works/red-turtle/">Studio Ghibli Free Movie Image
Resource</a> Studio Ghibli Free Movie Image
Resource to to dynamically display images and descriptions about each of Studio Ghibi's beautiful animated films. Javascript is used
populate cards with a random image from each film. I used Boostrap and CSS to design a custom responsive layout. This project features a button that will display a random image from each film.</p>
</div>
<div class="flex-column d-flex justify-content-end">
<div class="row justify-content-evenly">
<div class="col"> <a href="https://jonahtabb.github.io/api_challenge_1/" target="_blank"><img
src="assets\wbpage v2.svg" alt="View Project Webpage" class="project-icon"> </a>
</div>
<div class="col"> <button class="preview-project project-icon" data-bs-container="body"
data-bs-toggle="popover" data-bs-placement="auto" data-bs-html="true"
data-bs-content="<img src ='assets\ghibli_app_thumbnail_2.png' width='100%'>"><img
src="assets\preview-project.svg" alt="View Project Webpage">
</button>
</div>
<div class="col">
<a href="https://github.com/jonahtabb/api_challenge_1" target="_blank"><img
src="assets\github.svg" alt="View Project Github Page" class="project-icon"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Yum App -->
<div class="col-lg-6">
<div class="row-cols-auto my-2 gx-0">
<div class="col p-0 m-2">
<div class="h-100 project-label">
<h3>Yum App</h3>
</div>
</div>
<div class="col p-0 m-2 ">
<div class="row project-description p-2 gx-0">
<div class="col p-4">
<p class="project-description-text">This project uses the <a href="https://www.edamam.com/">Edaman Api</a>
to provide a list of recipes that is searchable by one or many ingredients. </p>
<strong>Features include:</strong>
<ul>
<li>Registration / Login</li>
<li>Recipe search by one or multiple ingredients</li>
<li>Add or remove recipes from your personal cookbook</li>
<li>Add notes about your saved recipes</li>
<li>This app utilizes React, JavaScript, HTML, CSS, and Material-UI</li>
</ul>
</div>
<div class="flex-column d-flex justify-content-end">
<div class="row justify-content-evenly">
<div class="col"> <a href="https://jtabb-yum-app.herokuapp.com/" target="_blank"><img
src="assets\wbpage v2.svg" alt="View Project Webpage" class="project-icon"> </a>
</div>
<div class="col"> <button class="preview-project project-icon" data-bs-container="body"
data-bs-toggle="popover" data-bs-placement="auto" data-bs-html="true"
data-bs-content="<img src ='assets\yum_app_screenshot.png' width='100%'>"><img
src="assets\preview-project.svg" alt="Preview Project Webpage">
</button>
</div>
<div class="col">
<a href="https://github.com/jonahtabb/yum-client" target="_blank"><img
src="assets\github.svg" alt="View Project Github Page" class="project-icon"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Community Compost Project -->
<div class="col-lg-6">
<div class="row-cols-auto my-2 gx-0">
<div class="col p-0 m-2">
<div class="h-100 project-label">
<h3>Community Compost App</h3>
</div>
</div>
<div class="col p-0 m-2 ">
<div class="row project-description p-2 gx-0">
<div class="col p-4">
<p class="project-description-text">A full stack, fully responsive React App that provides community groups a way to manage groups for door-to-door household compost pickups. </p>
<strong>Features include:</strong>
<ul>
<li>Single page app with routing using react-router</li>
<li>Login / Logout / Register</li>
<li>Token based authentication</li>
<li>REST API with full CRUD interaction between client and server</li>
<li>Tech stack includes React, Typescript, React-Router, Node, CSS, JSX, PostgresSQL, JSON Web Token</li>
</ul>
</div>
<div class="flex-column d-flex justify-content-end">
<div class="row justify-content-evenly">
<div class="col"> <a href="https://jtabb-community-compost.herokuapp.com/" target="_blank"><img
src="assets\wbpage v2.svg" alt="View Project Webpage" class="project-icon"> </a>
</div>
<div class="col"> <button class="preview-project project-icon" data-bs-container="body"
data-bs-toggle="popover" data-bs-placement="auto" data-bs-html="true"
data-bs-content="<img src ='assets\community_compost_thumbnail.png' width='100%'>"><img
src="assets\preview-project.svg" alt="Preview Project Webpage">
</button>
</div>
<div class="col">
<a href="https://github.com/jonahtabb/community_compost_client" target="_blank"><img
src="assets\github.svg" alt="View Project Github Page" class="project-icon"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Other Projects
<div class="col-lg-6">
<div class="row-cols-auto my-2 gx-0">
<div class="col p-0 m-2">
<div class="h-100 project-label">
<h3>Other Projects</h3>
</div>
</div>
<div class="col p-0 m-2">
<div class="row project-description p-2 h-100 gx-0" id="other-projects">
<div class="col">
<ul>
<li>
<a href="https://jonahtabb.github.io/static_layout/" target="_blank">Static
Website Layout</a>
</li>
<li>
<a href="https://codepen.io/dafka11/full/zYNvPWG" target="_blank">CSS
Creature</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--Resume-->
<!-- <button type="button" class="btn btn-success"></button> -->
<!-- Experience -->
<div class="section-top-pad-adjust" id="experience">
<h3 class="py-3">Experience</h3>
<h3>
<a target="_blank" class="text-center text-success" href="./assets/jonah_tabb_resume.pdf">View My Resume</a>
</h3>
<!-- Github Contributions -->
<!-- More about the GitHub chart Api here: https://github.com/2016rshah/githubchart-api -->
<!-- The number in the url is simply a hex color that make the base color for the chart. -->
<h4 class="py-3" id="git-hub-activity">GitHub Contributions (2020 - 2021)</h4>
<a href="https://github.com/jonahtabb" target="_blank"><img src="http://ghchart.rshah.org/307d46/jonahtabb"
alt="jonahtabb's Github chart" width="100%"></a>
<hr>
</div>
<!-- Thoughts -->
<!-- <div class="section-top-pad-adjust mb-3" id="thoughts">
<h3 class="py-3">Thoughts</h3>
<div class="accordion" id="accordionPanelsStayOpenExample">
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true"
aria-controls="panelsStayOpen-collapseOne">
🥕Farming and Functions👨💻
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse show"
aria-labelledby="panelsStayOpen-headingOne">
<div class="accordion-body">
With over 15 years as an organic vegetable farmer, you may wonder what brings me out of
the dirt and into the world of software development. Developing systems for managing
complex sets of data is a key part of farming, and over the years I’ve put much thought into improving these systems, and event built custom
databases for crop management.<br><br>
During one season at the farm, we grow over 100 varieties of vegetables, herbs, and
flowers. Each variety has a unique set of attributes, needs, and functions. Take for
instance - timeToMaturity, nutrientInputs, waterRequirements, and optimalSunlight. Growing food is powered by a complex
system impacted by weather, demand, costs, soil. Coding and farming have a lot in common -they both involve finding ways to solve to an ever-evolving array of problems.
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
<!-- Footer -->
<footer class="container-flex footer-container mt-4 pt-3">
<p class="footer-text">Jonah Tabb</p>
</footer>
<!-- Contact Form -->
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvas-label">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvas-label">Contact</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<form action="https://formspree.io/f/mgeregya" method="POST">
<div class="form-floating my-2">
<input type="text" name="_name" class="form-control" id="name" placeholder="Full Name">
<label for="name">Name</label>
</div>
<div class="form-floating my-2">
<input type="email" name="_replyto" class="form-control" id="email" placeholder="[email protected]">
<label for="email">Email address</label>
</div>
<div class="form-floating my-2">
<textarea name="message" class="form-control" placeholder="message" id="message"
style="height: 200px"></textarea>
<label for="message">Message</label>
</div>
<button class="btn btn-success my-2" type="submit" data-bs-toggle="offcanvas" href="#" role="button">Send
Message</button>
</form>
</div>
</div>
<!-- Bootstrap Javascript Required Code-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<!-- Index.js -->
<script src="index.js"></script>
</body>
</html>