File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 6565
6666 <!-- Footer -->
6767 < footer class ="footer ">
68- < nav class ="navbar fixed-bottom navbar-dark bg-dark ">
68+ < nav class ="navbar fixed-bottom navbar-dark bg-dark navbar-text ">
6969 < div class ="container ">
70- < span class ="navbar-text " > © 2022 Thomas Wöhlke</ span >
71- </ div >
70+ < div class ="col nav-link " > < a th:href =" @{/information} " class =" nav-link " > © 2022 Thomas Wöhlke</ a > </ div >
71+ </ div >
7272 </ nav >
7373 </ footer >
74+
7475 < script th:src ="@{/js/google-analytics.js} "> </ script >
7576 < script th:src ="@{/webjars/jquery/3.6.0/jquery.js} "> </ script >
7677 < script th:src ="@{/webjars/popper.js/2.9.3/umd/popper.min.js} "> </ script >
Original file line number Diff line number Diff line change 1111
1212< div th:fragment ="mytwtitle ">
1313 < div id ="tw-content-title ">
14- < div class ="row ">
14+ < div class ="row my-5 py-5 ">
1515 < h1 class ="col-md-12 mb-12 ">
16- < i class ="fas fa-inbox "> </ i >
17- < span th:utext ="#{pages.information.h1} "> Information</ span >
16+ < i class ="fas fa-inbox "> </ i > < span th:utext ="#{pages.information.h1} "> Information</ span >
1817 </ h1 >
18+ < h2 > © 2022 Thomas Wöhlke</ h2 >
1919 </ div >
2020 </ div >
2121</ div >
Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
5757 </ div >
5858 </ div >
5959 < div class ="row ">
60- < div class ="col-2 text-left m-2 p-1 ">
60+ < div class ="col-1 text-left m-2 p-1 ">
6161 </ div >
62- < div class ="col-4 text-left m-2 p-1 ">
62+ < div class ="col-5 text-left m-2 p-1 ">
6363 < a id ="registerButton " th:href ="@{/user/register/} " class ="link-ssecondary ">
6464 < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
6565 </ a >
6666 </ div >
67- < div class ="col-4 text-right m-2 p-1 ">
67+ < div class ="col-5 text-right m-2 p-1 ">
6868 < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="link-secondary ">
6969 < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
7070 </ a >
7171 </ div >
72- < div class ="col-2 text-left m-2 p-1 ">
72+ < div class ="col-1 text-right m-2 p-1 ">
7373 </ div >
7474 </ div >
7575 </ form >
You can’t perform that action at this time.
0 commit comments