From fd85557d6b2dd6f0906791fc2fb1bc89a58fddf6 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 23 Aug 2024 22:01:12 -0500 Subject: [PATCH] replace placeholder info with my own --- Dockerfile | 2 +- package.json | 2 +- src/components/IconPaths.ts | 13 ++---- src/components/MainHead.astro | 3 +- src/components/Skills.astro | 16 +++---- src/content/projects/duvet-genius.md | 22 ---------- src/content/projects/h20.md | 22 ---------- src/content/projects/markdown-mystery-tour.md | 35 --------------- .../projects/{bloom-box.md => placeholder.md} | 6 +-- src/pages/about.astro | 44 +++++++++++-------- src/pages/index.astro | 31 +++---------- 11 files changed, 49 insertions(+), 147 deletions(-) delete mode 100644 src/content/projects/duvet-genius.md delete mode 100644 src/content/projects/h20.md delete mode 100644 src/content/projects/markdown-mystery-tour.md rename src/content/projects/{bloom-box.md => placeholder.md} (94%) diff --git a/Dockerfile b/Dockerfile index 8de9790..b007f41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20.16.0-alpine3.20 AS base -LABEL version="0.2.0" +LABEL version="0.4.0" LABEL description="Astro based website to use as a profile" ENV PNPM_HOME="/pnpm" diff --git a/package.json b/package.json index 331e51b..5d2c777 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-profile", "type": "module", - "version": "0.2.0", + "version": "0.4.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/components/IconPaths.ts b/src/components/IconPaths.ts index f2e959f..b164879 100644 --- a/src/components/IconPaths.ts +++ b/src/components/IconPaths.ts @@ -18,21 +18,16 @@ export const iconPaths = { 'arrow-right': ``, 'arrow-left': ``, code: ``, - 'microphone-stage': ``, + 'hard-drives': ``, + 'cloud': ``, + 'network': '', + 'microphone-stage': ``, 'pencil-line': ``, 'rocket-launch': ``, list: ``, heart: ``, 'moon-stars': ``, sun: ``, - 'twitter-logo': ``, - 'codepen-logo': ``, 'github-logo': ``, - 'twitch-logo': ``, - 'youtube-logo': ``, - 'dribbble-logo': ``, - 'discord-logo': ``, 'linkedin-logo': ``, - 'instagram-logo': ``, - 'tiktok-logo': ``, }; diff --git a/src/components/MainHead.astro b/src/components/MainHead.astro index a530477..6c04009 100644 --- a/src/components/MainHead.astro +++ b/src/components/MainHead.astro @@ -8,7 +8,7 @@ interface Props { const { title = 'Alex Lebens', - description = 'The personal site of Alex Lebens', + description = 'A profile of Alex Lebens', } = Astro.props; --- @@ -25,6 +25,7 @@ const { href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400&family=Rubik:wght@500;600&display=swap" rel="stylesheet" /> +