new images

This commit is contained in:
Dave R 2018-08-09 11:24:25 +01:00
parent 125613e1bf
commit b0d0e743cb
7 changed files with 11 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Fast, open and free-to-use new tab page for Chrome
## Credits
[Turbomarshmello](https://github.com/turbomarshmello) - Portions of original code, name idea. ~~pls don't ban me i gave credit~~
[Turbomarshmello](https://github.com/TurboMarshmello) - Portions of original code, name idea. ~~pls don't ban me i gave credit~~
[Pexels](https://pexels.com) - Stock photos used

View File

@ -32,7 +32,11 @@ body {
.sunrise { background-image: url('../images/2.jpeg'); }
.butterfly { background-image: url('../images/3.jpeg'); }
.leaves { background-image: url('../images/4.jpeg'); }
.city { background-image: url('../images/5.jpeg'); }
.city { background-image: url('../images/5.jpeg'); }
.sea { background-image: url('../images/6.jpeg'); }
.space { background-image: url('../images/7.jpeg'); }
.ice { background-image: url('../images/8.jpeg'); }
.house { background-image: url('../images/9.jpeg'); }
/* TEXT SHADOW */

BIN
assets/images/6.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

BIN
assets/images/7.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

BIN
assets/images/8.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

BIN
assets/images/9.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -64,7 +64,11 @@ function setRandomBackground () {
'sunrise',
'butterfly',
'leaves',
'city'
'city',
'sea',
'space',
'ice',
'house'
],
currentBackgroundClass = pickFromArray(backgroundClasses);