-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
69 lines (68 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="CSS/index.css">
<link rel="icon" type="image/icon" href="Images/favicon.ico">
<title>Muhammad Zeeshan Qazi</title>
</head>
<body>
<hr>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr align="left" valign="top">
<td>
<br>
<font size="5">Muhammad Zeeshan Qazi<br></font>
<font size="4">Computer Science Graduate<br><br></font>
<address>Ramnagar<br>District Udhampur<br> J&K -182122
</address>
<table cellpadding="0">
<tbody>
<tr><td><b>Phone</b> :</td><td>+919018982271</td></tr>
<tr><td><b>E-mail</b> :</td><td>[email protected]</td></tr>
</tbody>
</table>
</td>
<td align="right"><img src="Images/mzee.jpg" alt="MzeeQazi" height="210">
</td>
</tr>
</tbody>
</table>
<hr>
<h2 style="color: blue">About myself</h2>
<p>I am Computer Science Graduate from School of Computer Science And Engineering, Shri Mata Vaishno Devi University,Katra, Jammu And Kashmir. As an Computer Science student my area of interest lies in the Automata Theory and Model Verification using Computer Simulation.<br>Presently, I am looking for work opportunities in the research environment in my area of interest</p>
<hr>
<h2 style="color: blue">Education</h2>
<table>
<tbody>
<tr><td>University</td><td> 2015-2019</td><td> Shri Mata Vaishno Devi University</td></tr>
<tr><td>High Sec. School</td><td> 2013-2015</td><td> SP Smart High Sec. School</td></tr>
<tr><td>High School</td><td> 2002-2013</td><td> JK Public High School</td></tr>
</tbody>
</table>
<hr>
<h2 style="color: blue">Experiences</h2>
<table>
<tbody>
<tr><td>Summer Intern</td><td> Shri Mata Vaishno Devi Shrine Board </td><td> May 2018-July 2018</td></tr>
</tbody>
</table>
<p>My work at SMVDSB includes android application development and maintenance of E-Yatri application;website development for Sport’s Complex. I have also proposed ERP HR management system for the employees of board.</p>
<a href="Images/#">Certificate</a>
<hr>
<table>
<tbody>
<tr><td>Social Media Intern</td><td> Forum For Fast Justice</td><td> Feb 2016-Mar 2016</td></tr>
</tbody>
</table>
<p>Worked for Nyay Yatra 2016 organized by Forum for Fast Justice as social media promoter(intern). The objective of this Yatra is to create awareness among general mass regarding the functioning of Judiciary in India. Members of this Yatra traveled across India from 30th January 2016 - 4th March 2016.One team travelled from Kashmir to Kerela and other from Kutch to Kolkatta. This Yatra is first of its kind against the delays in Judiciary.</p>
<a href="Images/certificate.jpg">Certificate</a>
<hr>
<h2 style="color: blue">Skills</h2>
<p>C language<br>Scratch<br>HTML5<br>C++<br>Python<br>Java<br>Haskell<br>NuSMV<br>UPPAAL</p>
<hr>
<h2 style="color: blue">Interests</h2>
<p>Model Checking</p>
</body>
</html>