-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (53 loc) · 1.91 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
47
48
49
50
51
52
53
<!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>Mimo Blogs</title>
<link rel="stylesheet" href="mimo.css">
<link rel="icon" href="Lg00.png">
</head>
<body>
<!--Header-->
<div id="header">
<div class="container">
<a id="header-title" href="index.html">Mimo Blogs</a>
<ul id="header-nav">
<li><a href="index.html">Home</a></li>
<li><a href="mailto:deepakpadhi90058@gmail.com">Contact</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="container">
<div class="about">
<div class="about-author">
<img src="DAX.png" alt="dax.png">
</div>
<h1 class="about-title">About Me</h1>
<div class="about-content">
<p>Hi there! I'm an aspiring web developer.</p>
<p>If you like my blog, please follow me on Instagram or Facebook and tell your family and friends about it. if you want to get in touch, please click on the contact link in the navigation tab.</p>
</div><!--about-content-->
</div><!--about-->
</div><!--container-->
</div><!--Content-->
<!--Footer-->
<div id="footer">
<div class="container">
<div class="column">
<h4>My links</h4>
<p>
<a href="#">Facebook</a>
<br>
<a href="#">Instagram</a>
</p>
</div>
<div class="column">
<h4>My Story</h4>
<p>Hi there! I'm an aspiring web developer.</p>
</div>
</div>
</div>
</body>