Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.ContentFrameWithoutHover {
@apply mb-3 mr-3 ml-3 py-3 px-3 lg:ml-0 lg:mb-4 lg:mr-4 lg:py-4 lg:px-4 rounded-2xl font-sans backdrop-brightness-150 border-2 border-transparent;
@apply mb-3 mr-3 ml-3 py-3 px-3 lg:ml-0 lg:mb-4 lg:mr-4 lg:py-4 lg:px-4 rounded-2xl font-sans;
}

.body {
Expand Down
8 changes: 4 additions & 4 deletions src/translations/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const translations = {
welcomebox: {
welcome: {
headline: "Willkommen auf meiner Portfolio-Website",
text: "Ich bin Tom, ein leidenschaftlicher Softwareentwickler mit einem breiten Spektrum an Fähigkeiten und Erfahrungen. Hier finden Sie eine Auswahl meiner Projekte, die meine Leidenschaft für Technologie und Innovation widerspiegeln.",
text: "Hey, ich bin Tom ein kreativer Kopf mit Code im Herzen. Hier dreht sich alles um digitale Visionen, smarte Lösungen und Projekte, die zeigen, was mit Leidenschaft, Technologie und einer Prise Neugier möglich ist.",
quote: "Die einzige Grenze ist die, die du dir selbst setzt."
}
},
Expand Down Expand Up @@ -100,9 +100,9 @@ export const translations = {
en: {
welcomebox: {
welcome: {
headline: "Welcome to my Portfolio Website",
text: "I am Tom, a passionate software developer with a wide range of skills and experiences. Here you will find a selection of my projects that reflect my passion for technology and innovation.",
quote: "The only limit is the one you set for yourself."
headline: "Welcome to My Portfolio Website",
text: "Hey, I'm Tom a creative mind with code at heart. This space is all about digital visions, smart solutions, and projects that showcase what’s possible with passion, technology, and a spark of curiosity.",
quote: "The only limit is the one you set yourself."
}
},
projects: {
Expand Down