Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions Adam Crowe's Resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
61 changes: 61 additions & 0 deletions Contact Form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact Form</title>
</head>

<body>
<main>
<h1>Contact Form</h1>
</main>

<section>
<label for="fname">First Name:</label>
<input type="text" id="fname" name="fname" maxlength="30"><br><br>

<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname" maxlength="30"><br><br>

<label for="tnumber">Contact Phone Number:</label>
<input type="text" id="tnumber" name="tnumber"><br><br>

<label>Phone Number Type:</label>
<label for="landline">Landline</label>
<input type="radio" id="landline" value="landline" name="phonetype">
<label for="mobile">Mobile</label>
<input type="radio" id="mobile" value="mobile" name="phonetype"><br><br>

<label for="email">Contact Email:</label>
<input type="text" id="email" name="email" maxlength="50"><br><br>

<label for="resource">How did you hear about us:</label>
<select id="resource" name="resource">
<option value="search_engine">Search Engine</option>
<option value="social_media">Social Media</option>
<option value="recruiter">Recruiter</option>
</select><br><br>

<label>Interest For Contact:</label><br>
<label for="r_and_p">Web Developement</label>
<input type="checkbox" id="r_and_p" value="r_and_p" name="r_and_p"><br>
<label for="fast_learner">Time Management</label>
<input type="checkbox" id="fast_learner" value="fast_learner" name="fast_learner"><br>
<label for="problem_solving">Interpersonal Skills</label>
<input type="checkbox" id="problem_solving" value="problem_solving" name="problem_solving"><br>
<label for="time_management">Leadership</label>
<input type="checkbox" id="time_management" value="time_management" name="time_management"><br>
<label for="communication">Transferable Skills</label>
<input type="checkbox" id="communication" value="communication" name="communication"><br>
<label for="team_player">TProblem Solving</label>
<input type="checkbox" id="team_player" value="team_player" name="team_player"><br>
<label for="active_lis">Critical Thinking</label>
<input type="checkbox" id="active_lis" value="active_lis" name="active_lis"><br>
<label for="active_lis">Flexibility</label>
<input type="checkbox" id="active_lis" value="active_lis" name="active_lis"><br><br>

<label for="comment">Message:</label><br>
<textarea for="comment" maxlength="250"></textarea><br><br>

</section>
</body>
</html>
1 change: 1 addition & 0 deletions README1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added images/DriversLicense.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.