-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactme.html
40 lines (37 loc) · 1.42 KB
/
contactme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact_me</title>
<style>
*{
background-image: url(images/city-1.jpg);
position: absolute;
align-items: center;
font-size: xx-large;
font-family: RALEWAY;
font-weight: bolder;
align-content: center;
}
a{
color: rgb(192, 222, 248);
}
a:hover{
color: rgb(255, 255, 255);
}
</style>
</head>
<body>
<span align="center" style="color: aliceblue;"><P>
<a href="index.html">HOME</a><br><br><br>
My mail ID: ajaybiswas44442019@gmail.com <br>
Follow me on insta: <button><a href="https://www.instagram.com/ajaybiswas5872018/" target="_blank">insta</a></button><br>
Follow me on facebook:<button> <a href="https://www.facebook.com/people/Ajay-Biswas/100074748354912/" target="_blank">FB</a></button> <br>
Follow me on twitter: <button><a href="https://twitter.com/AjayBis85462623">twitter</a></button> <br>
Follow me on linkedin: <button><a href="https://www.linkedin.com/in/ajay-biswas-8b0832237/">linkedin</a></button> <br>
Follow me on github: <button><a href="https://github.com/BlueSquare4">github</a></button> <br>
</P></span>
</body>
</html>