diff --git a/Docs/Screenshots/analytics.png b/Docs/Screenshots/analytics.png new file mode 100644 index 0000000..c0b0451 Binary files /dev/null and b/Docs/Screenshots/analytics.png differ diff --git a/Docs/Screenshots/backlog.png b/Docs/Screenshots/backlog.png new file mode 100644 index 0000000..15501c2 Binary files /dev/null and b/Docs/Screenshots/backlog.png differ diff --git a/Docs/Screenshots/board.png b/Docs/Screenshots/board.png new file mode 100644 index 0000000..8ec9dec Binary files /dev/null and b/Docs/Screenshots/board.png differ diff --git a/Docs/Screenshots/management.png b/Docs/Screenshots/management.png new file mode 100644 index 0000000..ef089a1 Binary files /dev/null and b/Docs/Screenshots/management.png differ diff --git a/Docs/Screenshots/milestone.png b/Docs/Screenshots/milestone.png new file mode 100644 index 0000000..4206234 Binary files /dev/null and b/Docs/Screenshots/milestone.png differ diff --git a/Docs/Screenshots/overview.png b/Docs/Screenshots/overview.png new file mode 100644 index 0000000..d7bdf3c Binary files /dev/null and b/Docs/Screenshots/overview.png differ diff --git a/Docs/Screenshots/projects.png b/Docs/Screenshots/projects.png new file mode 100644 index 0000000..a852e34 Binary files /dev/null and b/Docs/Screenshots/projects.png differ diff --git a/Docs/Screenshots/story.png b/Docs/Screenshots/story.png new file mode 100644 index 0000000..70f82d7 Binary files /dev/null and b/Docs/Screenshots/story.png differ diff --git a/Locales/es.json b/Locales/es.json index d83a5cf..a07003c 100644 --- a/Locales/es.json +++ b/Locales/es.json @@ -4,7 +4,7 @@ "title": "Realimentación" }, "app": { - "name": "Velocidad" + "name": "Velocity" }, "actions": { "comment": "Comentario", diff --git a/Locales/fr.json b/Locales/fr.json index 9768523..d08b060 100644 --- a/Locales/fr.json +++ b/Locales/fr.json @@ -4,7 +4,7 @@ "title": "Retour d'information" }, "app": { - "name": "Rapidité" + "name": "Velocity" }, "actions": { "comment": "Commentaire", diff --git a/Locales/ru.json b/Locales/ru.json index abeeb17..0be3e01 100644 --- a/Locales/ru.json +++ b/Locales/ru.json @@ -4,7 +4,7 @@ "title": "Обратная связь" }, "app": { - "name": "Скорость" + "name": "Velocity" }, "actions": { "comment": "Комментарий", diff --git a/README.md b/README.md index 4a6fd67..9a6e824 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,23 @@ ## Contents 0. [Introduction](#introduction) -1. [Setup](#quick-setup) +2. [Screenshots](#screenshots) +1. [Setup](#setup) ## Introduction Velocity is a CS organizational website, offering multiple kinds of developmental environments that can be used by both classes and groups. +## Screenshots +![Projects Image](/Docs/Screenshots/projects.png?raw=true "Projects Image") +![Overview Image](/Docs/Screenshots/overview.png?raw=true "Overview Image") +![Board Image](/Docs/Screenshots/board.png?raw=true "Board Image") +![Backlog Image](/Docs/Screenshots/backlog.png?raw=true "Backlog Image") +![Analytics Image](/Docs/Screenshots/analytics.png?raw=true "Analytics Image") +![Management Image](/Docs/Screenshots/management.png?raw=true "Management Image") +![Milestone Image](/Docs/Screenshots/milestone.png?raw=true "Milestone Image") +![Story Image](/Docs/Screenshots/story.png?raw=true "Story Image") + ## Setup These instructions will guide you through setting up an instance of Velocity. diff --git a/Templates/login.pug b/Templates/login.pug index 8ab0f97..a6d180a 100644 --- a/Templates/login.pug +++ b/Templates/login.pug @@ -10,7 +10,7 @@ block content .layer .container .row - img#logo(src='img/logo.png') + img#logo(src='/img/logo.png') .row .col.s12.m6.offset-m3 .card.loginCard