Rick00027's picture
Refine the existing website.
67db5b3 verified
Raw
History Blame Contribute Delete
2.21 kB
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Clarity Engineered</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body class="font-sans bg-white text-primary antialiased">
<custom-navbar></custom-navbar>
<main class="max-w-3xl mx-auto px-6 py-32">
<section class="space-y-4">
<h1 class="text-4xl font-medium tracking-tight">About</h1>
</section>
<div class="section-divider"></div>
<section class="prose space-y-8">
<div class="prose max-w-none">
<p>I solve problems at the intersection of design and engineering.</p>
<p>My work focuses on creating systems that are durable, adaptable, and invisible. I prefer constraints over possibilities, depth over breadth, and precision over persuasion.</p>
<p>I've led design systems at technology companies where scale and complexity made conventional approaches ineffective. My solutions tend to emerge from first principles rather than best practices.</p>
<h2 class="text-xl font-medium mt-12">What I avoid</h2>
<ul class="list-disc pl-5 space-y-2">
<li>Projects where aesthetics are prioritized over function</li>
<li>Teams that value speed over thoughtfulness</li>
<li>Work that requires compromising on craft</li>
</ul>
</div>
</section>
</div>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script>feather.replace();</script>
</body>
</html>