| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- {{ define "content" }}
- <section>
- <div class="container">
- <div class="row">
- <div class="col-12">
- <style>
- @import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
- @import url("https://fonts.googleapis.com/css?family=Catamaran:400,800");
- .error-container {
- text-align: center;
- font-size: 106px;
- font-family: "Catamaran", sans-serif;
- font-weight: 800;
- margin: 70px 15px;
- }
- .error-container > span {
- display: inline-block;
- position: relative;
- }
- .error-container > span.four {
- width: 136px;
- height: 43px;
- border-radius: 999px;
- background: linear-gradient(
- 140deg,
- rgba(0, 0, 0, 0.1) 0%,
- rgba(0, 0, 0, 0.07) 43%,
- transparent 44%,
- transparent 100%
- ),
- linear-gradient(
- 105deg,
- transparent 0%,
- transparent 40%,
- rgba(0, 0, 0, 0.06) 41%,
- rgba(0, 0, 0, 0.07) 76%,
- transparent 77%,
- transparent 100%
- ),
- linear-gradient(to right, #ffdf00, #ffda10);
- }
- .error-container > span.four:before,
- .error-container > span.four:after {
- content: "";
- display: block;
- position: absolute;
- border-radius: 999px;
- }
- .error-container > span.four:before {
- width: 43px;
- height: 156px;
- left: 60px;
- bottom: -43px;
- background: linear-gradient(
- 128deg,
- rgba(0, 0, 0, 0.1) 0%,
- rgba(0, 0, 0, 0.07) 40%,
- transparent 41%,
- transparent 100%
- ),
- linear-gradient(
- 116deg,
- rgba(0, 0, 0, 0.1) 0%,
- rgba(0, 0, 0, 0.07) 50%,
- transparent 51%,
- transparent 100%
- ),
- linear-gradient(
- to top,
- #ffdf00,
- #ffdf20,
- #ffdf40,
- #ffdf60,
- #ffdf80,
- #ffda00,
- #ffda10
- );
- }
- .error-container > span.four:after {
- width: 137px;
- height: 43px;
- transform: rotate(-49.5deg);
- left: -18px;
- bottom: 36px;
- background: linear-gradient(
- to right,
- #ffdf00,
- #ffdf20,
- #ffdf40,
- #ffdf60,
- #ffdf80,
- #ffda00,
- #ffda10
- );
- }
- .error-container > span.zero {
- vertical-align: text-top;
- width: 156px;
- height: 156px;
- border-radius: 999px;
- background: linear-gradient(
- -45deg,
- transparent 0%,
- rgba(0, 0, 0, 0.06) 50%,
- transparent 51%,
- transparent 100%
- ),
- linear-gradient(
- to top right,
- #ffdf00,
- #ffdf20,
- #ffdf40,
- #ffdf60,
- #ffdf80,
- #ffda00,
- #ffda10
- );
- overflow: hidden;
- animation: bgshadow 5s infinite;
- }
- .error-container > span.zero:before {
- content: "";
- display: block;
- position: absolute;
- transform: rotate(45deg);
- width: 90px;
- height: 90px;
- background-color: transparent;
- left: 0px;
- bottom: 0px;
- background: linear-gradient(
- 95deg,
- transparent 0%,
- transparent 8%,
- rgba(0, 0, 0, 0.07) 9%,
- transparent 50%,
- transparent 100%
- ),
- linear-gradient(
- 85deg,
- transparent 0%,
- transparent 19%,
- rgba(0, 0, 0, 0.05) 20%,
- rgba(0, 0, 0, 0.07) 91%,
- transparent 92%,
- transparent 100%
- );
- }
- .error-container > span.zero:after {
- content: "";
- display: block;
- position: absolute;
- border-radius: 999px;
- width: 70px;
- height: 70px;
- left: 43px;
- bottom: 43px;
- background: #fdfaf5;
- box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
- }
- .screen-reader-text {
- position: absolute;
- top: -9999em;
- left: -9999em;
- }
- @keyframes bgshadow {
- 0% {
- box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
- }
- 45% {
- box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
- }
- 55% {
- box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
- }
- 100% {
- box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
- }
- }
- /* demo stuff */
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- html,
- button,
- input,
- select,
- textarea {
- font-family: "Montserrat", Helvetica, sans-serif;
- color: #bbb;
- }
- h1 {
- text-align: center;
- margin: 30px 15px;
- }
- .zoom-area {
- max-width: 490px;
- margin: 30px auto 30px;
- font-size: 19px;
- text-align: center;
- }
- .link-container {
- text-align: center;
- }
- a.more-link {
- text-transform: uppercase;
- font-size: 13px;
- background-color: #ffdf60;
- padding: 10px 15px;
- border-radius: 0;
- color: #fff;
- display: inline-block;
- margin-right: 5px;
- margin-bottom: 5px;
- line-height: 1.5;
- text-decoration: none;
- margin-top: 50px;
- letter-spacing: 1px;
- }
- </style>
- <h1>Page Not Found</h1>
- <p class="zoom-area"><b>404</b> Something seems to be missing</p>
- <section class="error-container">
- <span class="four"><span class="screen-reader-text">4</span></span>
- <span class="zero"><span class="screen-reader-text">0</span></span>
- <span class="four"><span class="screen-reader-text">4</span></span>
- </section>
- <div class="link-container">
- <a href="/" class="more-link">Back Home</a>
- </div>
- </div>
- </div>
- </div>
- </section>
- {{ end }}
|