-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (73 loc) · 2.04 KB
/
index.html
File metadata and controls
75 lines (73 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal CV Website</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing='20'>
<tr>
<td>
<img src="images/round.png" height="200">
</td>
<td>
<h1>Khalil Ahmad</h1>
<p>Student of <strong>Computer Science</strong></p>
<p>I am an IOS, Android and Web Developer. I ❤️ Tea and Excercising.</p>
</td>
</tr>
</table> <hr>
<h3>Education</h3>
<ul type='circle'>
<li>
<p><strong>Matriculation:</strong>I have done it from lahore.</p>
</li>
<li>
<p><strong>Intermediate:</strong>I have done it from Mianwali</p>
</li>
<li><strong>Graduation:</strong>Curruntly studying at Sukkur IBA University in Coputer Science.</li>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tbody>
<tr>
<td>Java</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Python</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Web Development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Data Scientist</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Communication</td>
<td>🌟🌟🌟🌟</td>
</tr>
</tbody>
</table>
<hr>
<h3>Experience</h3>
<table>
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2019-2021</td>
<td>Work at Sukkur IBA University Software House as a Java Developer</td>
</tr>
</tbody>
</table>
<h3><a href="contact.html">Contact Me</a></h3>
</body>
</html>