-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.html
46 lines (30 loc) · 1.41 KB
/
about_me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>about Moh</title>
<link rel="stylesheet" href="./resources/css/about_me.css">
</head>
<body>
<div class="nav-bar">
<!--Banner section-->
<div class="baner">
<a href="./resources/Images/IMG_8082.png"><img id="Mohh" src="./resources/Images/26566119-designstyle-handy-oantoer one.png" alt="Mohammed"></a>
</div>
<div class="nav-text">
<a id="Home" class="nav-link"href="index.html">Home|</a>
<a id="work" class="nav-link"href="https://www.refugecoffeeco.com">work|</a>
<a id="school" class="nav-link"href="https://refcode.org/pages/index.html">school</a>
<h1><s>Hey there</s>Hello</h1>
</div>
</div>
<div class="about_me">
<p class="about_me"><article><em>My Name is <u>Mohammed</u> and I've worked hard in my education<br>and now I'm ready to apply my knowledge into practice.
<br> While I don't have any real-life work experience,<br></p>
<p> I've had a lot of exposure to the business environment.<br> A lot of my courses involved working<br>
with real companies to solve real problems</article></em</p>
</div>
</body>
</html>