-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
100 lines (91 loc) · 3.41 KB
/
cv.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume (CURRICULUM VITAE)</title>
<style>
.image{ /*Sorry I use css only for image. I want to complete this project with pure html */
float: right;
}
</style>
</head>
<body>
<!-- <center> -->
<h1>CURRICULUM VITAE</h1>
<hr>
<div class="image">
<img src="ihsan.jpg" alt="No image found" title="Profile" height="200px" width="150px">
</div>
<div>
<h3><b>Ihsan Shah</b></h3>
<p><b>MOB: 00973 39353373 & 00973 33201526</b></p>
<p><b>EAST RIFFA</b></p>
<p><b>Email: ihsanshah590@gmail.com</b></p>
<p><b>Website: </b><a href="www.ihsanshah.com" target="_blank">www.ihsanshah.com</a></p>
</div>
<div>
<h2><u>Objective</u>:</h2>
<p>Put the practice the experience and knowledge gained come up with the creative ideas and solution to meet challenges, utilize the inter-Personal skills in mark and Management area and become part of the progressive, dynamic and up growing organization.</p>
</div>
<div>
<h2><u>Personal Details</u>:</h2>
<ul type="square">
<li>Nationality    : Pakistani</li>
<li>Passport No   : HL-5154142</li>
<li>CPR      : 920342426</li>
<li>Sex       : Male</li>
<li>Religion      : Islam</li>
<li>Date of Birth   : 02-03-1992</li>
<li>Marital Status : Married</li>
<li>Languages    : English, Hindi, Urdu</li>
</ul>
</div>
<div>
<h2><u>Education</u>:</h2>
<table border="1" cellspacing="1" cellpadding="8" >
<thead>
<tr>
<th>Course</th>
<th>Board</th>
<th>Year of Passing</th>
<th>Marks</th>
</tr>
</thead>
<tbody>
<tr>
<td>BSC(Math A&B + PHY)</td>
<td>Hazara University</td>
<td align="center">2014</td>
<td>367/550</td>
</tr>
<tr>
<td>FSC(Pre-Engineering)</td>
<td>Abbottabad Board</td>
<td align="center">2012</td>
<td>574/1100</td>
</tr>
<tr>
<td>SSC(Science)</td>
<td>Abbottabad Board</td>
<td align="center">2010</td>
<td>790/1050</td>
</tr>
</tbody>
</table>
</div>
<div>
<h2><u>Language</u>:</h2>
<p>Urdu, English, Hindi.</p>
</div>
<div>
<h2><u>Language</u>:</h2>
<p>I hereby confirm and certify that the above facts are true and correct to the best of my knowledge.</p>
</div>
<div>
<h5>Place: Bahrain                           IHSAN SHAH</h5>
</div>
<!-- </center> -->
</body>
</html>