-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
79 lines (52 loc) · 1.97 KB
/
contact.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
<!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="about.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">
<h3> Contact Me </h3>
<section>
<img src="images/profilepic.jpg" class="profilepc" alt="HITESH CHOUDHARY">
<p>If ever need any help from me ,Feel free to contact me. I prefer Contact by phone but E-mail is also fine</p>
</section>
<section>
<address><p>Room no 121, King's Palace 9 'C'<br>
Kiit university,patia<br>
Bhubaneswar,Odhisa.
</p> </address>
<p>+91 9166526421</p>
<p><a href="mailto:1705790@kiit.ac.in">E-mail me - 1705790@kiit.ac.in</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">© Hitesh Choudhary 2019</p>
</footer>
</div>
</body>
</html>