Skip to content

Commit

Permalink
Add 2024 welcome banner (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBishop authored Aug 15, 2024
1 parent aba1abc commit 228ebfa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/welcome_banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div id="freshers-banner">
<p>Joining us in September? Watch our <a href="/welcome">welcome video</a> and <a href="/discord">meet everyone else over on Discord</a>!</p>
</div>
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
{% include header.html %}

<main>
{% include welcome_banner.html %}
{{ content }}
</main>

Expand Down
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<body>
{% include header.html %}
<main>

{% include welcome_banner.html %}

<div class="post-header">
{% if page.header-image %}
Expand Down
3 changes: 3 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@
/barbecue /bbq
/barbeque /bbq
/raffle https://www.justgiving.com/campaign/cssbbq

# 2024 Welcome
/welcome https://www.youtube.com/watch?v=gJcnfB2ep7E

0 comments on commit 228ebfa

Please sign in to comment.