Skip to content

Commit fd0cda3

Browse files
authored
Merge pull request #16 from cforh/13-add-illustrations-of-team
13 add illustrations of team
2 parents 0cba7e9 + 3b0db49 commit fd0cda3

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.changeset/lemon-signs-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"website": minor
3+
---
4+
5+
Add team member photos

assets/teams/robin.png

1.45 MB
Loading

assets/teams/yixuan.png

1.05 MB
Loading

src/content/pages/de/about-us.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Wir sind ein kleines Team aus Zürich, Schweiz, das sich der Bereitstellung hoch
3232
members={[
3333
{
3434
name: 'Robin',
35-
image: '/images/robin.jpg',
35+
image: '../assets/teams/robin.png',
3636
description: 'Es fällt mir leicht und macht mir Spass, mit Kolleginnen und Kollegen zusammenzuarbeiten, um ein Projekt voranzubringen und gesetzte Ziele zu erreichen. Ich kann die Verantwortung für ein kleines Team übernehmen und es mit klaren Anweisungen sowie agilem Projektmanagement voranführen.'
3737
},
3838
{
3939
name: 'Yixuan',
40-
image: '/images/yixuan.jpg',
40+
image: '../assets/teams/yixuan.png',
4141
description: 'Mit einem Hintergrund in Natural Language Processing und einer Leidenschaft für durchdachtes Design bin ich in die Web- und Softwareentwicklung gewechselt, um Werkzeuge und Erlebnisse zu schaffen, die sowohl funktional als auch optisch ansprechend sind. Es bereitet mir Freude, Ideen in funktionierende Produkte umzusetzen - besonders dann, wenn ich sowohl ihr Erscheinungsbild als auch ihre Funktionsweise gestalten kann.'
4242
}
4343
]}

src/content/pages/en/about-us.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ We are a small team from Zurich, Switzerland, dedicated to providing high-qualit
3232
members={[
3333
{
3434
name: 'Robin',
35-
image: '/images/robin.jpg',
35+
image: '../assets/teams/robin.png',
3636
description: 'It is easy and fun for me to interact with colleagues to bring a project further and reach given targets. I can take responsibility for a small team and lead it with clear instructions and an agile project management on wards.'
3737
},
3838
{
3939
name: 'Yixuan',
40-
image: '/images/yixuan.jpg',
40+
image: '../assets/teams/yixuan.png',
4141
description: 'With a background in Natural Language Processing and a passion for thoughtful design, I transitioned into web and software development to build tools and experiences that are both functional and visually engaging. I enjoy turning ideas into working products, especially when I can shape both how they look and how they work.'
4242
}
4343
]}

0 commit comments

Comments
 (0)