Skip to content

Commit

Permalink
add new pfps and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Mar 26, 2024
1 parent 362eb23 commit 9186cb9
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 10 deletions.
Binary file added assets/coin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="assets/coin.png" />
<title>Slerf Wall</title>
<style>
* {
Expand Down Expand Up @@ -73,23 +74,23 @@

@media (max-width: 400px) {
.photo-wall .img-container {
min-width: 80px;
max-width: 80px;
height: 80px;
min-width: 50px;
max-width: 50px;
height: 50px;
}
}
@media (max-width: 600px) {
.photo-wall .img-container {
min-width: 100px;
max-width: 100px;
height: 100px;
min-width: 80px;
max-width: 80px;
height: 80px;
}
}
@media (max-width: 1200px) {
.photo-wall .img-container {
min-width: 175px;
max-width: 175px;
height: 175px;
min-width: 90px;
max-width: 90px;
height: 90px;
}
}
</style>
Expand Down Expand Up @@ -138,7 +139,7 @@
}

// Example: Generate a photo wall with 10 images, randomized
createPhotoWall(166);
createPhotoWall(187);
</script>

</body>
Expand Down
Binary file added pfps/slerf_pfps_167.png
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 pfps/slerf_pfps_168.png
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 pfps/slerf_pfps_169.png
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 pfps/slerf_pfps_170.png
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 pfps/slerf_pfps_171.png
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 pfps/slerf_pfps_172.png
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 pfps/slerf_pfps_173.png
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 pfps/slerf_pfps_174.png
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 pfps/slerf_pfps_175.png
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 pfps/slerf_pfps_176.png
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 pfps/slerf_pfps_177.png
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 pfps/slerf_pfps_178.png
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 pfps/slerf_pfps_179.png
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 pfps/slerf_pfps_180.png
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 pfps/slerf_pfps_181.png
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 pfps/slerf_pfps_182.png
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 pfps/slerf_pfps_183.png
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 pfps/slerf_pfps_184.png
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 pfps/slerf_pfps_185.png
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 pfps/slerf_pfps_186.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9186cb9

Please sign in to comment.