-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
34 lines (25 loc) · 1.07 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
<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">
<link rel="stylesheet" href="css/about.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Sandeep Singh - Frontend Engineer</title>
</head>
<body>
<iframe src="header.html" frameborder="0"></iframe>
<main>
<section>
<h1>About Me</h1>
<p>I am always keen about learning new technology to solve problems which results in time
saving and bring a change in this world.</p>
<p>In my spare time, I like to run, travel, cycling, read books and watch movies.</p>
<p>I enjoy learning new things and connecting with people across a range of industries. I am also good at
handling work in a team as well as an individiual.</p>
<p>Please free to reach out to me on LinkedIn or Email.</p>
<p>Thank You.</p>
</section>
</main>
</body>
</html>