Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions LIT2024018/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
background-color: black;
}
#port{
background-color: white;
height: 100px;
}
#heading{
text-align: center;
padding-top: 30px;
}
#intro{
color: white;
}
#b{
text-align: center;
}

.skill{
color: whitesmoke;
}

.hobby{
color: antiquewhite;
}
</style>
</head>
<body>
<header id="port"><h1 id="heading">MY PERSONAL PORTFOLIO</h1></header>
<div id="intro">
<ul id="b">Hey there, I am studying in IIIT Lucknow. </ul>
<ul>Name: Mayank Kumar Singh</ul>
<ul>Branch: Information Technology</ul>
<ul>Roll no: LIT2024018</ul>


<ul></ul>
</div>

<fieldset class="skill">
<legend>Skillset</legend>
<p>I am a new learner right now.So i am not equipped to any Skillset </p>
</fieldset>
<fieldset class="hobby">
<legend>Hobbies</legend>
<ul>
<li>
Volleyball
</li>
<li>
Listening Songs
</li>
<li>
Playing Video Games
</li>
</ul>
</fieldset>
</body>
</html>