Skip to content

Commit

Permalink
Link past conferences on the 404 page (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer authored Jan 20, 2023
1 parent 7f04954 commit 054d859
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/stylesheets/components/_error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
&__action {
display: flex;

margin-top: 45px;
margin-top: 30px;
margin-bottom:30px;
}

&__action a {
Expand Down
8 changes: 8 additions & 0 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ <h1 class="error__headline">404</h1>
</header>
<hr>
<div class="error__context">
<p>
Looking for something from our previous conferences?<br/>
Check our archived homepage for RubyConfTH 2022 or RubyConfTH 2019.
</p>
<div class="error__action">
<a class="btn btn--outline" href="/past/2022/">2022 site</a>
<a class="btn btn--outline" href="/past/2019/">2019 site</a>
</div>
<p>
You may want to head back to the homepage.<br />
If you think something is broken, report a problem.
Expand Down

0 comments on commit 054d859

Please sign in to comment.