diff --git a/src/lib/components/contact.svelte b/src/lib/components/contact.svelte index 210f58e..5626557 100644 --- a/src/lib/components/contact.svelte +++ b/src/lib/components/contact.svelte @@ -53,7 +53,8 @@ text-decoration: none; } img { - height: 100%; + height: 2em; + width: 2em; } .github { color: #333333; diff --git a/src/lib/components/project.svelte b/src/lib/components/project.svelte index 0736a94..d5930eb 100644 --- a/src/lib/components/project.svelte +++ b/src/lib/components/project.svelte @@ -4,6 +4,8 @@ export var tags = []; export var grayscale = false; export var extradark = false; + export var width = 0; + export var height = 0; function handle(e) { if(!link) { e.preventDefault(); @@ -15,7 +17,7 @@
- Project + Project {#if $$slots.desc}
@@ -92,6 +94,7 @@ } img { width: 100%; + height: auto; border-radius: 10px; transition: filter .3s; } diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 8e0087e..4e32862 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -72,7 +72,14 @@

I helped many projects come to life. Here are some examples:

- + igni - The universal Discord bot

@@ -83,7 +90,14 @@

- + Animasher - Platform for creating and sharing animations

@@ -97,18 +111,32 @@

- + Heaventaker - Helltaker fan game

- Heaventaker is a helltaker fan-game visual novel and puzzle game. + Heaventaker is a helltaker fan-game visual novel and puzzle game.

Heaventaker currently has 3 different puzzles and 4 angels to collect. Playable online on the website, or on Android devices (application installable from Google Play Store)

- + Mangades - Mangadex downloader

@@ -122,7 +150,7 @@

- In addition, this website is open-source and available on GitHub + In addition, this website is open-source and available on GitHub