diff --git a/src/components/InfiniteImageSelector.svelte b/src/components/InfiniteImageSelector.svelte new file mode 100644 index 0000000..4f60520 --- /dev/null +++ b/src/components/InfiniteImageSelector.svelte @@ -0,0 +1,87 @@ + + + + +
+ {#each images as image} + {`Image toggleSquareSelection(image)} + /> + {/each} + + {#if loading} +

Loading...

+ {/if} +
+ +
+

Selected squares: {Array.from(selectedSquares).join(', ')}

+
\ No newline at end of file diff --git a/src/routes/projects/projects.json b/src/routes/projects/projects.json index 28c2651..b52f7e1 100644 --- a/src/routes/projects/projects.json +++ b/src/routes/projects/projects.json @@ -45,7 +45,7 @@ "MR": "" }, "visible": true, - "last_update": 1690149600 + "last_update": 1693498044 }, { "title": "Minecraft Server Status", @@ -67,7 +67,7 @@ "WB": "/projects/Minecraft-server-Status" }, "visible": true, - "last_update": 1693493400 + "last_update": 1693493323 }, { "title": "Microcraft", @@ -91,7 +91,7 @@ "WB": "/projects/Microcraft" }, "visible": true, - "last_update": 1687644000 + "last_update": 1687716436 }, { "title": "Not Enough Cursedness", @@ -116,7 +116,7 @@ "MR": "https://modrinth.com/mod/not-enough-cursedness" }, "visible": true, - "last_update": 1684101600 + "last_update": 1693578304 }, { "title": "DayZ Linux GUI Launcher", @@ -139,7 +139,7 @@ "WB": "/projects/dayz-linux-gui-launcher" }, "visible": true, - "last_update": 1682373600 + "last_update": 1682450521 }, { "title": "ConsoleMC", @@ -164,7 +164,7 @@ "MR": "https://modrinth.com/mod/consolemc" }, "visible": true, - "last_update": 1682028000 + "last_update": 1693577984 }, { "title": "Better ConsoleMC", @@ -189,7 +189,7 @@ "MR": "https://modrinth.com/mod/betterconsolemc" }, "visible": true, - "last_update": 1682028000 + "last_update": 1682021696 }, { "title": "MC Webserver", @@ -213,7 +213,7 @@ "WB": "/projects/McWebserver" }, "visible": true, - "last_update": 1682028000 + "last_update": 1682021172 }, { "title": "MysteryMod", @@ -237,7 +237,7 @@ "WB": "/projects/MysteryMod" }, "visible": true, - "last_update": 1682028000 + "last_update": 1682021093 }, { "title": "Jonas_Jones API", @@ -283,7 +283,7 @@ "WB": "https://old.jonasjones.dev" }, "visible": true, - "last_update": 1675206000 + "last_update": 1675278057 }, { "title": "MC Webserver Forge", @@ -308,7 +308,7 @@ "CF": "https://www.curseforge.com/minecraft/mc-mods/mcwebserver" }, "visible": true, - "last_update": 1674946800 + "last_update": 1675010407 }, { "title": "Windows Bloatware Remover", @@ -330,7 +330,7 @@ "WB": "/projects/WindowsBloatwareRemover" }, "visible": true, - "last_update": 1661724000 + "last_update": 1661781655 }, { "title": "Windows Info Overlay", @@ -377,7 +377,7 @@ "WB": "/projects/BetterSimpleConfig" }, "visible": true, - "last_update": 1670886000 + "last_update": 1670967961 }, { "title": "QR Generator", @@ -463,7 +463,7 @@ "WB": "/projects/moddah" }, "visible": true, - "last_update": 1666044000 + "last_update": 1666039028 }, { "title": "Bash Command Alias Editor", @@ -484,7 +484,7 @@ "WB": "/projects/BashCommandAliasEditor" }, "visible": true, - "last_update": 1663624800 + "last_update": 1663678509 }, { "title": "PI Server Rack", @@ -507,7 +507,7 @@ "WB": "/projects/PI-server-rack" }, "visible": true, - "last_update": 1662242400 + "last_update": 1662319681 }, { "title": "PinBoardBot", @@ -529,7 +529,7 @@ "WB": "/projects/PinBoardBot" }, "visible": true, - "last_update": 1662156000 + "last_update": 1662197814 }, { "title": "Winception", @@ -648,7 +648,7 @@ "WB": "/projects/SyncMod" }, "visible": false, - "last_update": 1656194400 + "last_update": 1658851640 }, { "title": "SpotifyMC", @@ -672,7 +672,7 @@ "WB": "/projects/SpotifyMC" }, "visible": false, - "last_update": 1651356000 + "last_update": 1651432501 }, { "title": "SiMP Resourcepack", @@ -693,7 +693,7 @@ "WB": "/projects/simp-resourcepack" }, "visible": true, - "last_update": 1643410800 + "last_update": 1643477940 }, { "title": "Image Converter", @@ -715,7 +715,7 @@ "WB": "/projects/ImageConverter" }, "visible": true, - "last_update": 1642719600 + "last_update": 1642718415 }, { "title": "J2 Technologies", @@ -737,7 +737,7 @@ "WB": "/projects/j2-technologies" }, "visible": true, - "last_update": 1642201200 + "last_update": 1642248415 }, { "title": "Make ZIP less compact", @@ -808,4 +808,4 @@ "visible": false, "updated": 1641337200 } -] +] \ No newline at end of file diff --git a/static/image_0_0.jpg b/static/image_0_0.jpg new file mode 100644 index 0000000..b1b2741 Binary files /dev/null and b/static/image_0_0.jpg differ diff --git a/static/image_0_1.jpg b/static/image_0_1.jpg new file mode 100644 index 0000000..7709f64 Binary files /dev/null and b/static/image_0_1.jpg differ diff --git a/static/image_0_2.jpg b/static/image_0_2.jpg new file mode 100644 index 0000000..52e7f90 Binary files /dev/null and b/static/image_0_2.jpg differ diff --git a/static/image_0_3.jpg b/static/image_0_3.jpg new file mode 100644 index 0000000..08567cd Binary files /dev/null and b/static/image_0_3.jpg differ diff --git a/static/image_0_4.jpg b/static/image_0_4.jpg new file mode 100644 index 0000000..94ab6f2 Binary files /dev/null and b/static/image_0_4.jpg differ diff --git a/static/image_0_5.jpg b/static/image_0_5.jpg new file mode 100644 index 0000000..f9632f5 Binary files /dev/null and b/static/image_0_5.jpg differ diff --git a/static/image_1_0.jpg b/static/image_1_0.jpg new file mode 100644 index 0000000..6a52c14 Binary files /dev/null and b/static/image_1_0.jpg differ diff --git a/static/image_1_1.jpg b/static/image_1_1.jpg new file mode 100644 index 0000000..ec2e8f3 Binary files /dev/null and b/static/image_1_1.jpg differ diff --git a/static/image_1_2.jpg b/static/image_1_2.jpg new file mode 100644 index 0000000..a9bacc8 Binary files /dev/null and b/static/image_1_2.jpg differ diff --git a/static/image_1_3.jpg b/static/image_1_3.jpg new file mode 100644 index 0000000..ba877ff Binary files /dev/null and b/static/image_1_3.jpg differ diff --git a/static/image_1_4.jpg b/static/image_1_4.jpg new file mode 100644 index 0000000..2772ef9 Binary files /dev/null and b/static/image_1_4.jpg differ diff --git a/static/image_1_5.jpg b/static/image_1_5.jpg new file mode 100644 index 0000000..3938b20 Binary files /dev/null and b/static/image_1_5.jpg differ diff --git a/static/image_2_0.jpg b/static/image_2_0.jpg new file mode 100644 index 0000000..75765b4 Binary files /dev/null and b/static/image_2_0.jpg differ diff --git a/static/image_2_1.jpg b/static/image_2_1.jpg new file mode 100644 index 0000000..de6a794 Binary files /dev/null and b/static/image_2_1.jpg differ diff --git a/static/image_2_2.jpg b/static/image_2_2.jpg new file mode 100644 index 0000000..498ae05 Binary files /dev/null and b/static/image_2_2.jpg differ diff --git a/static/image_2_3.jpg b/static/image_2_3.jpg new file mode 100644 index 0000000..5872e16 Binary files /dev/null and b/static/image_2_3.jpg differ diff --git a/static/image_2_4.jpg b/static/image_2_4.jpg new file mode 100644 index 0000000..92c9404 Binary files /dev/null and b/static/image_2_4.jpg differ diff --git a/static/image_2_5.jpg b/static/image_2_5.jpg new file mode 100644 index 0000000..cc32da5 Binary files /dev/null and b/static/image_2_5.jpg differ diff --git a/static/image_2_6.jpg b/static/image_2_6.jpg new file mode 100644 index 0000000..f37fe59 Binary files /dev/null and b/static/image_2_6.jpg differ diff --git a/static/image_2_7.jpg b/static/image_2_7.jpg new file mode 100644 index 0000000..0d44161 Binary files /dev/null and b/static/image_2_7.jpg differ diff --git a/static/image_2_8.jpg b/static/image_2_8.jpg new file mode 100644 index 0000000..dd67116 Binary files /dev/null and b/static/image_2_8.jpg differ diff --git a/static/image_3_0.jpg b/static/image_3_0.jpg new file mode 100644 index 0000000..b72f304 Binary files /dev/null and b/static/image_3_0.jpg differ diff --git a/static/image_3_1.jpg b/static/image_3_1.jpg new file mode 100644 index 0000000..096e9d6 Binary files /dev/null and b/static/image_3_1.jpg differ diff --git a/static/image_3_2.jpg b/static/image_3_2.jpg new file mode 100644 index 0000000..7e7623c Binary files /dev/null and b/static/image_3_2.jpg differ diff --git a/static/image_3_3.jpg b/static/image_3_3.jpg new file mode 100644 index 0000000..53fcf6c Binary files /dev/null and b/static/image_3_3.jpg differ diff --git a/static/image_3_4.jpg b/static/image_3_4.jpg new file mode 100644 index 0000000..c071336 Binary files /dev/null and b/static/image_3_4.jpg differ diff --git a/static/image_3_5.jpg b/static/image_3_5.jpg new file mode 100644 index 0000000..09ff803 Binary files /dev/null and b/static/image_3_5.jpg differ diff --git a/static/image_4_0.jpg b/static/image_4_0.jpg new file mode 100644 index 0000000..c155f54 Binary files /dev/null and b/static/image_4_0.jpg differ diff --git a/static/image_4_1.jpg b/static/image_4_1.jpg new file mode 100644 index 0000000..3e050c5 Binary files /dev/null and b/static/image_4_1.jpg differ diff --git a/static/image_4_2.jpg b/static/image_4_2.jpg new file mode 100644 index 0000000..a02b80d Binary files /dev/null and b/static/image_4_2.jpg differ diff --git a/static/image_4_3.jpg b/static/image_4_3.jpg new file mode 100644 index 0000000..df3b626 Binary files /dev/null and b/static/image_4_3.jpg differ diff --git a/static/image_4_4.jpg b/static/image_4_4.jpg new file mode 100644 index 0000000..c3c7895 Binary files /dev/null and b/static/image_4_4.jpg differ diff --git a/static/image_4_5.jpg b/static/image_4_5.jpg new file mode 100644 index 0000000..1a20efe Binary files /dev/null and b/static/image_4_5.jpg differ diff --git a/static/image_5_0.jpg b/static/image_5_0.jpg new file mode 100644 index 0000000..283bdd4 Binary files /dev/null and b/static/image_5_0.jpg differ diff --git a/static/image_5_1.jpg b/static/image_5_1.jpg new file mode 100644 index 0000000..3f950d1 Binary files /dev/null and b/static/image_5_1.jpg differ diff --git a/static/image_5_2.jpg b/static/image_5_2.jpg new file mode 100644 index 0000000..c06c1b6 Binary files /dev/null and b/static/image_5_2.jpg differ diff --git a/static/image_5_3.jpg b/static/image_5_3.jpg new file mode 100644 index 0000000..1e9274c Binary files /dev/null and b/static/image_5_3.jpg differ diff --git a/static/image_5_4.jpg b/static/image_5_4.jpg new file mode 100644 index 0000000..0d9d37a Binary files /dev/null and b/static/image_5_4.jpg differ diff --git a/static/image_5_5.jpg b/static/image_5_5.jpg new file mode 100644 index 0000000..45d32f1 Binary files /dev/null and b/static/image_5_5.jpg differ