|
@@ -80,7 +80,7 @@
|
|
|
<v-row align="center" class="py-2" justify="center">
|
|
|
<v-col class="col-12 col-lg-3 py-4">
|
|
|
<v-layout class="justify-center">
|
|
|
- <img loading="lazy" :src="require('../assets/non-free/sse.logo.png')" alt="SSE Logo" class="mr-6" style="max-width: 160px; width: 100%"/>
|
|
|
+ <img loading="lazy" src="../assets/non-free/sse.logo.png" alt="SSE Logo" class="mr-6" style="max-width: 160px; width: 100%"/>
|
|
|
</v-layout>
|
|
|
</v-col>
|
|
|
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
|
|
@@ -92,7 +92,7 @@
|
|
|
<v-row align="center" class="py-2" justify="center">
|
|
|
<v-col class="col-12 col-lg-3 py-4">
|
|
|
<v-layout class="justify-center">
|
|
|
- <img loading="lazy" :src="require('../assets/non-free/nlnet.logo.svg')" alt="NLnet Foundation Logo" class="mr-6" style="max-width: 180px; width: 100%"/>
|
|
|
+ <img loading="lazy" src="../assets/non-free/nlnet.logo.svg" alt="NLnet Foundation Logo" class="mr-6" style="max-width: 180px; width: 100%"/>
|
|
|
</v-layout>
|
|
|
</v-col>
|
|
|
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
|
|
@@ -106,7 +106,7 @@
|
|
|
<v-row align="center" class="py-2" justify="center">
|
|
|
<v-col class="col-12 col-lg-3 py-4">
|
|
|
<v-layout class="justify-center">
|
|
|
- <img loading="lazy" :src="require('../assets/non-free/ripe-ncc.logo.svg')" alt="RIPE NCC Logo" class="mr-6" style="margin-bottom: -7%; margin-top: -7%; max-width: 240px; width: 100%"/>
|
|
|
+ <img loading="lazy" src="../assets/non-free/ripe-ncc.logo.svg" alt="RIPE NCC Logo" class="mr-6" style="margin-bottom: -7%; margin-top: -7%; max-width: 240px; width: 100%"/>
|
|
|
</v-layout>
|
|
|
</v-col>
|
|
|
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
|
|
@@ -118,7 +118,7 @@
|
|
|
<v-row align="center" class="py-2" justify="center">
|
|
|
<v-col class="col-12 col-lg-3 py-4">
|
|
|
<v-layout class="justify-center">
|
|
|
- <img loading="lazy" :src="require('../assets/non-free/sox.logo.svg')" alt="SOX Logo" class="mr-6" style="max-width: 170px; width: 100%"/>
|
|
|
+ <img loading="lazy" src="../assets/non-free/sox.logo.svg" alt="SOX Logo" class="mr-6" style="max-width: 170px; width: 100%"/>
|
|
|
</v-layout>
|
|
|
</v-col>
|
|
|
<v-col class="col-12 col-sm-10 col-lg-9 py-4 text-center">
|
|
@@ -137,8 +137,8 @@
|
|
|
</v-row>
|
|
|
<v-row justify="center">
|
|
|
<v-col class="py-4 text-center">
|
|
|
- <a href="https://nextcloud.com/"><img loading="lazy" :src="require('../assets/non-free/nextcloud-logo-inverted.svg')" alt="Nextcloud Logo" class="mx-6 my-2" style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"/></a>
|
|
|
- <a href="https://www.hanssonit.se/"><img loading="lazy" :src="require('../assets/non-free/hanssonit.logo.png')" alt="Hansson IT Logo" class="mx-6 my-2" style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"/></a>
|
|
|
+ <a href="https://nextcloud.com/"><img loading="lazy" src="../assets/non-free/nextcloud-logo-inverted.svg" alt="Nextcloud Logo" class="mx-6 my-2" style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"/></a>
|
|
|
+ <a href="https://www.hanssonit.se/"><img loading="lazy" src="../assets/non-free/hanssonit.logo.png" alt="Hansson IT Logo" class="mx-6 my-2" style="display: inline-block; max-height: 113px; max-width: 160px; width: 100%"/></a>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
</v-container>
|
|
@@ -167,7 +167,7 @@
|
|
|
</div>
|
|
|
</v-card-text>
|
|
|
<v-img
|
|
|
- :src="require('../assets/anycast.worldmap.svg')" alt="World Map of Anycast POPs" contain
|
|
|
+ src="../assets/anycast.worldmap.svg" alt="World Map of Anycast POPs" contain
|
|
|
class="justify-center"
|
|
|
style="display: block; width: 100%; aspect-ratio: 2/1"
|
|
|
>
|
|
@@ -175,7 +175,7 @@
|
|
|
<template #activator="{ on }">
|
|
|
<v-img
|
|
|
v-on="on"
|
|
|
- :src="require('../assets/mapmarker.svg')" alt="Anycast POP" height="2em" width="2em"
|
|
|
+ src="../assets/mapmarker.svg" alt="Anycast POP" height="2em" width="2em"
|
|
|
:style="{left: f.left, top: f.top}"
|
|
|
style="transform: translate(-50%, -100%); position: absolute; overflow: visible;" contain
|
|
|
>
|