-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (105 loc) · 3.12 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="Just a scrub codeing student">
<title>🤷 Joshua's Personal Site </title>
</head>
<body>
<table cellspacing="20">
<tbody>
<td><img src="Images/JS-profile2.png" alt="profile picture"></td>
<td>
<table cellspacing="7">
<td>
<h1>Joshua S. Stuart</h1>
</td>
<tr>
<td><em> Former WoW junky and <strong>Still</strong> the best singer in his family.</em></td>
</tr>
<tr>
<td><strong>So Strong! So Brave! Simpley Stunding💎💎💎!</strong></td>
</tr>
<tr>
<td>I have a <em> Lovely <strong>BBBAbby</strong></em> 👶 named <strong>Charles</strong>, and we Sing silly songs together</td>
</tr>
</table>
</td>
</tbody>
</table>
<hr size="3" noshade />
<h3> Books and Teaching</h3>
<ul>
<li>Udamy: <a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">The Complete 2022 Web Development Bootcamp</a></li>
<li>Certifications</li>
<ul>
<li> <a
href="https://info.trainace.com/official-comptia-a-plus-network-plus-training/-0?utm_source=adwords&utm_medium=ppc&utm_term=a%2B%20certification&utm_campaign=Security%2B&hsa_cam=14891646472&hsa_mt=e&hsa_ver=3&hsa_src=g&hsa_ad=551110437024&hsa_net=adwords&hsa_tgt=kwd-11258373&hsa_acc=6054408867&hsa_grp=132096542870&hsa_kw=a%2B%20certification&gclid=CjwKCAiAs92MBhAXEiwAXTi250QtDeEMClWVtrsG485oUNHxCJmQjv0uWKXpbT4GQ6WbJny4YBSYSxoCiS0QAvD_BwE">Comptia
A+, 2020</a></li>
<li>Network+, 2021</li>
</ul>
<li>AA degreeen From <a href="https://www.umgc.edu/">UMGC</a> </li>
<li>Fatherhood</li>
</ul>
<hr noshade>
<h3>Work Experence</h3>
<p> </p>
<table border="1">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>March 2020 to Dec 2021</td>
<td>IT Technition</td>
</tr>
<tr>
<td>Aug 2014 to Oct 2019</td>
<td>Resturant work</td>
</tr>
</tbody>
</table>
<hr noshade>
<h3>Skills</h3>
<table border="1">
<tr>
<td>
<table cellspacing="10">
<tr>
<td>html</td>
<td>🥑🥑🥑🥑</td>
</tr>
<tr>
<td>Java Script</td>
<td>🥑🥑</td>
</tr>
<tr>
<td>CSS</td>
<td>🥑🥑🥑</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Whiskey Taster</td>
<td>🥃🥃🥃🥃</td>
</tr>
<tr>
<td>Baby butt Whiper</td>
<td>💩💩💩</td>
</tr>
<tr>
<td>Carrot emoji, 🤷🏻♂️</td>
<td>🥕🥕🥕</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<p> <strong><a href="hobbies.html">My Hobbies</a></strong> </p>
<p> <strong> Hey, Looking for me? <a href="contactme.html">Here!</a> </strong></p>
</body>
</html>