-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (31 loc) · 1.63 KB
/
index.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>
<head>
<style>
h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}
h4 {text-align: center;}
img src {text-align: center;}
</style>
</head>
<style>
body{
background-image: url(' https://velvetescape.com/wp-content/uploads/2018/06/IMG_2653-1280x920.jpg') ;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<body>
<h1 style="background-color:Blue;">My Portfolio</h1>
<br>
<h2><img src="https://fsb.zobj.net/crop.php?r=WuuSuF1vw-_TvlhrW4u-J47XA0n3JrWqpELmAdNR-TP0N_uCVuvVpnjPGxcc9cUKGtB21Vq7wohYjX96MHqgS9s3XGLpOaQnD1J8jq217Ybpxr9vpUkEnQ-XzLbXingWh69fP2RuekYw1iHY" width="350" height="300"></h2>
<h3 style="background-color:yellow;">Name: Susim Mukul Roy</h3>
<h3 style="background-color:pink;">Department : Artificial Intelligence and Data Science</h3>
<h3 style="background-color:green;">About Me: I want to learn as many new things as possible and contribute to humanity in any way i can. In short, i am just a curious person.</h3>
<h3 style="background-color:purple;"> Learning Now : Python, game dev, c++, ROS</h3>
<h3 style="background-color:red;">Hobbies : Watching anime, playing TT, Singing/listening to music, star-gazing</h3>
<h4 style="background-color:White;"> Here's how you may get to know more about me: <a href="https://timesofindia.indiatimes.com/city/kolkata/lockdown-curbs-force-city-toppers-to-share-their-joy-over-video-calls/articleshow/77008527.cms" target="_blank">Times of India recognition!</a></h4>
</body>
</html>