Skip to content
Open
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
134 changes: 134 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html>
<head>
<title> MALCOLM'S RESUME and FORM</title>
</head>

<body>
<h1>Malcolm's Resume</h1>

<h2>Objective</h2>
<p> The objective of this resume is to obtain a great career utilizing the amazing
code that has been taught by code differently. I would like to obtain a career with software development
and increase the value of a company. I will do this by executing development at an high level each day.
</p>

<h2>Work Experience</h2>
<h3> Influencers Lab Media</h3>
<h4> January 2017-present</h4>
<ul>
<li>oversees a company’s digital media efforts, including websites and all social Media Platforms </li>
<li>creating and curating shareable content; determining which platform is best suited for each piece of content
</li>
<li>works directly with the Director of Business Development and Marketing for creative strategy and implementation
directing paid search and social campaigns and analyzing the performance of those campaigns </li>
<li>maintaining brand consistency across platforms; assessing SEO configurations; monitoring analytics; managing the digital budget</li>
<li>Developing and foster new vendor and business relationships</li>
</ul>

<h2>Education</h2>
<ul>
<li>Seton Hall University, South Orange, New Jersey</li>
<li>American Chemistry Society Certified</li>
<li>Bachelor of Science in Chemical Engineering, graduation May 2008, 3.5 GPA</li>

</ul>

<h2>Skills</h2>
<ul>
<li>Hard Working</li>
<li>Pays great attention to Detail</li>
<li>Understands the dynamics of fostering relationships</li>
<li>Deep Understanding of Social Media Strategy and Marketing</li>
</ul>

<h2>Linkedin Profile</h2>
<a href="https://www.linkedin.com/in/malcolmcoley/">Malcolm's LinkedIn Profile</a><br><br>

<img src="/Users/student07/Desktop/New Coding Projects/Images/IMG_9899.jpg">




<form action="index.html" method="post">

<h1> Contact Form</h1>

<fieldset>

<legend><span class="number"> 1 </span> Contact Information</legend>

<label for="name">First Name:</label>
<input type="text" id="name" name="user_name">

<label for="name">Last Name:</label>
<input type="text" id="name" name="user_name">

<label for="Contact">Contact:</label>
<input type="Contact" id="Contact" name="user_Contact">



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

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

<label for="mail">Email:</label>
<input type="mail" id="mail" name="user_email">


</fieldset>


<fieldset>

<legend><span class="number"> 2 </span> Basic Profile </legend>


<label for="job">How did you hear about us</label><br>
<select id="job" name="user_job">

<optgroup label="search engine">
<option value="Google"> Google</option>
<option value="Yahoo"> Yahoo</option>

</optgroup>

<optgroup label="social media">
<option value="Facebook"> Facebook</option>
<option value="instagram"> instagram</option>
<option value="linkedin"> linkedin</option>
</optgroup>

</select>

<label> Interest for contacting </label><br>
<input type="checkbox" id="social media" value="social media" name="user_socialmedia">
<label class="light" for="social media">social media</label><br>

<input type="checkbox" id="SEO" value="SEO" name="user_SEO">
<label class="light" for="SEO">SEO</label><br>

<input type="checkbox" id="Recruiter" value="Recruiter" name="user_Recruiter">
<label class="light" for="Recruiter">Recruiter</label><br>


<label for="message"> Message: </label>
<textarea id="message" name="message"></textarea>


</fieldset>


<button type="submit">submit</button>




</form>

</body>
</html>