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
42 changes: 42 additions & 0 deletions Contact-form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<div id="after_submit"></div>
<form id="contact_form" action="#" method="POST" enctype="multipart/form-data">
<div class="row">
<label class="required" for="name">First Name:</label><br />
<input id="name" class="input" name="name" type="text" value="" size="30" maxlength="30" /><br />
<label class="required" for="name">Last Name:</label><br />
<input id="name" class="input" name="name" type="text" value="" size="30" maxlength="30" /><br />

<label class="required" for="name">Contact Phone Number:</label><br />
<input id="name" class="input" name="name" type="text" value="" size="30" /><br />
<span id="name_validation" class="error_message"></span>
</div>


<input type="radio" id="Landline" name="gender" value="Landline">
<label for="Landline">Landline</label><br>
<input type="radio" id="Mobile" name="gender" value="female">
<label for="Mobile">Mobile</label><br>

<div class="row">
<label class="required" for="email">Contact email:</label><br />
<input id="email" class="input" name="email" type="text" value="" size="30" maxlength="50" /><br />
<span id="email_validation" class="error_message"></span>
</div>

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


<div class="row">
<label class="required" for="message">Your message:</label><br />
<textarea id="message" class="input" name="message" rows="7" cols="30"></textarea><br maxlength="50" />
<span id="message_validation" class="error_message"></span>
</div>

<input id="submit_button" type="submit" value="Send email" />
</form>
47 changes: 47 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>

<html>


<head>

<title>Justin's Resume</title>

</head>


<body>

<h1>Objective</h1>

<p>To use my skills the training I've received in CodeDifferntly to obtain full-time employment as a Front-End Web Developer. I believe coming into the technology world from a non-traditional background will allow me to offer unique viewpoint when it comes to troubleshooting, problem solving, overall wed design. I'm a hard-working team player who cannot wait to use my newly obtained skillset to help make this organization the best it can be.</p>

<h1>Work Experience</h1>
<h2>Emerge Solutions Group - Admin. Asst.</h2>
<ul>
<li>Oversee and assist with the completion of various applications and contracts</li>

<li>Assist in completing bids for government contracts </li>
<li>Interact with vendors, contractor, and professional service personnel to receive orders, direct activities, and deliver management's objectives</li>
</ul>

<h2> Cogency Global, Inc.</h2>
<ul>
<li>Manage and execute a large network of client submitted work flow to include; Document Retrieval and Filings, Code Review, Research of Current and Pending Regulation</li>
<li>Project Estimating</li>
<li>Rigorous execution of time sensitive requirements as detailed by client request</li>
<li>Prioritize work using proprietary software to ensure execution of workflow meets the needs and timeline expectation of clients</li>
</ul>

<h2>Incorporating Services, Ltd.</h2>
<ul>
<li>Facilitate incorporation of domestic and foreign entities across the United States</li>
<li>Tailoring incorporating packages that align with their business structures</li>
<li>Fulfill request and answer questions to internal and external clients</li>

</ul>

<h1>Education</h1>
<p> Wilmington University - B.S. Business Management</p>

<h1>Skills</h1>
<ul>
<li>Critical Thinking</li>
<li>Records Management</li>
<li>Team Building & Supervision</li>
</ul>

<a href="https://www.linkedin.com/in/justin-woods-b31192126/"> View my linkedin.</a>

</body>


</html>