Skip to content

Commit

Permalink
BRAnch
Browse files Browse the repository at this point in the history
  • Loading branch information
DHEERAJ PANDEY committed Jun 26, 2021
1 parent 64f61af commit 515e613
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 17 deletions.
2 changes: 1 addition & 1 deletion books.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->

</ul>
Expand Down
117 changes: 117 additions & 0 deletions branch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>Files</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="College, Kanpur, UIET, Kanpur, college in Kanpur,India">
<meta name="author" content="Dheeraj Pandey">
<link rel="stylesheet" type="text/css" href="cssfiles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="screen and (max-width:465px) " href="cssfiles/phone.css">
<!-- <link rel="stylesheet" media="screen and (max-width:1170px) " href="phone.css"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script src="javascript/js.js="></script>

</head>

<body class="body">
<header class="mainheader">
<img src="images/UIET_DOC-removebg-preview.png">
<!-- <content id="search">
<form>
<input type="text" name="search" placeholder="Search anything..."
onclick="window.location.href='search.html'">
</form>
</content> -->
<nav>
<ul>
<li><a href="http://uietdocs.com/">Home</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="papers.html">Papers</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->

</ul>
</nav>
<hr>
<h1 style="text-align: center;">Branch</h1>
<hr>
<!-- SEmesterI <hr> -->

<!-- Year IV -->
<h1>Year I</h1>
<div class="dropdown">
<button class="dropbtn">CSE</button>
<div class="dropdown-content">
<a href="#">Notes</a>
<a href="#">Papers</a>
<a href="#">Files</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">ECE</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">IT</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">MEE</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">MSME</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">CHE</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>



<div id="fix"></div>

<hr>
<!-- <footer class="mainFooter">
<p>Copyright &copy <a href="">Dheeraj Pandey</a> </p>
<center>
<a href="https://www.linkedin.com/in/dheerajpandey1/">LinkedIn</a>
<a href="https://www.instagram.com/dcpandey0/">Instagram</a>
<a href="https://www.facebook.com/teamcodezen">Facebook</a>
</center>
</footer>
<script type="text/javascript">
document.title = "Course";
</script> -->
</body>

</html>
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>

</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>

</ul>
</nav>
Expand Down
64 changes: 56 additions & 8 deletions cssfiles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion files.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->

</ul>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->


Expand Down Expand Up @@ -90,7 +90,8 @@ <h3 style="text-align: center;"><a href="#" title="My First Post">Feed </a> </h3
<p class="post-info">- Dheeraj Pandey</p>
</footer>
<content>
<!-- <img src="IMG-20190921-WA0042.jpg" alt=""> -->
<h3 style="text-align: center;">!!! Wishing Dheeraj Pandey a Very Happy Birthday !!!</h3>
<img src="IMG-20190921-WA0042.jpg" alt="">
<p style="text-align: justify;">
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.

Expand Down
2 changes: 1 addition & 1 deletion notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->

</ul>
Expand Down
2 changes: 1 addition & 1 deletion papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>
<!-- <li><a href="search.html">Search</a></li> -->

</ul>
Expand Down
2 changes: 1 addition & 1 deletion syllabus.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<li><a href="files.html">Files</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contact.html">About Us</a></li>
<li><a href="branch.html">About Us</a></li>

</ul>
</nav>
Expand Down

0 comments on commit 515e613

Please sign in to comment.