forked from froilan-miranda/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdam Crowe's Resume.html
More file actions
80 lines (71 loc) · 2.95 KB
/
Adam Crowe's Resume.html
File metadata and controls
80 lines (71 loc) · 2.95 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
<!DOCTYPE html>
<html>
<head>
<title>Adam Crowe's Resume</title>
</head>
<body>
<section>
<main>
<img src="images/DriverLicense.jpeg" title="Adam Crowe">
<h1><strong>Adam Crowe</strong></h1>
</main>
<p>Dedicated and detail oriented professional seeking a web developer position. Fast learning, team player with exceptional time management and organizational skills. Seeking a fast-paced and challenging career in web development. </p>
</section>
<section>
<h2>Work Experience</h2>
<ol>
<p><strong>Field Investigative Manager/Licensed Private Investigator/Special Process Server</strong></p>
<p><strong>O'Rourke Investigative Associates</strong> - Wilmington, DE</p>
<p>March 2015 to Present</p>
<ul>
<li>Manage and assign case loads to appropriate investigators</li>
<li>Conduct fixed and mobile surveillance</li>
<li>Compose, edit and review surveillance reports upon case completion</li>
<li>Provide daily status reports to clients</li>
<li>Testify in formal court proceedings</li>
<li>Serve confidential documents and abide by state and federal requirements</li>
</ul>
<p><strong>Squad Leader</strong></p>
<p><strong>United States Marine Corps</strong> - Camp Lejuene, NC</p>
<p>June 2017 to March 2015</p>
<ul>
<li>Provide mission breifs and provide after action reports to Command Elements</li>
<li>Plan, organize and lead patrols in hostile and ever-changing environments</li>
<li>Conduct gear and equipment inspections of squad members</li>
<li>Counsel and mentor subordinate Marines on their performance</li>
</ul>
<section>
<h2>Education</h2>
<ol>
<p><strong>Code Differently</strong><br> October 2020 to February 2021</p>
<p><strong>Wilmington University</strong> <em>MBA, Finance</em><br> May 2019 to Present</p>
<p><Strong>Wilmington University</Strong> <em>Criminal Justice</em><br> July 2015 to Janurary 2019
</ol>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>Web Delevepment</li>
<li>Time Management</li>
<li>Interpersonal Skills</li>
<li>Leadership</li>
<li>Communication</li>
<li>Transferable SKills</li>
<li>Problem Solving</li>
<li>Critical Thinking</li>
<li>Flexibility</li>
</ul>
</section>
<section>
<h2>Certifications</h2>
<ul>
<li>States of Delaware Private Investigator License</li>
<li>Justice of the Peace Process Server</li>
<li>Chancery Court Process Server</li>
</ul>
</section>
</body>
<br><footer>
<a href="https://www.linkedin.com/in/adam-crowe-5b33631b9/">LinkedIn Profile</a>
</footer>
</html>