-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (109 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Michael's Personal Site</title>
</head>
<body>
<table cellspacing=20>
<tr>
<td><img src="https://brianhamilton.org/wp-content/uploads/2018/10/MichaelAdams_003.jpg" height=200 width=200 alt="Michael's Profile Picture"></td>
<td>
<h1>Michael Adams</h1>
<p><strong>Brian Hamilton Foundation</strong> | <strong>Brian Hamilton Management
</strong></p>
<p><em>Managing Director of Programs and Operations</em></p>
<p><em>Raleigh, NC</em></p>
<a href="C:\Users\adams\Desktop\Personal\Udemy\Web Development Bootcamp\Web Development\HTML - Personal Site\contact.html">Contact Me</a>
</td>
</tr>
</table>
<br>
<p>Michael Adams is a project management and operations professional for the
<a href="https://www.brianhamilton.org">Brian Hamilton Foundation</a> and Brian Hamilton Management. In this role,
he is responsible for developing project proposals, planning projects,
and managing projects from start to finish. Some recent projects include
an online course with mobile app that teaches users to start a business
(<a href="http://StarterU.org">StarterU.org</a>), a website to rate and predict
IPO performance (<a href="https://hamiltonipo.com">HamiltonIPO.com</a>),
and the launch of an eight-week in-person program (<a href="https:inmatestoentrepreneurs.org">Inmates to
Entrepreneurs - Wilmington</a>).</p>
<hr size="3" noshade>
<h3>Education</h3>
<ul>
<li><a href="https://www.unc.edu">The University of North Carolina - Chapel Hill</a></li>
<li><a href="https://www.linkedin.com/in/michael-adams-82980677/">The Brian Hamilton Foundation - Starter U</a></li>
<li>London App Brewery - Complete Web Development Bootcamp</li>
</ul>
<hr size=3 noshade>
<h3>Work Experience</h3>
<table cellspacing=10>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2016-2017</td>
<td>Associate - Hamilton Place Strategies</td>
</tr>
<tr>
<td>2017-2018</td>
<td>Senior Associate - Hamilton Place Strategies</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr size=3 noshade>
<h3>Skills</h3>
<table cellspacing=10>
<tr>
<td>
<table>
<tr>
<td>Project Management</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Public Speaking</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Cooking</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Karate</td>
<td>⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Project Management</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Public Speaking</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Project Management</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Public Speaking</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<a href="C:\Users\adams\Desktop\Personal\Udemy\Web Development Bootcamp\Web Development\HTML - Personal Site\hobbies.html">My Hobbies</a>
</body>
</html>