summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-12 22:44:54 +0200
committerAki <please@ignore.pl>2022-05-12 22:44:54 +0200
commitd3a14856ea0e3e29c1a9fd02b3ae9025fec45d03 (patch)
tree4ecd6aa9744c21f9f19f23fb03b0838a783883d9
parent1a7b8d94aeb5ea93976d84d41edd8f72730ed3d4 (diff)
downloadstarshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.zip
starshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.tar.gz
starshatter-d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03.tar.bz2
Trying to fix SEO a bit with tags and title
-rw-r--r--index.html6
-rw-r--r--style.css9
2 files changed, 9 insertions, 6 deletions
diff --git a/index.html b/index.html
index b8996aa..38f45e3 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="aki">
-<meta name="tags" content="Starshatter, The Gathering Storm, space-sim, space combat simulator, military sci-fi game">
-<meta name="description" content="Homepage of Starshatter: The Open Source Project">
+<meta name="tags" content="Starshatter, Starshatter Open, Starshatter: The Open Source Project, space-sim, space combat simulator, military sci-fi game">
<link rel="icon" type="image/png" href="media/icon.png">
<link rel="stylesheet" type="text/css" href="style.css">
@@ -20,7 +19,8 @@
</nav>
<header>
-<h1>STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></h1>
+<h1 class="hidden">Starshatter: The Open Source Project</h1>
+<div class="title">STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></div>
</header>
<section id="about">
diff --git a/style.css b/style.css
index 5ae5c52..120eabb 100644
--- a/style.css
+++ b/style.css
@@ -46,15 +46,18 @@ nav > a:hover {
}
nav > a:active {
- background-color: #8d810a;
+ background-color: #8d810a;
border-color: #bbb80e;
color: #eee;
}
header {
padding: 6em 0;
- text-align: center;
+ text-align: center;
+}
+.hidden {
+ display: none;
}
.star {
@@ -74,7 +77,7 @@ header {
z-index: -1;
}
-h1 {
+.title {
font-family: 'OPTIEdgarBold-Extended', sans-serif;
color: black;
font-size: 220%;