Skip to content

Commit

Permalink
fix(sebastian): casing of tech and description
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Sep 9, 2024
1 parent 6372ee1 commit 4808162
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/profiles/sebastian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const sebastian: Profile = {
{ type: SpecialSocial.email, email: '[email protected]' },
],
shortText: {
en: 'Software Engineer, Gamer and sideproject enthusiast.',
en: 'Software Engineer, Gamer and Sideproject Enthusiast.',
de: 'Software Entwickler, Gamer und Nebenprojekt Enthusiast.',
},
meta: {
Expand All @@ -36,11 +36,11 @@ export const sebastian: Profile = {
title: { en: 'Favorite Tech Stack', de: 'Lieblings Tech Stack' },
list: [
{ title: { en: 'TypeScript' } },
{ title: { en: 'Nuxt.js' } },
{ title: { en: 'TailwindCSS' } },
{ title: { en: 'Nest.js' } },
{ title: { en: 'Nuxt' } },
{ title: { en: 'Tailwind' } },
{ title: { en: 'Fastify' } },
{ title: { en: 'PostgreSQL' } },
{ title: { en: 'Drizzle' } },
],
},
projects: {
Expand Down Expand Up @@ -126,9 +126,9 @@ export const sebastian: Profile = {
url: 'https://github.com/maybeanerd/diluz.io',
technologies: [
{ en: 'TypeScript' },
{ en: 'Nuxt.js' },
{ en: 'Nuxt' },
{ en: 'Vue.js' },
{ en: 'TailwindCSS' },
{ en: 'Tailwind' },
],
highlights: [
{ en: 'Open Source' },
Expand Down Expand Up @@ -216,7 +216,7 @@ export const sebastian: Profile = {
technologies: [
{ en: 'TypeScript' },
{ en: 'Node.js' },
{ en: 'Nuxt.js' },
{ en: 'Nuxt' },
{ en: 'Vue.js' },
{ en: 'PostgreSQL' },
{ en: 'AWS' },
Expand Down Expand Up @@ -265,7 +265,7 @@ export const sebastian: Profile = {
technologies: [
{ en: 'TypeScript' },
{ en: 'Node.js' },
{ en: 'Nuxt.js' },
{ en: 'Nuxt' },
{ en: 'Vue.js' },
{ en: 'PostgreSQL' },
{ en: 'AWS' },
Expand Down

0 comments on commit 4808162

Please sign in to comment.