-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
39 lines (37 loc) · 1.7 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
<!DOCTYPE HTML>
<html>
<head>
<title>Tushar malik</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<style type="text/css">
p{color: red;font-weight: bold;}
div{color: black}
</style>
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>About</h1>
<h3>Hi, I'm Tushar! Also known as Passionate Programmer.</h3><br>
<p>A self-taught programmer with a "can-do" attitude who developed his interest in Computer Science and Software Development over the years. Enjoy taking challenges and developing beautiful, functional, responsive and easy-to-use products. <br><br>The best place to find Tushar is in front of his system. When he is not getting his hands dirty with code, he likes to hang around with like-minded people to share his knowledge and learn more.</p>
</header>
</div>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>