Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions Section A/wt_practicals_1905334/1905334_prac5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
HTML file:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Practical 5</title>
<link rel="stylesheet" href="./Practical5.css" />
</head>
<body>
<header id="main-header">
<div class="container">
<IMG SRC="logo.png">
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Faculty</a></li>
</ul>
</div>
</nav>
<div class="container">
<section id="showcase">
<h1>WELCOME TO THE OFFICIAL SITE OF GURU NANAK DEV ENGINEERING COLLEGE,LDH </h1>
</section>
<section id="main">
<h1>ABOUT US</h1>
<p>
Guru Nanak Dev Engineering College, one of the prestigious, oldest and minority institution of Northern India, was established under the aegis of Nankana Sahib Education Trust (NSET) in 1956. NSET was founded in memory of the most sacred temple of Nankana Sahib, birth place of Guru Nanak Dev Ji. The Trust deed was registered on 24th February 1953 with a commitment by Nankana Sahib Education Trust to uplift the vast weaker section of Indian polity comprising Rural India by admitting 70% students every year from Rural Areas. This commitment was made to the nation on 8th April, 1956. The day when foundation stone of the College was laid by Late Dr. Rajendra Prasad Ji, the First President of India. <br><IMG SRC="GNEe.JPG" WIDTH="700" HEIGHT="250">the College was affiliated with Punjab University, Chandigarh since its inception. On establishment of Punjab Technical University, Jalandhar, since 1997 the college is affiliated with it, which is now known as I.K.Gujral Punjab Technical University (IKGPTU). This is the first Engineering College of Punjab, which was conferred Autonomous Status by University Grants Commission (UGC), New Delhi in 2012 under section 2(f) and 12(B) of UGC Act 1956. Most of the undergraduate courses are accredited by National Board of Accreditation about 3 times since 2004. The college is accredited with ‘A” Grade by NAAC, UGC. Tata Consultancy Services (TCS) has accredited this college twice for placement purpose. The college is also ISO 9001-2015 Certified.
</p> </section><img src="gne.jpg" width="30%" height="235">
<aside id="sidebar1">
<H3>ADMISSION CORNER<H3><p>Admission (2021-22) Helpline Numbers<BR>7341116064 7341116065 7341116067<BR>Admission Query Form Frequently Asked Questions<BR>Information Brochure </p>
</aside><img src="clg.jpg" width="30%" align="right"> </div>
<footer id="main-footer"> <p>Contact Info:<a href="mailto:support@gndec.ac.in">support@gndec.ac.in</p>
</footer>
</body></html>
CSS file: body {
background-color:lightyellow;
columns: #555;
font: Arial, Helvetica, sans-serif 16px;
line-height: 1.6em;
margin: 0;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
#main-header {
background-color: lightyellow;
color: #fff;
}
#navbar {
background-color: green;
color: #fff;
}
#navbar ul {
padding: 0;
list-style: none;
}
#navbar li {
display: inline;
}
#navbar a {
color: #fff;
text-decoration: none;
font: 18px;
padding-right: 15px;
}
#showcase {
min-height: 100px;
margin-bottom: 30px;
text-align: center;
margin: auto;
width: 70%;
}
#showcase h1 {
color: #333;
font-size: 40px;
line-height: 1.2em;
padding-top: 30px;
}
#main {
float: left;
width: 70%;
padding: 0 30px;
box-sizing: border-box;
}
#sidebar1 {
float: right;
width: 30%;
background-color: lightgreen;
color: black;
padding: 10px;
box-sizing: border-box;
}
#main-footer {
background-color: lightgreen;
color:black;
text-align: center;
padding: 20px;
margin-top: 40px;
margin-bottom: 0;
}