Update background images

This commit is contained in:
Nick Krichevsky 2018-10-28 15:22:41 -04:00
parent 481f3993da
commit 2550bc8bbf
7 changed files with 4 additions and 3 deletions

View file

@ -85,7 +85,8 @@ footer.page-footer {
.parallax img { .parallax img {
display: inherit display: inherit;
max-height: 250%;
} }
#mlh-trust-badge { #mlh-trust-badge {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 3 MiB

BIN
static/img/background2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

BIN
static/img/background3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -75,7 +75,7 @@
</div> </div>
</div> </div>
<div class="parallax"> <div class="parallax">
<img src="../static/img/background2.png" alt="background image"> <img src="../static/img/background2.jpg" alt="background image">
</div> </div>
</div> </div>
@ -117,7 +117,7 @@
</div> </div>
</div> </div>
<div class="parallax"> <div class="parallax">
<img src="../static/img/background3.png" alt="background" > <img src="../static/img/background3.jpg" alt="background image">
</div> </div>
</div> </div>