-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (61 loc) · 1.82 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
69
70
71
72
73
74
75
<!DOCTYPE html>
<head>
<title>My Resume</title>
</head>
<body bgcolor="white">
<table bgcolor="white" border="2" align="center" width="60%">
<tr>
<th>
<h1>My CV<h1>
</th>
</tr>
<tr>
<th align="right">
<h2>WAQAS MUSTAFA </h2>
<img src="images/IMG_3921.jpg" align="left" width="170" height="180" border="1">
<b><h3>Contect & Address <h3></b>
<br> Mobile no : 03059175085 <br>
<br> Address : house no 25c lahore <br>
medical housing society near <br>
harbanspuara lahore <br>
<br> Email: mustafawaqas0@gmail.com <br><br>
</th>
</tr>
<tr>
<th align="left">
<h2>objective <h2>
<ul>
<li>To build a long-term career in specific industry with opportunities for career growth.</li>
<li>To enhance my educational and professional skills in a stable and dynamic workplace.</li>
<li>To solve problems in a creative and effective manner in a challenging position.</li>
<li>College graduate seeking a position with an opportunity for professional challenges in the field of [specific industry]</li>
</ul>
<h2>Qualification:</h2>
<table bgcolor="white" cellpadding="50%" border="2"><th>Examination</th><th>Board</th><th>Year</th>
<tr> <td> Matric </td> <td> Lahore <td> 2014</td> </tr>
<tr> <td> ICS </td> <td> Lahore <td> 2016</td> </tr>
<tr> <td> BSCS </td> <td> UCP <td> 2020</td> </tr>
</table>
<h2>Experience</h2>
<ul>
<li>work experinces at call center (jazz) </li>
<li>work experinces at software house </li>
<li>work experinces at tution teacher </li>
</ul>
<h2>Computer Skills</h2>
<ul>
<li>Microsoft offices(word, excel etc)</li>
<li>dev C++ </li>
<li>C++ Programing</li>
<li>Assembly language Programing</li>
<li>Database My Sql</li>
</ul>
<h2>Languages</h2>
<p>
Englishnglish & urdu
</p>
</th>
</tr>
</table>
</body>
</html>