Skip to content
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
7 changes: 0 additions & 7 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<nav class="navbar navbar-expand-lg navbar-dark d-flex flex-column">
<!-- Banner for 50th anniversary information -->
<div id="info-banner">
<p>ATTENTION ALUMNI & MEMBERS: The 50th Anniversary will be held from April 10th-12th, 2026!</p>
<p>Find out more at <a href="https://50th.csh.rit.edu">50th.csh.rit.edu</a></p>
<button id="close-banner" onclick="document.getElementById('info-banner').style.display='none'">✖</button>
</div>

<div class="container">
<a href="/" class="navbar-brand" aria-label="Return to Computer Science House's Homepage">&nbsp;</a>
<button type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"><span class="navbar-toggler-icon"></span></button>
Expand Down
48 changes: 0 additions & 48 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,54 +154,6 @@ a.btn {
}
}

// CSS For 50th Info Banner
#info-banner {
background-color: #B0197E;
color: #fff;
text-align: center;
padding: 10px 40px;
width: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#info-banner p {
margin: 0;
display: inline-block;

position: relative;
}

#close-banner {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
margin-left: 10px;
color: #fff;


position: fixed;
top: 10px;
right: 20px;
}

#info-banner a {
color: white;
text-decoration: underline;
}

#info-banner a:visited {
color: white;
}

@media screen and (min-width: 1100px) {
#close-banner {
top: 20px;
right: 30px;
}
}


@import "typography";
@import "nav";
@import "slider";
Expand Down