optimized images
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Samuel Philipp 2023-01-11 16:47:37 +01:00
parent 7acfdcf441
commit fd2c45c8b8
7 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 840 KiB

After

Width:  |  Height:  |  Size: 44 KiB

BIN
src/img/sp-codes.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
src/img/sp-magic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 MiB

View file

@ -20,7 +20,7 @@ header {
position: relative;
height: 100vh;
width: 100%;
background-image: url(../img/sp-codes.png);
background-image: url(../img/sp-codes.jpg);
background-color: transparent;
background-size: cover;
background-attachment: fixed;
@ -33,7 +33,6 @@ header {
bottom: 0;
left: 0;
right: 0;
//background: rgba(73, 14, 10, 0.9);
background-color: rgba($secondary, 0.9);
}
@ -449,7 +448,7 @@ section {
}
&.interest-magic {
background-image: url(../img/sp-magic.png);
background-image: url(../img/sp-magic.jpg);
.desc {
vertical-align: bottom;
@ -518,7 +517,7 @@ section {
}
.btn-primary {
color: #000 !important;
color: #fff !important;
background-color: $primary !important;
border-color: $primary !important;
}