Skip to content

Commit

Permalink
feat: add more meme
Browse files Browse the repository at this point in the history
Because why not...
  • Loading branch information
kulbhushanchand committed Jan 18, 2022
1 parent c23d560 commit 7edee03
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added assets/images/title_meme_15.jpg
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 assets/images/title_meme_16.jpg
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 assets/images/title_meme_17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2> For class of Jan-2018</h2>

<script>
//Do a bit of maths to randomize load and append to a div.
$('<img class="fade-in" src="assets/images/title_meme_' + Math.floor((Math.random() * 11) + 1) + '.jpg" alt="Gamifiction meme2">').appendTo('#title-meme');
$('<img class="fade-in" src="assets/images/title_meme_' + Math.floor((Math.random() * 17) + 1) + '.jpg" alt="Gamifiction meme2">').appendTo('#title-meme');
</script>

</body>
Expand Down

0 comments on commit 7edee03

Please sign in to comment.