diff --git a/resources/i18n.json b/resources/i18n.json index c8701be..8e59d30 100644 --- a/resources/i18n.json +++ b/resources/i18n.json @@ -15,13 +15,13 @@ "fr": "Application gratuite d'estimation agile", "it": "App gratuita di stima agile" }, - "metaDescription":{ - "es":"Scrum Poker Online, Estimación ágil, Planificación con cartas de póquer, Estimación de desarrollo ágil", - "en":"Scrum Poker Online, Agile Estimation, Planning with Poker Cards, Agile Development Estimation", - "ca":"Scrum Poker Online, Estimació àgil, Planificació amb cartes de pòquer, Estimació de desenvolupament àgil", - "de":"Scrum Poker Online, Agile Schätzung, Planung mit Pokerkarten, Agile Entwicklungsschätzung", - "fr":"Scrum Poker Online, Estimation Agile, Planification avec des cartes de poker, Estimation de développement Agile", - "it":"Scrum Poker Online, Stima Agile, Pianificazione con carte da poker, Stima Agile di sviluppo" + "metaDescription": { + "es": "Scrum Poker Online, Estimación ágil, Planificación con cartas de póquer, Estimación de desarrollo ágil", + "en": "Scrum Poker Online, Agile Estimation, Planning with Poker Cards, Agile Development Estimation", + "ca": "Scrum Poker Online, Estimació àgil, Planificació amb cartes de pòquer, Estimació de desenvolupament àgil", + "de": "Scrum Poker Online, Agile Schätzung, Planung mit Pokerkarten, Agile Entwicklungsschätzung", + "fr": "Scrum Poker Online, Estimation Agile, Planification avec des cartes de poker, Estimation de développement Agile", + "it": "Scrum Poker Online, Stima Agile, Pianificazione con carte da poker, Stima Agile di sviluppo" }, "enterRoomName": { "es": "Introduce el nombre de la sala", @@ -70,5 +70,13 @@ "de": "Raumname", "fr": "Nom de la salle", "it": "Nome della stanza" + }, + "github": { + "es": "Visita el proyecto en Github", + "en": "Visit the project on Github", + "ca": "Visita el projecte a Github", + "de": "Besuchen Sie das Projekt auf Github", + "fr": "Visitez le projet sur Github", + "it": "Visita il progetto su Github" } } \ No newline at end of file diff --git a/static/github.png b/static/github.png new file mode 100644 index 0000000..a0807ad Binary files /dev/null and b/static/github.png differ diff --git a/templates/index.html b/templates/index.html index 3da1335..d4bd39f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -58,6 +58,12 @@ background-color: #45a049; } + .github-link { + position: fixed; + bottom: 20px; + right: 20px; + } + @media screen and (max-width: 768px) { .container { max-width: 100%; @@ -79,6 +85,11 @@

{{.I18n.title}}

  {{.I18n.createRoom}} + +