diff --git a/src/lib/index.ts b/src/lib/index.ts index 8bd7432..add3f1f 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -4,7 +4,7 @@ export const projects = [ summary: 'CLI Input Library for Rust', picture: 'console-utils.png', description: - 'Soooo this project was initiated through writing Python in my Informatics Lessons. The thing is that Rust itself (the std library) does\'nt have a very "nice" way of retrieving user input. In comparison python has the super simple input function which can do that very easily! Therefore, I decided to develop this crate which main point is to be very developer friendly with providing high functionality!', + 'Soooo this project was initiated through writing Python in my Computer Science Lessons. The thing is that Rust itself (the std library) does\'nt have a very "nice" way of retrieving user input. In comparison python has the super simple input function which can do that very easily! Therefore, I decided to develop this crate which main point is to be very developer friendly with providing high functionality!', link: 'https://crates.io/crates/console-utils' }, { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index be011ee..32898d3 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -41,16 +41,20 @@ {#each projects as { title, picture, description, link }} {#if $drawerStore.id === title}
- -

{title}

- - - +

+ {title} + +

+
+ + + +

{@html description}