Compare commits

..

3 Commits

Author SHA1 Message Date
Fred Boniface a347988874 Add social icons to page 2022-10-13 21:33:44 +01:00
Fred Boniface 46ab6e9617 Add social icons 2022-10-13 21:27:31 +01:00
Fred Boniface e9b56f7ffd Add smaller error page images 2022-10-13 21:27:19 +01:00
23 changed files with 28 additions and 3 deletions

View File

@ -18,6 +18,22 @@
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">GitHub</a> <a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">GitHub</a>
<a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a> <a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a>
<picture>
<source media="(max-width: 400px)" srcset="/images/social-icons/fb_blue_58.png" type="image/png">
<source media="(max-width: 600px)" srcset="/images/social-icons/fb_blue_144.png" type="image/png">
<img src="/images/social-icons/fb_blue_250.png" alt="Facebook Logo">
</picture>
<picture>
<source media="(max-width: 400px)" srcset="/images/social-icons/gh_white_64.png" type="image/png">
<img src="/images/social-icons/gh_white_120.png" alt="GitHub Logo">
</picture>
<picture>
<source media="(max-width: 600px)" srcset="/images/social-icons/500px_114.jxl" type="image/jxl">
<source media="(max-width: 600px)" srcset="/images/social-icons/500px_114.png" type="image/png">
<source srcset="/images/social-icons/500px_250.jxl" type="image/jxl">
<img src="/images/social-icons/500px_250.png" alt="500px Logo">
</picture>
</div> </div>
<?php include "./page-blocks/footer.php"; ?> <?php include "./page-blocks/footer.php"; ?>

View File

@ -10,6 +10,9 @@
<h1 class="page-title">Access Denied</h1> <h1 class="page-title">Access Denied</h1>
<div class="title-image"> <div class="title-image">
<picture> <picture>
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.jxl" type="image/jxl">
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.webp" type="image/webp">
<source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.png" type="image/png">
<source srcset="/images/error-pages/denied.jxl" type="image/jxl"> <source srcset="/images/error-pages/denied.jxl" type="image/jxl">
<source srcset="/images/error-pages/denied.webp" type="image/webp"> <source srcset="/images/error-pages/denied.webp" type="image/webp">
<img src="/images/error-pages/denied.png" alt="Denied"> <img src="/images/error-pages/denied.png" alt="Denied">

View File

@ -10,6 +10,9 @@
<h1 class="page-title">Not Found</h1> <h1 class="page-title">Not Found</h1>
<div class="title-image"> <div class="title-image">
<picture> <picture>
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.jxl" type="image/jxl">
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.webp" type="image/webp">
<source media="(max-width: 1000px)" srcset="/images/error-pages/not-found_200.png" type="image/png">
<source srcset="/images/error-pages/not-found.jxl" type="image/jxl"> <source srcset="/images/error-pages/not-found.jxl" type="image/jxl">
<source srcset="/images/error-pages/not-found.webp" type="image/webp"> <source srcset="/images/error-pages/not-found.webp" type="image/webp">
<img src="/images/error-pages/not-found.png" alt="Not Found"> <img src="/images/error-pages/not-found.png" alt="Not Found">

View File

@ -13,9 +13,12 @@
<h1 class="page-title">Server Error</h1> <h1 class="page-title">Server Error</h1>
<div class="title-image"> <div class="title-image">
<picture> <picture>
<source srcset="/images/error-pages/denied.jxl"> <source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.jxl" type="image/jxl">
<source srcset="/images/error-pages/denied.webp"> <source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.webp" type="image/webp">
<img src="/images/error-pages/denied.png" alt="Server Error"> <source media="(max-width: 1000px)" srcset="/images/error-pages/denied_200.png" type="image/png">
<source srcset="/images/error-pages/denied.jxl" type="image/jxl">
<source srcset="/images/error-pages/denied.webp" type="image/webp">
<img src="/images/error-pages/denied.png" alt="Denied">
</picture> </picture>
</div> </div>
<div class="page-main-content"> <div class="page-main-content">

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB