0% found this document useful (0 votes)
12 views3 pages

PS Text

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views3 pages

PS Text

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

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>

<div class="department" id="computer-science">


<img src="your_image_path_here.png" alt="Computer Science Department"> <!-- Replace
with actual image -->
<h2>Department of Computer Science</h2>
<p>The Department of Computer Science offers undergraduate and graduate programs in
Computer Science. Our faculty members are renowned experts in their fields and have
published numerous research papers.</p>
<ul>
<li>Head of Department: Dr. Sansar Chauhan</li>
<li>Qualification: PhD (Computer Science)</li>
<li>Experience: 15 years</li>
<li>Research Areas: Artificial Intelligence and Machine Learning</li>
<li>E-mail: [email protected]</li>
</ul>
</div>

<div class="department" id="electrical-engineering">


<img src="your_image_path_here.png" alt="Electrical Engineering Department"> <!--
Replace with actual image -->
<h2>Department of Electrical Engineering</h2>
<p>The Department of Electrical Engineering offers undergraduate and graduate
programs in Electrical Engineering. Our faculty members have extensive industry
experience and have developed innovative solutions to real-world problems.</p>
<ul>
<li>Head of Department: Dr. Mohit Bansal</li>
<li>Qualification: PhD (Electrical Engineering)</li>
<li>Experience: 15 years</li>
<li>Research Areas: Power Systems, Control Systems, Electrical Machines</li>
<li>E-mail: [email protected]</li>
</ul>
</div>

<div class="department" id="mechanical-engineering">


<img src="your_image_path_here.png" alt="Mechanical Engineering Department"> <!--
Replace with actual image -->
<h2>Department of Mechanical Engineering</h2>
<p>The Department of Mechanical Engineering offers undergraduate and graduate
programs in Mechanical Engineering. Our faculty members are experts in their fields
and have developed innovative solutions to real-world problems.</p>
<ul>
<li>Head of Department: Dr. Vishwa Ratna Sharma</li>
<li>Qualification: PhD (Mechanical Engineering)</li>
<li>Experience: 12 years</li>
<li>Research Areas: Thermodynamics, Mechanics of Materials, Fluid Mechanics</li>
<li>E-mail: [email protected]</li>
</ul>
</div>
</body>
</html>

You might also like