-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (99 loc) · 2.78 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Derek Folds - Home</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<table cellspacing="20">
<tbody>
<td><img src="images/derek1.jpg" alt="Derek Profile Picture" height="200" width="200" /></td>
<td>
<h1>Derek Folds</h1>
<p><em>Web Developer</em><br>
<em>Graphic Designer</em><br />
<em>Founder and onwer of <strong>Pantheon Gaming</strong></em>
</p>
<p>I am a web developer. I enjoy playing all sorts of games, and learning new things. Check out my <a href="#">portfolio</a>.</p>
</td>
</tbody>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><strong>Gadsden State Community College, Gadsden AL. - G.E.D.</strong></li>
<ul>
<li>Accomplished NOV 2005 at age fifteen.</li>
<li>Achieved perfect written score, highest of class.</li>
<li>3.6 GPA</li>
</ul><br>
<li><strong>Whitney M. Young Jr. Job Corps Center, Louisville KY. - Business Clerical Certification</strong></li>
<ul>
<li>Accomplished APR 2007 at age seventeen.</li>
<li>Graduated early after only two months of attendance.</li>
</ul><br>
<li><strong>Udemy - Fullstack Web Developer</strong></li>
<ul>
<li>Currently Attending.</li>
</ul>
</ul>
<br />
<hr>
<h3>Work Experience</h3>
<table border="1" cellspacing="5" cellpadding="5">
<thead>
<tr>
<th>Dates</th>
<th>Position & Employer</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012-2018</td>
<td>Private Home Health Aide - Self Employed</td>
</tr>
<tr>
<td>2011-2012</td>
<td>Team Member - Burger King</td>
</tr>
</tbody>
</table>
<br />
<hr>
<h3>Skills</h3>
<table border="1" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td>
<table cellpadding="5">
<tr>
<td>Microsoft Office</td>
<td>★★★</td>
</tr>
<tr>
<td>Photoshop</td>
<td>★★★</td>
</tr>
</table>
</td>
<td>
<table cellpadding="5">
<tr>
<td>HTML</td>
<td>★</td>
</tr>
<tr>
<td>CSS</td>
<td>★</td>
</tr>
</table>
</tr>
</tbody>
</table>
<br />
<hr>
<h3><strong>Contact Me</strong></h3>
<p>For business inquiries please contact me via the most convenient method for you: <strong><a href="contact-me.html">Contact Info</a></strong></p>
</body>
</html>