forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (61 loc) · 3.33 KB
/
index.html
File metadata and controls
74 lines (61 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jermaine Resume</title>
<link rel="stylesheet" a href="styles.css">
</head>
<body>
<header>
<h1>Jermaine Cooper</h1>
</header>
<h2> Objective </h2>
<h3> My main objective is to be a software objective. Im seeking to be a front end developer. I am flexiable to new situations. </h3>
<main>
<h2> <em>Work Experience</em></h2>
<ul>
<li> Management </li>
<li> Record Transcripts for Clients </li>
<li> Customer Service Representive </li>
<li> Records Assistance to Attorneys </li>
</ul>
<h3> State of Delaware - Court Reporting / Records </h3>
<ul>
<li> My duties require the production of complete, accurate and secure legal transcripts of courtroom proceedings.</li>
<li> Further responsibilities include assisting judges and attorneys by capturing, organizing, and producing the official record, allowing users to efficiently search for important information contained in the transcript.</li>
<li> Testing all electronic equimpment / up to date.</li>
</ul>
<h3> UPS Manager </h3>
<ul>
<li> Duties included leading and supervising part-time hourly employees during daily preload functions. </li>
<li> Analyzed packages per hour, coats per piece, lost time of injuries and range of dispatched products. Managing Sort Line / Time Reports. </li>
<li> Led and managed employee achievements and maintained individual work instructions. Also schedule reports</li>
</ul>
<h3> Customer Service Associate </h3>
<ul>
<li> Duties included providing customer service to Circuit City customers by listening to their needs, processing returns or exchanges, answering inquiries or directing incoming calls.</li>
<li> Further work responsibilities required the accuracy and efficiency of cash; check; and credit transactions.</ll>
<li> Marketing Circuit city products to customers and checking out items for pre purchases made via Internet were also duties of the position.</li>
</ul>
<p> Education </p>
<h3> Temple University</h3>
<p><Strong> Bachelor's Degree</Strong></p>
<p> May 2000 </p>
<h2> Skills </h2>
<p>Persuasive Speaking Skills</p>
<p>Teamwork</p>
<p>Leadership</p>
<p>Good Communication Skills</p>
<h2>Linkedin Profile Address</h2>
<a href="https://www.linkedin.com/in/jermainecooper/">"https://www.linkedin.com/in/jermainecooper/"</a>
<img src="https://placeimg.com/200/200/people" alt="profile Picture">
<h2> Awards</h2>
<ul>
<li> Best Performance </li>
<li> 2010 Worker of the year Award </li>
<li> January 2005 Employee of the Month </li>
</ul>
</main>
</body>
</html>