From 8886308c56223f04df535a065234414a6deb11ba Mon Sep 17 00:00:00 2001 From: Maksymilian Date: Fri, 23 Sep 2022 09:44:56 +0200 Subject: Initial commit, v1.0.0 --- src/routes/About.svelte | 37 ++++++++ src/routes/Blog.svelte | 236 ++++++++++++++++++++++++++++++++++++++++++++++++ src/routes/Home.svelte | 195 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 468 insertions(+) create mode 100644 src/routes/About.svelte create mode 100644 src/routes/Blog.svelte create mode 100644 src/routes/Home.svelte (limited to 'src/routes') diff --git a/src/routes/About.svelte b/src/routes/About.svelte new file mode 100644 index 0000000..8978723 --- /dev/null +++ b/src/routes/About.svelte @@ -0,0 +1,37 @@ + + +
+
+ hero +
+

+ Microdosing synth tattooed vexillologist +

+

+ Meggings kinfolk echo park stumptown DIY, kale chips beard jianbing + tousled. Chambray dreamcatcher trust fund, kitsch vice godard disrupt + ramps hexagon mustache umami snackwave tilde chillwave ugh. Pour-over + meditation PBR&B pickled ennui celiac mlkshk freegan photo booth af + fingerstache pitchfork. +

+
+ + +
+
+
+
diff --git a/src/routes/Blog.svelte b/src/routes/Blog.svelte new file mode 100644 index 0000000..3a7fe84 --- /dev/null +++ b/src/routes/Blog.svelte @@ -0,0 +1,236 @@ + + +
+
+
+
+
+ blog +
+

+ CATEGORY +

+

+ The Catalyzer +

+

+ Photo booth fam kinfolk cold-pressed sriracha leggings jianbing + microdosing tousled waistcoat. +

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

+ CATEGORY +

+

+ The 400 Blows +

+

+ Photo booth fam kinfolk cold-pressed sriracha leggings jianbing + microdosing tousled waistcoat. +

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

+ CATEGORY +

+

+ Shooting Stars +

+

+ Photo booth fam kinfolk cold-pressed sriracha leggings jianbing + microdosing tousled waistcoat. +

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+
diff --git a/src/routes/Home.svelte b/src/routes/Home.svelte new file mode 100644 index 0000000..8092ee1 --- /dev/null +++ b/src/routes/Home.svelte @@ -0,0 +1,195 @@ + + +
+
+
+

+ I ❤️ SERIES +

+

+ List of pokemons +

+

+ Data is taken from pokeapi.co, so they are the one to blame for any + errors +

+
+
+ + +
+
+ {#await getPokemons()} +

Downolading pokemons

+ {:then pokemons} + {#each filterPokemons(pokemons, pokemonName) as pokemon} +
+ {pokemon.name} image +

{pokemon.name}

+
+ {/each} + {/await} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
-- cgit v1.3.1