-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
79 lines (73 loc) · 2.56 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
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hemanth Tenneti's Portfolio</title>
<!--Import stylesheet-->
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/contact.css" />
<link rel="stylesheet" href="css/projects.css" />
</head>
<body>
<div class="website">
<nav class="navbar">
<a class="nav-link" href="/" style="display: flex; align-items: center"><img src="img/MailSelect.svg"
width="35px" /> contact </a>
<center>
<a href="/">
<h1>Hemanth Tenneti</h1>
</a>
</center>
<a class="nav-link" href="/projects" style="display: flex; align-items: center">projects <img
src="img/SaveUnselect.svg" width="35px" /></a>
</nav>
<div class="contact">
<div class="contactinfo">
<h1>CONTACT ME</h1>
<div class="card">
<h4>email</h4>
<a href="mailto:[email protected]">
<h4>[email protected]</h4>
</a>
</div>
<div class="card">
<h4>twitter</h4>
<a href="https://twitter.com/HemanthTenneti" target="_blank">
<h4>@HemanthTenneti</h4>
</a>
</div>
<div class="card">
<h4>instagram</h4>
<a href="https://instagram.com/hemanth10etii" target="_blank">
<h4>@hemanth10etii</h4>
</a>
</div>
<div class="card">
<h4>github</h4>
<a href="https://github/hemanthtenneti" target="_blank">
<h4>@hemanth10etii</h4>
</a>
</div>
<div class="card">
<h4>linkedin</h4>
<a href="https://linkedin.com/in/hemanth10eti" target="_blank">
<h4>@hemanth10etii</h4>
</a>
</div>
</div>
<div class="social-media-contact">
<a href="https://github.com/HemanthTenneti" target="_blank"><img src="img/github.svg" width="35px" /></a>
<a href="https://twitter.com/AtoWithAHatto" target="_blank"><img src="img/twitter.svg" width="35px" /></a>
<a href="https://www.instagram.com/hemanth10eti" target="_blank"><img src="img/instagram.svg"
width="35px" /></a>
</div>
</div>
<!--JavaScript-->
<script src="js/index.js"></script>
<script src="js/typingEffect.js"></script>
<script src="js/bgGradience.js""></script>
<script src="js/copyLink.js""></script>
</body>
</html>