-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
75 lines (67 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115987385-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115987385-1');
</script>
<title>Siddharth Karia</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="header" class="nav-down">
<div id="links">
<ul id="linklist">
<!-- <li><div class="line"></div></li> -->
<li id="firstlink"><a class="navbarlink blue" href="index.html">Siddharth Karia</a></li>
<li><a class="navbarlink" href="index.html">home</a></li>
<li><a class="navbarlink" href="about.html">about</a></li>
<li><a class="navbarlink" href="resume.html">resume</a></li>
<li><a class="navbarlink" href="other.html">other</a></li>
<li><a class="navbarlink" href="contact.html">contact</a></li>
<!-- <li><div class="line"></div></li> -->
</ul>
</div>
</div>
<!-- here ends the header -->
<div style="height: 150px"></div>
<div id="contacttext">
<div id="leftcolumn">
<div class="heavier">Let's get in touch!</div>
<p>You can send me an email over at <a class="link" href="mailto:[email protected]">[email protected]</a>.<br />
You can also connect with me on social media.</p>
</div>
<div id="rightcolumn">
<div class="heavier" style="margin-bottom: 15px;">Social Media:</div>
<a target="_blank" href="http://www.linkedin.com/in/siddharth-karia/" class="fa fa-linkedin"></a>
<a target="_blank" href="http://www.facebook.com/siddharth.karia.9" class="fa fa-facebook"></a>
<a target="_blank" href="http://www.youtube.com/channel/UCbcVS_d41cjwUVSJrnbPqKQ" class="fa fa-youtube"></a>
<!-- <a target="_blank" href="https://www.instagram.com/thesidkaria/" class="fa fa-instagram"></a> -->
<!-- You found my instagram, congrats :) -->
</div>
</div>
<div id="mapdiv">
<p>I'm located in <span class="blue">Fremont, CA</span>, and available around the Bay Area when I'm not attending college.</p>
<img id="map" width="640" src="images/map.png" alt="Google Map of Fremont, CA">
</div>
<footer>
<ul style="margin: 0; margin-bottom: 50px;">
<li class="footerli"><a class="footerlink" href="contact.html">contact me</li>
<li class="footerli"><a class="footerlink" target="_blank" href="http://www.linkedin.com/in/siddharth-karia/">linkedin</li>
<li class="footerli"><a class="footerlink" href="resume.html">resume</li>
</ul>
<div id="copyright">
© 2018 <a class="footerlink" href="http://www.siddharthkaria.com">Siddharth Karia</a>. All rights reserved.
</div>
</footer>
</body>
<script type="text/javascript" src="js/changeheader2.js"></script>
</html>