From 689c2489573904f5b740c7b6b3cd941855561ec0 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 14 May 2023 18:20:28 +0200 Subject: [PATCH] feat: cf pages, workers, github actions, skills -> technology Technology is better title than skills, because yeh --- src/components/widgets/TechIcon.astro | 5 ++-- src/pages/about.astro | 35 ++++++++++++++++++++++----- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/components/widgets/TechIcon.astro b/src/components/widgets/TechIcon.astro index 5cbb07b..88ec601 100644 --- a/src/components/widgets/TechIcon.astro +++ b/src/components/widgets/TechIcon.astro @@ -5,14 +5,15 @@ import { Icon } from "astro-icon"; type Props = { name: string; icon: string; + color?: string; }; -const { name, icon } = Astro.props as Props; +const { name, icon, color } = Astro.props as Props; ---
  • - +
  • diff --git a/src/pages/about.astro b/src/pages/about.astro index 1843e75..7791f7c 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -78,9 +78,22 @@ const skills = [ icon: "mdi:github", }, { - name: "CloudFlare", + name: "GitHub Actions", + icon: "devicon:githubactions", + }, + { + name: "Cloudflare", icon: "logos:cloudflare", }, + { + name: "Cloudflare Pages", + icon: "simple-icons:cloudflarepages", + color: "#f48120", + }, + { + name: "Cloudflare Workers", + icon: "logos:cloudflare-workers-icon", + }, ]; --- @@ -143,23 +156,33 @@ const skills = [

    - Skills + Technology

    -

    - My skill set spans various programming languages, databases, and - frameworks. +

    +

    + Below you can see the technologies I work with and use frequently. +

      { skills.map((skill) => ( - + )) }
    + I'm still learning with some things like Go and Rust, so I don't have + a perfect grasp of them, but I've included them in this list anyway. +
    + +

    Continuous learning is an essential aspect of my professional journey, and while I do not claim to be a master of any programming language, my expertise in various languages is continually evolving. As a