cs-project-assets / certificate.html
shoaibrza9999's picture
Upload certificate.html with huggingface_hub
d9382c9 verified
Raw
History Blame Contribute Delete
2.47 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Certificate</title>
<style>
body {
margin: 0;
padding: 0;
min-height: 100vh;
background: radial-gradient(circle at 10% 10%, #1d3e75 0%, transparent 50%),
radial-gradient(circle at 90% 90%, #524f26 0%, transparent 50%),
#0d111a;
background-attachment: fixed;
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
color: #e0e4e8;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.page-container {
width: 794px;
height: 1123px;
padding: 100px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
h1 {
text-align: center;
font-size: 3.5em;
letter-spacing: 6px;
font-weight: 300;
margin-bottom: 80px;
margin-top: 40px;
color: #ffffff;
text-transform: uppercase;
}
p {
font-size: 1.5em;
line-height: 2.3;
text-align: justify;
margin-bottom: 100px;
color: #c9d1d9;
font-weight: 300;
}
strong {
color: #d8c385;
font-weight: 500;
}
</style>
</head>
<body>
<div class="page-container">
<h1>Certificate</h1>
<p>This is to certify that <strong>Aawesh</strong>, a student of <strong>Ganga International School</strong> of class <strong>12th S2</strong>, has successfully completed the Computer Science project entitled 'Python Programs' himself and under my guidance. The progress of the project has been continuously reported and has been in my knowledge consistently.</p>
</div>
</body>
</html>