-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
28 lines (23 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="white">
<h1 id="h1"> About.</h1>
<p id="text">Manish is a young age, tall guy from New Delhi, India. </p>
<p id="text">He is a software Engineer in Information Technology domain passed out from Nsit, New Delhi.
In his spare time manish loves to spend his time with his laptop, he has great interest in website development and coding.
</p>
<p id="text">Manish is soft-spoken, generous, people person and Lives in Delhi with his parents.
. </p>
</div>
<a href="index.html"><i class="fa fa-home fa-3x" aria-hidden="true"></i></a>
</body>
</html>