diff --git a/public/img/go-logo.png b/public/img/go-logo.png deleted file mode 100644 index bb00c07..0000000 Binary files a/public/img/go-logo.png and /dev/null differ diff --git a/public/img/go-logo.svg b/public/img/go-logo.svg new file mode 100644 index 0000000..15403d7 --- /dev/null +++ b/public/img/go-logo.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/rust-logo.png b/public/img/rust-logo.png deleted file mode 100644 index 598f212..0000000 Binary files a/public/img/rust-logo.png and /dev/null differ diff --git a/public/img/rust-logo.svg b/public/img/rust-logo.svg new file mode 100644 index 0000000..62424d8 --- /dev/null +++ b/public/img/rust-logo.svg @@ -0,0 +1,61 @@ + + + diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro new file mode 100644 index 0000000..9269c6f --- /dev/null +++ b/src/components/Sidebar.astro @@ -0,0 +1,14 @@ +
+

+ Hi 👋! I'm +
+ Fernando Araoz +

+
+
+
+

+ I'm a (human) software engineer passionate about web technologies. I + love building things and learning new stuff. +

+
diff --git a/src/pages/index.astro b/src/pages/index.astro index a147091..53df2dd 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import LangLogo from "../components/LangLogo.astro"; +import Sidebar from "../components/Sidebar.astro"; --- @@ -28,129 +29,209 @@ import LangLogo from "../components/LangLogo.astro"; -
-

- Hi 👋! I'm -
- Fernando Araoz -

-
-
-
-
-

- I'm a (human) software engineer passionate about web - technologies. I love building things and learning new stuff. -

-
-

+ +
+
- Languages - -

-
-
- TS logo -

- - JS/TS - - : Being the lingua franca of the web, I've used a lot - of JS/TS, vanilla and with frameworks. +

+ Languages + +

+
+
+ TS logo +

+ + JS/TS + + : Being the lingua franca of the web, I've used a + lot of JS/TS, vanilla and with frameworks. +

+ Java logo +

+ + Java/Kotlin + + : The language I learned in university, along with + JS/TS is the language I've used the most. I've mostly + written DSAs and backends with it (JSP/Spring). +

+ Rust logo +

+ + Rust + + : Currently my favorite language, I began learning + it in late 2022. I've written a backend and I'm currently + writing a programming language. +

+ Go logo +

+ + Go + + : I'm currently learning Go through advent of code, + and I hope to use it for some projects in the future. +

+
+ +

+ Others: + Other languages I've used (mostly at uni): +
+

+ + + + + + +
+
+ Other languages I've tried for fun: +
+
+ + + + + + + + + + + + + + + +

- Java logo

- - Java/Kotlin - - : The language I learned in university, along with JS/TS - is the language I've used the most. I've mostly written - DSAs and backends with it (JSP/Spring). -

- Rust logo -

- - Rust - - : Currently my favorite language, I began learning it - in late 2022. I've written a backend and I'm currently - writing a programming language. -

- Go logo -

- - Go - - : I'm currently learning Go through advent of code, and - I hope to use it for some projects in the future. + In general I like to try new languages, explore new + concepts and see new ways to solve problems.

- -

- Others: Other - languages I've used (mostly at uni): -
-

- - - - - - -
-
- Other languages I've tried for fun: -
-
- - - - - - - - - - - - - - - -
-

-

- In general I like to try new languages, explore new - concepts and see new ways to solve problems. -