Skip to content

Commit

Permalink
Removed halloween front
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 2, 2023
1 parent 0685061 commit f67f929
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/_scss/_frontpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

//(≥768px)
@media (min-width: $screen-sm-min) {
background-image: url("/images/frontpage/halloween-front.jpg");
background-image: url("/images/frontpage/front.jpg");
background-repeat-y: no-repeat;
}
@media (min-width: $screen-md-min) {
Expand Down Expand Up @@ -248,7 +248,7 @@
//992px
@media (min-width: $screen-md-min) {
align-self: flex-end;
background: #cb6f19;
background: #4c4cd2;
width: 30%;
margin-right: 2%;

Expand Down
Binary file removed src/images/frontpage/night-of-the-flying-dead.jpg
Binary file not shown.
10 changes: 5 additions & 5 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ page_id: home
</div>
</div>

<div class="announcements">
<a href="https://www.youtube.com/watch?v=gZPZEoVGvA4">
<p>Watch the Halloween special here >>></p>
<img src="images/frontpage/night-of-the-flying-dead.jpg" alt="Night of the flying dead">
<!-- <div class="announcements">
<a href="https://github.com/orgs/bitcraze/discussions/749">
<img src="/images/events/devmeetings/devmeeting_7june.png" alt="dev meeting">
<p>Monthly Dev meeting! Read more >>></p>
</a>
</div >
</div > -->

</div>
<div class="header-col-wrapper">
Expand Down

0 comments on commit f67f929

Please sign in to comment.