-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.php
40 lines (38 loc) · 1.37 KB
/
about.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<style>
body {
font: 1em sans-serif;
text-align: center;
}
</style>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="faq.php">FAQ</a>
<a href="about.php">About</a>
<a href="contactme.php">Contact Me</a>
<a href="support.php">Support</a>
<a href="profile.php">Profile</a>
</nav>
<h1>About</h1>
<h2>Hello, My Name is Nir Shakibi, I'm 21 and I'm a Self-Taught Programmer :)</h2>
<p>I love to Program Things that I like, and I'm enjoying The way of Creating Things.</p>
<p>if you need me for a job, then contact me <a href="contactme.php">here</a></p>
<p>BTW, I will be very happy to work with you :)</p>
<h1>Story</h1>
<h2>So, my story is like this:</h2>
<p>I did not went to the army as I cannot Physically. and I only have 12 years diploma, but without matriculation certificate.</p>
<p>Then, I decided to be a Self-Taught Developer.</p>
<h1>Mission</h1>
<h2>To be a Self-Taught Developer :)</h2>
<p>as I worked very hard to be where I'm now.</p>
</body>
</html>