-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
496 lines (466 loc) · 26.9 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
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TYREGK2T5E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TYREGK2T5E');
</script>
<!-- End Google tag (gtag.js) -->
<title>github.io | kiddjsh</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin External CSS & Javascript Stylesheets -->
<link rel="stylesheet" type="text/css" href="design.css">
<script type="text/javascript" src="function.js"></script>
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="~/lib/Font-Awesome/css/fontawesome.min.css">
<link rel="stylesheet" href="~/lib/Font-Awesome/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.0.5/css/all.min.css">
<!-- Fork Awesome Icons -->
<link rel="stylesheet" href="~/lib/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.1.6/css/fork-awesome.css"
integrity="sha256-kdV2mkChqt3z0hO8yZH5Aj+rDViItN8n9iu91TAPjlA=" crossorigin="anonymous" />
<!-- Personal Font Awesome Kit -->
<script src="https://kit.fontawesome.com/1df1022d2c.js" crossorigin="anonymous"></script>
<!-- Begin CSS Style -->
<style></style>
<!-- End CSS Style -->
<!-- Google Adsense tag -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8192989250759443"
crossorigin="anonymous"></script>
<!-- End Google Adsense tag -->
</head>
<!-- Begin HTML Style -->
<body>
<!-- Hambuger Menu -->
<nav class="hamburger-menu" id="hamMenu">
<input type="checkbox" aria-label="checkbox" id="menu__toggle">
<label class="menu__btn" for="menu__toggle">
<span>
</span>
</label>
<div class="menu__box">
<ul>
<li><a class="menu__item" href="#mlink" onclick="closeNav()">Main</a></li>
<li><a class="menu__item" href="#plink" onclick="closeNav()">Portfolio</a></li>
<li><a class="menu__item" href="#alink" onclick="closeNav()">About</a></li>
<li><a class="menu__item" href="#clink" onclick="closeNav()">Contact Me</a></li>
<li><a class="menu__item" href="#slink" onclick="closeNav()">Social Media</a></li>
</ul>
</div>
</nav>
<div class="wrapper">
<div class="left">
<!-- End Hambuger Menu -->
<!-- Page Content -->
<div class="main padding-large" style="margin-left:10%">
<!-- Main -->
<header class="container center" style="padding:330px 90px" id="main">
<h1 class="jumbo" style="margin-left:15%" id="mlink">
<b>Joshua Kidder</b>
</h1>
<p class="" style="margin-left:10%">
Software Programmer and AWS Certified Cloud Practitioner.
</p>
<!-- Download Button / Auto width -->
<a href="../github.io/docs/JoshuaKidder_Resume.docx" download="JoshuaKidder_Resume.docx">
<button class="btn" style="margin-top:4%; margin-left:30%">
<i class="fa fa-download"></i>
Download Resume
</button>
</a>
</header>
<!-- Portfolio Section -->
<div class="padding-32 content" id="portfolio">
<h2 class="color" id="plink">portfolio.xyz</h2>
<hr class="opacity">
<!--
<button onclick="one()" style="margin-top:4%; margin-left:20%">Single Column</button>
<button onclick="two()" style="margin-top:4%; margin-left:20%">Double Column</button>
-->
<!-- Portfolio Grid -->
<div class="row">
<div class="column">
<p class="content"; id="gitlabel">github.io | web design
<a href="">
<button class="button1">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/github.io">
<img alt="github.io snippit" src="https://i.postimg.cc/J7Q5Dt8L/github-io.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="visual studio icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudiocode.svg" />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
<img alt="namecheap icon" height="23" width="23" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/namecheap.svg" />
<i class="fab fa-php"></i>
</span>
</div><br><br>
<p class="content"; id="dynamolabel">architectingDynamoDB
<a href="https://www.dropbox.com/scl/fi/tmc02rdbn2oiikdaf52wz/AWS-reStart-Architecting_Developing-with-Amazon-DynamoDB-utilizing-GitHub.odt?dl=0&rlkey=40qjth59bj3nmin373xu9ncoa">
<button class="button2">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/architectingDynamoDB">
<img alt="solution architect snippit" src="https://i.postimg.cc/pT4FF9C2/architecting-Dynamo-DB.jpg"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<i class="fab fa-aws"></i>
<i class="fa solid fa-cloud"></i>
<i class="fab fa-python"></i>
</span>
</div><br><br>
<p class="content"; id="eaterylabel">the eatery | android studio
<a href="https://www.dropbox.com/scl/fi/0pbwijxr9e7bjce9pr8to/CEIS320_Kidder_DesignBrief_WK8.docx?dl=0&rlkey=x02zkrf6v9hxsc5ffoy7xy3wy">
<button class="button3">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/TheEatery">
<img alt="tip calculator snippit" src="https://i.postimg.cc/668K6CkJ/the-Eatery.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="android studio icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/androidstudio.svg" />
<i class="fab fa-java"></i>
<i class="fa light fa-code"></i>
</span>
</div><br><br>
<p class="content"; id="treasurelabel">treasure cave | game design
<a href="https://www.dropbox.com/scl/fi/486ds2ljpli4lmy9ln4t0/Kidder_Game-Design-Document.docx?dl=0&rlkey=z1z1r77ezjrn16s72mhcgm64q">
<button class="button4">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/Treasure-Cave">
<img alt="treasure cave snippit" src="https://i.postimg.cc/YCRGrmB4/treasure-Cave.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="visual studio code icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudio.svg" />
<img alt="cplusplus icon" height="18" width="18" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/cplusplus.svg" />
</span>
</div>
</div>
<div class="column">
<p class="content"; id="insulinlabel">aws re/start | analyzingInsulin
<a href="https://www.dropbox.com/scl/fi/fultu7cl4z52wwj0jq4mo/118-Kidder_iLab_Preparing-to-Analyze-Insulin-with-Python.docx?dl=0&rlkey=5qa1gky3pql6ltddvpvrisinj">
<button class="button5">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/analyzingInsulin">
<img alt="insulin snippit" src="https://i.postimg.cc/bNxYCJcJ/analyzing-Insulin.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="visual studio code icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudiocode.svg" />
<i class="fab fa-python"></i>
</span>
</div><br><br>
<p class="content"; id="lamplabel">aws re/start | LAMP Stack
<a href="https://www.dropbox.com/scl/fi/jrva2cwi13n4tsydl3ues/173-Kidder_iLab_JAWS-Troubleshoot-Create-Instance-ACTIVITY.docx?dl=0&rlkey=x9cdt0cddx87gdlr2eugbtuwl">
<button class="button6">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://www.dropbox.com/scl/fi/jrva2cwi13n4tsydl3ues/173-Kidder_iLab_JAWS-Troubleshoot-Create-Instance-ACTIVITY.docx?dl=0&rlkey=x9cdt0cddx87gdlr2eugbtuwl">
<img alt="awslamp snippit" src="https://i.postimg.cc/g21xKgT3/amazon-Lamp-Instance.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-aws"></i>
<img alt="mariadb icon" height="20" width="15" margin-top="-6px" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/mariadb.svg" />
<i class="fab fa-ubuntu"></i>
<img alt="apache icon" height="15" width="15" margin-top="-4px" margin-left="2px" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/apache.svg" />
<i class="fab fa-php" margin-left="-3px"></i>
<img alt="gnubash icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/gnubash.svg" />
<img alt="json icon" height="14" width="14" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/json.svg" />
<i class="fab fa-linux"></i>
</span>
</div><br><br>
<p class="content"; id="cygwinlabel">cygwin web server
<a href="">
<button class="button7">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/cygwinTinyWebServer">
<img alt="cygwin snippit" src="https://i.postimg.cc/4ySR3kRM/cygwin-Web-Server.jpg"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="html5 icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudiocode.svg" />
<i class="fab fa-html5"></i>
<i class="fab fa-c"></i>
<img alt="azure icon" height="14" width="14" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/microsoftazure.svg" />
</span>
</div><br><br>
<p class="content"; id="puzzlelabel">o'hare kiosk | game design
<a href="https://www.dropbox.com/scl/fi/3a88o80z7fowr9nyrqymk/TeamC_GameProposalReport_WK8.docx?dl=0&rlkey=m4qwasccpdq9v8uetm42gvi8g">
<button class="button8">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/teamc-ohare/puzzle-of-puzzles-crossword">
<img alt="crossword snippit" src="https://i.postimg.cc/CxHZ26j6/crossword-About.jpg"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="visual studio code icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudiocode.svg" />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
</span>
</div><br><br>
<p class="content"; id="bubblelabel">bubblesCollide | game design
<a href="">
<button class="button9">
<img alt="file icon" height="20" width="25" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/files.svg" />
</button>
</a>
</p>
<a href="https://github.com/kiddjsh/bubblesCollide">
<img alt="game design snippit" src="https://i.postimg.cc/4xwZxG1n/bubbles-Collide.png"
class="thumbnail" style="width:100%">
</a>
<div class="icons">
<span class=""; id="groupone">
<i class="fab fa-github"></i>
<img alt="visual studio code icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/visualstudiocode.svg" />
<img alt="cplusplus icon" height="16" width="16" id="simpleicons"
src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/cplusplus.svg" />
</span>
</div><br><br>
</div>
<!-- End Portfolio Grid -->
<!-- End Portfolio Section -->
</div>
<!-- About Section -->
<div class="content" id="about">
<h2 class="color" id="alink" style="margin-top:10%">about.xyz</h2>
<hr class="opacity">
<p class="text">Joshua Kidder graduated from DeVry University, with a Bachelor of Science in Computer Information Systems,
Software Programming in April 2021; a graduate of Per Scholas & Amazon Testing & Certification through the AWS
re/Start program as a AWS Certified Cloud Practitioner (CCP); a graduate from Villanova University with a Master
Certificate in Software Testing emphasizing in Business Analysis, Software Testing and ISTQB; and also a graduate
from Fort Gordon Signal Center with a Technical Diploma as a Signal Support Systems Specialist, in roles as a
Level I System Administrator, and Information Manager. Joshua Kidder served in the United States Army from
2001-2005, receiving an Honorable Discharge, and graduated from DeVry University in April 2021 with Honors,
Magna Cum Laude, as well as a member of the National Society of Leadership & Success, Sigma Alpha Pi,
Presedential Membership; currently enrolled in the AWS re/Start Architecting (SA) course as an Amazon Graduate,
working towards the AWS Solutions Architect Certification.
</p>
<h2 class="color"; style="margin-top:10%">skills.xyz</h2>
<p class="text">Software Programming, Coding • EDI • ANSI X12 • SDLC • Visual Studio • C, C#, C++, OPP, .Net
• Visio • Agile Methodologies • Databases • SQL Server, MS SQL, SQLite, MariaDB • MS Access • Unix,
Linux (Kali Linux, Mageia, Ubuntu, Fedora, Debian) • MS Project • Project Management • MS Teams • STLC •
Software Testing • JIRA • Debugging • Rational Rose • ISTQB • Software Architecture • MS Azure • ERD
Diagrams • UML Diagrams • Technical Writing • IEEE 830 • OOAD Diagrams • Android Mobile Development •
Eclipse IDE • Visual Studio Code • Red Hat • VNC Server • XAMPP • Apache • PHPMyAdmin • MySQL • Cygwin •
Java • HTML5 • CSS • HDT • XML • Cisco Networking • Python • Xamarin • SyncFusion • XMAL • GitHub • Git
Bash • Collaboration • Slack • Front-End(UI) • Bash Scripting • Amazon Web Services • S3 • EC2 • VPC •
IAM • RDS • DynamoDB • IAM • Lambda • CloudFormation • Cloud9 • CloudWatch • Athena • Docker Image • ECS
• CloudTrail • SNS • Route 53 • Cisco Packet Tracer • AWS • AWS Certification • AWS Cloud • Cloud
Certification • Cloud Computing • Cloud Platform • Cloud Services • PHP • Back-End(SE) • Office 365 •
Windows 10 (& later) • Software Engineering • Nmap • MSF Venom • Metasploit • SQL Attack • DDOS Attack •
Network/Webkiller • Websploit • AutoCAD • Cisco Internetwork Operating Systems (IOS) • Network
Simulation • Cryptographic Computing • Cisco OSI Model • Cisco CLI • TCP/IP Model • Telnet • SSH •
Protocol Analyzers • FTP • Wireshark • Network Diagram • LAN Diagram • Rack Diagram • WSFTP • VTY • ARP
• STP & UTP • Switch & Router Configuration • SNMP Network Management • VLAN • NTP • LAN Bridges &
Repeaters • Agilent Advisor • OSPF • IPv4 & IPv6 Subnetting • IEEE Ethernet (802.3) • vsFTP
Configuration • TigerVNC • Static Network Configuration • DHCP Server & Client Configuration • Microsoft
Network Monitor • IPSec Configuration • Managing CA Certificate Templates • PowerShell CLI • Ettercap
(MitM) • ARP Spoofing • NETCAT • ZENMAP • Footprinting and Fingerprinting Networks • Metasploit •
Wrapping Malware • Httprecon • Fingerprinting Web Servers • Exploiting Google Dork Strings • SQLMAP •
Exploiting WIFI, WEP WPS • Aircrack-ng • Vistumbler • SNORT • IDS Systems • Manipulating IP to EVADE
IDS Systems • PEN Test • Level I System Administrator • Information Manager • GitKraken • GitFlow •
GitLens • Repository Fundamentals • Commits • Branches • Merging • Rebasing • Remotes • Forks • Pull
Requests • Stash • Squash • Cherry Picks • Git Hooks • LFS • Worktrees • Interactive Rebase • Submodules
• GitHub Student Developer Package • Full Stack Web Developer • Git Certified Specialist
</p>
</div>
<!-- Download Button / Auto width -->
<a href="../github.io/docs/JoshuaKidder___CV.pdf" download="JoshuaKidder___CV.pdf">
<button class="btn" style="margin-top:4%; margin-left:37%">
<i class="fa fa-download"></i>
Download CV
</button>
</a>
<!-- Reputation -->
<h2 class="color"; style="margin-top:20%">reputation.xyz</h2>
<img src="https://i.postimg.cc/Wz1kYxDb/Lee-Brostrom.jpg"
id="image1" alt="Avatar"
class="left margin-right"
style="width: 135px">
<p><span class="margin-right" id="span1">Lee Brostrom.</span>
DeVry University Faculty Instructor.</p>
<p2 class="text">Joshua did a great job in my Senior Project class at DeVry University.
He successfully built a project from the given specifications under difficult circumstances.
His solution was robust and met all the requirements. I recommend Joshua's work in his field
as he is a quick learner and a hard worker.
</p2><br><br><br><br><br>
<!-- End Reputation -->
<!-- Begin Certifications -->
<div class="certifications" id="cert">
<h2 class="color" id="certlink">certifications.xyz</h2>
</div>
<div class="gitkraken">
<a href="https://learn.gitkraken.com/certificates/qnjvjj3oqb" id="kraken">
<img src="https://i.postimg.cc/YSpqTDSR/gitkraken-White.png"
id="image4" alt="Avatar"
class="left"
style="width:135px">
</a>
<p><br>
<span class="margin-right">Foundations of Git by GitKraken.</span>
Git Certified Specialist.
</p>
<p class="text">Cert ID: qnjvjj3oqb. Issued: 06DEC2022 Expires: No expiry date</p><br>
</div>
<div class="credly" padding-top="20px">
<a href="https://www.credly.com/badges/04e873c6-649e-4a36-9fea-9f6dd4d5ee6c?source=linked_in_profile" id="certified">
<img src="https://i.postimg.cc/Sx7WgLRs/aws-Certified.png"
id="image2" alt="Avatar"
class="left"
style="width:135px">
</a>
<p><br>
<span class="margin-right">AWS Training & Certification.</span>
AWS Certified Cloud Practitioner.
</p>
<p class="text">Validation Number Q8BLTC9DM24E1JCD; Expires FEB 2025</p><br>
<a href="https://www.credly.com/badges/8174af56-46e1-4614-bb69-6b7201678567?source=linked_in_profile" id="certified">
<img src="https://i.postimg.cc/L6mJRbf9/aws-Graduate.png"
id="image3" alt="Avatar"
class="left margin-right"
style="width:135px">
</a>
<p>
<span class="margin-right">AWS re/Start.</span>
Graduate 2022.
</p>
<p class="text"></p>
</div>
<!-- End Certifications -->
<!-- Contact Section -->
<div class="content" id="contact" style="margin-top:15%">
<h2 class="color" id="clink">contact.xyz</h2>
<hr class="opacity">
<div class="section">
<p><i class="fa fa-map-marker fa-2x fa-fw" style="color:gray"></i> Xenia, OH</p>
<p><i class="fa fa-phone fa-2x fa-fw" style="color:gray"></i> Phone: +1 314.814.6628</p>
<p><i class="fa fa-envelope fa-2x fa-fw" style="color:gray"> </i> Email: development@kiddjsh.xyz</p>
</div>
<!-- Location/Map Image -->
<img alt="map of xenia" src="https://i.postimg.cc/T2JcGqMT/mapXenia.png" id="image3" class="image greyscale" style="width:100%;margin:32px 0">
<div class="container">
<p>For Full Stack Development and/or Cloud Services, Send me a message:</p>
<form method="POST" action="mail.php" id="contact-form">
<label for="name">Name:</label>
<input name="name" type="text" id="name" placeholder="Your name.." required>
<label for="email">Email:</label>
<input name="email" type="email" id="email" placeholder="Your email.." required>
<label for="subject">Subject:</label>
<input name="subject" type="text" id="subject" placeholder="Subject.." required>
<label for="message">Message:</label>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Your inquiry..." required></textarea>
<button class="btn" style="margin-top:0%; margin-left:35%" name="sendflag" type="submit" value="send">
<i class="fa fa-send-o">
</i> SEND MESSAGE
</button>
</form>
</div>
<!-- End Contact Section -->
<!-- Footer -->
<footer class="content" style="margin-top:10%; margin-left:39%" id="footer">
<a href="https://github.com/kiddjsh">
<i class="center fa fa-github fa-3x  "></i>
</a>
<a href="https://www.linkedin.com/in/kiddjsh">
<i class="center fa fa-linkedin fa-3x"></i>
</a>
</footer>
<!-- End footer -->
</div>
<!-- End About Section -->
<div class="container">
<p class="medium" id="slink" style="margin-top:3%; margin-left:29%">Powered by
<a href="https://github.com/" target="_blank" id="gitlink" rel="noopener">GitHub</a> and
<a href="https://www.namecheap.com/" target="_blank" id="namelink" rel="noopener">namecheap</a>.
</p>
</div>
<p class="text" style="margin-top:0%; margin-left:27%">
© 2022 - 2024 kiddjsh.xyz. All rights reserved
</p>
<!-- END PAGE CONTENT -->
</div>
</div>
<div class="right"></div>
</div>
<!-- Begin Controllable Grid View script.js -->
<script></script>
<!-- End Controllable Grid View script.js -->
</body>
<!-- End HTML Style -->
</html>