From 28521abb09501b3e6efc814993b5adfcce80b263 Mon Sep 17 00:00:00 2001 From: Kovah Date: Wed, 9 Nov 2016 23:31:41 +0100 Subject: [PATCH] Updates text for some elements and adds a copy notice --- assets/sass/_intro.scss | 17 +++++++++++++++++ index.php | 4 ++++ lang/de.php | 11 ++++++----- lang/en.php | 3 ++- 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/assets/sass/_intro.scss b/assets/sass/_intro.scss index ee6b294..eacb6c8 100644 --- a/assets/sass/_intro.scss +++ b/assets/sass/_intro.scss @@ -85,4 +85,21 @@ .intro__start { text-align: center; } + .intro__copy { + font-size: .9rem; + text-align: center; + margin: 3rem 0 2rem; + color: lighten($c-text-light, 20%); + + a { + color: $c-text-light; + text-decoration: none; + + &:hover, + &:focus { + color: $c-text-light; + text-decoration: underline; + } + } + } } diff --git a/index.php b/index.php index d401244..b7b1921 100644 --- a/index.php +++ b/index.php @@ -88,6 +88,10 @@ class="intro__category category category__ has-hover"> +
+ +
+ diff --git a/lang/de.php b/lang/de.php index 15af1fc..22cb037 100644 --- a/lang/de.php +++ b/lang/de.php @@ -1,15 +1,16 @@ 'KVH Tabu', - 'app.description' => 'KVH Tabu ist ein kleines Tabu-ähnliches Spiel', + 'app.description' => 'Ein kleines, Tabu-ähnliches Spiel für den Browser', 'app.how-to' => '

So wird gespielt

    -
  1. Gib deinen Namen ein und wähle eine Kategorie
  2. -
  3. Starte das Spiel
  4. +
  5. Gib deinen Namen ein und wähle eine Kategorie.
  6. +
  7. Starte das Spiel.
  8. Du hast 180 Sekunden, um deinen Freunden das angezeigte Wort zu erklären. Du darfst zur Erklärung nicht die Wörter aus dem roten Bereich nutzen!
  9. Klicke auf den grünen Button, wenn deine Freunde das Wort erraten haben. Klicke Rot, wenn du das Wort überspringen möchtest.
  10. -
  11. Die Ergebnisse werden in deinem Browser gespeichert
  12. +
  13. Alle Ergebnisse werden in deinem Browser gespeichert.
', + 'app.copy' => 'KVH Tabu ist ein Projekt von Kovah.de | Source', 'category.animals' => 'Tiere', 'category.people' => 'Berühmte Personen', @@ -22,7 +23,7 @@ 'category.sports' => 'Sport', 'category.web' => 'Das Web', - 'game.start' => 'Starten!', + 'game.start' => 'Spiel starten!', 'game.get-ready' => 'Mach dich bereit!', 'game.time-remaining' => 'Verbleibende Zeit:', 'game.exit' => 'Beenden', diff --git a/lang/en.php b/lang/en.php index 56ce7fd..2b2cb33 100644 --- a/lang/en.php +++ b/lang/en.php @@ -10,6 +10,7 @@
  • Tap on the check mark if your friends guessed the word. Tap the cross to pick the next word.
  • Scores will be saved in your browser
  • ', + 'app.copy' => 'KVH Tabu is a project by Kovah.de | Source', 'category.animals' => 'Animals', 'category.people' => 'Famous People', @@ -22,7 +23,7 @@ 'category.sports' => 'Sports', 'category.web' => 'The Web', - 'game.start' => 'Start!', + 'game.start' => 'Start the Game!', 'game.get-ready' => 'Get ready!', 'game.time-remaining' => 'Time remaining:', 'game.exit' => 'Exit',