Are you in an emergency ? Call 147 or find help near you
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/thankyou/thankyou.component.spec.ts b/src/app/thankyou/thankyou.component.spec.ts
new file mode 100644
index 0000000000000000000000000000000000000000..375f72acdda2eb36a3f229a80344bbd174d5fc7c
--- /dev/null
+++ b/src/app/thankyou/thankyou.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { ThankyouComponent } from './thankyou.component';
+
+describe('ThankyouComponent', () => {
+ let component: ThankyouComponent;
+ let fixture: ComponentFixture;
+
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ ThankyouComponent ]
+ })
+ .compileComponents();
+ }));
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(ThankyouComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});
diff --git a/src/app/thankyou/thankyou.component.ts b/src/app/thankyou/thankyou.component.ts
new file mode 100644
index 0000000000000000000000000000000000000000..6e4d8f7d379faf3e93e99040c796c8e3787e7c4a
--- /dev/null
+++ b/src/app/thankyou/thankyou.component.ts
@@ -0,0 +1,15 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-thankyou',
+ templateUrl: './thankyou.component.html',
+ styleUrls: ['./thankyou.component.css']
+})
+export class ThankyouComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit(): void {
+ }
+
+}
diff --git a/src/assets/favicon.png b/src/assets/favicon.png
deleted file mode 100644
index 6b9b992058e4e1ae3b5ee4c58c4fc1ff59fdb508..0000000000000000000000000000000000000000
Binary files a/src/assets/favicon.png and /dev/null differ
diff --git a/src/assets/favicon.svg b/src/assets/favicon.svg
new file mode 100644
index 0000000000000000000000000000000000000000..9c80f0826cb5aaf355ffe65ddf890937c5febddc
--- /dev/null
+++ b/src/assets/favicon.svg
@@ -0,0 +1 @@
+
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json
index 4fb465fa658abb5af2abe28145be590468b4b3dd..1ac1d968e86b09d13876d1799c52c3b13f54f42b 100644
--- a/src/assets/i18n/de.json
+++ b/src/assets/i18n/de.json
@@ -52,7 +52,11 @@
},
"MAP": {
"CANTONOF": "Kanton",
- "SORRY": "Es tut uns leid, aber diese Seite ist eine Demo. Die Daten f\u00fcr diesen Kanton k\u00f6nnen nicht geladen werden"
+ "SORRY": "Es tut uns leid, aber diese Seite ist eine Demo. Die Daten f\u00fcr diesen Kanton k\u00f6nnen nicht geladen werden",
+ "WEBSITE": "Webseite",
+ "WHO": "Für wen",
+ "DESCRIPTION": "Beschreibung",
+ "UNCATEGORIZED": "Unkategorisiert"
},
"FILES": {
"TEST": "test.png"
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index c0aab1ac9ef3ebd91d4ef157eba08012a6105f26..d0c4fb70560934f45abb4d53567e18f5524c90a0 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -52,7 +52,11 @@
},
"MAP": {
"CANTONOF": "Canton of",
- "SORRY": "Sorry, this site is a demo. The data for your canton could not be loaded."
+ "SORRY": "Sorry, this site is a demo. The data for your canton could not be loaded.",
+ "WEBSITE": "Website",
+ "WHO": "Who for",
+ "DESCRIPTION": "Description",
+ "UNCATEGORIZED": "Uncategorized"
},
"FILES": {
"TEST": "test.png"
diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json
index d71bbeb6114192fe145650b49a949bfec3e45161..f44dcfa7a977fd7b84b23f9fb5cd6f202e4e4c08 100644
--- a/src/assets/i18n/fr.json
+++ b/src/assets/i18n/fr.json
@@ -52,7 +52,11 @@
},
"MAP": {
"CANTONOF": "Canton de",
- "SORRY": "Nous sommes d\u00e9sol\u00e9s, ce site est une d\u00e9mo. Nous n'avons pas encore pu charger les donn\u00e9es de votre canton."
+ "SORRY": "Nous sommes d\u00e9sol\u00e9s, ce site est une d\u00e9mo. Nous n'avons pas encore pu charger les donn\u00e9es de votre canton.",
+ "WEBSITE": "Site Web",
+ "WHO": "Pour qui",
+ "DESCRIPTION": "Description",
+ "UNCATEGORIZED": "Non class\u00e9"
},
"FILES": {
"TEST": "test.png"
diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json
index 914194ffe79d819cfdd9f50d5288537f72e427ec..98a0cf0a8bab75fc56955fbb6f4975993057fb89 100644
--- a/src/assets/i18n/it.json
+++ b/src/assets/i18n/it.json
@@ -52,7 +52,11 @@
},
"MAP": {
"CANTONOF": "Cantone di",
- "SORRY": "Siamo spiacenti, questo sito \u00e9 una demo. Non siamo stati in grado di caricare i dati del tuo cantone"
+ "SORRY": "Siamo spiacenti, questo sito \u00e9 una demo. Non siamo stati in grado di caricare i dati del tuo cantone",
+ "WEBSITE": "Sito Internet",
+ "WHO": "Per chi",
+ "DESCRIPTION": "Descrizione",
+ "UNCATEGORIZED": "Senza categoria"
},
"FILES": {
"TEST": "test.png"
diff --git a/src/assets/images/yana-tree-noHands.svg b/src/assets/images/yana-tree-noHands.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c2ba6d2338bfa1dbf7e234bd004bd149fa3e6e46
--- /dev/null
+++ b/src/assets/images/yana-tree-noHands.svg
@@ -0,0 +1,21 @@
+
+
+
\ No newline at end of file
diff --git a/src/assets/yana-tree-noHands.svg b/src/assets/yana-tree-noHands.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d755af50d9fbe3720fa1c672bb230109842ffabd
--- /dev/null
+++ b/src/assets/yana-tree-noHands.svg
@@ -0,0 +1,21 @@
+
+
+
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index 67c8f1f7aa3d43417c5087822d77f105f4b4e1be..81cc8404fd3de26de0b27a48c9691ea8b047a373 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,6 +6,7 @@
+
diff --git a/src/styles.css b/src/styles.css
index e50a47e75cc8b5739fd0a0e965708f8e526a321c..28a37951bf8561d8a7d542cf8e36b1e7c015a45b 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -1 +1,12 @@
-/* You can add global styles to this file, and also import other style files */
\ No newline at end of file
+/* You can add global styles to this file, and also import other style files */
+@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nova+Round&display=swap');
+* {
+ font-family: 'Montserrat';
+ font-size: 21px;
+ font-weight: regular;
+ margin: 0;
+}
+
+a:visited {
+ color: inherit;
+}