Skip to content
Snippets Groups Projects
Verified Commit bbfb7840 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Uklid cest

parent 4dcf7049
No related branches found
No related tags found
No related merge requests found
Pipeline #18308 passed
<template>
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/">🏴‍☠️ Piráti - Volební kalkulačka k primárkám do voleb EP 2024</a>
<a class="navbar-brand" href="/">🏴‍☠️ Piráti - Volební kalkulačka k volbam do EP 2024</a>
<Menu />
</div>
</nav>
</template>
......
......@@ -12,7 +12,7 @@
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="https://kalkulacka.one/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/">🏴‍☠️ Piráti: Primárky 2024</a>
<a class="nav-link active" aria-current="page" href="https://kalkulacka.pirati.cz/">🏴‍☠️ Piráti: Primárky 2024</a>
</li>
<!-- <li class="nav-item">
<NuxtLink class="nav-link active" aria-current="page" to="/">🚀 Volební kalkulačka "2050"</NuxtLink>
......@@ -37,4 +37,4 @@
width: 275px;
background-color: #222;
}
</style>
\ No newline at end of file
</style>
......@@ -33,11 +33,11 @@ export default {
methods: {
comparison: function(id) {
// console.log("clicked", id)
this.$router.push({
this.$router.push({
name: 'comparison',
params: {
candidateId: id
}
}
})
},
......@@ -46,7 +46,7 @@ export default {
// return "https://www.psp.cz/eknih/cdrom/2013ps/eknih/2013ps/poslanci/i" + name + ".jpg"
// return "/cs/volby-2021-2050/logos/" + name + ".webp"
// return '~/assets/images/' + name +'.webp'
return '/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/images/' + name +'.webp'
return '/images/' + name +'.webp'
// CDN
// return "https://michalskop-gitlab-io.azureedge.net/sinventura-2017-2021.volebnikalkulacka.cz/photos/" + name + ".webp"
}
......@@ -62,4 +62,4 @@ export default {
.list-group {
cursor: pointer;
}
</style>
\ No newline at end of file
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment