Skip to content

Commit

Permalink
Merge pull request #265 from christianeiselt/develop
Browse files Browse the repository at this point in the history
Login Page: Add quote and link to presentation website #261
  • Loading branch information
roschaefer authored Sep 17, 2018
2 parents d793682 + 37af8a0 commit 54f6c59
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
8 changes: 8 additions & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"humanConnection": "Human Connection",
"humanConnectionMadeWithHeart": "Mit <span style=\"color: #f00\">♥</span> gemacht",
"humanConnectionPresentationLinkText": "Hier geht's zur Präsentations-Website,",
"humanConnectionPresentationText": "auf der du mehr Informationen, Links und Erklärungen dazu findest, wie auch du Teil der Veränderung werden kannst.",
"component": {
"error": {
"header403": "Zutritt verweigert",
Expand Down Expand Up @@ -629,5 +631,11 @@
"created": "Erstellt",
"active": "Aktiviert",
"inactive": "Deaktiviert"
},
"quotes": {
"african": {
"txt": "Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.",
"author": "Afrikanisches Sprichwort"
}
}
}
10 changes: 9 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"humanConnection": "Human Connection",
"humanConnectionMadeWithHeart": "Made with <span style=\"color: #f00\">♥</span>",
"humanConnectionPresentationLinkText": "Visit our website",
"humanConnectionPresentationText": "to get more informationen, links and explanation on how you can be part of the change.",
"component": {
"error": {
"header403": "Forbidden",
Expand Down Expand Up @@ -631,5 +633,11 @@
"created": "Created",
"active": "Active",
"inactive": "Inactive"
},
"quotes": {
"african": {
"txt": "Many small people in many small places do many small things, that can alter the face of the world.",
"author": "African proverb"
}
}
}
}
17 changes: 17 additions & 0 deletions pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,23 @@
{{ $t('auth.login.label') }}
</hc-button>
</form>
<p class="subtitle is-6">
{{ $t('quotes.african.txt') }}
</p>
<p class="is-italic">
{{ $t('quotes.african.author') }}
</p>
<p class="subtitle is-6">
<div class="content">
<a href="https://human-connection.org" target="_blank">
<hc-icon icon="heart" class="has-text-success"></hc-icon>
<br/>
{{ $t('humanConnectionPresentationLinkText') }}
</a>
<br/>
{{ $t('humanConnectionPresentationText') }}
</div>
</p>
</div>
<footer class="card-footer">
<!--
Expand Down

0 comments on commit 54f6c59

Please sign in to comment.