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 65
65
66
66
<!-- Footer -->
67
67
< 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 ">
69
69
< 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 >
72
72
</ nav >
73
73
</ footer >
74
+
74
75
< script th:src ="@{/js/google-analytics.js} "> </ script >
75
76
< script th:src ="@{/webjars/jquery/3.6.0/jquery.js} "> </ script >
76
77
< script th:src ="@{/webjars/popper.js/2.9.3/umd/popper.min.js} "> </ script >
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < div class ="row ">
14
+ < div class ="row my-5 py-5 ">
15
15
< 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 >
18
17
</ h1 >
18
+ < h2 > © 2022 Thomas Wöhlke</ h2 >
19
19
</ div >
20
20
</ div >
21
21
</ 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
57
57
</ div >
58
58
</ div >
59
59
< 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 ">
61
61
</ div >
62
- < div class ="col-4 text-left m-2 p-1 ">
62
+ < div class ="col-5 text-left m-2 p-1 ">
63
63
< a id ="registerButton " th:href ="@{/user/register/} " class ="link-ssecondary ">
64
64
< i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
65
65
</ a >
66
66
</ div >
67
- < div class ="col-4 text-right m-2 p-1 ">
67
+ < div class ="col-5 text-right m-2 p-1 ">
68
68
< a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="link-secondary ">
69
69
< i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
70
70
</ a >
71
71
</ div >
72
- < div class ="col-2 text-left m-2 p-1 ">
72
+ < div class ="col-1 text-right m-2 p-1 ">
73
73
</ div >
74
74
</ div >
75
75
</ form >
You can’t perform that action at this time.
0 commit comments