-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
57 lines (53 loc) · 2.05 KB
/
contact.html
File metadata and controls
57 lines (53 loc) · 2.05 KB
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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.abc{font-family: 'Sofia';font-size: 22px;}
.button {background-color: grey;}
.button:hover {
background-color: #4d9900 ;}
.xyz {
max-width:15%;
height: auto;
}
pre {font-size: 180%;}
@media only screen and (max-width: 900px) { pre {font-size: 75%;}}
button {height:40px;width:150px;}
@media only screen and (max-width: 900px) { button {height:20px;width:70px;}}
</style>
</head>
<body style="background-image: url('blackhole.jpg');background-size: 100% 100%; background-repeat: no-repeat;background-attachment: fixed;">
<pre style="color:white;">
<img class="xyz" src="profile.jpg" style="float:left;width:15%;">
<i> "Great old castles full of dreams,
Transcending all the mystical sins,
Buried deep under meadows green,
It was defeat never seen."</i>
- Srijanak De
</pre>
<a href="index.html">
<button class="button">About</button>
</a>
<a href="bio.html">
<button class="button">Bio</button>
</a>
<a href="achievements.html">
<button class="button">Awards</button>
</a>
<a href="contact.html">
<button autofocus class="button" style="color: blue">Contact</button>
</a>
<br>
<br>
<br>
<br>
<ul style="color:white;"><img src="violin.jpg" style="float: right; opacity: 0.2;width:20%;">
<p style="color:white;"><li style="color:white;"><b style="color:white;">Email id:</b></li>srijanak2001@gmail.com (or srijanak_de@yahoo.in) <br><br>
<li style="color:white;"><b style="color:white;">Phone number:</b></li>917596993896 (or 919433021427)<br><br>
<li style="color:white;"><b style="color:white;">Current Address:</b></li>E-412,Rajendra Prasad Hall of Residence, IIT Kharagpur</p>
<br>
<p class="abc" style="color:white;"> Thanks for visiting my webpage. <img src="smile.png" style="height: 22px;"</p>
</body>
</html>