-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
82 lines (73 loc) · 2.65 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
80
81
82
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<style>
a {color:blue;}
</style>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Prashanth Balasubramanian</title>
<link rel="shortcut icon" href="iconsys.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lightbox.css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/menu.css">
<script src="js/jquery1111.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
</head>
<body>
<div class="wrap-body">
<div class="header">
<div id='cssmenu' >
<ul>
<li class="active"><a href='index.html'><span>Home</span></a></li>
<li><a href='interests.html'><span>Interests and Future Work</span></a>
</li>
</li>
<li><a href='cv.html'><span>CV</span></a></li>
<li><a href="https://in.linkedin.com/in/prashanth-balasubramanian-b043a0110"><span>Linkedin</span></a></li>
<li><a href="https://github.com/prashb94"><span>GitHub</span></a></li>
<li class='last'><a href='contact.html'><span>Contact</span></a></li>
<li class='crypto'><a href='crypto.html'><span>Cryptocurrency</span></a></li>
</ul>
</div>
</div>
<section id="container">
<div class="wrap-container">
<section class="content-box boxstyle-1 box-1">
<div class="zerogrid">
<div class="row wrap-box">
<div class="col-1-2">
<div class="wrap-col">
<center>
<img src="images/me.jpg">
</center>
</div>
</div>
<div class="col-1-2">
<div class="wrap-col">
<div class="row">
<div class="t-center" style="padding-top: 60px;">
<div class="header">
</div>
<p>You can reach me by <a href="mailto:prash_94@hotmail.com"><u>e-mail</u></a></p>
</div>
</div>
</div>
</div>
</div>
<a href="http://m.maploco.com/details/cf35djat"><img style="border:10px;" src="http://www.maploco.com/vmap/s/9029621.png" alt="Locations of Site Visitors" title="Locations of Site Visitors"/></a>
</div>
</section>
<script src="js/lightbox-plus-jquery.min.js"></script>
</div>
</body>
</html>