added optimisations
|
|
@ -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() {
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 189 KiB |
BIN
src/assets/graphics/HomeGraphics.webp
Normal file
|
After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
|
@ -55,7 +55,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
donateButton() {
|
donateButton() {
|
||||||
window.open("https://www.patreon.com/nertivia", "_blank");
|
window.open("https://www.paypal.me/DiscordDevHelp", "_blank");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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%;
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||