From 515e613960d8a208d3b7ce74c01d9a14d99bc103 Mon Sep 17 00:00:00 2001 From: DHEERAJ PANDEY Date: Sat, 26 Jun 2021 20:04:45 +0530 Subject: [PATCH] BRAnch --- books.html | 2 +- branch.html | 117 +++++++++++++++++++++++++++++++++++++++++++++ contact.html | 2 +- contribute.html | 2 +- cssfiles/style.css | 64 +++++++++++++++++++++---- files.html | 2 +- index.html | 5 +- notes.html | 2 +- papers.html | 2 +- syllabus.html | 2 +- 10 files changed, 183 insertions(+), 17 deletions(-) create mode 100644 branch.html diff --git a/books.html b/books.html index 088b07a..d1ed071 100644 --- a/books.html +++ b/books.html @@ -35,7 +35,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/branch.html b/branch.html new file mode 100644 index 0000000..d7f4709 --- /dev/null +++ b/branch.html @@ -0,0 +1,117 @@ + + + + + Files + + + + + + + + + + + + + + + +
    + + + +
    +

    Branch

    +
    + + + +

    Year I

    + + + + + + + + + +
    + +
    + + + + \ No newline at end of file diff --git a/contact.html b/contact.html index 2183f32..d02fa37 100644 --- a/contact.html +++ b/contact.html @@ -35,7 +35,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/contribute.html b/contribute.html index aeaf465..809c7c0 100644 --- a/contribute.html +++ b/contribute.html @@ -32,7 +32,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/cssfiles/style.css b/cssfiles/style.css index e7b0875..d249481 100644 --- a/cssfiles/style.css +++ b/cssfiles/style.css @@ -425,15 +425,63 @@ tr{ background-color: rgb(7, 105, 105); } /* For Contribute Button */ -.button { + + +/* Dropdowns */ +.dropbtn { + background-color: rgb(128, 0, 0); + color: white; + border: 1px solid rgb(255, 255, 255); + width: 140px; - border: none; - color: rgb(0, 0, 0); - padding: 15px 32px; + border-radius: 20px; + padding: 13px; + margin: 3px; + font-size: 16px; + /* border: none; */ + /* float: left; */ +} + + +.dropdown { + position: relative; + display: inline-block; +} + +.dropdown-content { + display: none; + position: absolute; + /* padding: 10px; */ + background-color: transparent; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; +} + +.dropdown-content a { + color: rgb(251, 251, 251); + background-color: rgb(128, 0, 0); + width: 150px; + margin: 3px; text-align: center; + padding: 10px; + border: 1px solid #ccc; + border-radius: 30px; text-decoration: none; - display: inline-block; - font-size: 16px; - margin: 4px 2px; - cursor: pointer; + display: block; +} + +.dropdown-content a:hover { + background-color: white; + color: green; + +} + +.dropdown:hover .dropdown-content { + display: block; +} + +.dropdown:hover .dropbtn { + background-color: #ffffff; + color: green; } diff --git a/files.html b/files.html index 1c1c25b..f6bab4f 100644 --- a/files.html +++ b/files.html @@ -35,7 +35,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/index.html b/index.html index fbd58a6..8970bf6 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • @@ -90,7 +90,8 @@

    Feed

    - Dheeraj Pandey

    - +

    !!! Wishing Dheeraj Pandey a Very Happy Birthday !!!

    +

    The UNIVERSITY INSTITUTE OF ENGINEERING AND TECHNOLOGY, a department of CSJM UNIVERSITY has prospered by leaps and bounds over the years achieving great academic heights besides foraying into the top 50 finest engineering colleges of the country. Having been taught by one of the best faculties of the region, the students of UIET have been empowered and groomed to take on the rigorous challenges in their upcoming lives. The sincere efforts made by our glorious alumni in the progress of the institute has further strengthened its fundamentals in a short span of time. The atmosphere of creativity and the enterprising attitude of the students has promoted a spirit of innovation. The recent achievements of the students in myriad fields including biotech, mechanical, electronics has set a new trend in the road to establishing a brand name for UIET. Apart from a healthy academic atmosphere and renowned faculty, the institute provides ample amount of exposure to the students to discover their abilities in the fields of arts, literature and music as it houses a range of literary and cultural committees which have become popular in as well as out of the institute. diff --git a/notes.html b/notes.html index 31e1677..2658fcc 100644 --- a/notes.html +++ b/notes.html @@ -35,7 +35,7 @@

  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/papers.html b/papers.html index 4589fd4..715043a 100644 --- a/papers.html +++ b/papers.html @@ -35,7 +35,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us
  • diff --git a/syllabus.html b/syllabus.html index 83871fb..624e5fe 100644 --- a/syllabus.html +++ b/syllabus.html @@ -32,7 +32,7 @@
  • Files
  • Books
  • Contribute
  • -
  • About Us
  • +
  • About Us