From 6d219044db459e4faeb8db81df9ce5fd63d73159 Mon Sep 17 00:00:00 2001 From: Harkirat Kaur <57443791+kiratubhi@users.noreply.github.com> Date: Sat, 22 May 2021 11:35:57 +0530 Subject: [PATCH 1/2] Create 1905334_prac5.html --- .../wt_practicals_1905334/1905334_prac5.html | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Section A/wt_practicals_1905334/1905334_prac5.html diff --git a/Section A/wt_practicals_1905334/1905334_prac5.html b/Section A/wt_practicals_1905334/1905334_prac5.html new file mode 100644 index 0000000..f80b70a --- /dev/null +++ b/Section A/wt_practicals_1905334/1905334_prac5.html @@ -0,0 +1,39 @@ +HTML file: + + + + Practical 5 + + + +
+
+ +
+
+ +
+
+

WELCOME TO THE OFFICIAL SITE OF GURU NANAK DEV ENGINEERING COLLEGE,LDH

+
+
+

ABOUT US

+

+ 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.
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. +

+
+ + From 554009b4f363d0794edd22e07e92dcc6fb351552 Mon Sep 17 00:00:00 2001 From: Harkirat Kaur <57443791+kiratubhi@users.noreply.github.com> Date: Sat, 22 May 2021 11:46:56 +0530 Subject: [PATCH 2/2] Update 1905334_prac5.html --- .../wt_practicals_1905334/1905334_prac5.html | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/Section A/wt_practicals_1905334/1905334_prac5.html b/Section A/wt_practicals_1905334/1905334_prac5.html index f80b70a..5f526b7 100644 --- a/Section A/wt_practicals_1905334/1905334_prac5.html +++ b/Section A/wt_practicals_1905334/1905334_prac5.html @@ -37,3 +37,71 @@

ADMISSION CORNER

Admission (2021-22) Helpline Numbers
7341116064 73

+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; +}