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
1 change: 0 additions & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<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">✖</button>
</div>

<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion _sass/_splash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $size: 350px;
h1 {
color: white;
font-size: 3em;
margin: 0;
margin: 40px 0 0;
padding: 0 1rem;
max-width: 100%;
word-wrap: break-word;
Expand Down
9 changes: 0 additions & 9 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,6 @@ a.btn {
display: inline-block;
}

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

#info-banner a {
color: white;
text-decoration: underline;
Expand Down
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,3 @@ <h2 class="header">Sponsors</h2>
</div>
</div>
</div>

<!-- Javascript for 50th Info Banner -->
<script>
// Close banner functionality
document.getElementById('close-banner').addEventListener('click', function() {
document.getElementById('info-banner').style.display = 'none';
});
</script>