-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (475 loc) · 17.8 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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!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" />
<title>Chip Long's Portfolio</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<!-- favicon (generated at: https://www.favicon-generator.org/ )-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<!-- Styles -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<!-- Mobile first stylesheet -->
<link rel="stylesheet" href="./assets/css/mobileFirstStyle.css" />
</head>
<body>
<header>
<section class="logo">
<img
id="headshot"
src="./assets/images/headshot_small.JPG"
alt="head shot"
/>
<h1>Lawrence A Long III (Chip)</h1>
</section>
<nav>
<a href="#aboutMe">About Me</a>
<div class="bar"></div>
<a href="#myWork">My Work</a>
<div class="bar"></div>
<a href="#contactMe">Contact Me</a>
<div class="bar"></div>
<a
href="./assets/images/Resume - Lawrence Long III (2021).pdf"
target="_blank"
>Resume</a
>
</nav>
</header>
<main>
<!-- Hero section - only displays on tablet and above -->
<section class="hero">
<p>
"<strong>Hard work beats talent if talent doesn’t work hard.</strong
>"<br />
- Tim Notke
</p>
</section>
<!-- About Me section -->
<!-- Format this section's content as it is expected to display. There is no further css expected. -->
<section id="aboutMe" class="primary container aboutMe">
<section class="heading container">
<h2>About Me</h2>
<div class="bar"></div>
</section>
<section class="content">
<p>
Hello! My name is Chip Long. I have been working as a manual
software quality assurance engineer for the past 12 years. I started
that career working at a third party testing house so I was able to
test a very wide variety of software. Everything from games, to
websites, to security programs. I have also worked briefly in the
insurance world, but mostly the last several years have been working
in FinTech on mobile banking solutions.
</p>
<p>
I currently feel I have reached about as far as I can go in the
manual test world. I have good skills at creating test plans and
writing test cases. Although I have helped set up automation testing
for a couple of the products I have worked on, I have very little
actual automation experience. I have fixed this problem by enrolling
in the DU coding boot camp. This has taught me not only automation
but also the full stack development. I am ready now to accept a
position that is either going to be testing and/or developing a
fullstack website.
</p>
</section>
</section>
<section id="mySkills" class="primary container aboutMe mySkills">
<section class="heading container">
<h2>My Skills</h2>
<div class="bar"></div>
</section>
<section class="content">
<p>
Here are is a list of some of the libraries and frameworks I've
learned and focus on:
</p>
<p class="container">
<img
src="https://img.icons8.com/color/48/000000/html-5--v1.png"
alt="HTML"
title="HTML"
/>
<img
src="https://img.icons8.com/color/64/000000/css3.png"
alt="CSS3"
title="CSS3"
/>
<img
src="https://img.icons8.com/color/48/000000/javascript--v1.png"
alt="JavaScript"
title="JavaScript"
/>
<img
src="https://img.icons8.com/color/48/000000/react-native.png"
alt="React JS"
title="React JS"
/>
<img
src="https://img.icons8.com/color/48/000000/react-native.png"
alt="React Native"
title="React Native"
/>
<img
src="https://img.icons8.com/color/48/000000/nodejs.png"
alt="NodeJS"
title="NodeJS"
/>
<img
src="https://img.icons8.com/color/48/000000/apollo.png"
alt="Apollo Server"
title="Apollo Server"
/>
<img
src="https://img.icons8.com/color/48/000000/graphql.png"
alt="GraphQL"
title="GraphQL"
/>
<img
src="https://img.icons8.com/color/48/000000/mysql-logo.png"
alt="MySQL"
title="MySQL"
/>
<img
src="https://img.icons8.com/color/48/000000/mongodb.png"
alt="MongoDB"
title="MongoDB"
/>
</p>
<p class="info-text">
<span title="Icons are from https://icons8.com/">
Icons are from
<a href="https://icons8.com/">https://icons8.com/</a></span
>
</p>
</section>
</section>
<!-- Project section -->
<!-- Don't forget to specify the project name and types -->
<section id="myWork" class="primary container myWork">
<section class="heading container">
<h2>My Work</h2>
<div class="bar"></div>
</section>
<section class="content container">
<div title="Shop-A-Lot" class="project">
<figure>
<!-- images -->
<img
src="./assets/images/shopalot/homepage(logged_out).jpg"
alt="Shop-A-Lot e-commerce site"
data-repeat="true"
data-show-0="./assets/images/shopalot/homepage(logged_out).jpg"
data-show-1="./assets/images/shopalot/signup.jpg"
data-show-2="./assets/images/shopalot/login.jpg"
data-show-3="./assets/images/shopalot/homepage(logged_in).jpg"
data-show-4="./assets/images/shopalot/category.jpg"
data-show-5="./assets/images/shopalot/product.jpg"
data-show-6="./assets/images/shopalot/cart.jpg"
data-show-7="./assets/images/shopalot/backpack.jpg"
/>
<figcaption>
<div class="captionText">
<p>
Buy all of your adventuring needs in the Amazon like
adventure shop!
</p>
<div class="links container">
<div class="github">
<a
title="https://github.com/Chip-L/shop-a-lot"
href="https://github.com/Chip-L/shop-a-lot"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://shop-a-lot.herokuapp.com/"
href="https://shop-a-lot.herokuapp.com/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
</div>
</figcaption>
</figure>
<!-- project details -->
<div class="img-text">
<p class="project-name">Shop-A-Lot</p>
<p class="technologies">
CSS, Javascript, NodeJS, Express, Sequelize, Handlebars, bCrypt,
NodeMail, Group Project
</p>
</div>
</div>
<div title="code quiz" class="project">
<!-- images -->
<figure>
<img
src="./assets/images/jsCodeQuiz/OpeningScreenScreenshot.jpg"
alt="Javascript Code Quiz webpage image"
data-repeat="true"
data-show-0="./assets/images/jsCodeQuiz/OpeningScreenScreenshot.jpg"
data-show-1="./assets/images/jsCodeQuiz/JSQuizScreenshot.jpg"
data-show-2="./assets/images/jsCodeQuiz/GameOverScreenshot.jpg"
data-show-3="./assets/images/jsCodeQuiz/HighScoresScreenshot.jpg"
/>
<figcaption>
<div class="captionText">
<p>Test your knowledge of Javascript!</p>
<div class="links container">
<div class="github">
<a
title="https://github.com/Chip-L/jsCodeQuiz"
href="https://github.com/Chip-L/jsCodeQuiz"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://chip-l.github.io/jsCodeQuiz/"
href="https://chip-l.github.io/jsCodeQuiz/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
</div>
</figcaption>
</figure>
<!-- project details -->
<div class="img-text">
<p class="project-name">Javascript Code Quiz</p>
<p class="technologies">CSS, Javascript</p>
</div>
</div>
<div title="Joke Trivia" class="project">
<!-- images -->
<figure>
<img
src="./assets/images/JokeTrivia/joke-trivia-still.jpg"
data-gif="true"
data-still="./assets/images/JokeTrivia/joke-trivia-still.jpg"
data-active="./assets/images/JokeTrivia/joke-trivia-demo.gif"
alt="Joke Trivia webpage image"
/>
<figcaption>
<div class="captionText">
<p>
Do you like Trivia? How about jokes? Test your knowledge on
both using this fun quiz program!
</p>
<div class="links container">
<div class="github">
<a
title="https://github.com/Chip-L/jokeTrivia/"
href="https://github.com/Chip-L/jokeTrivia/"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://chip-l.github.io/jokeTrivia/"
href="https://chip-l.github.io/jokeTrivia/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
</div>
</figcaption>
</figure>
<!-- project details -->
<div class="img-text">
<p class="project-name">Joke Trivia</p>
<p class="technologies">jQuery, Bootstrap, API, Group Project</p>
</div>
</div>
<div title="Weather Dashboard" class="project">
<figure>
<img
src="./assets/images/weatherDashboard.jpg"
alt="Weather Dashboard webpage image"
/>
<figcaption>
<div class="captionText">
<p>
Get a weather dashboard that displays the current weather
and the next 5 day forecast.
</p>
<div class="links container">
<p>HTML version:</p>
<div class="github">
<a
title="https://github.com/Chip-L/weatherDashboard/"
href="https://github.com/Chip-L/weatherDashboard/"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://chip-l.github.io/weatherDashboard/"
href="https://chip-l.github.io/weatherDashboard/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
<div class="links container">
<p>React version:</p>
<div class="github">
<a
title="https://github.com/Chip-L/weather-dashboard-react"
href="https://github.com/Chip-L/weather-dashboard-react"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://chip-l.github.io/weather-dashboard-react/"
href="https://chip-l.github.io/weather-dashboard-react/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
</div>
</figcaption>
</figure>
<div class="img-text">
<p class="project-name">Weather Dashboard</p>
<p class="technologies">jQuery, Bootstrap, API</p>
<p class="technologies">React, Styled-Components, API</p>
</div>
</div>
<div title="match game" class="project">
<figure>
<img
src="./assets/images/MatchGame.jpg"
alt="Match Game webpage image"
/>
<figcaption>
<div class="captionText">
<p>Test your memory in this matching game!</p>
<div class="links container">
<div class="github">
<a
title="https://github.com/Chip-L/Match_Game"
href="https://github.com/Chip-L/Match_Game"
target="_blank"
rel="noopener"
>
See the repository!
</a>
</div>
<div class="web">
<a
title="https://chip-l.github.io/Match_Game/"
href="https://chip-l.github.io/Match_Game/"
target="_blank"
rel="noopener"
>
See it live!
</a>
</div>
</div>
</div>
</figcaption>
</figure>
<div class="img-text">
<p class="project-name">Match Game</p>
<p class="technologies">Javascript</p>
</div>
</div>
</section>
</section>
<!-- This is Contact Me section -->
<section id="contactMe" class="primary container contactMe">
<section class="heading container">
<h2>Contact Me</h2>
<div class="bar"></div>
</section>
<section class="content container">
<ul class="container">
<li>
<label for="phone">Phone:</label>
<a id="phone" href="tel:7202894751">720-289-4751</a>
</li>
<li>
<label for="email">Email:</label>
<a id="email" href="#">[email protected]</a>
</li>
<li>
<label for="github"> Github:</label>
<a
id="github"
href="https://github.com/Chip-L/"
target="_blank"
rel="noopener"
>Chip-L</a
>
</li>
<li>
<label for="linkedIn">Linked In:</label>
<a
id="linkedIn"
href="https://www.linkedin.com/in/chiplong1/"
target="_blank"
rel="noopener"
>chiplong1</a
>
</li>
</ul>
</section>
</section>
</main>
<!-- No footer included at this time -->
<!-- - - - - - - - - - Scripts - - - - - - - - - -->
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<!-- My script -->
<script src="./assets/js/script.js"></script>
</body>
</html>