-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (92 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Brian's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tbody>
<tr>
<td><img src="images\Brian.jpg" width=200 height=200 alt="Brian's Profile Picture"></td>
<td><h1>Brian Williams</h1>
<p><em>Founder and Owner Of <strong><a href="http://www.blwconsultant.com">BLW Consultant</a></strong>. <br>
Network Consultant for <strong><a href="https://www.nfptax.com">Navigator Financial</a></strong>.</em></p>
<p>I founded BLW Consultant as a Self Employment Entity for the consulting work I do for Navigator Financial and other Companies
that need Computer Network Releated Services. <br>I also use the Entity as a Tax Preperation Business as well.</p></td>
</tr>
</tbody>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Associate in Applied Science: Network Administration at <a href="https://www.icc.edu">Illinois Central College</a></li>
<li>Bachelors in Applied Science: Computer Studies in Networking at <a href="https://www.robertmorris.edu">Robert Morris University</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2016-Present</td>
<td>Network Consultant at BLW Consultant for Navigator Financial</td>
</tr>
<tr>
<td>2014-2016</td>
<td>Tech Support and Network Administration at NTS Service Corp</td>
</tr>
<tr>
<td>2012-2013</td>
<td>Help Desk Support at Robert Morris University</td>
</tr>
<tr>
<td>2010-2011</td>
<td>Lab Monitor at Illinois Central College</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>Computer Building</td>
<td>★★★★☆</td>
</tr>
<tr>
<td>Computer Networking</td>
<td>★★★★☆</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Computer Programming</td>
<td>★★☆☆☆</td>
</tr>
<tr>
<td>Web Devlopment</td>
<td>★★☆☆☆</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contactme.html">Contact Me</a>
</body>
</html>