From f56297d0693ce91714972c660e992005e49aadc5 Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 1 Jun 2023 17:01:11 +0200 Subject: [PATCH] feat: add contact links + icons tech list --- src/components/ContactLinks.astro | 59 +++++++++++++++++++++ src/components/IconsTech.astro | 86 +++++++++++++++++++++++++++++++ src/pages/index.astro | 39 ++++---------- 3 files changed, 155 insertions(+), 29 deletions(-) create mode 100644 src/components/ContactLinks.astro create mode 100644 src/components/IconsTech.astro diff --git a/src/components/ContactLinks.astro b/src/components/ContactLinks.astro new file mode 100644 index 0000000..b79ca9d --- /dev/null +++ b/src/components/ContactLinks.astro @@ -0,0 +1,59 @@ + + diff --git a/src/components/IconsTech.astro b/src/components/IconsTech.astro new file mode 100644 index 0000000..2158f2b --- /dev/null +++ b/src/components/IconsTech.astro @@ -0,0 +1,86 @@ + + diff --git a/src/pages/index.astro b/src/pages/index.astro index d39a823..4295cd9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,36 +1,17 @@ --- import BaseLayout from '../layouts/BaseLayout.astro' import { SITE_TITLE, SITE_DESCRIPTION } from '../consts' +import IconsTech from '../components/IconsTech.astro' +import ContactLinks from '../components/ContactLinks.astro' --- -

🧑‍🚀 Hello, Astronaut!

-

- Welcome to the official Astro blog starter template. This template serves as a lightweight, - minimally-styled starting point for anyone looking to build a personal website, blog, or portfolio with Astro. -

-

- This template comes with a few integrations already configured in your - astro.config.mjs file. You can customize your setup with - Astro Integrations to add tools like Tailwind, React, or Vue to your project. -

-

Here are a few ideas on how to get started with the template:

- -

- Have fun! If you get stuck, remember to read the docs or join us on Discord to ask questions. -

-

- Looking for a blog template with a bit more personality? Check out astro-blog-template - by Maxi Ferreira. -

+
+

🧑‍🚀 Hello, Astronaut!

+

I'm a web frontend developer, working as freelance consultant

+
+ + + +