forked from samjain2907/Personal-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
24 lines (24 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>SAM</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Mansalva&display=swap" rel="stylesheet">
</head>
<body>
<div class="topnavi">
<a href="./index.html">Home</a>
<a href="contact.html">Contact</a>
</div>
<div id = "c-link">
<h3 class="ago">LINKEDIN ID</h3>
<a class="footer-link" id="zoom" href="https://www.linkedin.com/in/samarth-jain-434537190/"><img class="icon" src="images/linkedin.png" alt=""></a>
<h3>GITHUB</h3>
<a class="footer-link" id="zoom" href="https://github.com/samjain2907"><img class="icon" src="images/github.png" alt=""></a>
<h3>TWITTER<h3>
<a class="footer-link" id="zoom" href="https://twitter.com/TheRationals"><img class="icon" src="images/twitter.png" alt=""></a>
</div>
</body>
</html>