From 61f20980e3888d47cfacd14a11da178ecc731fe0 Mon Sep 17 00:00:00 2001 From: Araozu Date: Fri, 26 Jul 2024 18:21:13 -0500 Subject: [PATCH] Add sideprojects root --- src/components/Sideprojects/GithubIcon.astro | 16 +++ src/components/Sideprojects/GlobeIcon.astro | 16 +++ src/components/ToolIcon.astro | 2 +- .../SideProject.astro} | 22 +++- src/pages/side-projects/index.astro | 109 ++++++++++++++++++ 5 files changed, 158 insertions(+), 7 deletions(-) create mode 100644 src/components/Sideprojects/GithubIcon.astro create mode 100644 src/components/Sideprojects/GlobeIcon.astro rename src/{pages/side-projects.astro => layouts/SideProject.astro} (82%) create mode 100644 src/pages/side-projects/index.astro diff --git a/src/components/Sideprojects/GithubIcon.astro b/src/components/Sideprojects/GithubIcon.astro new file mode 100644 index 0000000..e18b31c --- /dev/null +++ b/src/components/Sideprojects/GithubIcon.astro @@ -0,0 +1,16 @@ +--- +const {color = "white"} = Astro.props; +--- + \ No newline at end of file diff --git a/src/components/Sideprojects/GlobeIcon.astro b/src/components/Sideprojects/GlobeIcon.astro new file mode 100644 index 0000000..656fec4 --- /dev/null +++ b/src/components/Sideprojects/GlobeIcon.astro @@ -0,0 +1,16 @@ +--- +const {color = "white"} = Astro.props; +--- + diff --git a/src/components/ToolIcon.astro b/src/components/ToolIcon.astro index 3db1ae5..0b31c85 100644 --- a/src/components/ToolIcon.astro +++ b/src/components/ToolIcon.astro @@ -16,7 +16,7 @@ if (size === "big") { > {`${name} diff --git a/src/pages/side-projects.astro b/src/layouts/SideProject.astro similarity index 82% rename from src/pages/side-projects.astro rename to src/layouts/SideProject.astro index daa7d82..c9b9605 100644 --- a/src/pages/side-projects.astro +++ b/src/layouts/SideProject.astro @@ -1,3 +1,8 @@ +--- +import GithubIcon from "../components/Sideprojects/GithubIcon.astro"; +import GlobeIcon from "../components/Sideprojects/GlobeIcon.astro"; +--- + @@ -60,13 +65,11 @@ -
-
+

- Nombre del proyecto :D + Typed Hyperscript Processor (webpage)

@@ -75,8 +78,10 @@

@@ -87,9 +92,14 @@
- Project image + Project image
+ diff --git a/src/pages/side-projects/index.astro b/src/pages/side-projects/index.astro new file mode 100644 index 0000000..32e7285 --- /dev/null +++ b/src/pages/side-projects/index.astro @@ -0,0 +1,109 @@ +--- +import GithubIcon from "../../components/Sideprojects/GithubIcon.astro"; +import GlobeIcon from "../../components/Sideprojects/GlobeIcon.astro"; +--- + + + + + + + + + + + Side projects - Fernando Araoz + + + + + + + + + +
+ +
+
+
+

+ Typed Hyperscript Processor (webpage) +

+ +

+ This is a static webpage that contains documentation + for my other project, the THP compiler. +
+
+ It is written with Astro and Markdown, highlights + the syntax in the code snippets using said compiler, + and has some interactive code snippets. +

+ + + +
+ logos +
+
+
+ +
+ Project image +
+
+
+ +