PS Text
PS Text
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GL BAJAJ INSTITUTE OF TECHNOLOGY AND MANAGEMENT</title>
<style>
body {
font-family: Open Sans, sans-serif;
margin: 0;
padding: 0;
background-color: #eaeaea; /* Light gray background */
}
.header {
background-color: #2c3e50; /* Dark blue background */
color: #fff;
padding: 20px;
text-align: center;
border-bottom: 1px solid #34495e; /* Darker shade for border */
}
.header img {
width: 10%;
margin: 0 auto;
padding: 10px;
}
.navbar {
background-color: #34495e; /* Medium blue background */
color: #fff;
padding: 10px;
text-align: center;
border-bottom: 1px solid #1a1d23;
}
.navbar a {
color: #fff;
text-decoration: none;
transition: color 0.2s ease;
}
.navbar a:hover {
color: #bdc3c7; /* Light gray on hover */
}
.department {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.department h2 {
color: #3498db; /* Bright blue */
}
.department ul {
list-style: none;
padding: 0;
margin: 0;
}
.department li {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.department li:last-child {
border-bottom: none; /* Corrected closing comment */
}
</style>
</head>
<body>
<!-- Header Section -->
<div class="header">
<img src="your_image_path_here.png" alt="Institute Logo"> <!-- Replace with actual
image -->
<h1>GL Bajaj Institute Of Technology And Management</h1>
<div class="student-info">
<span>Student Name: Neeraj Kumar Dass</span><br>
<span>Roll No: 2201920100191</span>
</div>
</div>
<div class="button-form">
<button class="about-us">About Us</button>
<button class="department">Department</button>
<button class="contact-us">Contact Us</button>
</div>