Skip to content

Commit

Permalink
main page desing
Browse files Browse the repository at this point in the history
  • Loading branch information
le3tspeak committed Oct 19, 2024
1 parent 320759d commit 69063be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
24 changes: 11 additions & 13 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1195,12 +1195,9 @@ input, select, textarea {
-ms-transition-delay: 0.75s;
transition-delay: 0.75s;
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
background-size: auto,
256px 256px;
background-position: center,
center;
background-repeat: no-repeat,
repeat;
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;
z-index: 2;
}

Expand All @@ -1218,17 +1215,18 @@ input, select, textarea {
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
filter: grayscale(90%) blur(0.2rem);
}

body.is-article-visible #bg:after {
-moz-transform: scale(1.0825);
-webkit-transform: scale(1.0825);
-ms-transform: scale(1.0825);
transform: scale(1.0825);
-moz-filter: blur(0.2rem);
-webkit-filter: blur(0.2rem);
-ms-filter: blur(0.2rem);
filter: blur(0.2rem);
-moz-filter: blur(0.4rem);
-webkit-filter: blur(0.4rem);
-ms-filter: blur(0.4rem);
filter: blur(0.4rem) grayscale(100%);
}

body.is-preload #bg:before {
Expand Down Expand Up @@ -1353,9 +1351,9 @@ input, select, textarea {

#header .content {
border-style: solid;
border-color: #ffffff;
border-top-width: 1px;
border-bottom-width: 1px;
border-color: #0a428191;
border-top-width: 2px;
border-bottom-width: 2px;
max-width: 100%;
}

Expand Down
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>SHFW Guide</title>
<title>SH Guide</title>
<!-- Description -->
<meta name="description" content="A SHFW Guide to the NINEBOT MAX G2, G30, Field Weakening and more...">
<meta name="keywords" content="SHFW, SHU, Ninebot, G2, G30, Tuning, Speed, Segway Scooterhacking">
Expand All @@ -10,7 +10,7 @@
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Open Graph Description -->
<meta property="og:title" content="SHFW Guide">
<meta property="og:title" content="SH Guide">
<meta property="og:description" content="A Guide to the NINEBOT MAX G2, G30, Field Weakening and more...">
<meta property="og:image" content="https://SH-Guide.com/images/sh.png">
<meta property="og:url" content="https://SH-Guide.com">
Expand All @@ -29,18 +29,17 @@
<!-- Header -->
<header id="header">
<div class="logo">
<img src="images/sh-guide.png" alt="Logo" style="max-width: 20rem; height: auto;"/>
<img src="images/sh-guide.png" alt="Logo" style="max-width: 20rem; height: auto; margin: -1rem;"/>
</div>
<div class="content">
<div class="inner">
<div>
<h1>SHFW Guide</h1>
<h1>SH Guide</h1>
<div id="EN-Header" style="display: block">

<p>A guide to the Ninebot MAX G2, G30 and Field Weakening</p>
<p style="margin-bottom: -1rem;">A guide to the Ninebot MAX G2, G30 and Field Weakening</p>
</div>
<div id="DE-Header" style="display: none">
<p>Eine Anleitung zum Ninebot MAX G2, G30 und Field Weakening</p>
<p style="margin-bottom: -1rem;">Eine Anleitung zum Ninebot MAX G2, G30 und Field Weakening</p>
</div>
</div>

Expand Down

0 comments on commit 69063be

Please sign in to comment.