diff --git a/src/app.html b/src/app.html index ec9f27b..e26c5f7 100644 --- a/src/app.html +++ b/src/app.html @@ -1,6 +1,7 @@ + Sangelo's Space diff --git a/src/app.scss b/src/app.scss index 38e1a00..5af6b9e 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1,7 +1,7 @@ /* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */ /* imports */ -// @use "assets/scrollbar.scss"; +// @use "styles/scrollbar.scss"; @import url("https://fonts.cdnfonts.com/css/manrope"); /* general style */ diff --git a/src/lib/IconGitpot.svelte b/src/lib/IconGitpot.svelte new file mode 100644 index 0000000..a99b4dc --- /dev/null +++ b/src/lib/IconGitpot.svelte @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte new file mode 100644 index 0000000..c81f62d --- /dev/null +++ b/src/routes/+error.svelte @@ -0,0 +1,172 @@ + + + +
+

{$page.status}

+ {#if $page.error && $page.error.message} +

{$page.error.message}

+ {/if} +

{@html errorDescription}

+ {#if is400Status} + Fly back home + {/if} +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0c6e81c..b808af6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,269 +1,19 @@
-
-
-
- -
-

- Hello World, I'm - Sangelo
and I - create things. -

-
-
-
-
- -

About me

-
- -
-

Hi! It's me, Sangelo.

-

- I'm a guy who does stuff.
-
- I enjoy creating a variety of things, including UI prototypes, scripts, and programs. Although - I'm new to programming, I love learning new languages. I support open-source software and design - my workflow around it, using Linux and self-hosted tools daily. -

-
-
-
-
-
- -

Projects

-
-
-
- - - -
- - - -
-
+ + + +
+ @import '../styles/index.scss'; + \ No newline at end of file diff --git a/src/routes/About.svelte b/src/routes/About.svelte new file mode 100644 index 0000000..acd9bdb --- /dev/null +++ b/src/routes/About.svelte @@ -0,0 +1,83 @@ + + +
+
+ +

About me

+
+ +
+

Hi! It's me, Sangelo.

+

+ I'm a guy who does stuff.
+
+ I enjoy creating a variety of things, including UI prototypes, scripts, and programs. Although + I'm new to programming, I love learning new languages. I support open-source software and design + my workflow around it, using Linux and self-hosted tools daily. +

+
+
+
+ + \ No newline at end of file diff --git a/src/routes/Home.svelte b/src/routes/Home.svelte new file mode 100644 index 0000000..fe40736 --- /dev/null +++ b/src/routes/Home.svelte @@ -0,0 +1,74 @@ + + +
+
+
+ +
+

+ Hello World, I'm + Sangelo
and I + create things. +

+
+
+ + \ No newline at end of file diff --git a/src/routes/Navbar.svelte b/src/routes/Navbar.svelte index a20dda9..91cca8b 100644 --- a/src/routes/Navbar.svelte +++ b/src/routes/Navbar.svelte @@ -1,4 +1,4 @@ - --> -