-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (79 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Resume</title>
</head>
<body>
<h1>Summary</h1>
<p>
An IT Leader with three decades of experience overseeing infrastructure,
applications, services, networking, data security, and service desk
operations. As a manager and director, I especially enjoy mentoring the
next generation of IT worker, and leading by example to show attention to
detail, good documentation practices, and customer service skills.
</p>
<img
src="./assets/images/dustin_downtown_window_241px.jpg"
height="200"
alt="A photo of Dustin in front of an office window"
/>
<h1>Work Experience</h1>
<ul>
<li>
IT Manager: Communications and Collaboration - MetLife Legal Plans
</li>
<li>Vice President of Technology - Corporate Strateegy Partners</li>
<li>IT Director - Brouse McDowell LPA</li>
</ul>
<h1>Skills</h1>
<ul>
<li>
<b>Technical Skills:</b>
<ul>
<li>Microsoft Windows Server</li>
<li>Microsoft 365 Administration</li>
<li>
Hypervisor Administration
<ul>
<li>VMWare</li>
<li>Microsoft Hyper-V</li>
</ul>
</li>
<li>Service Desk Administration</li>
<li>
Communications Engineering and Administration
<ul>
<li>Webex Control Hub</li>
<li>Webex Contact Center</li>
<li>Microsoft Teams Voice</li>
<li>Shoretel/Mitel</li>
</ul>
</li>
</ul>
</li>
<li>
<b>Inter-personal Skills</b>
<ul>
<li>Mentoring</li>
<li>Conflict Resolution</li>
<li>Goal Setting</li>
</ul>
</li>
</ul>
<h1>Involvement</h1>
<ul>
<b>President:</b>
Extra Life Charity - Cleveland, OH Chapter - 2002 - 2004
</ul>
<footer>
© Copyright 2024 - Glenn Dustin Snyder - All rights reservered
<p>
<a href="./public/contact-me.html">Contact Me</a> |
<a href="./public/hobbies.html">My Hobbies</a>
</p>
<address>dustin.snyder@protonmail.com</address>
</footer>
</body>
</html>