-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
242 lines (212 loc) · 8.19 KB
/
index.html
File metadata and controls
242 lines (212 loc) · 8.19 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!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>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1,
h2 {
color: #007bff;
}
.header {
text-align: center;
}
.header h1 {
margin: 10px 0;
}
.contact {
margin: 10px 0;
font-size: 14px;
}
.contact a {
color: #007bff;
text-decoration: none;
}
.section {
margin: 20px 0;
}
.section h2 {
margin-bottom: 10px;
border-bottom: 2px solid #007bff;
padding-bottom: 5px;
}
.item {
margin-bottom: 15px;
}
.item h3 {
margin: 0;
font-size: 18px;
color: #555;
}
.item p {
margin: 5px 0;
font-size: 14px;
}
.skills ul {
list-style: none;
padding: 0;
}
.skills ul li {
display: inline-block;
background: #007bff;
color: #fff;
padding: 5px 10px;
margin: 5px 5px 5px 0;
border-radius: 4px;
}
</style>
<body>
<main class="container">
<section class="header">
<h1>Michael Sliger</h1>
<p class="contact">
Email:
<a href="mailto:Custom@mikesdeliverybusiness.com">Custom@mikesdeliverybusiness.com</a>
| Phone: (844) 431-7380 | LinkedIn:
<a href="https://www.linkedin.com/in/michael-sliger-73a4a7126/">Michael Sliger</a><br>
GitHub:
<a href="https://github.com/Mikes-Design">Mikes-Design</a>
Discord:
<a href="https://discordapp.com/users/913274372993724416">mikes_design</a>
</p>
</section>
<section class="section">
<h2>Summary</h2>
<p>
I'm Michael Sliger, A verstile business owner with extensive experience in logistics, operations, and customer service.
As the founder of Mike's Delivery and Business LLC. I streamline supply chains and integrate technologies like automation and blockchain.
My career spans e-commerce, retail, and tech support, where I've consistently delivered solustions that drive effiency and enhance customer satisfaction.
With a diverse skill set and hands-on-leadership, I bring strategic thinking and adaptability to every challenge.
</p>
</section>
<section class="section">
<h2>Work Experience</h2>
<div class="item">
<h3>Founder/Owner - Mike's Delivery and Business LLC.</h3>
<p>2020 - Present</p>
<p>
Lead a logistics and business solutions company, optimizing supply chains, enhancing distribution networks, and
integrating technologies like automation and blockchain to deliver efficient services.
</p>
</div>
<div class="item">
<h3>Remodel Team - Walmart</h3>
<p>June 2024 - December 2024</p>
<p>
Played a key role in executing store remodels, managing inventory, and coordinating team efforts to ensure seamless
transitions while maintaining customer satisfaction.
</p>
</div>
<div class="item">
<h3>Product Expert & Tech Support - Concentrix</h3>
<p>February 2024 - April 2024</p>
<p>
Provided expert guidance and technical support for TurboTax, assisting clients with tax preparation and resolving
software issues to ensure a smooth user experience.
</p>
</div>
<div class="item">
<h3>Data Entry Operator - GDIT</h3>
<p>August 2023 - November 2023</p>
<p>
Handled customer service inquiries, maintained data integrity by updating customer records, and ensured timely
resolution of customer issues in a fast-paced environment.
</p>
</div>
<div class="item">
<h3>Oversize Load Escort - Star Fleet Trucking</h3>
<p>February 2022 - October 2022</p>
<p>
Safely guided oversize load transports, coordinating with transportation teams and law enforcement to ensure compliance
with safety regulations and minimize risks.
</p>
</div>
<div class="item">
<h3>CSR (Customer Service Representative) - Senture</h3>
<p>April 2023 - July 2023</p>
<p>
Provided remote customer support for IRS inquiries, specializing in Economic Impact Payments and tax law, ensuring
clarity and compliance for customers.
</p>
</div>
<div class="item">
<h3>Clerical Assistant - Oxford Government Consulting</h3>
<p>October 2022 - January 2023</p>
<p>
Supported document preparation and processing for government contracts, ensuring accuracy and compliance with security
protocols.
</p>
</div>
</section>
<div class="section">
<h2>Education</h2>
<div class="item">
<h3>Diploma - Dekalb High School</h3>
<p>2012</p>
</div>
<div class="item">
<h3>Welding Certifcation - Tri County Regional Vocational</h3>
<p>2012</p>
</div>
</section>
<section class="section">
<h2>Skills</h2>
<div class="skills">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Team Leadership</li>
<li>Welding</li>
<li>Customer Service</li>
<li>Logistics</li>
<li>Data Entry</li>
<li>Document Verification</li>
<li>Warehousing</li>
<li>Inventory Management</li>
</ul>
</div>
</section>
<section class="section">
<h2>Projects</h2>
<div class="item">
<h3><a href="https://mikesdeliverybusiness.com/">Mike's Delivery and Business LLC.</a></h3>
<p>
Founded and managed a logistics and business solutions company, leading the project from inception to successful creation of a complete website and readt to launch delivery app.
</p>
</div>
<div class="item">
<h3><a href="https://mikesdeliveryservices.com/">Mike's Marketplace</a></h3>
<p>
Lead a team in the Creation of an online marketplace for local businesses to sell products and services, providing a platform for small businesses to reach a wider audience and get products delivered.
</p>
</div>
<div class="item">
<h3><a href="https://mikesdesignagency.com/">Mike's Design Agency</a></h3>
<p>
Founded a design agency that specializes in creating websites and graphics for small businesses, providing affordable solutions for businesses to establish an online presence.
</p>
</div>
</section>
</main>
</body>
</html>