-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (72 loc) · 3.74 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
<!DOCTYPE html>
<html>
<head>
<title>Josh Hayes - Resume</title>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<main id="master">
<header>
<article>
<h1>Josh Hayes</h1>
<span class="left">##My address##</span>
<span class="right">##My phone number##</span>
<br>
<span class="left">Maryland Heights, MO 63043</span>
<span class="right">##email##</span>
<br>
<hr>
</article>
</header> <!--name and contact info ends-->
<div>
<h3>Education:</h3>
</div>
<div class="titles">
<article>
<span class="bold">Bachelor of Science Degree in Business Administration</span>
<span class="right">12/2011</span>
<br>
<p class="italics">Missouri State University; Springfield, Missouri</p>
</article>
</div>
<div>
<h3>Experience:</h3>
</div>
<div class="titles">
<main>
<span class="bold">Anheuser-Busch InBev; St. Louis, Missouri</span>
<span class="right">04/2013-Current</span>
<br>
<p class="italics">Transportation Coordinator/Senior Transportation Analyst</p>
<ul>
<li>Manages transportation operations at two US breweries to achieve shipment targets while minimizing costs.</li>
<li>Creates advanced excel tools (SQL,pivot tables,v-lookup) to improve efficiency and identify issues to resolve.</li>
<li>Analyzes and presents KPI metrics to management on a daily basis and implements actions to improve performance.</li>
<li>Leads new initiatives and projects that improve process efficiency and drive business goal attainment.</li>
<li>Researches and authorizes carrier claims such as detention and layovers.</li>
<li>Trains new Transportation Coordinators and Senior Transportation Analysts.</li>
</ul>
<span class="italics">Traffic Center Analyst(KForce Contractor)</span>
<span class="right">03/2013-04/2014</span>
<br>
<ul>
<li>Build positive working relationships with both internal and external personnel to quickly identify issues and implement corrective actions.</li>
<li>Work in a collaborative team environment to improve processes and write SOPs.</li>
<li>Earned promotion through exceptional performance, technical knowledge, and the ability to quickly learn new roles.</li>
</ul>
<span class="bold">Verizon Business; Weldon Spring, Missouri</span>
<span class="right">11/2012-03/2013</span>
<p class="italics">Credit Analyst (KForce Contractor)</p>
<ul>
<li>Managed a $2.5 million portfolio for 20 clients utilizing strong quantitative abilities and communication skills to maximize working capital and reduce outstanding receivables by over $100,000.</li>
<li>Processed credit card and EFT payments over the phone as well as provided remittance and wire transfer information.</li>
<li>Applied a high level of proficiency in excel to administer credit/debit transfers, reconcile accounts, and develop relational spreadsheets.</li>
</ul>
</main>
</div>
</main>
<div>
<footer id="footer">Josh Hayes 2018 ©<span class="right"><img src="images/GitHub-Logo.png" />@hayescode</span></footer>
</div>
</body>
</html>