Skip to content

Commit

Permalink
Add a bunch new background images!
Browse files Browse the repository at this point in the history
  • Loading branch information
jltml committed Dec 19, 2023
1 parent 1d2dab5 commit cd2e93a
Show file tree
Hide file tree
Showing 107 changed files with 53 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/files/images/backgrounds/full/ndtree1.jpg
Binary file added source/files/images/backgrounds/full/ndtree2.jpg
Binary file added source/files/images/backgrounds/full/tinycar.jpg
Binary file added source/files/images/backgrounds/full/water3.jpg
Binary file added source/files/images/backgrounds/full/water4.jpg
Binary file added source/files/images/backgrounds/small/ndtree2.jpg
Binary file added source/files/images/backgrounds/small/water3.jpg
Binary file added source/files/images/backgrounds/small/water4.jpg
53 changes: 53 additions & 0 deletions source/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,59 @@ var images = [
"woodwater.jpg",
"weirddashboard.jpg",
"yosemiteview.jpg",
"abovesplitrock.jpg",
"aiguilles1.jpg",
"aiguilles2.jpg",
"basilicasunset.jpg",
"beachedboat.jpg",
"bellbooth.jpg",
"canarywharfjubilee.jpg",
"cloudyclimb1.jpg",
"cloudyclimb2.jpg",
"dauntbooks.jpg",
"domesunset.jpg",
"eastwitteringsunset1.jpg",
"eastwitteringsunset2.jpg",
"eastwitteringsunset3.jpg",
"eastwitteringtriangle.jpg",
"eastwitteringwestward.jpg",
"foggypines.jpg",
"hampsteadlawn.jpg",
"hampsteadpond.jpg",
"hampsteadtube.jpg",
"hotairballoon.jpg",
"icybranchessunset.jpg",
"icysuperiorsunset.jpg",
"jubileecab.jpg",
"linnaeusquote.jpg",
"londonabove.jpg",
"micmacshore.jpg",
"micmacsunrise.jpg",
"ndtree1.jpg",
"ndtree2.jpg",
"pastelsuperiorsunset.jpg",
"pukaskwadusk.jpg",
"pukaskwaevening.jpg",
"pukaskwapool.jpg",
"pukaskwasun.jpg",
"regentsparktube.jpg",
"roosevelthorse.jpg",
"sandbeachsunset.jpg",
"stpancras.jpg",
"sunsetpuddle.jpg",
"telephoneshrubs.jpg",
"tinycar.jpg",
"towerbridge.jpg",
"towerflowers.jpg",
"treelagoon.jpg",
"water3.jpg",
"water4.jpg",
"westwitteringbeach.jpg",
"westwitteringhouses.jpg",
"westwitteringsand.jpg",
"whiteriver.jpg",
"willowroad.jpg",
"zioncliffs.jpg"
];
var randomImage = images[Math.floor(Math.random() * images.length)];

Expand Down

0 comments on commit cd2e93a

Please sign in to comment.