-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (91 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Matt's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="FB_IMG_1677481663214.jpg" alt="Error" height="250" width="250"></td>
<td><h1>Mathew Still</h1>
<p><em>Welder and aspiring programmer.</em></p>
<p>I am a self-taught welder, proficient in many processes. I spend a lot of my free time in the gym.<br>
I love cars, coffee, and programming</p></td>
</tr>
</table>
<hr>
<h3>Education and Learning</h3>
<ul>
<li>Carthage High School</li>
<li>Some college at Pittsburg State University</li>
<li>App brewery 100 days of python bootcamp (Udemy)</li>
<li>Django Masterclass by Ashutosh Pawar (Udemy)</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017 - 2019</td>
<td>Grinder at Monett Metals</td>
</tr>
<tr>
<td>2019 - 2020</td>
<td>TIG Welder and Robot Operator at Modine Manufacturing</td>
</tr>
<tr>
<td>2020 - 2021</td>
<td>Casting Repair with MIG Welding at Monett Metals</td>
</tr>
<tr>
<td>2021 - present</td>
<td>TIG Welder and Robot Operator at Modine Manufacturing</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<thead>
<tr>
<td><strong>Skill</strong></td>
<td><strong>Proficiency Level</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>TIG Welding</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MIG Welding</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Django</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Ruby</td>
<td>⭐⭐</td>
</tr>
</tbody>
</table>
<hr>
<h3><a href="hobbies.html">My Hobbies</a></h3>
<h3><a href="contact.html">Contact Me</a> </h3>
</body>
</html>