mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: update profession title
This commit is contained in:
2016
pnpm-lock.yaml
generated
2016
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: ../layouts/AboutLayout.astro
|
||||
title: About
|
||||
description: I’m Stefan Imhoff, a Front-End Web Developer, and Designer from Hamburg, Germany.
|
||||
description: I’m Stefan Imhoff, a Web UI Engineer from Hamburg, Germany.
|
||||
backLink: /
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@ export const components = mapping;
|
||||
|
||||
<div {...animation}>
|
||||
|
||||
I’m _Stefan Imhoff_, a Senior Front-End Web Developer, and Designer from Hamburg, Germany.
|
||||
I’m _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.
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -1 +1 @@
|
||||
I’m 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.
|
||||
I’m 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.
|
||||
|
||||
@@ -1 +1 @@
|
||||
I’m 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.
|
||||
I’m a Web UI Engineer from Hamburg, Germany. I love design and art, reading books, listening to podcasts, creating Sketchnotes, taking photos, and writing Haiku.
|
||||
|
||||
Reference in New Issue
Block a user