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 +
+
+
+ +