docs: refine narrative text for natural native phrasing
This commit is contained in:
parent
42f4be7861
commit
db8eeceb9b
1 changed files with 20 additions and 23 deletions
|
|
@ -16,40 +16,37 @@ export default function Aboutme() {
|
||||||
{/* Left column */}
|
{/* Left column */}
|
||||||
<div className="md:col-span-7 space-y-6 text-slate-200 leading-relaxed text-base">
|
<div className="md:col-span-7 space-y-6 text-slate-200 leading-relaxed text-base">
|
||||||
<p>
|
<p>
|
||||||
Hey there! I'm André, a full-stack developer from Karlsruhe. I had a
|
Hey there! André here—a full-stack developer based in Karlsruhe. A
|
||||||
passion for coding since childhood when I first got my hands on a
|
childhood fascination with computers sparked this journey, which has
|
||||||
computer. Over the years, that fascination has grown into a genuine
|
since evolved into a true passion for software development.
|
||||||
love for the craft.
|
|
||||||
{/*
|
{/*
|
||||||
German:
|
German:
|
||||||
Hey! Ich bin Andre, ein Full-Stack-Entwickler aus Karlsruhe.
|
Hey! Hier ist André – ein Full-Stack-Entwickler aus Karlsruhe.
|
||||||
Schon seit meiner Kindheit habe ich mich fürs Programmieren begeistert,
|
Eine Faszination für Computer seit meiner Kindheit hat diesen Weg geebnet,
|
||||||
als ich das erste Mal einen Computer in die Hände bekam. Diese Faszination
|
der sich seitdem zu einer echten Leidenschaft für Softwareentwicklung entwickelt hat.
|
||||||
hat sich im Laufe der Jahre zu einer echten Leidenschaft entwickelt.
|
*/}
|
||||||
*/}
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
During my training at Developer Akademie, I gained plenty of
|
Through my training at Developer Akademie, I gained hands-on
|
||||||
practical experience through projects and code reviews. I was able
|
experience building real-world software, backed by rigorous code
|
||||||
to deepen and implement this knowledge in many of my own projects as
|
reviews. This technical background has been put into practice and
|
||||||
well as group projects. Symbol of problem-solving
|
expanded across a variety of solo and collaborative group projects.
|
||||||
{/*
|
{/*
|
||||||
German:
|
German:
|
||||||
Während meiner Ausbildung an der Developer Akademie habe ich viel praktische
|
Während meiner Ausbildung an der Developer Akademie habe ich viel praktische
|
||||||
Erfahrung durch Projekte und Code-Reviews gesammelt. Ich konnte dieses Wissen
|
Erfahrung beim Bauen von echter Software gesammelt, unterstützt durch gründliche Code-Reviews.
|
||||||
in vielen meiner eigenen Projekte sowie in Gruppenprojekten vertiefen und umsetzen.
|
Diesen technischen Hintergrund konnte ich in vielen eigenen Projekten sowie in
|
||||||
*/}
|
Gruppenprojekten direkt in die Praxis umsetzen und vertiefen.
|
||||||
|
*/}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In case I've piqued your curiosity, I warmly invite you to take a
|
Feel free to explore my recent work below to see these skills and
|
||||||
look at my previous works. This way, you can gain an impression of
|
problem-solving approaches in action.
|
||||||
my skills.
|
|
||||||
{/*
|
{/*
|
||||||
German:
|
German:
|
||||||
Falls ich deine Neugier geweckt habe, lade ich dich herzlich ein,
|
Schau dir gerne unten meine aktuellen Arbeiten an, um meine Fähigkeiten
|
||||||
einen Blick auf meine bisherigen Arbeiten zu werfen. So kannst du
|
und Lösungsansätze in Aktion zu sehen.
|
||||||
dir einen Eindruck von meinen Fähigkeiten verschaffen.
|
*/}
|
||||||
*/}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue