-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (101 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Anthony Garrett's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="me.jpg" height="150" />
</td>
<td>
<h1>Anthony Garrett</h1>
<p>
<em>Information Technology Professional</em>
</p>
<p>
I program, network, and maintain computer hardware, software applications and web sites. I am versed in Visual Basic, Java, HTML, Javascript, Rust, and have a strong knowledge of object oriented programming practices.
</p>
<p>
I have completed the first semester of cisco's CCNA networking coursework.
</p>
<p>
I am an <a href="Aplus.JPG">A+ certified PC technician</a>.
</p>
<p>
I am a major proponent of the <a href="https://www.facebook.com/FreeOpenSourceSingularity/"> Free Open Source Singularity</a>
</p>
</td>
</tr>
</table>
<hr />
<h3>Education</h3>
<table cellspacing="3" cellpadding="3">
<tr>
<th> Date </th>
<th> School </th>
<th> Degree </th>
</tr>
<tr>
<td> 2004 - 2008 </td>
<td> Montachusett Regional Vocational Technical High School </td>
<td> Diploma and Information Technology trade certificate </td>
</tr>
<tr>
<td> 2011 - 2017 </td>
<td> Mount Wachusett Community College </td>
<td> Computer Information Systems Associates Degree </td>
</tr>
</table>
<hr/>
<h3>Skills</h3>
<table>
<tr>
<td>
Visual Basic
</td>
<td>
⭐⭐
</td>
</tr>
<tr>
<td>
Java
</td>
<td>
⭐⭐⭐
</td>
</tr>
<tr>
<td>
HTML(5)
</td>
<td>
⭐⭐⭐⭐
</td>
</tr>
<tr>
<td>
Rust
</td>
<td>
⭐⭐⭐
</td>
</tr>
<tr>
<td>
Object Oriented Programming
</td>
<td>
⭐⭐⭐⭐
</td>
</tr>
</table>
<hr />
<h3><a href="Hobbies.html"> My Hobbies</a></h3>
<h3><a href="contactme.html">Contact Me</a></h3>
</body>
</html>