Merge pull request 'Update several: Euromat occurences, URL updates and FAQ' (#10) from willi-euromat into main

Reviewed-on: #10
This commit is contained in:
Willi Junga 2022-02-02 23:18:01 +01:00
commit a90ef4f564
5 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ const configTree = {
meta: { meta: {
name: 'euromat-theses', name: 'euromat-theses',
label: '[Euromat] Theses', label: '[Euromat] Theses',
description: 'The theses selection pages for the EUROMAT.', description: 'The theses selection pages for the KANDIMAT.',
folder: 'src/app/euromat/content/theses' folder: 'src/app/euromat/content/theses'
}, },
fields: [ fields: [
@ -55,7 +55,7 @@ const configTree = {
meta: { meta: {
name: 'euromat-results', name: 'euromat-results',
label: '[Euromat] Results', label: '[Euromat] Results',
description: 'The EUROMAT result page.', description: 'The KANDIMAT result page.',
folder: 'src/app/euromat/content/results' folder: 'src/app/euromat/content/results'
}, },
fields: [ fields: [

View File

@ -11,7 +11,7 @@ public_folder: /img/uploads
collections: collections:
- name: euromat-theses - name: euromat-theses
label: '[Euromat] Theses' label: '[Euromat] Theses'
description: The theses selection pages for the EUROMAT. description: The theses selection pages for the KANDIMAT.
folder: src/app/euromat/content/theses folder: src/app/euromat/content/theses
format: json format: json
create: true create: true
@ -90,7 +90,7 @@ collections:
widget: string widget: string
- name: euromat-results - name: euromat-results
label: '[Euromat] Results' label: '[Euromat] Results'
description: The EUROMAT result page. description: The KANDIMAT result page.
folder: src/app/euromat/content/results folder: src/app/euromat/content/results
format: json format: json
create: true create: true

View File

@ -12,7 +12,7 @@
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#59ae2e"> <meta name="theme-color" content="#59ae2e">
<!-- Open Graph --> <!-- Open Graph -->
<meta property="og:url" content="https://www.kandimat.info" /> <meta property="og:url" content="https://kandimat.netzbegruenung.verdigado.net" />
<meta property="og:title" content="Kandimat" /> <meta property="og:title" content="Kandimat" />
<meta property="og:locale" content="en_GB" /> <meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="de_DE" /> <meta property="og:locale:alternate" content="de_DE" />
@ -21,8 +21,8 @@
<meta property="og:locale:alternate" content="si_SI" /> <meta property="og:locale:alternate" content="si_SI" />
<meta property="og:locale:alternate" content="dk_DK" /> <meta property="og:locale:alternate" content="dk_DK" />
<meta property="og:description" content="The Kandimat is not a regular voting advice application. On the contrary, it is your digital tool navigating you through the policies and visions of the current Candidates. The goal of the Kandimat is to support you to make an informed choice for the upcoming European elections!" /> <meta property="og:description" content="The Kandimat is not a regular voting advice application. On the contrary, it is your digital tool navigating you through the policies and visions of the current Candidates. The goal of the Kandimat is to support you to make an informed choice for the upcoming European elections!" />
<meta property="og:image" content="https://www.euromat.info/img/facebook.2.png" /> <meta property="og:image" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="og:image:secure_url" content="https://www.euromat.info/img/facebook.2.png" /> <meta property="og:image:secure_url" content="https://blog.netzbegruenung.de/files/2013/10/netzbegruenung-logo-website.png" />
<meta property="fb:app_id" content="766231516835034" /> <meta property="fb:app_id" content="766231516835034" />
<!-- Add to home screen for Safari on iOS --> <!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">

View File

@ -3,7 +3,7 @@
<header v-if="!isEmbedded" class="app-header"> <header v-if="!isEmbedded" class="app-header">
<router-link :to="{ path: `/${$i18n.locale}/` }"> <router-link :to="{ path: `/${$i18n.locale}/` }">
<img class="header-logo" <img class="header-logo"
alt="EUROMAT Logo" alt="KANDIMAT Logo"
:src="euromatLogo" :src="euromatLogo"
:width="logoSize" :width="logoSize"
:height="logoSize / 2" :height="logoSize / 2"

View File

@ -13,8 +13,8 @@
"answer": "" "answer": ""
}, },
{ {
"title": "Wie haben wir den EUROMAT entwickelt? ", "title": "Wie haben wir den KANDIMAT entwickelt? ",
"answer": "" "answer": "In dem wir den Euromat als am einfachsten anzupassende Version einer Software recherchiert und dnn wohl einfach losgelegt haben. Über mehrere Jahre. Den Quellcode findest du auf https://git.netzbegruenung.de/NB-Public/kandimat"
} }
] ]
} }