diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index 5c1c644..4c95e80 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -2,10 +2,12 @@ @using JustShortIt.Components.Partials - +
+ -
- @Body -
+
+ @Body +
- + +
diff --git a/Components/Pages/About.razor b/Components/Pages/About.razor index e05344f..217a924 100644 --- a/Components/Pages/About.razor +++ b/Components/Pages/About.razor @@ -2,7 +2,35 @@ About - Just Short It -

About

+

About

+ +

Just Short It

+

The most KISS single user URL shortener there is.

+ +
+

+ JSI is a simple web app that allows to + shorten links to your provided URL together with a short ID of your choosing. +

+ +

+ JSI is build on the principal of KISS and aims to provide this simple functionality + in the most compact and easy way possible, which includes hosting the software. + It can be as easy as just running the docker container, providing a URL, username + and password through the environment, and it is already ready to go. If the shortened + URLs should be preserved then a redis connection can be provided. +

+ +

+ You can find more Information in Just Short It's + GitHub repository. +

+ +

+ Just Short It is Licensed under the MIT License.
+ Just Short It has been created my Mia Rose Winter. +

+
@code {