-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
98 lines (86 loc) · 4.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KLDG9QK');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<title>About | Hitesh Subnani | Web developer in Jaipur</title>
<meta property="og:title" content="Hitesh Subnani | Freelancer Web Developer | Programmer">
<meta name="author" content="Hitesh Subnani">
<meta property="og:title" content="Home">
<link rel="canonical" href="http://hiteshsubnani.me/about.html">
<meta property="og:url" content="http://hiteshsubnani.me/about.html">
<meta property="og:type" content="Website">
<meta property="og:image" content="http://hiteshsubnani.me/images/DSC_0183.jpg">
<meta name="description" content="Hello, My name is Hitesh Subnani and I am a Web Developer, A World Record holder Photographer and a CSE Major Undergraduate student currently pursuing my B. Tech from Arya College of Engineering and IT, Jaipur, Rajasthan.">
<meta property="og:description" content="Hello my name is Hitesh Subnani and I am a Web Developer, A World Record holder Photographer and a CSE Major Undergraduate student currently pursuing my B. Tech from Arya College of Engineering and IT, Jaipur, Rajasthan.">
<meta name="keywords" content="Hitesh Subnani, hiteshsubnani, SubnaniHitesh, Photographer, Jaipur Photographer, World Record holder, World Record holder Photographer, Javascript Developer in jaipur Rajasthan,Web Developer in jaipur,Python Developer in jaipur, Codebooky, codebooky, Arya College of Engineering and IT, Jaipur, Rajasthan, Hitesh, Subnani, best Web developer in jaipur, Engineer, Computer Science Engineering">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google-site-verification" content="_3BV_OfGwMnjesDsAxERsNaXLFULmAxB8IdJKWu0uQQ" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="menu-btn">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</div>
<nav class="menu">
<div class="menu-branding">
<div class="portrait"></div>
</div>
<ul class="menu-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">
Home
</a>
</li>
<li class="nav-item current">
<a href="about.html" class="nav-link">
About Me
</a>
</li>
<li class="nav-item">
<a href="work.html" class="nav-link">
My Work
</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">
How To Reach Me
</a>
</li>
</ul>
</nav>
</header>
<main id="about">
<h1 class="lg-heading">
About
<span class="text-secondary">Me</span>
</h1>
<h2 class="sm-heading">
Let me tell you a few things...
</h2>
<div class="about-info">
<img src="img/portrait.jpg" alt="Hitesh Subnani" class="bio-image">
<div class="bio">
<h3 class="text-secondary">BIO</h3>
<p>I am a CSE student currently pursuing my B.Tech from Arya College of Engineering and IT, Jaipur, Rajasthan . I love to Code, Writing Blogs, Reading and Learning. I love to work in different creative fields like Photography, Cinematography, sketching that improve my creativity,"
I am also a world record holder in Photography" I work with JavaScript(nodejs),Python and C/C++ languages as my main stream programming languages.</p>
</div>
</main>
<footer id="main-footer">
Copyright © 2019
</footer>
<script src="js/main.js"></script>
</body>
</html>