-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
46 lines (37 loc) · 1.51 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
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=device-width, initial-scale=1.0" >
<meta name="author" content="Javad Alamdar">
<meta name="description" content="Hi I'm Javad Alamdar this page about me ">
<meta name="keyword" content="html, css , javascript">
<title>About Me </title>
<link rel="icon" href="/img/html5.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<h1>Hi I'm Javad Alamdar</h1>
<hr>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Nesciunt, culpa architecto? Expedita, reiciendis blanditiis rem natus qui dolore minus nihil inventore iure ipsum optio recusandae fugiat tempora ab esse cum.
</p>
<ul>
<li>
Download an <a href="./img/html5.png" download> HTML 5 Favicon </a>
</li>
<li>
Contact me at <a href="mailto:[email protected]">my email address </a>
</li>
<li>
Dial<a href="tel:+4915756892757" title="Call me"> My phone number </a>
</li>
</ul>
<hr>
<<< © <a href="about.html"> Javad Alamdar </a> >>>
<p>
<a href="/">Back to Home</a>
</p>
</body>
</html>