-
Notifications
You must be signed in to change notification settings - Fork 0
/
newWebsite.html
36 lines (35 loc) · 2.11 KB
/
newWebsite.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="/home/hamza/Pictures/me.jpg" />
<meta name="author" content="Hamza Mohammad Khan">
<link rel="icon" href="https://img.icons8.com/clouds/100/000000/monitor.png" type="image/png" />
<meta charset="UTF-8" />
<title>My Website</title>
</head>
<body style = "background-color:dodgerblue">
<main>
<img src="me1.jpg" alt="Hamza suit" width="200" height="200" style="border-radius: 10%" />
<h1 style="color: white;">
<I>ABOUT ME: </I>
</h1>
<ul>
<p style="color: white;"><i>Hello there! This is Hamza Mohammad Khan. </i></p>
<p style="color: white;"><i>I am graduate from University of Karachi Department of Computer Science <b>(UBIT)</b> in Softwre Engineering.</i></p>
<p style="color: white;"><i>Will pursue career in Data science.</i></p>
<p style="color: white;"><i>I work in ERP Department in University of Karachi.</i></p>
<p style="color: white;"><i>Joined the department end of August. Making process flows of other departments like the Administration department, by documenting them and also managing, handling, migrating data to ERP system.</i></p>
<p style="color: white;"><i><b>I am currently learning and also doing personal work on :</b> C++, Java, Python, HTML/CSS, JS, Machine Learning, Data Science, Linux and more </i></p>
</ul>
<span style="color: white;">Links to see me or contact me</span>
<ul>
<li><i style="color: white;">My Email <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">[email protected]</a></i></li>
<li><i style="color: white;">My github link <a href="https://github.com/HamzaMohammadKhan " >Github</a></i></li>
<li><i style="color: white;">My twitter link <a href="https://twitter.com/h3a3mza">Twitter</a></i></li>
</ul>
<script src="script.js">
</script>
</main>
</body>
</html>