-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (34 loc) · 1.17 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
<html>
<head>
<title>portfolio</title>
<link href="style.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
</head>
<body>
<div class="container">
<ul class="nav">
<a href="index.html" ><li>HOME</li></a>
<a href="aboutme.html" ><li>ABOUT ME</li></a>
<a href="interests.html" ><li >INTERESTS</li></a>
<a href="contact.html" ><li id="present">CONTACT ME</li></a>
</ul>
<br/>
<h1 class="headline">Hi, I'm ARGHA<br/><br/></h1>
<p>
You can find me here:
<br/>
<br/>
Facebook:<a class="link" href="https://www.facebook.com/argha.paul.75" ><img src="fblogo.png" height="25" width="25"/></a>
<br/>
<br/>
Linkedin:<a class="link" href="https://www.linkedin.com/in/argha-paul-558895131/"><img src="linkedinlogo.png" height="25" width="25"/></a>
<br/>
<br/>
Git hub:<a class="link" href="https://github.com/argha-paul"><img src="githublogo.png" height="25" width="25"/></a>
<br/>
<br/>
E-mail id:arghapaul77@gmail.com <br/> Phone no:8420919996
</p>
</div>
</body>
</html>