-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (59 loc) · 2.49 KB
/
index.html
File metadata and controls
62 lines (59 loc) · 2.49 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
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.button {background-color: grey;}
.button:hover {
background-color: #4d9900 ;}
.xyz {
max-width:15%;
height: auto;
}
pre.ex1 {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 class="ex1" style="color:white;">
<img class="xyz" src="profile.jpg" alt="Please upload a profile picture" 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 autofocus class="button" style="color: blue";>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 class="button">Contact</button>
</a>
<br>
<br>
<br>
<br>
<br>
<pre style="color:white;"><img src="violin.jpg" style="float: right; opacity: 0.2;width:25%;">
<ul style="color:white;">
<li style="color:white;"><b style="color:white;">Name:</b> Srijanak De</li>
<li style="color:white;"><b style="color:white;">Born on:</b> 2001</li>
<li style="color:white;"><b style="color:white;">Current cccupation:</b> Studying Computer Science and Engineering(Dual Degree) at IIT Kharagpur</li>
<li style="color:white;"><b style="color:white;">Languages:</b> English,Bengali,Hindi,Spanish</li>
<li style="color:white;"><b style="color:white;">Nationality:</b> Indian</li>
<li style="color:white;"><b style="color:white;">Birth Place:</b> Kolkata, West Bengal</li>
<li style="color:white;"><b style="color:white;">Present location:</b> Kharagpur, West Bengal</li>
<li style="color:white;"><b style="color:white;">School:</b> Studied at South Point High School</li>
<li style="color:white;"><b style="color:white;">Family members: Father's name:</b> Saumendra Nath De; <b>Mother's name:</b> Kajali De; <b>Brother's name:</b> Sansaptak De</li>
</ul>
</pre>
</body>
</html>