Skip to content

Commit

Permalink
Add me to the bespinian page
Browse files Browse the repository at this point in the history
  • Loading branch information
noeleont committed Nov 19, 2024
1 parent 0a10fbd commit b6a711c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Binary file added src/lib/images/team/noe.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 @@ -121,6 +121,10 @@
"rika": {
"catchphrase": "Cloud uf Vier Pfote",
"body": "Grosses Fällknäuel. Professionelle Bürohung u Maskottchen mit ere Begeisterig für Gebäudesicherheit."
},
"noe": {
"catchphrase": "Cloud Analyst",
"body": "Software Engineer. Lideschaftleche Problemlöser, wo gern i komplexi System itocht, um se z entwirre und z vereifache."
}
},
"blog": {
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 @@ -121,6 +121,10 @@
"rika": {
"catchphrase": "Cloud auf Vier Pfoten",
"body": "Grosses Fellknäuel. Professioneller Bürohund und Maskottchen mit einer Begeisterung für Gebäudesicherheit."
},
"noe": {
"catchphrase": "Cloud Analyst",
"body": "Software Engineer. Leidenschaftlicher Troubleshooter, der tief in komplexe Systeme eintaucht, um sie zu entwirren und zu verbessern."
}
},
"blog": {
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 @@ -121,6 +121,10 @@
"rika": {
"catchphrase": "Cloud on Four Paws",
"body": "Big ball of fur. Professional office dog and mascot with a passion for physical security."
},
"noe": {
"catchphrase": "Cloud Analyst",
"body": "Software Engineer. Passionate troubleshooter, diving deep into complex systems to untangle and improve them."
}
},
"blog": {
Expand Down
8 changes: 8 additions & 0 deletions src/routes/Team.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import sandra from '$lib/images/team/sandra.webp';
import rika from '$lib/images/team/rika.webp';
import rafael from '$lib/images/team/rafael.webp';
import noe from '$lib/images/team/noe.webp';
interface Member {
tag: string;
Expand Down Expand Up @@ -102,6 +103,13 @@
gitHub: 'rafiwicht',
linkedIn: 'rafael-wicht-3a95b0166'
},
{
tag: 'noe',
name: 'Noe Thalheim',
portrait: noe,
gitHub: 'noeleont',
linkedIn: 'noe-thalheim-535440217'
},
{
tag: 'rika',
name: 'Rika',
Expand Down

0 comments on commit b6a711c

Please sign in to comment.