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
54 changes: 54 additions & 0 deletions Resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Resume</title>
</head>
<body>

<section>
<h1>Grant Eldridge</h1>
<h2>Summary</h2>
<p>
Seasoned professional with a proven record of generating
and building relationships and coordinating and managing
projects from concept to completion. Adaptable and
transformational leader with an ability to work independently
with a keen attention to detail and the maturity necessary to
complete high-pressure jobs correctly and on time. Excellent
verbal and written communication skills with a natural ability
to effectively resolve conflict.
</p>
</section>

<section>
<h2>Work Experience</h2>

<h3>Clinical Research Coodinator - St. Francis Hospital</h3>

<p>Oversee and execute all aspects of the clinical study execution
lifecycle for 6 pediatric focused studies. Responsible for recruitment,
retention, consenting, Institutional Review Board (IRB) protocols and
renewals, manage patient appointments, sample processing and data
collection for clinical studies.</p>

<h3>Clinical Research Coodinator - University of Pennsylvania</h3>

<p>Ensure compliance with protocol guidelines and requirements of regulatory
agencies; identify problems and/or inconsistencies and monitor patients'
progress to include documentation and reporting of adverse events in the
areas of Leukemia.</p>
</section>

<section>
<h2>Education</h2>
<p>Delaware Technical Community College<br>
Visual Communications-2009</p>

<a href="www.linkedin.com/in/eldridgegrant">
</section>




</body>
</html>
44 changes: 44 additions & 0 deletions ResumeForm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact Form</title>
</head>
<body>
<h1>Contact Form</h1>
<form action="contact form" method="post">

<filedset>
<label for="fname">First Name:</label>
<input type="text" id="fname" placeholder="First Name" required><br>

<label for="lname">Last Name:</label>
<input type="text" id="lname" placeholder="Last Name" required><br>

<label for="phone">Phone Number:</label>
<input type="text" id="phone" pattern="[0-9]{3}-0-9]{3}-0-9]{4}]" required><br>

<label> Phone:</label>
<input type="radio" id="Landline" value"Landline" name"phone_type">
<label for="Landline" class="light">Landline</label>

<input type="radio" id="Mobile" value"Mobile" name"phone_type">
<label for="Mobile" class="light">Mobile</label>

<label for="email">Email:</label>
<input type="text" id="email" placeholder="Email" required><br>


<label> for="source?">How did you hear about us?</label>
<select id="source" name="user_source">
<option value="Search Engine">Search Engine</option>
<option value="Social Media">Social Media</option>
<option value="Recruiter">Recruiter</option>
</select>

<textarea id="message" name="user_message"></textarea>

</fieldset>
</form>

</body>
</html>