From 19e7d02520d75d37a1cbf382802b9d008e6bb4ab Mon Sep 17 00:00:00 2001 From: Firq Date: Sun, 27 Oct 2024 14:58:32 +0100 Subject: [PATCH] Birthday and small fix --- astro.config.mjs | 3 ++- package-lock.json | 6 +++--- package.json | 4 ++-- src/components/aboutText.astro | 2 +- src/components/fgotaHero.astro | 2 +- src/components/titles/title.astro | 1 + 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 603524f..a8162b3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,6 +1,7 @@ import { defineConfig } from 'astro/config'; import sitemap from "@astrojs/sitemap"; +import astroMetaTags from "astro-meta-tags"; import mdx from "@astrojs/mdx"; // https://astro.build/config @@ -10,5 +11,5 @@ export default defineConfig({ outDir: 'dist', publicDir: 'public', site: 'https://firq.dev/', - integrations: [sitemap(), mdx()] + integrations: [sitemap(), mdx(), astroMetaTags()] }); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 712a4fe..991d2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.40", + "version": "0.2.0-pre.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.40", + "version": "0.2.0-pre.43", "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.2", "@astrojs/check": "^0.9.4", @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.2.1", "@fontsource-variable/work-sans": "^5.1.0", "astro": "^4.16.6", - "astro-meta-tags": "^0.3.0", + "astro-meta-tags": "^0.3.1", "autoprefixer": "^10.4.19", "iconoir": "^7.7.0", "postcss-preset-env": "^9.6.0", diff --git a/package.json b/package.json index cb2fbca..d71d7af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.42", + "version": "0.2.0-pre.43", "private": true, "scripts": { "dev": "astro dev", @@ -17,7 +17,7 @@ "@astrojs/sitemap": "^3.2.1", "@fontsource-variable/work-sans": "^5.1.0", "astro": "^4.16.6", - "astro-meta-tags": "^0.3.0", + "astro-meta-tags": "^0.3.1", "autoprefixer": "^10.4.19", "iconoir": "^7.7.0", "postcss-preset-env": "^9.6.0", diff --git a/src/components/aboutText.astro b/src/components/aboutText.astro index 75245a6..bda5e41 100644 --- a/src/components/aboutText.astro +++ b/src/components/aboutText.astro @@ -4,7 +4,7 @@

- I'm a 23 year old software developer from Germany. Even if my roots are with Electrical Engineering, + I'm a 24 year old software developer from Germany. Even if my roots are with Electrical Engineering, I am currently pursuing a Masters Degree in Computer Science after starting to code more during my studies. I am mostly programming in Python, but I'm also confident in writing Javascript.

diff --git a/src/components/fgotaHero.astro b/src/components/fgotaHero.astro index fe5a7a6..1d0d6b3 100644 --- a/src/components/fgotaHero.astro +++ b/src/components/fgotaHero.astro @@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none" margin: 1rem 0px 0px; padding: 0.5rem 0.75rem; text-decoration: none; - background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ; + background: var(--c-primary-background); border-radius: 10px; border: 2px var(--c-accent-1) solid; } diff --git a/src/components/titles/title.astro b/src/components/titles/title.astro index e03f012..c1b7db2 100644 --- a/src/components/titles/title.astro +++ b/src/components/titles/title.astro @@ -41,6 +41,7 @@ import LinkContainer from "../links/linkContainer.astro"; font-size: 1rem; font-weight: 400; font-family: 'Work Sans Variable', sans-serif; + width: 97.5%; } .fancy {