-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
101 lines (98 loc) · 2.56 KB
/
resume.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
<!doctype html>
<html>
<header>
<link rel="stylesheet" href="css/style.css" />
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;
text-align: center;
}
#t01 {
width: 100%;
background-color: #61e1bb;
}
</style>
<title>Haris khan Resume</title>
</header>
<body>
<img src="images/haris khan.jpg" width="200px" hight="20px" alt="Haris pic">
<h2>Personal information</h2>
<p>Name: Muhammad Haris Khan</P>
<p>Profession: Student.</P>
<h2>About Me</h2>
<p>Space enthusiast | Aspiring Entrepreneur | Aspiring engineer | Artist</P>
<h2>Education</h2>
<table id="t01">
<tr>
<th>Degree</th>
<th>Major</th>
<th>Grades</th>
<th>Dates</th>
</tr>
<tr>
<th>Bachelor's</th>
<td>Mechanical Engineering</td>
<td>3.34CGPA</td>
<td>2018-2022</td>
</tr>
<tr>
<td>HSSC</td>
<td>Pre-Engineering</td>
<td>84%</td>
<td>2016-2018</td>
</tr>
<tr>
<td>SSC</td>
<td>Science</td>
<td>90%</td>
<td>2014-2016</td>
</tr>
</table>
<h2>Skills</h2>
<p> 3D modeling | Painting | Sketching | Html | Complex Problem solving</p>
<p> 2D modeling | Macro And Micro Thermodynamics | Project Management</p>
<p> Fluid Mechanics | Quantum Mechanics | Astronomy | Solid Mechanics </p>
<p> Neural Networks and deep learning | Research | Team leadership </P>
<p> Freelancing | C++ | CSS </p>
<h2>Tools</h2>
<p> MS-Office | MATLAB | Octave | AUTOCAD | SolidWorks | Wordpress</p>
<h2> Mini Projects</h2>
<p>Automatic Flour Machine (1st Semester) </p>
<p>Stress analysis Of Machine Component (2nd Semester)</p>
<p>Demonstration Model of steam Engine (2nd Semester)</p>
<p>Stress analysis Automobile part (3rd semester)</p>
<p>3D modeling of Mars rover (3rd semester)</p>
<p>Torsion measuring apparatus(3rd semester)</p>
<h2>Organization</h2>
<p> The American Society of Heating, Refrigerating and Air-Conditioning Engineers (UET Peshawar)</p>
<h2>Designation</h2>
<p>Director student Counseling (2019-present) </p>
<h2>Languages</h2>
<table align="center" id="01">
<tr>
<th>Language</th>
<th>Level</th>
</tr>
<tr>
<th>English</th>
<th>C1</th>
</tr>
<tr>
<th>Urdu</th>
<th>C2</th>
</tr>
<tr>
<th>Pashto</th>
<th> C2</th>
</tr>
</table>
</body>
<footer>
<hr>
<code>copy right haris khan 2020 </code>
</footer>
</html>