add images n stuff
BIN
images/discord.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/lulu-perch.jpg
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
images/lulu.webp
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
images/lulu2.jpg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
images/phone.webp
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/protonmail.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
images/ted1.jpg
Normal file
After Width: | Height: | Size: 4.4 MiB |
BIN
images/ted2.jpg
Normal file
After Width: | Height: | Size: 4.1 MiB |
BIN
images/ted3.jpg
Normal file
After Width: | Height: | Size: 4.4 MiB |
7
lulu.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const $ = (id) => document.getElementById(id);
|
||||
$("title-img").src = `images/ted${Math.ceil(Math.random() * 3)}.jpg`;
|
||||
document.querySelectorAll("img.media").forEach((item) => {
|
||||
item.addEventListener("click", () => {
|
||||
item.requestFullscreen();
|
||||
});
|
||||
});
|