!DOCTYPE HTML
!DOCTYPE HTML
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lohendra's Personal Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: white;
color: #333;
margin: 0;
padding: 0;
}
.container {
width: 80%;
margin: 0 auto;
padding: 20px;
}
header {
text-align: center;
padding: 50px 0;
background: #f4f4f4;
border-bottom: 1px solid #ddd;
}
header h1 {
margin: 0;
font-size: 2.5em;
}
section {
margin: 50px 0;
}
.gamer-theme {
text-align: center;
margin: 20px 0;
}
.gamer-theme img {
width: 50px;
height: 50px;
margin: 10px;
}
.bio a {
color: #0066cc;
text-decoration: none;
}
.bio a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Lohendra's Personal Page</h1>
</header>
<section class="about-me">
<h2>About Me</h2>
<p class="bio">Welcome to my personal page! My name is Lohendra. Visit
my shopping website: <a href="http://www.lohendrapro.com"
target="_blank">www.lohendrapro.com</a></p>
</section>
<section class="projects">
<h2>Projects</h2>
<p>Here are some of the projects I’m working on:</p>
<ul>
<li>Project 1: Description of project 1.</li>
<li>Project 2: Description of project 2.</li>
<li>Project 3: Description of project 3.</li>
</ul>
</section>
<section class="contact">
<h2>Contact</h2>
<p>You can reach me at:</p>
<ul>
<li>Email: <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Twitter: <a href="http://www.twitter.com/yourprofile"
target="_blank">@yourprofile</a></li>
</ul>
</section>
<section class="gamer-theme">
<h2>Gamer Theme</h2>
<p>Check out these cool gamer stickers!</p>
<img src="https://www.pngmart.com/files/21/Gamer-Transparent-
Background.png" alt="Gamer Sticker 1">
<img src="https://www.pngmart.com/files/21/Gamer-PNG-Clipart.png"
alt="Gamer Sticker 2">
<img src="https://www.pngmart.com/files/21/Gamer-Logo-PNG.png"
alt="Gamer Sticker 3">
</section>
</div>
</body>
</html>