philippurbschat.de/home/views/about.php

43 lines
No EOL
3.9 KiB
PHP

<?php require_once __DIR__ . '/inc/header.php'; ?>
<div class="max-w-4xl w-full mx-auto mt-4 md:mt-12 px-4 sm:px-6 relative z-10 mb-20">
<div class="mb-6 sm:mb-8 flex items-center justify-between">
<h1 class="text-2xl sm:text-3xl font-bold text-slate-100 font-mono tracking-tight">
<span class="text-fuchsia-500 animate-pulse">_</span>Über mich
</h1>
<a href="<?= Config::get('BASE_URL', '/') ?>" class="text-slate-500 hover:text-fuchsia-400 font-mono text-xs sm:text-sm transition-colors">
< Back to Root
</a>
</div>
<div class="p-5 sm:p-8 md:p-12 bg-slate-900/80 border border-fuchsia-500/20 rounded-3xl sm:rounded-[2.5rem] backdrop-blur-xl shadow-[0_0_30px_rgba(217,70,239,0.15)] relative overflow-hidden">
<div class="absolute top-0 left-0 w-full h-1 bg-linear-to-r from-transparent via-fuchsia-500/40 to-transparent"></div>
<div class="space-y-8 sm:space-y-12 text-slate-300 text-sm md:text-base leading-relaxed relative z-10">
<section>
<div class="bullshit-terminal mb-6 sm:mb-8 p-5 sm:p-8">
<p class="text-base md:text-xl text-slate-400 italic leading-relaxed">
„Als ergebnisorientierter Game-Changer mit einem disruptiven Mindset fokussiere ich mich auf die Maximierung holistischer Synergien im agilen Deep-Dive, um Low-Hanging Fruits in skalierbare Next-Level-Blueprints zu transformieren.“
</p>
</div>
<h3 class="text-base sm:text-lg text-fuchsia-400/80 mb-6 sm:mb-8 font-mono tracking-wide"> Merkst du selbst, oder?</h3>
<div class="space-y-6 sm:space-y-8 max-w-2xl">
<p>Wenn du jemanden suchst, der dich mit Bullshit-Bingo einlullt, bist du hier falsch.</p>
<ul class="space-y-4">
<li><strong class="text-cyan-400 font-semibold drop-shadow-[0_0_8px_rgba(34,211,238,0.3)]">Klares Design & durchdachtes Frontend</strong> statt „disruptiver Interface-Paradigmen“ oder „User-Experience-Visionen“.</li>
<li><strong class="text-emerald-400 font-semibold drop-shadow-[0_0_8px_rgba(52,211,153,0.3)]">solides Backend</strong>, das einfach läuft, statt „hyper-skalierbarer Microservice-Ökosysteme“.</li>
<li><strong class="text-amber-400 font-semibold drop-shadow-[0_0_8px_rgba(251,191,36,0.3)]">Echte Sichtbarkeit</strong> statt „Performance-Driven Reach Orchestration“.</li>
<li><strong class="text-indigo-400 font-semibold drop-shadow-[0_0_8px_rgba(129,140,248,0.3)]">Sinnvolle KI-Integrationen</strong> statt „Big-Data-Orchestrierung“ im luftleeren Raum.</li>
<li><strong class="text-transparent bg-clip-text bg-linear-to-r from-cyan-400 via-purple-400 to-fuchsia-400 font-bold">Starke Konzepte</strong>, die alles zusammenhalten, statt „holistischer Transformations-Roadmaps“.</li>
</ul>
<p>Ich baue <strong class="text-fuchsia-400 font-bold drop-shadow-[0_0_12px_rgba(232,121,249,0.6)]">Systeme, die funktionieren</strong>, und löse Probleme, anstatt sie hinter Fachbegriffen zu verstecken.</p>
</div>
</section>
<section class="pt-8 sm:pt-10 border-t border-slate-700/50">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-6 sm:gap-8">
<div><p class="text-slate-500">Willst du wissen, wie ich arbeite, wer ich bin oder welche Musik ich höre?</p></div>
<div><a href="mailto:hi@philippurbschat.de" class="btn-slim w-full justify-center sm:w-auto text-center">Frag einfach.<br>Ohne Bullshit.</a></div>
</div>
</section>
</div>
<div class="absolute -bottom-10 -right-10 w-32 h-32 bg-fuchsia-500/5 rounded-full blur-3xl pointer-events-none"></div>
</div>
</div>
<?php require_once __DIR__ . '/inc/footer.php'; ?>