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
86 changes: 86 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html>
<head>

<img src="http://placeimg.com/100/100/tech" style="align:right;">
<title>Hina Omar's Resume</title>

</head>
<body>
<ul>
<h2><li>Hina Omar</li></h2>
<li><strong>Mobile phone: 302-345-5986</strong></li>
<li><strong>E-mail: hinalatif25@gmail.com</strong></li>
</ul>
</h3>


<h2> Objective </h2>
<p> Looking for a challenging role in a reputable organization to utilize my technical, database skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector
</p>

<h2> Work Experience</h2>
<ul>
<li>Christiana Care</li>
<li>HBCS</li>
<li>United Medical LLC</li>

</ul>

<h2>Education </h2>
<ul>
<li>Bachelors in Health Care Management and Accounting</li>
<li>Diploma in Medical Coding</li>
</ul>

<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Productivity Software</li>
<li>Communication tools</li>

</ul>

<div class="row">
<form action="/action_page.php">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">

<div class="row">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">

<div class="row">
<label for="Phone number">Phone number</label>
<input type="text" id="Phone number" name="Phone number" placeholder="Your phone number..">


</form>
</div>




<p>
<form action="/action_page.php">
<label for="How did you hear about us">How did you hear about us:</label>
<select name="how did you hear about us" id="How did you hear about us">
<option value="Search engine">Search Engine</option>
<option value="social Media">Social Media</option>
<option value="Recruiter">Recruiter</option>
</select>
<br><br>
<input type="submit" value="Submit">
</form>
</p>


<Footer>
<a href="https://www.linkedin.com/feed/"> visit linkedin </a>
</footer>

</body>
</html>