-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMY CV.html
163 lines (115 loc) · 2.41 KB
/
MY 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html>
<head>
<title> CV</title>
</head>
<body>
<body bgcolor="#00FFFF">
<center>
<image src="abc.png"/>
</table>
<h3>Personal Info</h3>
<table>
<body text= black>
<table border=0>
<tr>
<td><B>Name:</B></td>
<td> Touseef Ahmed</td>
</tr>
<TR>
<TD><B>Father Name:<B/></TD>
<TD>Khushi Muhammad</TD>
</TR>
<TR>
<TD><B>CNIC:<B/></TD>
<TD>61101-4186885-5</TD>
</TR>
<TR>
<TD><B>Age:<B/></TD>
<TD>19 years old</TD>
</TR>
<TR>
<TD><B>Address:<B/></TD>
<TD><address> Block no B-1/A, flat no 09 ,sector G-9/2 Islamabad </address></TD>
</TR>
<TR>
<TD><B>District:<B/></TD>
<TD>Islamabad</TD>
</TR>
<TR>
<TD><B>Contact:<B/></TD>
<TD>03431750959</TD>
</TR>
<TR>
<TD><B>Email:<B/></TD>
<TD><address><font color=Blue> Ahmedtouseef088@gmail.com </font></address></TD>
</TR>
<TR>
<TD><B>Current status:<B/></TD>
<TD>Student at IIUI</TD>
</TR>
</table>
<h5>EDUCATIONAL CARRIER</H5>
<table border=1>
<TR>
<TD><B>Degree<B/></TD>
<TD>Duration</TD>
<TD>Board</TD>
<TD>Institution</TD>
<TD>Marks Obtained</TD>
<TD>Percentage</TD>
</TR>
<TR>
<TD><B>SSC<B/></TD>
<TD>2014-2016</TD>
<TD>FBISE</TD>
<TD>IMCB G-10 islamabad</TD>
<TD>777</TD>
<TD>74</TD>
</TR>
<TR>
<TD><B>HSSC<B/></TD>
<TD>2016-2018</TD>
<TD>FBISE</TD>
<TD>IMCB f-8/4</TD>
<TD>780</TD>
<TD>72</TD>
</TR>
</table>
<h3>SKILLS</h3>
<table>
<TR>
<TD>Grip on microsoft office (ms word ,ms access,ms powerpoint)</TD>
</TR>
<TR>
<TD>Grip on Programming c/c++</TD>
</TR>
</table>
<table>
<h3>Hobbies</h3>
</table>
<TR>
<TD>Playing Football , Watching movies And Reading books</TD>
</TR>
<table>
<h3>Objective</h3>
</table>
<TR>
<TD>Self dependent and highly organized individual with Bachelor’s degree</TD>
</TR><br>
<TR>
<TD>with honors in Computer Science and seeking admission into IIUI Master’s </TD>
</TR><br>
<TR>
<TD>program in Computer Science to advance technical expertise.</TD>
</TR><br>
<table><h3>Acheivements</h3>
<tr>
<td>I have successfully completed the compter course on ms office</td>
</tr>
<tr>
<td> I have completed 2 month graphic designing course</td>
</tr>
<image src="abcd.jpeg" alt="image" height="300" width="270"/>
</center>
</body>
</html>