Spaces:
Sleeping
Sleeping
Commit ·
68ce252
1
Parent(s): 52ce543
- src/main/resources/static/css/auth.css +1 -1
- src/main/resources/static/css/dashboard-user.css +1 -1
- src/main/resources/static/css/dashboard.css +1 -1
- src/main/resources/static/css/styles.css +2 -2
- src/main/resources/static/img/{back.png → back-groud.jpg} +2 -2
- src/main/resources/static/img/back.jpg +3 -0
- src/main/resources/static/img/backback.jpg +3 -0
- src/main/resources/static/img/backgroud.jpg +3 -0
- src/main/webapp/WEB-INF/views/index.jsp +1 -1
src/main/resources/static/css/auth.css
CHANGED
|
@@ -262,7 +262,7 @@ body {
|
|
| 262 |
|
| 263 |
background-image:
|
| 264 |
linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)),
|
| 265 |
-
url("../img/back.
|
| 266 |
|
| 267 |
background-size: cover;
|
| 268 |
background-position: center;
|
|
|
|
| 262 |
|
| 263 |
background-image:
|
| 264 |
linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)),
|
| 265 |
+
url("../img/back.jpg");
|
| 266 |
|
| 267 |
background-size: cover;
|
| 268 |
background-position: center;
|
src/main/resources/static/css/dashboard-user.css
CHANGED
|
@@ -69,7 +69,7 @@ BACKGROUND
|
|
| 69 |
background:
|
| 70 |
linear-gradient(rgba(0, 0, 0, .45),
|
| 71 |
rgba(0, 0, 0, .65)),
|
| 72 |
-
url("/img/back.
|
| 73 |
|
| 74 |
filter:
|
| 75 |
brightness(.65) saturate(.85) sepia(.2);
|
|
|
|
| 69 |
background:
|
| 70 |
linear-gradient(rgba(0, 0, 0, .45),
|
| 71 |
rgba(0, 0, 0, .65)),
|
| 72 |
+
url("/img/back.jpg") center/cover no-repeat;
|
| 73 |
|
| 74 |
filter:
|
| 75 |
brightness(.65) saturate(.85) sepia(.2);
|
src/main/resources/static/css/dashboard.css
CHANGED
|
@@ -104,7 +104,7 @@ body {
|
|
| 104 |
background:
|
| 105 |
linear-gradient(rgba(0, 0, 0, .35),
|
| 106 |
rgba(0, 0, 0, .55)),
|
| 107 |
-
url("/img/back.
|
| 108 |
|
| 109 |
filter: brightness(.6) saturate(.85) sepia(.25);
|
| 110 |
z-index: -3;
|
|
|
|
| 104 |
background:
|
| 105 |
linear-gradient(rgba(0, 0, 0, .35),
|
| 106 |
rgba(0, 0, 0, .55)),
|
| 107 |
+
url("/img/back.jpg") center/cover no-repeat;
|
| 108 |
|
| 109 |
filter: brightness(.6) saturate(.85) sepia(.25);
|
| 110 |
z-index: -3;
|
src/main/resources/static/css/styles.css
CHANGED
|
@@ -500,7 +500,7 @@ h4 {
|
|
| 500 |
.hero-bg {
|
| 501 |
position: absolute;
|
| 502 |
inset: 0;
|
| 503 |
-
background-image: url(../img/back-groud.
|
| 504 |
background-size: cover;
|
| 505 |
background-position: center 100%;
|
| 506 |
/* filter: brightness(1) saturate(0.9) sepia(0.8); */
|
|
@@ -866,7 +866,7 @@ h4 {
|
|
| 866 |
content: "";
|
| 867 |
position: absolute;
|
| 868 |
inset: 0;
|
| 869 |
-
background-image: url('../img/backback.
|
| 870 |
background-size: cover;
|
| 871 |
background-position: center;
|
| 872 |
background-attachment: fixed;
|
|
|
|
| 500 |
.hero-bg {
|
| 501 |
position: absolute;
|
| 502 |
inset: 0;
|
| 503 |
+
background-image: url(../img/back-groud.jpg);
|
| 504 |
background-size: cover;
|
| 505 |
background-position: center 100%;
|
| 506 |
/* filter: brightness(1) saturate(0.9) sepia(0.8); */
|
|
|
|
| 866 |
content: "";
|
| 867 |
position: absolute;
|
| 868 |
inset: 0;
|
| 869 |
+
background-image: url('../img/backback.jpg');
|
| 870 |
background-size: cover;
|
| 871 |
background-position: center;
|
| 872 |
background-attachment: fixed;
|
src/main/resources/static/img/{back.png → back-groud.jpg}
RENAMED
|
File without changes
|
src/main/resources/static/img/back.jpg
ADDED
|
Git LFS Details
|
src/main/resources/static/img/backback.jpg
ADDED
|
Git LFS Details
|
src/main/resources/static/img/backgroud.jpg
ADDED
|
Git LFS Details
|
src/main/webapp/WEB-INF/views/index.jsp
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<section id="home" class="hero">
|
| 9 |
|
| 10 |
<div class="hero-bg"
|
| 11 |
-
style="background-image:url('${pageContext.request.contextPath}/img/backgroud.
|
| 12 |
</div>
|
| 13 |
<div class="hero-overlay"></div>
|
| 14 |
<div class="hero-vignette"></div>
|
|
|
|
| 8 |
<section id="home" class="hero">
|
| 9 |
|
| 10 |
<div class="hero-bg"
|
| 11 |
+
style="background-image:url('${pageContext.request.contextPath}/img/backgroud.jpg');">
|
| 12 |
</div>
|
| 13 |
<div class="hero-overlay"></div>
|
| 14 |
<div class="hero-vignette"></div>
|