-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
145 lines (126 loc) · 4.64 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheet3.css">
<title>MIKE ELLIOTT | RESUME</title>
</head>
<body>
<main class="resume">
<hr>
<section class="name_contact">
<img src="mikepic.png" id="photo" alt="Photo of Mike Elliott">
<h1>Michael O. D. Elliott</h1>
<h5>612-812-1238 | [email protected]</h3>
<br>
</section>
<article>
<h3>Skills and Abilities</h3>
<ul>
<li>
Excels in collaborative work with others in achieving a common vision
</li>
<li>Strong leadership skills with vision, passion, motivation, tact, and diplomacy
</li>
<li>Strategic thinker, excellent planning and execution skills, outcome driven
</li>
<li>Strong organizational skills, driven by a desire for excellence and high standards, with a keen ability to manage in a change environment and generate innovative solutions
</li>
<li>Excellent interpersonal communication, written, verbal and presentation skills
</li>
<li>Demonstrated history of building a culture of achievement with and for youth
</li>
<li>Technology---Skilled in MS Office Suite, Mac OSX, page layout and publication design, video editing
</li>
</ul>
</article>
<article>
<br>
<h3>Education, 2010</h3>
<h4> Hamline University, St Paul, MN</h4>
<p>
Bachelor of Arts in International Management with a Minor in Political
Science, Hamline University School of Business
<ul>
<li>
Hamline University Student Congress President lead the student congress in making policy and advocating for the student body; create operating budget, represent interests of students with administration
</li>
<li>
Wesley Scholar explored issues of social and economic justice, and civil rights; completed over 400 hours of volunteerism in self-directed service project to youth
</li>
</ul>
</article>
<article>
<br>
<h3>Founder and Director, 2003-Present</h3>
<h4>Fastforward Education, Brooklyn Center, MN</h4>
<p>
Provide educational support for at-risk youth who have fallen behind academically. Lead a cross organizational collaborative group consisting of teachers, principal, partner colleges’ department chairs, directors, and professors to steer development of the Fastforward program.
</p>
<ul>
<li>
Manage team, budget, grants, and other resources for the organization
</li>
<li>
Plan, implement, monitor and evaluate outcome-based strategic workplan to achieve organizational and programmatic goals, make reports to stakeholders
</li>
</ul>
</article>
<article>
<br>
<h3>Youth Program Consultant, 2009-2011</h3>
<h4>Cities of Brooklyn Center and Brooklyn Park, MN</h4>
<p>
Provide leadership to stakeholder group consisting of city staff, directors and managers, teachers in local schools, community members, businesses and nonprofits. Serve as youth policy advisor to city governments. Form and manage dual-city Brooklyns Youth Council program.
</p>
<ul>
<li>
Prepare budgets and reports; make presentations at Steering Committee meetings
</li>
<li>
Work with stakeholders to implement short and long term strategies
</li>
</ul>
</article>
<article>
<br>
<h3>Promotion and Outreach Specialist, 2006-2007</h3>
<h4>Northwest Hennepin Human Services Council, Brooklyn Center, MN</h4>
<p>
Work with community leaders and diverse populations to distribute information to youth about the dangers of secondhand smoke.
</p>
<ul>
<li>
Develop and implement a promotion plan to reach priority populations
</li>
<li>
Organize and facilitate focus groups; create promotional material to generate greater awareness in target areas
</li>
</ul>
</article>
<article>
<br>
<h3>Youth and Multicultural Outreach Liaison, 2005-2006</h3>
<h4>Hennepin County Library, MN</h4>
<p>
Partner with various levels of staff including Library Director, Deputy Director, Coordinator of North Area Libraries, Supervisors, Support Staff Managers, line staff, and library patrons. Work across county departments with County Head of Security and contracted officers in a time of change, to create a positive library environment for library staff and patrons.
</p>
<ul>
<li>
Demonstrate utmost sensitivity and multicultural awareness
</li>
<li>
With observations, interviews, and analysis, develop and execute strategies to generate greater citizen involvement from a culturally blended group of community members; and create a positive library environment
</li>
</ul>
</article>
<br>
<hr>
<footer>
<p>
612-812-1238<span>|</span>5650 Humboldt Avenue North Minneapolis, MN 55430<span>|</span>[email protected]
</p>
</footer>
</main>
</body>
</html>