nguyenhai266 commited on
Commit
68ce252
·
1 Parent(s): 52ce543
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.png");
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.png") center/cover no-repeat;
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.png") center/cover no-repeat;
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.png);
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.png');
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

  • SHA256: 49447fc4b2cc5c06b659dd3c6c0e1fa20b8494ce9766fc8d6158cea6d5a3a266
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
src/main/resources/static/img/backback.jpg ADDED

Git LFS Details

  • SHA256: 00b907034381f3a81b6844e6fccbd8f210091ea0af794487fc85d5a20c51fa6c
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
src/main/resources/static/img/backgroud.jpg ADDED

Git LFS Details

  • SHA256: 44c0bf17e9b09863a88571c93502fe971b768cf8601bb725042188517fcb4bf6
  • Pointer size: 131 Bytes
  • Size of remote file: 302 kB
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.png');">
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>