-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
32 lines (32 loc) · 1.14 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
<!-- saved from url=(0033)https://my.eng.utah.edu/~mantena/ -->
<html>
<style>
p { font-family:monospace; font-size:16px; }
p.hand { font-family:monospace; font-size:26px; margin-top:-10px}
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Contact me</title>
</head>
<body>
<br>
<p> Hey!</p>
<br>
<p> My name is Rajiv Mantena</p>
<br>
<p> Need to get hold of me?</p>
<p> phone : <a href="tel:+918639054964">+91 86390 54964</a></p>
<p> email : <a href="mailto:mantenarajiv@gmail.com">mantenarajiv@gmail.com</a></p>
<br>
<p> Quick links</p>
<p> <a href="./files/resume.pdf">resume</a> <a href="https://www.linkedin.com/in/mantenarajiv/">linkedin</a> <a href="http://rmantena.github.io/">website</a>
</p>
<br>
<p> Want something more informal?</p>
<p> <a href="https://www.instagram.com/rjv_mntn/">instagram</a> <a href="https://wa.me/918639054964">whatsapp</a> <a href="https://www.youtube.com/mantenarajiv">youtube</a>
</p>
<br>
<p> Cheers </p>
<p class="hand"> ✌🏼</p>
<br>
</body></html>