-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1 style="text-align: left;">My name is Hasan Alqise</h1>
<img src="./da-legend.jpg" style="border-radius: 30%; height: 200px;width: auto;vertical-align:top;">
<hr>
<h2>These are the project that I had done : </h2>
<ul>
<li><a href="./htmltest.html">Industriel revulotion</a><br /></li>
<li><a href="./2023test.html">this was done to practice in the summer</a><br /></li>
<li><a href="./movieindex.html">this was done for a course on udemy</a><br /></li>
<li><a href="./birthdayindex.html">also for the udemy couse</a><br /></li>
<li><p>and this hacking course</p></li>
</ul>
<a href="https://www.hacksplaining.com"><img src="./Screenshot 2023-08-16 112436.jpg" alt="click on me " style="height: 200px;width: auto;"></a>
<hr />
<p>And i also like to read wirte poetry and play video games</p><br />
<a href="./contactme.html">Contact me</a>
<footer>@Hasan Alqise 2023</footer>
</body>
</html>