summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-25 22:23:49 -0400
committergumi <git@gumi.ca>2019-07-25 22:23:49 -0400
commite24b06c72aebdb4cd3d75e83d83fcd7a39820ebb (patch)
tree02309bc4f5336bab31d67c7951c89195924a412b
parent310c70c0a5b11a95ed85ae63e4fb2cf1d3441880 (diff)
downloadwebsite-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.gz
website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.bz2
website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.tar.xz
website-e24b06c72aebdb4cd3d75e83d83fcd7a39820ebb.zip
prepare for production
-rw-r--r--public/index.html12
-rw-r--r--src/App.vue2
-rw-r--r--src/assets/fonts/AlbertusTMW.eotbin10806 -> 0 bytes
-rw-r--r--src/assets/page_footer.pngbin12787 -> 0 bytes
-rw-r--r--src/assets/page_footer.webpbin0 -> 1782 bytes
-rw-r--r--src/assets/screenshot-thumb.pngbin27599 -> 0 bytes
-rw-r--r--src/assets/screenshot-thumb.webpbin0 -> 3092 bytes
-rw-r--r--src/components/Logo.vue1
-rw-r--r--src/components/Navigation.vue2
9 files changed, 13 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index 38a7098..11aacf5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS and Windows"/>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= VUE_APP_TITLE %></title>
</head>
@@ -13,5 +13,15 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
+
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=<%= VUE_APP_ANALYTICS %>"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', '<%= VUE_APP_ANALYTICS %>');
+ </script>
</body>
</html>
diff --git a/src/App.vue b/src/App.vue
index 2aa9612..463e028 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -76,7 +76,7 @@
"footer footer";
& > .content {
- background: url(assets/page_footer.png) no-repeat left bottom #E1D6CF;
+ background: url(assets/page_footer.webp) no-repeat left bottom #E1D6CF;
min-width: 890px;
padding-bottom: 200px;
border-radius: 15px 0 0 15px;
diff --git a/src/assets/fonts/AlbertusTMW.eot b/src/assets/fonts/AlbertusTMW.eot
deleted file mode 100644
index 0a1a4df..0000000
--- a/src/assets/fonts/AlbertusTMW.eot
+++ /dev/null
Binary files differ
diff --git a/src/assets/page_footer.png b/src/assets/page_footer.png
deleted file mode 100644
index 72d315e..0000000
--- a/src/assets/page_footer.png
+++ /dev/null
Binary files differ
diff --git a/src/assets/page_footer.webp b/src/assets/page_footer.webp
new file mode 100644
index 0000000..aaa3fe7
--- /dev/null
+++ b/src/assets/page_footer.webp
Binary files differ
diff --git a/src/assets/screenshot-thumb.png b/src/assets/screenshot-thumb.png
deleted file mode 100644
index 7963177..0000000
--- a/src/assets/screenshot-thumb.png
+++ /dev/null
Binary files differ
diff --git a/src/assets/screenshot-thumb.webp b/src/assets/screenshot-thumb.webp
new file mode 100644
index 0000000..35fed3e
--- /dev/null
+++ b/src/assets/screenshot-thumb.webp
Binary files differ
diff --git a/src/components/Logo.vue b/src/components/Logo.vue
index e3fa27f..cf7c26b 100644
--- a/src/components/Logo.vue
+++ b/src/components/Logo.vue
@@ -10,7 +10,6 @@
@font-face {
font-family: "Albertus TMW";
font-display: swap;
- src: url("../assets/fonts/AlbertusTMW.eot");
src: url("../assets/fonts/AlbertusTMW.woff2") format("woff2"),
url("../assets/fonts/AlbertusTMW.woff") format("woff"),
url("../assets/fonts/AlbertusTMW.ttf") format("truetype");
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index ad79c9b..991e8e8 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -109,7 +109,7 @@
& .screenshots {
& a, & a:visited {
- background: url(../assets/screenshot-thumb.png) no-repeat center center #CBA083;
+ background: url(../assets/screenshot-thumb.webp) no-repeat center center #CBA083;
border: 1px solid #784f3f;
margin: 5px auto;
padding: 0;