-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
99 lines (81 loc) · 3.43 KB
/
Index.html
File metadata and controls
99 lines (81 loc) · 3.43 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Anthony's Personal Site</title>
</head>
<!.. Comment statment for to get an image from aon line source <img src="https://www.bing.com/profile/t not found" />
<body>
<table>
<tr>
<td>
<img src="ampic1.jpg" alt="A picture from this device">
</td>
<td>
<h1>Anthony Gibson Sr </h1>
<p><i>Contact person's abilities :<strong>Senior Matheician</strong> , Programmer, and Plumber</i></p>
</td>
</tr>
<tr>
</table>
<hr>
<p> Presently, I have retired and I was a facility manager for the Hazardous Waste Research Center at the Engineer Research and Development Center (ERDC). My other duties as assign included functions as computer security offices for over 80
computers. I was the first level of security for the center for both physical and automation operations.</p>
<h3>EDUCATION:</h3>
<li>EDUCATION:<a href="https://www.asurams.edu/"><strong>Albany State University</strong>,</a> Albany, Georgia, Bachelor of Arts Degree in Mathematics,</li>
<li> June 1975, Minor Computer Science, <a href="https://ssb-prod.ec.jsums.edu/pls/PROD/twbkwbis.P_GenMenu?name=homepage"> <strong>Jackson state University</strong>,</a>
Jackson, Mississippi, </li>
<li>( 9 hours to complete Master Degree in Computer Science, June 1999) </li>
<br />
<!.. line BREAK ..>
<!.. call next page ..>
<a href="hobbies.html"><strong>My Hobbies</strong></a>
<br />
<!.. line return ..>
<!.. contact me info a call to another page>
<a href="contact.html"><strong>Contact Help</strong></a>
<hr>
<a Download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf"> download Cheatsheet</a>
<br />
<!.. Download will only down load from my wed site only..>
<br />
<h2<strong>Work Experience</strong></h2>
<br />
</br />
<table border="1">
<!.. 3 rows and 2 (colums) data ..>
<tr>
<!.. row 1 ..>
<thead>
<strong>Dates................................................ </strong>
<strong>Work</strong>
</thead>
</tr>
<tr>
<td>
December 1985 - December 2003: <!.. data 1>
</td>
<td>
I was the Automatic Data Processing (ADP) Security Offices for 4 research groups in EED.
</td>
</tr>
<tr>
<td>
December 1983 - November 1985
</td>
<td>
My duties consisted of writing software for Mainframe and Personal Computers.
</td>
</tr>
<tr>
<td>
July 1980 - November 1983
</td>
<td>
My duties included converting batch FORTRAN programs to time-sharing programs.
</td>
</tr>
</table>
<a href="skills.html"><strong/>My Skills<strong/></a>
</body>
</html>