Skip to content

Instantly share code, notes, and snippets.

@Harshad-Jangid1207
Last active February 22, 2026 09:46
Show Gist options
  • Select an option

  • Save Harshad-Jangid1207/d2e02484eb759d49ba83d370b1255020 to your computer and use it in GitHub Desktop.

Select an option

Save Harshad-Jangid1207/d2e02484eb759d49ba83d370b1255020 to your computer and use it in GitHub Desktop.
24f2002516@ds.study.iitm.ac.in
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="24f2002516@ds.study.iitm.ac.in">
<meta name="contact" content="24f2002516@ds.study.iitm.ac.in">
<title>Data Science Portfolio - GA2</title>
<!-- Required Email: 24f2002516@ds.study.iitm.ac.in -->
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #333;
}
.container {
background: white;
border-radius: 10px;
padding: 40px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
</style>
</head>
<body>
<div class="container">
<h1>🎓 Data Science Projects - GA2</h1>
<!-- Student Email: 24f2002516@ds.study.iitm.ac.in -->
<div>
<h3>📧 Contact Information</h3>
<p><strong>Email:</strong> 24f2002516@ds.study.iitm.ac.in</p>
</div>
<footer>
<!-- Verified Email: 24f2002516@ds.study.iitm.ac.in -->
</footer>
</div>
<script>
const studentEmail = "24f2002516@ds.study.iitm.ac.in";
console.log("Contact:", studentEmail);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment