Skip to content

Commit

Permalink
Update background image
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Sep 11, 2021
1 parent ed3d60c commit 445a86a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
a { text-decoration:underline }
a:hover { color:yellow }
a:visited, a:focus { color:white }
main { background-color:rgba(8, 20, 85, 0.65) }
main { background-color:rgba(8, 20, 85, 0.80) }
footer a { text-decoration:none }
</style>
</head>
Expand Down Expand Up @@ -96,8 +96,11 @@ <h2>Events</h2>
this page</a></li>
<li><a class="text-muted" href="https://commons.wikimedia.org/wiki/File:WikiClubWest_logo.svg">Logo
details</a></li>
<li><a class="text-muted" href="https://www.flickr.com/photos/freosam/35558217665">Background image
CC-BY-SA</a></li>
<li>
<a class="text-muted" href="https://commons.wikimedia.org/wiki/File:6_and_8_Cliff_Street,_Fremantle.jpg">
Background image CC-BY-SA
</a>
</li>
</ul>
</footer>
</main>
Expand All @@ -106,7 +109,7 @@ <h2>Events</h2>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<script>
$.backstretch('https://farm5.staticflickr.com/4208/35558217665_398a3d49e9_k.jpg');
$.backstretch('https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/6_and_8_Cliff_Street%2C_Fremantle.jpg/1920px-6_and_8_Cliff_Street%2C_Fremantle.jpg');
</script>
</body>
</html>

0 comments on commit 445a86a

Please sign in to comment.