green commit

This commit is contained in:
dimi 2019-08-31 17:23:59 +02:00
parent 742dfeef6a
commit 83fd366b8c
10 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
# EUROMAT
# CANDYMAT
A Vue.js powered, progressive web voting application for upcoming European elections. EUROMAT is hosted on _Netlify_ and uses the **Netlify CMS** for easier collaboration.
A Vue.js powered, progressive web voting application for Candidates. Candymat is hosted on _Netlify_ and uses the **Netlify CMS** for easier collaboration.
## Calculation Model
@ -12,11 +12,11 @@ It's possible to embed Euromat via an iframe and setting query parameters:
```html
<iframe
id="euromat-2019"
title="Euromat 2019"
id="candymat"
title="Candymat"
width="500"
height="300"
src="https://euromat.info/de/theses?embedded=iframe">
src="https://candymat.info/de/theses?embedded=iframe">
</iframe>
```

View File

@ -1,5 +1,5 @@
{
"name": "euromat",
"name": "candymat",
"version": "0.1.0",
"private": true,
"scripts": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -4,30 +4,30 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EUROMAT 2019</title>
<title>Candymat</title>
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon_gruene_16x16.png">
<!--[if IE]><link rel="shortcut icon" href="/img/favicon.ico"><![endif]-->
<!-- Add to home screen for Android and modern mobile browsers -->
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#40A6EE">
<meta name="theme-color" content="#59ae2e">
<!-- Open Graph -->
<meta property="og:url" content="https://www.euromat.info" />
<meta property="og:title" content="EUROMAT 2019" />
<meta property="og:url" content="https://www.candymat.info" />
<meta property="og:title" content="Candymat" />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="de_DE" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="cz_CZ" />
<meta property="og:locale:alternate" content="si_SI" />
<meta property="og:locale:alternate" content="dk_DK" />
<meta property="og:description" content="The EUROMAT 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 European parties. The goal of the EUROMAT is to support you to make an informed choice for the upcoming European elections!" />
<meta property="og:description" content="The Candymat 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 Candymat 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:secure_url" content="https://www.euromat.info/img/facebook.2.png" />
<meta property="fb:app_id" content="766231516835034" />
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="EUROMAT">
<meta name="apple-mobile-web-app-title" content="Candymat">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png">
<!-- Add to home screen for Windows -->
<meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png">
@ -51,7 +51,7 @@
</script>
<noscript>
<strong>We're sorry but EUROMAT doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Candymat doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>

View File

@ -1,15 +1,15 @@
{
"name": "EUROMAT",
"short_name": "euromat",
"description": "Der Euromat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den europapolitischen Positionen der Parteien vermittelt.",
"name": "CANDYMAT",
"short_name": "candymat",
"description": "Der Candymat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den politischen Positionen der Kandindaten vermittelt.",
"icons": [
{
"src": "/img/icons/android-chrome-192x192.png",
"src": "/img/icons/gruenen_logo_200.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icons/android-chrome-512x512.png",
"src": "/img/icons/gruenen_logo_600.png",
"sizes": "512x512",
"type": "image/png"
}

View File

@ -203,7 +203,7 @@
}
svg:not(.team-logo) {
stroke: $blue !important;
stroke: $green !important;
}
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,13 +1,13 @@
$transparent-white: rgba(255, 255, 255, 0.21);
$transparent-black: rgba(0, 0, 0, 0.15);
$blue: #40A6EE;
$green: #59ae2e;
$medium-blue: #22608c;
$dark-blue: rgb(33,20,82);
$yellow: #FEE872;
$orange: #F5A960;
$pink: #D74AA1;
$background-primary: $blue;
$background-primary: $green;
$background-secondary: white;
$text-color-base: white;