Skip to content

Commit

Permalink
Merge pull request #4 from tappeddev/add-team-section
Browse files Browse the repository at this point in the history
Fix smaller stuff like icons, services
  • Loading branch information
stefanschaller authored Oct 16, 2024
2 parents 041c41a + 124f68d commit 7b60d33
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 23 deletions.
16 changes: 7 additions & 9 deletions data/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ about:
_2x: "img/team/[email protected]"
name: "Julian Bissekkou"
title: "CTO / Co-Founder"
twitter_link: "https://twitter.com/JulianLenz_"
linkedin_link: "https://www.linkedin.com/in/julian-bissekkou-5075751a5/"
x_link: "https://twitter.com/JulianLenz_"
- image:
x: "img/team/stefan.png"
_2x: "img/team/[email protected]"
name: "Stefan Schaller"
title: "CEO / Co-Founder"
twitter_link: ""
linkedin_link: "https://www.linkedin.com/in/stefan-schaller-a6980b1a6/"
x_link: ""

experience:
enabled: false
Expand All @@ -49,10 +49,13 @@ service:
items:
- title: "serviceFlutterTitle"
description: "serviceFlutterDescription"
- title: "serverTitle"
description: "serverDescription"
- title: "consultingTitle"
description: "consultingDescription"
- title: "serviceDesignTitle"
description: "serviceDesignDescription"
- title: "serviceSupportTitle"
description: "serviceSupportDescription"


clients:
enable: true
Expand All @@ -73,11 +76,6 @@ clients:
_2x: "img/clients/[email protected]"
alt: "phntm GmbH"
link: "https://phntm.xyz"
- logo:
x: "img/clients/mh_production_logo.png"
_2x: "img/clients/[email protected]"
alt: "M&H Production"
link: ""
- logo:
x: "img/clients/die_ringe_logo.png"
_2x: "img/clients/[email protected]"
Expand Down
14 changes: 10 additions & 4 deletions i18n/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,17 @@ other = "Flutter App Entwicklung"
[serviceFlutterDescription]
other = "Cross-Platform App Entwicklung für iOS & Android"

[serverTitle]
other = "Server Entwicklung für ihre App"
[serviceDesignTitle]
other = "UI/UX Design"

[serverDescription]
other = "REST API & Datenbank Entwicklung"
[serviceDesignDescription]
other = "Erstellung intuitiver und ästhetischer UI / UX Designs"

[serviceSupportTitle]
other = "Wartung & Support"

[serviceSupportDescription]
other = "Damit Ihre Anwendungen reibungslos und sicher laufen."

[serviceContactButtonText]
other = "Kontakt"
Expand Down
17 changes: 12 additions & 5 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,18 @@ other = "Flutter app development"
[serviceFlutterDescription]
other = "Cross-Platform app development for iOS & Android"

[serverTitle]
other = "Server development for your App"
[serviceDesignTitle]
other = "UI/UX Design"

[serviceDesignDescription]
other = "Creating intuitive and esthetic UI / UX designs"

[serviceSupportTitle]
other = "Maintenance & Support"

[serviceSupportDescription]
other = "Support to ensure your applications run smoothly and securely."

[serverDescription]
other = "REST API & Database development"

[serviceContactButtonText]
other = "Contact"
Expand Down Expand Up @@ -220,7 +227,7 @@ We are passionate about enabling everyone to train on the gymnastics rings. Tapp
'''

[testimonialFictionicPosition]
other = '''Fictionic, Geschäftsführerin'''
other = '''Fictionic, CEO'''

[testimonialFictionicContent]
other = '''
Expand Down
Binary file removed static/img/clients/mh_production_logo.png
Binary file not shown.
Binary file removed static/img/clients/[email protected]
Binary file not shown.
1 change: 0 additions & 1 deletion static/img/icons/twitter.svg

This file was deleted.

1 change: 1 addition & 0 deletions static/img/icons/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
src="{{ "img/icons/linkedin.svg" | absURL }}">
</a>
{{ end }}
{{ if .twitter_link }}
<a href="{{ .twitter_link }}" target="_blank">
{{ if .x_link }}
<a href="{{ .x_link }}" target="_blank">
<img class="about__social-media-icon"
alt="Twitter Logo"
src="{{ "img/icons/twitter.svg" | absURL }}">
alt="X Logo"
src="{{ "img/icons/x.svg" | absURL }}">
</a>
{{ end }}
</div>
Expand Down

0 comments on commit 7b60d33

Please sign in to comment.