-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (31 loc) · 1.01 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
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Personal Website</title>
<link rel="stylesheet" type="text/css" href="style2.css">
</head>
<section>
<nav>
<a href="#" class="logo"></a>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div class="about-container">
<img src="images/about-imgs.png">
<div class="about-text">
<p>About Me</p>
<p>Developer & Designer</p>
<p>Hello, My name is Fakhri Riyadh. I am a Developer and also a Designer.
If you have project or if you want make a website for your bussiness </p>
<p>I am a Developer and also Designer. If you have project or if you want make
software for your bussines contact me.I make your project as soon as possible
</p>
<button>Hire Me</button>
<button>Download CV</button>
</div>
</div>
</section>
<body>