initial commit
This commit is contained in:
commit
7d3c956806
38 changed files with 31353 additions and 0 deletions
38
src/40x.html
Normal file
38
src/40x.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>40x Error!</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="You tried to get something that’s not there!">
|
||||
<meta name="author" content="Oh no! 404!">
|
||||
</head>
|
||||
<body class="h-screen w-screen bg-cover bg-center grid grid-cols-1 place-content-center" style="background-image: url(images/content/404_rainbow.jpg);">
|
||||
|
||||
<div class="grid justify-items-center text-gray-900">
|
||||
|
||||
<img src="images/content/404_unicorn.png" class="unicorn" alt="UNICORN">
|
||||
|
||||
<h1 class="text-5xl leading-normal">Oh no! 403/404!</h1>
|
||||
|
||||
<p class="text-info font-serif leading-loose">You tried to get something you can't get!</p>
|
||||
|
||||
<p class="icon-link mt-0 sm:mt-2 md:mt-6">
|
||||
<a class="text-5xl hover:text-gray-800 filter hover:drop-shadow-md" title="Home" href="https://73k.us/" target="_blank">
|
||||
<svg class="h-12 w-12" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="text-copy text-gray-200 mt-3 sm:mt-6 md:mt-8">
|
||||
(Unicorn image
|
||||
<a href="https://creativecommons.org/licenses/by-nc/4.0/" class="text-gray-100 underline">Creative Commons 4.0 BY-NC</a>
|
||||
via <a href="http://pngimg.com/download/24891" class="text-gray-100 underline">pngimg.com</a>)
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
38
src/50x.html
Normal file
38
src/50x.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>40x Error!</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="You tried to get something that’s not there!">
|
||||
<meta name="author" content="Oh no! 404!">
|
||||
</head>
|
||||
<body class="h-screen w-screen bg-cover bg-center grid grid-cols-1 place-content-center" style="background-image: url(images/content/50x_rainbow.jpg);">
|
||||
|
||||
<div class="grid justify-items-center text-gray-900">
|
||||
|
||||
<img src="images/content/50x_unicorn.png" class="unicorn" alt="UNICORN">
|
||||
|
||||
<h1 class="text-5xl leading-normal">K̷z̴z̶t̸.̶ ̷5̷0̵x̷ ̷E̷r̷r̶o̸r̸!̶</h1>
|
||||
|
||||
<p class="text-info font-serif leading-loose">Something went wrong. Try going home…</p>
|
||||
|
||||
<p class="icon-link mt-0 sm:mt-2 md:mt-6">
|
||||
<a class="text-5xl hover:text-gray-800 filter hover:drop-shadow-md" title="Home" href="https://73k.us/" target="_blank">
|
||||
<svg class="h-12 w-12" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="text-copy text-gray-200 mt-3 sm:mt-6 md:mt-8">
|
||||
(Unicorn image
|
||||
<a href="https://creativecommons.org/licenses/by-nc/4.0/" class="text-gray-100 underline">Creative Commons 4.0 BY-NC</a>
|
||||
via <a href="http://pngimg.com/download/24891" class="text-gray-100 underline">pngimg.com</a>)
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
src/images/content/404_rainbow.jpg
Normal file
BIN
src/images/content/404_rainbow.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 146 KiB |
BIN
src/images/content/404_unicorn.png
Normal file
BIN
src/images/content/404_unicorn.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 335 KiB |
BIN
src/images/content/50x_rainbow.jpg
Normal file
BIN
src/images/content/50x_rainbow.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 178 KiB |
BIN
src/images/content/50x_unicorn.png
Normal file
BIN
src/images/content/50x_unicorn.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 241 KiB |
BIN
src/images/favicon.ico
Executable file
BIN
src/images/favicon.ico
Executable file
Binary file not shown.
After Width: 48px | Height: 48px | Size: 15 KiB |
38
src/index.html
Normal file
38
src/index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>40x Error!</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="You tried to get something that’s not there!">
|
||||
<meta name="author" content="Oh no! 404!">
|
||||
</head>
|
||||
<body class="h-screen w-screen bg-cover bg-center grid grid-cols-1 place-content-center" style="background-image: url(images/content/404_rainbow.jpg);">
|
||||
|
||||
<div class="grid justify-items-center text-gray-900">
|
||||
|
||||
<img src="images/content/404_unicorn.png" class="unicorn" alt="UNICORN">
|
||||
|
||||
<h1 class="text-5xl leading-normal">Oh no! 403/404!</h1>
|
||||
|
||||
<p class="text-info font-serif leading-loose">You tried to get something you can't get!</p>
|
||||
|
||||
<p class="icon-link mt-0 sm:mt-2 md:mt-6">
|
||||
<a class="text-5xl hover:text-gray-800 filter hover:drop-shadow-md" title="Home" href="https://73k.us/" target="_blank">
|
||||
<svg class="h-12 w-12" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"/>
|
||||
</svg>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="text-copy text-gray-200 mt-3 sm:mt-6 md:mt-8">
|
||||
(Unicorn image
|
||||
<a href="https://creativecommons.org/licenses/by-nc/4.0/" class="text-gray-100 underline">Creative Commons 4.0 BY-NC</a>
|
||||
via <a href="http://pngimg.com/download/24891" class="text-gray-100 underline">pngimg.com</a>)
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
3
src/js/app.js
Executable file
3
src/js/app.js
Executable file
|
@ -0,0 +1,3 @@
|
|||
import '../scss/app.scss';
|
||||
|
||||
/* Your JS Code goes here */
|
66
src/scss/app.scss
Executable file
66
src/scss/app.scss
Executable file
|
@ -0,0 +1,66 @@
|
|||
// /* By Athlon Front-End Team */
|
||||
|
||||
// /* Core variables */
|
||||
// @import 'base/vars';
|
||||
|
||||
// /* CSS Reset */
|
||||
// @import 'base/reset';
|
||||
|
||||
// /* CSS print */
|
||||
// @import 'base/print';
|
||||
|
||||
// /* Fonts */
|
||||
// @import 'base/fonts';
|
||||
|
||||
// /* Mixins, helpers and functions */
|
||||
// @import 'base/mixins';
|
||||
|
||||
// /* Vendor */
|
||||
|
||||
// /* Components */
|
||||
|
||||
// /* Browser specific styles */
|
||||
// @import 'dirty/hacks';
|
||||
|
||||
// /* Demo Page styles */
|
||||
// @import 'demo';
|
||||
|
||||
/* Tailwind imports */
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
|
||||
/* unicorn images */
|
||||
img {
|
||||
&.unicorn {
|
||||
max-width: 95% !important;
|
||||
@media (min-width: 512px) {
|
||||
max-width: 85% !important;
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
max-width: 50% !important;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
max-width: 40% !important;
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
max-width: 35% !important;
|
||||
}
|
||||
@media (min-width: 1280px) {
|
||||
max-width: 30% !important;
|
||||
}
|
||||
@media (min-width: 1536px) {
|
||||
max-width: 25% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
&.text-info {
|
||||
text-shadow: 0 2px 2px rgba(243,244,246,0.3);
|
||||
}
|
||||
&.text-copy {
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue