-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (58 loc) · 1.81 KB
/
index.html
File metadata and controls
59 lines (58 loc) · 1.81 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jacob's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="images\jacobHinkle_profile.jpg" alt="Jacob Hinkle picture">
</td>
<td>
<h1>Jacob Hinkle</h1>
<p><em><a href="//www.linkedin.com/in/jacob-hinkle-8a920552">Senior Security Engineer</a></em></p>
<p>Responsible for the security of multiple MSSP clients and their data.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>BS in Computer Science, <a href="https://www.utoledo.edu/">University of Toledo</a></li>
<li>AA in Information Technology, University of Phoenix</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Lead Developer</td>
</tr>
<tr>
<td>2012-2020</td>
<td>Daddy dude</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<table cellspacing="10">
<tr><td><h3>Skills</h3></td></tr>
<tr><td>Python *****</td><td>Vuln Scan ****</td></tr>
<tr><td>Analyst *****</td><td>Awesome ****</td></tr>
</table>
<hr>
<h3><a href="hobbies.html">My Hobbies</a> </h3>
<h2><a href="contact.html">Contact Me</a> </h2>
</body>
</html>