Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Grade 11 Student Profile</title>

<style>

body {

margin: 0;

padding: 0;

font-family: 'Arial', sans-serif;

background: linear-gradient(to bottom, #87CEEB 50%, #FFFFFF 50%);

height: 100vh;

display: flex;

align-items: center;

justify-content: center;

.profile-card {

background-color: #FFFFFF;

border-radius: 10px;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);


overflow: hidden;

width: 300px;

text-align: center;

padding: 20px;

.profile-pic {

width: 100px;

height: 100px;

border-radius: 50%;

margin: 0 auto 15px;

overflow: hidden;

.profile-pic img {

width: 100%;

height: 100%;

object-fit: cover;

.student-info {

color: #333;

h2 {
margin: 0;

color: #008080;

</style>

</head>

<body>

<div class="profile-card">

<div class="profile-pic">

<img
src="https://i.pinimg.com/736x/e8/9d/7c/e89d7cc0ba3cf5d8e6b1e036cc049791.jpg
" alt="Profile Picture">

</div> <h2>Manish Chaudhary</h2>

<div class="student-info">

<p>Grade: 11</p>

<p>Hobbies: coding, gaming, hiking</p>

<p>School: Kathmandu World School</p>

<p>Email: manish.s2080.kws.edu.np</p>

</div>

</div>

</body>

</html>
ACKNOWLEDGEMENT

I would like to express my deep appreciation and gratitude to my subject


teacher and lecturer Mr. Shrawan Kumar Shrestha for their
coinstantaneous help, advice, information and encouragement in this
project

I feel immense pleasure to present my project after a long work. Besides


my effort, the help and guideline given by many others hasn’t been
unnoticed. I express my gratitude to all those countless people for the
support for me in doing this project.

I express my thanks to Kathmandu World School for it has been a


source of the creation of this project and the support, valuable
information, resources and guidance give to me to do this project.

I am also grateful and indebt of my beloved friends for their


immeasurable help, support and encouragement from the beginning to
the End of the project without whom this project would not have been a
reality.

Last but not the least I would like to thank my parents, family members,
friends, this college and other who help me for their guidance and
support.

You might also like