diff --git a/properties.env b/properties.env
new file mode 100644
index 000000000..b240ee2bd
--- /dev/null
+++ b/properties.env
@@ -0,0 +1,36 @@
+# Database env
+SPRING_DATASOURCE_URL=jdbc:postgresql://localhost:5432/jira
+SPRING_DATASOURCE_USER=jira
+SPRING_DATASOURCE_PASSWORD=JiraRush
+
+# OAuth2 env
+# GITHUB
+GITHUB_CLIENT_ID=3d0d8738e65881fff266
+GITHUB_CLIENT_SECRET=0f97031ce6178b7dfb67a6af587f37e222a16120
+GITHUB_SCOPE=email
+
+# Google
+GOOGLE_CLIENT_ID=329113642700-f8if6pu68j2repq3ef6umd5jgiliup60.apps.googleusercontent.com
+GOOGLE_CLIENT_SECRET=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
+GOOGLE_SCOPE=email,profile
+
+# GitLab
+GITLAB_CLIENT_ID=b8520a3266089063c0d8261cce36971defa513f5ffd9f9b7a3d16728fc83a494
+GITLAB_CLIENT_SECRET=e72c65320cf9d6495984a37b0f9cc03ec46be0bb6f071feaebbfe75168117004
+GITLAB_CLIENT_NAME=GitLab
+GITLAB_REDIRECT_URL="{baseUrl}/login/oauth2/code/{registrationId}"
+GITLAB_AUTH_GRANT_TYPE=authorization_code
+GITLAB_SCOPE=read_user
+
+GITLAB_AUTH_URI=https://gitlab.com/oauth/authoriz
+GITLAB_TOKEN_URI=https://gitlab.com/oauth/token
+GITLAB_USER_INFO_URI=https://gitlab.com/api/v4/user
+GITLAB_USER_NAME_ATTR=email
+
+# Email env
+EMAIL_SMTP_AUTH=true
+EMAIL_STARTTLS_ENABLE=true
+EMAIL_HOST=smtp.gmail.com
+EMAIL_PORT=587
+EMAIL_USERNAME=jira4jr@gmail.com
+EMAIL_PASSWORD=zdfzsrqvgimldzyj
diff --git a/resources/mails/email-confirmation.html b/resources/mails/email-confirmation.html
index 106e6129a..d44e10cda 100644
--- a/resources/mails/email-confirmation.html
+++ b/resources/mails/email-confirmation.html
@@ -1,13 +1,12 @@
-
-
- JiraRush - подтверждение почты
-
-
-
-
-Чтобы завершить настройку учетной записи и начать пользоваться JiraRush, подтвердите, что вы правильно указали вашу
- электронную почту.
-Подтвердить почту
-
+
+
+ JiraRush - confirm email
+
+
+
+
+ Before using JiraRush and complete account setup please confirm your email.
+ Confirm email
+
\ No newline at end of file
diff --git a/resources/mails/password-reset.html b/resources/mails/password-reset.html
index b37a49007..810a2fbdc 100644
--- a/resources/mails/password-reset.html
+++ b/resources/mails/password-reset.html
@@ -1,12 +1,12 @@
-
+
- JiraRush - установить новый пароль
+ JiraRush - setup new password
-
-
-Установить пароль
+
+
+Setup password
\ No newline at end of file
diff --git a/resources/static/css/main.css b/resources/static/css/main.css
index 9aeb0c406..300338f40 100644
--- a/resources/static/css/main.css
+++ b/resources/static/css/main.css
@@ -72,6 +72,11 @@
}
}
+/*.nav-link {*/
+/* padding: 0.1rem 1rem;*/
+/* font-size: 1rem;*/
+/*}*/
+
.sidebar-nav, .accordion-body, .accordion-button, .accordion-button:not(.collapsed) {
background-color: var(--nav);
color: darkgray;
diff --git a/resources/static/fontawesome/css/all.css b/resources/static/fontawesome/css/all.css
index af5980828..5652a68f6 100644
--- a/resources/static/fontawesome/css/all.css
+++ b/resources/static/fontawesome/css/all.css
@@ -8603,9 +8603,11 @@ readers do not read off random characters that represent icons */
content: "\f3e8";
}
+/*
.fa-vk:before {
content: "\f189";
}
+*/
.fa-untappd:before {
content: "\f405";
@@ -9955,9 +9957,11 @@ readers do not read off random characters that represent icons */
content: "\f3bc";
}
+/*
.fa-yandex:before {
content: "\f413";
}
+*/
.fa-readme:before {
content: "\f4d5";
@@ -10183,9 +10187,11 @@ readers do not read off random characters that represent icons */
content: "\f7c6";
}
+/*
.fa-yandex-international:before {
content: "\f414";
}
+*/
.fa-cc-amex:before {
content: "\f1f3";
diff --git a/resources/view/404.html b/resources/view/404.html
index 734f45370..bb37e329a 100644
--- a/resources/view/404.html
+++ b/resources/view/404.html
@@ -1,26 +1,23 @@
-
+
- Application Error
+ Application Error
-
-
-
-
-
-
404 NOT_FOUND
- No page here
+ 404 NOT_FOUND
+ No page here
-