forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
86 lines (64 loc) · 2.07 KB
/
resume.html
File metadata and controls
86 lines (64 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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>