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 (
|
||||
<section
|
||||
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 */}
|
||||
<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">
|
||||
My Skills<span className="text-blue-500">.</span>
|
||||
</h2>
|
||||
<div className="h-px bg-slate-800 grow max-w-md" />
|
||||
</div>
|
||||
|
||||
{/* Description */}
|
||||
<div className=" mb-6 text-slate-200 leading-relaxed text-base">
|
||||
<div className="mb-8 text-slate-200 text-base leading-relaxed">
|
||||
<p>
|
||||
Through hands-on experience in various projects, I have continuously
|
||||
expanded and deepened my full-stack development skills. I specialize
|
||||
in core web technologies like TypeScript, JavaScript, and Python,
|
||||
leveraging modern frameworks such as Angular, React, Next.js, and
|
||||
Django to build robust applications.
|
||||
Through hands-on experience in various projects, I continuously expand
|
||||
and refine my full-stack development skills. Here is an overview of
|
||||
the technologies, frameworks, and tools I work with:
|
||||
{/*
|
||||
German:
|
||||
Durch die Arbeit an
|
||||
verschiedenen Projekten konnte ich mein Wissen und meine Fähigkeiten
|
||||
im Bereich Full-Stack Entwicklung kontinuierlich erweitern und
|
||||
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.
|
||||
Durch die praktische Arbeit an verschiedenen Projekten erweitere
|
||||
und vertiefe ich meine Fähigkeiten in der Full-Stack-Entwicklung kontinuierlich.
|
||||
Hier ist eine Übersicht der Technologien, Frameworks und Tools, mit denen ich arbeite:
|
||||
*/}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue