refactor: align header and update intro text
This commit is contained in:
parent
3998de5fbc
commit
06cbf5054b
1 changed files with 10 additions and 15 deletions
|
|
@ -2,32 +2,27 @@ export default function Skills() {
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
id="myskills"
|
id="myskills"
|
||||||
className="relative py-16 px-6 md:px-12 max-w-5xl mx-auto border-t border-slate-900/50 scroll-mt-20"
|
className="relative py-6 px-6 md:px-12 max-w-5xl mx-auto border-t border-slate-900/50 scroll-mt-20"
|
||||||
>
|
>
|
||||||
{/* Titel */}
|
{/* Titel */}
|
||||||
<div className="flex items-center gap-4 mb-6">
|
<div className="flex items-center justify-end gap-4 mb-6">
|
||||||
|
<div className="h-px bg-slate-800 grow max-w-md" />
|
||||||
<h2 className="text-3xl font-bold text-white tracking-tight">
|
<h2 className="text-3xl font-bold text-white tracking-tight">
|
||||||
My Skills<span className="text-blue-500">.</span>
|
My Skills<span className="text-blue-500">.</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div className="h-px bg-slate-800 grow max-w-md" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Description */}
|
{/* Description */}
|
||||||
<div className=" mb-6 text-slate-200 leading-relaxed text-base">
|
<div className="mb-8 text-slate-200 text-base leading-relaxed">
|
||||||
<p>
|
<p>
|
||||||
Through hands-on experience in various projects, I have continuously
|
Through hands-on experience in various projects, I continuously expand
|
||||||
expanded and deepened my full-stack development skills. I specialize
|
and refine my full-stack development skills. Here is an overview of
|
||||||
in core web technologies like TypeScript, JavaScript, and Python,
|
the technologies, frameworks, and tools I work with:
|
||||||
leveraging modern frameworks such as Angular, React, Next.js, and
|
|
||||||
Django to build robust applications.
|
|
||||||
{/*
|
{/*
|
||||||
German:
|
German:
|
||||||
Durch die Arbeit an
|
Durch die praktische Arbeit an verschiedenen Projekten erweitere
|
||||||
verschiedenen Projekten konnte ich mein Wissen und meine Fähigkeiten
|
und vertiefe ich meine Fähigkeiten in der Full-Stack-Entwicklung kontinuierlich.
|
||||||
im Bereich Full-Stack Entwicklung kontinuierlich erweitern und
|
Hier ist eine Übersicht der Technologien, Frameworks und Tools, mit denen ich arbeite:
|
||||||
vertiefen. Ich habe umfangreiche Erfahrungen im Umgang mit
|
|
||||||
Technologien wie TypeScript, JavaScript und Python gesammelt sowie in
|
|
||||||
der Arbeit mit modernen Frameworks wie Angular, React und Django.
|
|
||||||
*/}
|
*/}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue