Skip to content
Open
Show file tree
Hide file tree
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
Binary file added lcb2024023/image1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions lcb2024023/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#aa{
color: aqua;
}
header {font-size:30px;
color:rgb(20, 67, 20);
background-color:black;
text-align:center;
text-decoration: underline;
border: 4px solid black;}

#th {color:rgb(22, 198, 247);
/* width:500px; */
background-color:rgb(27, 27, 27);
text-align:center;
font-weight:900;
font-family:'Courier New', Courier, monospace;}
img {
border-radius: 50%;
border: 5px solid white;
}

</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortfolioProject</title>
</head>
<body>
<header><h1 id="aa">My Portfolio</h1></header>
<div id="th"><h2><p><u>Name</u> :Parth Khunt</p>
<P><u>Roll No.</u> : LCB2024023</P>
<p><u>Date Of Birth</u>: 17/11/2006</p>
<p><!--My photo is :<br>-->
<img src="image1.jpg" width=200px height="200px" />
<p><u>Skills</u>: HTML, CSS, C, C++, Python, Javascript</p>
<P><u>Hobbies</u>: Playing football, Watching Animes</P>
</h2></div>
<footer style="background-color:black;
text-align: center" ><P style="color:white">
contact me :8469400404<br>
email : alpha.parth@gamil.com
</P></footer>
</body>
</html>