Skip to content

Commit 75bae69

Browse files
committed
Refines static content on contact page, adds EM logo
1 parent 8a5a583 commit 75bae69

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed
36.4 KB
Loading

vue/src/assets/styles/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ input {
2222

2323
h1,h2 {
2424
font-size: 3.6em;
25+
padding-bottom: 15px;
2526
}
2627
h3,h4 {
2728
font-size: 2.4em;

vue/src/views/Contact.vue

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,25 @@
1717
<p>
1818
Die Gemeindescan-Plattform ist Open Source und Open Development.<br>
1919
Zum Gemeindescan beitragen: <a href="https://bitbucket.org/cividi/gemeindescan-webui/" target="_blank">
20-
https://bitbucket.org/cividi/gemeindescan-webui/</a>
20+
Bitbucket Projekt</a>
2121
</p>
2222
<p>
23-
Gemeindescan ist Teil der Smartuse-Produktfamilie von cividi.
23+
Gemeindescan ist Teil der <a href="https://www.smartuse.ch" target="_blank"><img src="@/assets/images/logo-smartuse.svg" height="28px" style="margin-bottom:-8px;"></a>-Produktfamilie von cividi.
2424
</p>
2525
<p>
2626
cividi - digitale Werkzeuge für die analoge Stadt.
2727
</p>
28+
2829
<a href="https://www.cividi.ch" target="_blank" style="padding-right:40px">
2930
<img src="@/assets/images/logo-cividi.svg" width="250px">
3031
</a>
31-
<a href="https://www.smartuse.ch" target="_blank">
32-
<img src="@/assets/images/logo-smartuse.svg" width="250px">
33-
</a>
32+
33+
<p><small>Das Pionierprojekt wird ermöglicht<br>durch <a href="https://www.engagement-migros.ch/" target="_blank">Engagement Migros</a>,
34+
dem<br>Förderfonds der Migros-Gruppe.</small>
35+
</p>
36+
37+
<a href="https://www.engagement-migros.ch/" target="_blank"><img src="@/assets/images/EngagementM_d_rgb.png" width="220px"></a>
38+
3439
</v-flex>
3540
</v-layout>
3641
</v-container>

0 commit comments

Comments
 (0)