added optimisations

This commit is contained in:
supertiger1234 2020-01-19 13:04:42 +00:00
parent 8ed6cbd936
commit 377fa23a53
11 changed files with 6 additions and 41 deletions

View file

@ -42,14 +42,14 @@
<!-- Preview meta tags --> <!-- Preview meta tags -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" async>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" rel="stylesheet" async>
<!-- Google recaptcha <!-- Google recaptcha
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer> --> <script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer> -->
</script> </script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131765299-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131765299-1" async></script>
<script> <script async>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag() { function gtag() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 28 KiB

View file

@ -55,7 +55,7 @@ export default {
} }
}, },
donateButton() { donateButton() {
window.open("https://www.patreon.com/nertivia", "_blank"); window.open("https://www.paypal.me/DiscordDevHelp", "_blank");
} }
} }
}; };

View file

@ -175,7 +175,6 @@ export default {
} }
.banner-image { .banner-image {
position: absolute; position: absolute;
background-image: url("../../assets/background.jpg");
background-position: center; background-position: center;
background-size: cover; background-size: cover;
height: 100%; height: 100%;

View file

@ -42,7 +42,7 @@
The best chat client that won't restrict you from important and fun The best chat client that won't restrict you from important and fun
features. features.
</div> </div>
<img class="graphic" src="@/assets/graphics/HomeGraphics.png" /> <img class="graphic" src="@/assets/graphics/HomeGraphics.webp" />
<div class="buttons"> <div class="buttons">
<div class="button" @click="openApp">Open In Browser</div> <div class="button" @click="openApp">Open In Browser</div>
<div class="button download" @click="showDownloadsPopout = true"> <div class="button download" @click="showDownloadsPopout = true">