-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
61 lines (59 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Amir Resume</title>
</head>
<body>
<table>
<tr>
<td>
<img style="float: left;" width="200" alt="Amir Aziz photo" src="Amir.jpeg">
</td>
<td>
<h1>Amir Aziz</h1>
<p><i>Study at University of Engineering and Technology Peshawar</i></p>
<p>I ❤️ DataScience and want to become a DataScientist 🚀</p>
</td>
</tr>
</table>
<hr>
<!-- second section -->
<h2>Eduction</h2>
<table border="utf-8">
<tr>
<th>Course</th>
<th>Institute</th>
<th>Year</th>
<th>Result</th>
</tr>
<tr>
<th>Data Science</th>
<th>UET Peshawar</th>
<th>2026</th>
<th>90%</th>
</tr>
<tr>
<th>FSC</th>
<th>Islamia Collage Peshawar</th>
<th>2021</th>
<th>86%</th>
</tr>
<tr>
<th>Matric</th>
<th>Ummah Children Acadmey</th>
<th>2019</th>
<th>87%</th>
</tr>
</table>
<h2>Skills</h2>
<ul>
<li>Data Preprocessing</li>
<li>Data Analysis</li>
<li>Data Visualization</li>
<li>Machine Learning</li>
<li>web Development</li>
</ul>
</body>
</html>