Skip to content

Commit

Permalink
add me
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenbreeder committed Nov 21, 2024
1 parent a8793cc commit 3a2dc3a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Binary file added src/lib/images/team/johannes.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions src/lib/locales/ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
"catchphrase": "Cloud Summoner",
"body": "Cloud Engineer. Fasziniert vom löse vo komplexe Infrastruktur-, Software- u Dateproblem, am beschte möglechscht simpu u stabiu."
},
"johannes": {
"catchphrase": "Cloud Tinkerer",
"body": "Software Engineer u Sprache-Nerd mit ere Leidenschaft für moderne Technologie u Web-Entwicklig."
},
"rika": {
"catchphrase": "Cloud uf Vier Pfote",
"body": "Grosses Fällknäuel. Professionelle Bürohung u Maskottchen mit ere Begeisterig für Gebäudesicherheit."
Expand Down
4 changes: 4 additions & 0 deletions src/lib/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
"catchphrase": "Cloud Summoner",
"body": "Cloud Engineer. Fasziniert vom Lösen komplexer Infrastruktur-, Software- und Datenproblemen, möglichst einfach und widerstandsfähig."
},
"johannes": {
"catchphrase": "Cloud Tinkerer",
"body": "Software Engineer und Sprachen-Nerd mit einer Leidenschaft für moderne Technologien und Web-Entwicklung."
},
"rika": {
"catchphrase": "Cloud auf Vier Pfoten",
"body": "Grosses Fellknäuel. Professioneller Bürohund und Maskottchen mit einer Begeisterung für Gebäudesicherheit."
Expand Down
4 changes: 4 additions & 0 deletions src/lib/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
"catchphrase": "Cloud Summoner",
"body": "Cloud Engineer. Fascinated by solving complex infrastructure, software and data problems as simply and resiliently as possible."
},
"johannes": {
"catchphrase": "Cloud Tinkerer",
"body": "Software Engineer and programming language nerd with a passion for modern technologies and web development."
},
"rika": {
"catchphrase": "Cloud on Four Paws",
"body": "Big ball of fur. Professional office dog and mascot with a passion for physical security."
Expand Down
8 changes: 8 additions & 0 deletions src/routes/Team.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import rika from '$lib/images/team/rika.webp';
import rafael from '$lib/images/team/rafael.webp';
import noe from '$lib/images/team/noe.webp';
import johannes from '$lib/images/team/johannes.webp';
import type { SvelteComponentTyped } from 'svelte';
interface Member {
tag: string;
Expand Down Expand Up @@ -110,6 +112,12 @@
gitHub: 'noeleont',
linkedIn: 'noe-thalheim-535440217'
},
{
tag: 'johannes',
name: 'Johannes Karl',
portrait: johannes,
gitHub: 'chickenbreeder'
},
{
tag: 'rika',
name: 'Rika',
Expand Down

0 comments on commit 3a2dc3a

Please sign in to comment.