-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (54 loc) · 1.63 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RESUME</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="blue">
<img src="./gallery-of-good-resume-pictures.png">
<h1>Static Interactive Resume</h1>
<h2>Personal Information</h2>
<span> <b>Name:</b> </span>
<span>Shumaila Yousuf</span><br>
<span><b>Email:</b></span>
<span>shumailayousuf1000@gmail.com</span><br>
<span><b>Phone</b></span>
<span>+923122358359</span><br>
<h2>Education</h2>
<span><b>Matric:</b></span>
<span>Mazhar ul uloom govt school</span><br>
<span><b>Intermediate:</b></span>
<span>Intermediate Board</span><br>
<span><b>Bachelor of Commerce:</b></span>
<span>University of Karachi</span><br>
<section id="get">
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Ms Office</li>
<li>Active Listening Skill</li>
<li>Communication Skills</li>
<li>Problem Solving</li>
<li>Teamwork</li>
<li>Creativity</li>
<li>Leadership</li>
<li>Time Management</li>
</ul>
</section>
<h2>Work Experience</h2>
<ul>
<li><b>Billing and Corporate Assistant</b></li>
<span>Kutiyana Memon Hospital</span><br>
<span>2013-2021</span><br>
<br>
</ul>
<button id="toggle"><b>Hide/Show Skills</b></button>
</div>
<script src="script.js"></script>
</body>
</html>