-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
83 lines (77 loc) · 2.16 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> ✌;Scott's Second Personal Website</title>
</head>
<body>
<table cellspacing="20">
<td><img src="scottdavispic.jpg" alt="picture of scott davis" width="200"></td>
<td><h1>Scott's Second Personal Website</h1>
<h2>This is a great time to be a web developer</h2></td>
</table>
<h3>Senior Principal Consultant <br>
<a href="http://lts.com">Longview International Technology Solutions</a>; LTS <br />
</h3>
<p>
<em>I am passionate about <strong>creating websites</strong></em> <br>
<strong>I am very serious about completing this course and learning how to do this well</strong> <br>
I am very serious about becoming a great developer
</p>
<hr>
<h3>Education and Training</h3>
<ul TYPE="square">
<li><a href="https://scruminc.com">Certified Scrum Master</a>, 2014</li>
<li><a href="https://webster.edu">Webster University</a>, Master of Business Administration, 2007</li>
<li><a href="https://ptsem.edu">Princeton Theological Seminary</a>, Master of Divinity, 1991</li>
<li><a href="https://colorado.edu">University of Colorado</a>, Bachelor of Science, Bus. Admin., 1983</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table border=".5" width="500">
<tr>
<td>US Army</td>
<td>Logistics Officer</td>
<td>2001-2011</td>
</tr>
<tr>
<td>SAIC</td>
<td>Logistics Planner</td>
<td>2011-2013</td>
</tr>
<tr>
<td>Belk</td>
<td>Sr. Business Process Analyst</td>
<td>2013-2015</td>
</tr>
</table>
<h3><a href="hobbies.html">Hobbies and Interests</a></h3>
<ol>
<li>Inline Skating</li>
<li>Running</li>
<li>Programming</li>
</ol>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>HTML</td>
<td>⭐⭐</td>
<td>Python</td>
<td>⭐⭐</td>
<td>CSS</td>
<td>⭐</td>
</tr>
<tr>
<td>Six Sigma</td>
<td>⭐⭐⭐</td>
<td>Scrum Master</td>
<td>⭐⭐⭐</td>
<td>Project Manager</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<h2><a href="sbdcontact.html">Contact information</a></h2>
</body>
</html>