diff --git a/public/img/tools/docker.svg b/public/img/tools/docker.svg new file mode 100644 index 0000000..44331c9 --- /dev/null +++ b/public/img/tools/docker.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/img/tools/git.svg b/public/img/tools/git.svg new file mode 100644 index 0000000..5bf444b --- /dev/null +++ b/public/img/tools/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/tools/gitea.svg b/public/img/tools/gitea.svg new file mode 100644 index 0000000..b5836fe --- /dev/null +++ b/public/img/tools/gitea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/tools/google_cloud.svg b/public/img/tools/google_cloud.svg new file mode 100644 index 0000000..81b7d24 --- /dev/null +++ b/public/img/tools/google_cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/tools/jenkins.svg b/public/img/tools/jenkins.svg new file mode 100644 index 0000000..cfc7f13 --- /dev/null +++ b/public/img/tools/jenkins.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/img/tools/jira.svg b/public/img/tools/jira.svg new file mode 100644 index 0000000..69c2459 --- /dev/null +++ b/public/img/tools/jira.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/public/img/tools/linux.svg b/public/img/tools/linux.svg new file mode 100644 index 0000000..8f4c364 --- /dev/null +++ b/public/img/tools/linux.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/public/img/tools/postgres.svg b/public/img/tools/postgres.svg new file mode 100644 index 0000000..8666f75 --- /dev/null +++ b/public/img/tools/postgres.svg @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/src/components/Card.astro b/src/components/Card.astro index bbcdfcc..fd1af16 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -4,16 +4,16 @@ const { title } = Astro.props;
+ + JS/TS + + : Being the lingua franca of the web, I've used a lot of JS/TS, vanilla + and with frameworks. +
+ ++ + 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 + + : 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 + + : I'm currently learning Go through advent of code, and I plan to use + it for some projects in the future. +
+
+ Others: Other languages I've
+ used (mostly at uni):
+
+
+ In general I like to try new languages, explore new concepts and see new + ways to solve problems. +
++ I've used a lot of tools, some of them are: +
+- - JS/TS - - : Being the lingua franca of the web, I've used a lot - of JS/TS, vanilla and with frameworks. -
- -- - 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 - - : 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 - - : I'm currently learning Go through advent of code, and - I plan to use it for some projects in the future. -
-
- Others: Other
- languages I've used (mostly at uni):
-
-
- In general I like to try new languages, explore new - concepts and see new ways to solve problems. -
-