Skip to content

Commit

Permalink
Logo added and 404 page now has VAT messaging and markup
Browse files Browse the repository at this point in the history
  • Loading branch information
dragandimic committed Jun 7, 2024
1 parent b723759 commit 1e116d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
22 changes: 15 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,21 @@
<header></header>
<main class="error">
<div class="section">
<svg viewBox="1 0 38 18" class="error-number">
<text x="0" y="17">404</text>
</svg>
<h2 class="error-message">Page Not Found</h2>
<p class="button-container">
<a href="/" class="button secondary error-button-home">Go home</a>
</p>
<div class="container-fluid">
<div class="row">
<div class="col-12 col-md-8"><h1> 404 Page Not Found </h1>
<h3> Sorry, this page is not available — try searching again or navigate back to the homepage. </h3></div>
</div>
<div class="row">
<div class="col-12">
<div class="horizontal-divider mt-5 mt-md-10 mb-5 mb-md-10"></div>
</div>
</div>
<div class="row">
<div class="col-12"><a href="https://www.vatvalve.com" class="btn --primary --back --inline"> Go back </a>
</div>
</div>
</div>
</div>
</main>
<footer></footer>
Expand Down
14 changes: 14 additions & 0 deletions icons/vat-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e116d8

Please sign in to comment.