-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (27 loc) · 1.04 KB
/
index.html
File metadata and controls
34 lines (27 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>Interacive resume builder</title>
<link rel="stylesheet"href="style.css">
</head>
<body>
<header>
<h1>Ubaid ur rahman</h1>
<p>Web developer | Frontend Enthuasist</p>
</header>
<section id="summary">
<h2>Summary</h2>
<p>Experienced web developer with a passion of creating user interface</p>
<section id="experience">
<h2>Experience</h2>
<section id="Skills">
<h2>skills</h2>
<section id="Education">
<h2>Education</h2>
<section id="Contact">
<h2>Contact</h2>
<p>E-mail:usmanubaidurrahman@gmail.com</p>
<p>linkdin :<a href="https://www.linkedin.com/feed" target="_blank">Ubaid ur rahman </a></p>
</section>
</body>
</html>