feat: update profession title

This commit is contained in:
Stefan Imhoff
2024-08-15 13:54:12 +02:00
parent 715775f5fc
commit 0d50829155
7 changed files with 1095 additions and 937 deletions

2016
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"personal": {
"name": "Stefan Imhoff",
"tagline": "Front-End Web Developer & UX/UI Designer"
"tagline": "Senior Web UI Engineer"
},
"summary": {
"headline": "Professional Summary"

View File

@@ -5,10 +5,10 @@ const easing = 'ease-out-sine';
export const site = {
title: 'Stefan Imhoff',
description: 'Front-End Web Developer from Hamburg, Germany',
description: 'Web UI Engineer from Hamburg, Germany',
url: 'https://www.stefanimhoff.de',
author: 'Stefan Imhoff',
tagline: 'Front-End Web Developer • Designer • Minimalist • Japanophile',
tagline: 'Web UI Engineer • Minimalist • Stoic • Libertarian • Japanophile',
faviconPath: '/assets/images/branding/favicons/',
twitter: '@kogakure',
};

View File

@@ -1,7 +1,7 @@
---
layout: ../layouts/AboutLayout.astro
title: About
description: Im Stefan Imhoff, a Front-End Web Developer, and Designer from Hamburg, Germany.
description: Im Stefan Imhoff, a Web UI Engineer from Hamburg, Germany.
backLink: /
---
@@ -11,7 +11,7 @@ export const components = mapping;
<div {...animation}>
Im _Stefan Imhoff_, a Senior Front-End Web Developer, and Designer from Hamburg, Germany.
Im _Stefan Imhoff_, a Senior Web UI Engineer from Hamburg, Germany.
I find inspiration in a wide variety of media, from reading challenging and heterodox [books](https://goodreads.com/kogakure) about philosophy, science, and economics to listening to [podcasts](https://raindrop.io/kogakure/podcasts-24118384), watching [TV shows](https://www.themoviedb.org/u/kogakure/favorites/tv) and [movies](https://www.themoviedb.org/u/kogakure/favorites), and indulging in [Korean](https://www.themoviedb.org/list/8216385) and [Japanese](https://www.themoviedb.org/list/106001) dramas on Netflix.

View File

@@ -30,7 +30,7 @@ const allPosts = await getCollection('journal');
const formattedLatest = formatPosts(allPosts, { limit: 6 });
const title = 'Stefan Imhoff';
const description = 'Front-End Web Developer from Hamburg, Germany';
const description = 'Web UI Engieer from Hamburg, Germany';
const rssPosts = await Astro.glob('../content/journal/**/*.mdx');
rssPosts.sort(sortMarkdownByDate);

View File

@@ -1 +1 @@
Im a Front-End Web Developer and Designer with nearly two decades of experience in creating and building beautiful, user-centric layouts for devices of all sizes on the web. My passion is creating sophisticated, but easy to use UI and remarkable UX. I love bringing simplicity and minimalism to everything I create.
Im a Web UI Engineer with more than two decades of experience in creating and building beautiful, user-centric layouts for devices of all sizes on the web. My passion is creating sophisticated, but easy to use UI and remarkable UX. I love bringing simplicity and minimalism to everything I create.

View File

@@ -1 +1 @@
Im a Front-End Web Developer and Designer from Hamburg, Germany. I love design and art, reading books, listening to podcasts, creating Sketchnotes, taking photos, and writing Haiku.
Im a Web UI Engineer from Hamburg, Germany. I love design and art, reading books, listening to podcasts, creating Sketchnotes, taking photos, and writing Haiku.