diff --git a/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonHeader.razor b/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonHeader.razor index 60c2310..da9abad 100644 --- a/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonHeader.razor +++ b/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonHeader.razor @@ -10,26 +10,43 @@
- - - - - Pokémon - - - - - - - Rate Pokémon - - - - - - Add Pokémon - + + + + + + + + + +
diff --git a/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleep.razor b/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleep.razor index ec18d63..1d60858 100644 --- a/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleep.razor +++ b/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleep.razor @@ -1,4 +1,4 @@ -@page "/pokemonsleep" +@page "/pokemon" @inject IPokemonService PokemonService diff --git a/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleepHome.razor b/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleepHome.razor new file mode 100644 index 0000000..1da9ac6 --- /dev/null +++ b/Portfolio.WebUI.Server/Components/Pages/Pokemon Pages/PokemonSleepHome.razor @@ -0,0 +1,38 @@ +@page "/pokemonsleep" + + +@attribute [StreamRendering] +@rendermode InteractiveServer + + +Pokémon Sleep + +
+ + +
+
+
+
+

Pokémon Sleep? Really?

+

+ Yes, really! Pokémon Sleep has become a fun addition to my day since it's release. +

+

But what do you even do?

+

+ That's harder to explain. See, it isn't as much a game, as it is a gamified sleep tracker. But it's fun to collect the Pokémon and gather their berries and ingredients and create silly little Pokémon-themed foods. Plus, it encourages me to try to get to bed in a timely manner; though, if I'm honest, I definitely put my Pokémon to bed ahead of when I do. +

+

Okay, but why a whole section dedicated to Pokémon Sleep?

+

+ Well, as it is in any Pokémon game, Natures (and in this case Subskills) matter, amongst other things. This was designed as a helpful tool in assessing new Pokémon acquired from Sleep Research. +

+
+
+
+ + +
+
+ + +
\ No newline at end of file diff --git a/Portfolio.WebUI.Server/wwwroot/images/Pokemon_Sleep_ID.jpg b/Portfolio.WebUI.Server/wwwroot/images/Pokemon_Sleep_ID.jpg new file mode 100644 index 0000000..fe80020 Binary files /dev/null and b/Portfolio.WebUI.Server/wwwroot/images/Pokemon_Sleep_ID.jpg differ