-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
33 lines (25 loc) · 1.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
</head>
<body style="font-family: 'DM Sans', sans-serif"> <br>
<details>
<summary>Menu</summary>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</details> <br> <br>
<h1>About Us 😉</h1> <br> <br>
<p>
My name is <b>Halim Shams</b>. I'm instructor at Udemy.com website and I'm feeling good and fine will teaching others. I build this website for students that loves learning and love to learn new skills. I'll be gratefull if you follow me in social
media like: <a href="https://twitter.com/HalimOFFi">Twitter</a> and <a href="https://facebook.com/m.halimshams">Facebook</a> also, you can just search <b>halimshams</b> and my social media account will apear in social media. keep that in
mind that my profile picture in social media is as bellow, you see that right bellow. This website isn't just a website this is also a portfolio project that will help me in applying to a job. <b>FINALY! I Am
Happy To
Finished The HTML Course 😎</b>
</p> <br> <br>
<img src="imges/profile.jpg" alt="profile" width="600" height="400">
</body>
</html>