initial commit
This commit is contained in:
67
cmd/server/static/404.html
Normal file
67
cmd/server/static/404.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="noindex, follow" />
|
||||
|
||||
<title>Page not found - Grokway</title>
|
||||
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:title" content="Page not found - Grokway" />
|
||||
<meta property="og:site_name" content="Grokway" />
|
||||
|
||||
|
||||
<link rel="dns-prefetch" href="https://s.w.org/" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
id="a3a3_lazy_load-css"
|
||||
href="./assets/a3_lazy_load.min.css"
|
||||
type="text/css"
|
||||
media="all"
|
||||
/>
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section class="error_404">
|
||||
<div class="tcvpb_section_content">
|
||||
<div class="tcvpb_container">
|
||||
<div class="row">
|
||||
<div class="span6">
|
||||
<div class="error_404_contentBox">
|
||||
<div class="error_404_content">
|
||||
<h3>Oops! You ran out of oxygen.</h3>
|
||||
<p>The page you're looking for is now beyond our reach.</p>
|
||||
</div>
|
||||
<div class="error_404_timer" style="height: 200px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="error_404_lettersBox">
|
||||
<div class="error_404_letters">
|
||||
|
||||
<div class="error_404_letter4 error_404_letter">
|
||||
<h1>4</h1>
|
||||
</div>
|
||||
|
||||
<div class="error_404_letter0 error_404_letter">
|
||||
<h1>0</h1>
|
||||
|
||||
<!-- Astronaut -->
|
||||
<div class="error_404_astro">
|
||||
<object data="assets/astro.svg"></object>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="error_404_letter4 error_404_letter">
|
||||
<h1>4</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
1
cmd/server/static/assets/a3_lazy_load.min.css
vendored
Normal file
1
cmd/server/static/assets/a3_lazy_load.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}
|
||||
1221
cmd/server/static/assets/astro.svg
Normal file
1221
cmd/server/static/assets/astro.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 644 KiB |
211
cmd/server/static/assets/style.css
Normal file
211
cmd/server/static/assets/style.css
Normal file
@@ -0,0 +1,211 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/* */
|
||||
|
||||
* {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Josefin Sans", sans-serif;
|
||||
overflow-x: hidden;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
|
||||
/* */
|
||||
}
|
||||
|
||||
.error_404 {
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
background-image:
|
||||
url(//www.mantralabsglobal.com/wp-content/themes/spiral-child/images/error_404/white_grain.png),
|
||||
url(//www.mantralabsglobal.com/wp-content/themes/spiral-child/images/film_grain.png);
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.error_404 .tcvpb_section_content,
|
||||
.error_404 .tcvpb_container,
|
||||
.error_404 .row {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.error_404 .row {
|
||||
display: flex;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.row {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* */
|
||||
[class*=span]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.row .span6 {
|
||||
width: 48.71794871794872%
|
||||
}
|
||||
|
||||
.row>[class*=span] {
|
||||
display: block;
|
||||
float: left;
|
||||
/* width: 100%; */
|
||||
min-height: 20px;
|
||||
/* margin-left: 2.564102564102564%; */
|
||||
/* -webkit-box-sizing: border-box; */
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* */
|
||||
.error_404_contentBox {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.error_404_content h3 {
|
||||
font-size: 50px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
color: #fff;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 24px;
|
||||
line-height: 22px;
|
||||
text-rendering: optimizeLegibility;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.error_404_content p {
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
letter-spacing: 1.11px;
|
||||
line-height: 1.5;
|
||||
color: #fff;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
.error_404_lettersBox {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.error_404_letters {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.error_404_letter h1 {
|
||||
font-family: 'poppins', sans-serif;
|
||||
font-size: 300px;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
height: 300px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.error_404_letter0 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
.error_404_astro {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%) scale(0);
|
||||
animation: error_astro_move 12s linear;
|
||||
}
|
||||
|
||||
@keyframes error_astro_move {
|
||||
from {
|
||||
transform: translate(-50%, -50%) scale(1.3)
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translate(-50%, -50%) scale(0)
|
||||
}
|
||||
}
|
||||
|
||||
/* */
|
||||
@media only screen and (min-width: 960px) and (max-width: 1170px) {
|
||||
|
||||
.container,
|
||||
.tcvpb_container,
|
||||
.boxed_body_wrapper {
|
||||
width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
.container,
|
||||
.tcvpb_container {
|
||||
width: 1170px;
|
||||
max-width: 95%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 959px) {
|
||||
|
||||
.container,
|
||||
.tcvpb_container,
|
||||
.boxed_body_wrapper {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 959px) {
|
||||
.error_404 .row {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 959px) {
|
||||
|
||||
.Microsite_webinar_fold1 .span7,
|
||||
.error_404 .span6 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 959px) {
|
||||
.error_404_contentBox {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.tcvpb_container,
|
||||
.error_404 .row {
|
||||
height: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.tcvpb_container,
|
||||
.error_404 .row {
|
||||
height: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user