Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to the tenure reports of Academic Society #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
37 changes: 37 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3156,3 +3156,40 @@ a:hover, a:focus, a:active {
margin: auto;
animation-iteration-count:1;
}

/* Dropdown button of Tenture reports */
.dropbtn {
background-color: #4400ff;
color: white;
padding: 16px;
font-size: 16px;
border: none;
text-align: center;
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: relative;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #9900ff;}
9 changes: 9 additions & 0 deletions senate.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ <h3>Bhumanyu Goyal</h3>
rel="noopener noreferrer">
Society Website</a>
</div>
<div class="dropdown">
<button class="dropbtn">Tenure Reports of Academic Society</button>
<div class="dropdown-content">
<a href="https://drive.google.com/file/d/17Sx0iQ3LCfTMl8OLEtAR9dUijL-q2uKn/view"
target="_blank">Year 2020-21</a>
<a href="https://drive.google.com/file/d/1B_LTKxZ2hxglPLYMeyaNZRH_EucRkqKk/view"
target="_blank">Year 2019-20</a>
</div>
</div>
</div>
<div class="col-md-7 col-md-push-1 probootstrap-animate" id="probootstrap-content">
<h2>Senate</h2>
Expand Down