Skip to content

Commit

Permalink
Remove Mätthu
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jan 23, 2025
1 parent b27e8a8 commit add8498
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 274 deletions.
492 changes: 247 additions & 245 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,28 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@fontsource/lato": "^5.0.0",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"bulma": "^0.9.4",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelma": "^0.4.5",
"svelte": "^5.0.0",
"svelte-carousel": "^1.0.19",
Expand All @@ -34,7 +36,7 @@
"svelte-i18n": "^4.0.0",
"svelte-vertical-timeline": "^2.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.0"
}
}
Binary file removed src/lib/images/team/matthias.webp
Binary file not shown.
4 changes: 0 additions & 4 deletions src/lib/locales/ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
"catchphrase": "Cloud Surfer",
"body": "DevOps Engineer. Liebts sicheri, zueverlässigi u skalierbari Services z entwickle u repetitivi Ufgabe z outomatisiere."
},
"matthias": {
"catchphrase": "Wuuche Ninja",
"body": "Wuuche Äschinöör. Besträbt, zueverlässigi Produkt härzstelle u komplexi System i verständleche Konzept ufzbräche."
},
"sandra": {
"catchphrase": "Modi vor Wouchestadt",
"body": "Networling u Sales wärde grossgeschriebe. Events u Kafi organisiere dörfe jedoch zur Motivation vode bespinians nid fähle."
Expand Down
4 changes: 0 additions & 4 deletions src/lib/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
"catchphrase": "Cloud Surfer",
"body": "DevOps Engineer. Liebt es, sichere, zuverlässige und skalierbare Services zu entwickeln und repetitive Aufgaben zu automatisieren."
},
"matthias": {
"catchphrase": "Cloud Ninja",
"body": "Cloud Engineer. Bestrebt, zuverlässige Produkte herzustellen und komplexe Systeme in verständliche Konzepte aufzubrechen."
},
"sandra": {
"catchphrase": "Mädchen der Wolkenstadt",
"body": "Networling und Sales werden grossgeschrieben. Events und Kaffee organisieren dürfen jedoch zur Motivation der bespinians nicht fehlen."
Expand Down
4 changes: 0 additions & 4 deletions src/lib/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
"catchphrase": "Cloud Surfer",
"body": "DevOps Engineer. Loves to develop secure, reliable and scalable services while automating redundant tasks."
},
"matthias": {
"catchphrase": "Cloud Ninja",
"body": "Cloud Engineer. Devoted to crafting dependable products and breaking down complex systems into lovable solutions."
},
"sandra": {
"catchphrase": "Cloud City Girl",
"body": "Networking and sales are very important. However, organizing events and coffee are essential for the bespinians' motivation."
Expand Down
8 changes: 0 additions & 8 deletions src/routes/Team.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import qasim from '$lib/images/team/qasim.webp';
import philippe from '$lib/images/team/philippe.webp';
import joel from '$lib/images/team/joel.webp';
import matthias from '$lib/images/team/matthias.webp';
import sandra from '$lib/images/team/sandra.webp';
import rika from '$lib/images/team/rika.webp';
import rafael from '$lib/images/team/rafael.webp';
Expand Down Expand Up @@ -84,13 +83,6 @@
gitHub: 'zhews',
linkedIn: 'workwithjoel'
},
{
tag: 'matthias',
name: 'Matthias Osswald',
portrait: matthias,
gitHub: 'busykoala',
linkedIn: 'matthias-osswald'
},
{
tag: 'sandra',
name: 'Sandra Hochstein',
Expand Down

0 comments on commit add8498

Please sign in to comment.