-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (65 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"
<title>John"s Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Headshot.png" alt="John W Fisher Image"></td>
<td><h1>John W. Fisher</h1>
<p><em>Founder <strong><a href="https://mainstmap.com">Main Street Marketing</a></strong>.</em></p>
<p>I am super duper web developer in training!</p></td>
</tr>
</table>
<br>
<table>
<hr>
<h3>Education</h3>
<ul>
<li><a href="https://Lamaruniverstiy.edu">Lamar University </a></li>
<li><a href="https://liberty.edu">Liberty University</a> </a></li>
</ul>
<a href="hobbies.html">My Hobbies</a>
<hr>
<a href="contact.html">My Contact Info</a>
<hr>
<thead>
<tr>
<th ><h3>Work Experience</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td>1995-Present</td>
<td>Was busy working at being awesome</td>
</tr>
<td>1992</td>
<td>West Brook High Graduate</td>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Marketing Strategy</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Developing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
</table>
</body>
</html>