Philosophie: Zitat im selben Stil wie Jamulix-Gesetz (font-mono, accent-Farbe)
This commit is contained in:
parent
de7ddfce09
commit
cacac3010d
1 changed files with 4 additions and 1 deletions
|
|
@ -77,7 +77,10 @@ export function PhilosophySection() {
|
||||||
transition={{ duration: 0.6, delay: 0.4 }}
|
transition={{ duration: 0.6, delay: 0.4 }}
|
||||||
className="mt-20 pt-12 border-t border-border"
|
className="mt-20 pt-12 border-t border-border"
|
||||||
>
|
>
|
||||||
<blockquote className="font-serif text-xl lg:text-2xl text-center max-w-3xl mx-auto text-balance">
|
<p className="font-serif text-lg italic text-foreground text-center max-w-3xl mx-auto">
|
||||||
|
Und so gilt:
|
||||||
|
</p>
|
||||||
|
<blockquote className="font-mono text-xl lg:text-2xl text-accent text-center max-w-3xl mx-auto mt-3">
|
||||||
“Der beste Code ist der, den man in zehn Jahren noch versteht –
|
“Der beste Code ist der, den man in zehn Jahren noch versteht –
|
||||||
geschrieben von jemandem, der in zehn Jahren noch lernt.”
|
geschrieben von jemandem, der in zehn Jahren noch lernt.”
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue