-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
100 lines (64 loc) · 2.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
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
99
100
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/css.css">
<link rel="stylesheet" href="css/normalise.css">
<meta charset="UTF-8">
<title>RESUME(HITESH)</title>
</head>
<body>
<link href="https://fonts.googleapis.com/css?family=Bitter&display=swap" rel="stylesheet">
<header>
<div id="logo">
<a href="Resume.html">
<h1>HITESH CHOUDHARY(Resume)</h1>
</a>
</div>
<nav>
<div class="navigationlinks">
<ul>
<li><a href="Resume.html">About</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Portfolio.html">Portfolio</a></li>
</ul>
</div>
</nav>
</header>
<div id="wrapper">
<section class="sidebar">
<img src="images/profilepic.jpg" class="profilepc" alt="HITESH CHOUDHARY">
<p>HITESH CHOUDHARY</p>
</section>
<section>
<h3>About me</h3>
<p>Hi, My name is Hitesh. I mainly write code for web
applictions and Mobile apps. I also teach people, “How
to write code”. I am a Youtuber and sometimes I talk at events too.
There is a About Me page for more details. Also you can watch my Video
resume by clicking here.
</p>
<p>Hi, My name is Hitesh. I mainly write code for web
applictions and Mobile apps. I also teach people, “How
to write code”. I am a Youtuber and sometimes I talk at events too.
There is a About Me page for more details. Also you can watch my Video
resume by clicking here.
</p>
<p>Hi, My name is Hitesh. I mainly write code for web
applictions and Mobile apps. I also teach people, “How
to write code”. I am a Youtuber and sometimes I talk at events too.
There is a About Me page for more details. Also you can watch my Video
resume by clicking here.
</p>
</section>
<footer>
<a href="https://twitter.com/Hitsa_killer"><image src="Images/twitter.png" alt="Twitter" class="socialicons"></a>
<a href="https://www.facebook.com/hitesh.choudhary.70"><image src="Images/facebook.png" alt="Facebook" class="socialicons"></a>
<a href="https://www.linkedin.com/in/hitesh-choudhary-2aba54174/"><image src="Images/linkedin.png" alt="LinkedIn" class="socialicons"></a>
<a href="https://github.com/hitsa70"><image src="Images/github.png" alt="GitHub" class="socialicons"></a>
<p class="footer">©2019 Hitesh Choudhary</p>
</footer>
</div>
</body>
</html>