forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.33 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title> My Resume </title>
</head>
<body>
<h1> Resume </h1>
<h2> Name: Nauman Khalid </h2>
<h2> Objective </h2>
<p> Keen to <b>learn and <b>implement front end coding for a company which can <br></p>
<p> enable me to use my coding skills for problem solving. I am passionate to <br></p>
<p> bring knowledge of programming and design to encourage the creative thinking</p>
<h2> Work Experience </h2>
<ol>
<li> Citi </li>
<li> Randstad </li>
</ol>
<h2> Education </h2>
<ul>
<li> Masters in Business Admin </li>
<li> Bachelors in Business Admin </li>
</ul>
<h2> Skills </h2>
<ul>
<li> MS Office </li>
<li> Windows OS, Linux </li>
<li> Programming in JS, CSS and HTML <li>
</ul>
<h3> Linkedin profile address: <a href="https://www.linkedin.com/in/nauman-khalid-864150200/" target="_blanks"> click here</a> </h3>
<h2> Profile image </h2>
<img src="images/a.jpg" alt="coding">
<h2> Certifications </h2>
<ul>
<li> CCNA </li>
</ul>
</body>
</html>