Skip to content

Commit

Permalink
Merge pull request #233 from duncang/master
Browse files Browse the repository at this point in the history
Add simple banner with porthack closure message
  • Loading branch information
jhogendorn authored Oct 15, 2023
2 parents 32d7c88 + fdc911f commit 2908b96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,20 @@ hr {
font-size: 18px;
}

#intro .banner {
width: 970px;
height: 70px;
border: solid;
border-color: #F3C131;
border-radius: 1rem;
border-width: 10px;
margin:auto;
background-color: #F3C131;
color: rgba(0,0,0,1);

}


@media(min-width:768px) {
#intro {
height: 75%;
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<div class="col-md-10 col-md-offset-1">
<h1 class="topshadow">MAKE SOMETHING AMAZING<br /><span class="brand-heading">AT HSBNE</span></h1>
<p class="intro-text">We are a community workshop run by volunteer members located in Brisbane.</p>
<div class="banner">
<p>The HSBNE Porthack campus is currently closed while we relocate to a new site. New member sign-ups are welcome during this period, which helps to sustain the community. Please visit the <a href="https://chat.hsbne.org/">HSBNe Discord channel</a> for the latest updates on the move.</p>
</div>
<p>&nbsp;</p>
<a href="/visit" style="background: #d2d2d2; color: #000000;" class="btn btn-default page-scroll">Visit Us</a>
<a href="join.html" class="btn btn-default page-scroll">Join Us</a>
</div>
Expand Down

0 comments on commit 2908b96

Please sign in to comment.