From 9d51d4a572e1374dfe755fa7648816dfc43824cf Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 10:31:22 -0700 Subject: [PATCH] refactor: Reorganize hero section into two-column layout --- aider/website/home.html | 101 ++++++++++++++++++++++++++-------------- 1 file changed, 66 insertions(+), 35 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 92cf480d1..ac1c0d902 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -76,28 +76,51 @@ .hero { padding: 80px 0; - text-align: center; background: linear-gradient(135deg, #f5f7ff 0%, #e9ecf8 100%); } + .hero-grid { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 40px; + align-items: center; + } + + .hero-content { + text-align: left; + } + + .hero-video { + display: flex; + justify-content: center; + align-items: center; + } + .hero h1 { font-size: 3rem; - margin-bottom: 20px; + margin-bottom: 24px; color: var(--dark); + text-align: left; } .hero p { font-size: 1.2rem; max-width: 700px; - margin: 0 auto 40px; + margin: 0 0 40px; color: #495057; } .buttons { display: flex; gap: 20px; - justify-content: center; - margin-bottom: 40px; + justify-content: flex-start; + margin-top: 32px; + margin-bottom: 0; + } + + .btn-primary { + padding: 14px 28px; + font-size: 1.1rem; } .btn { @@ -416,37 +439,45 @@
-

AI Pair Programming in Your Terminal

-

Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.

- -
- - ⭐ GitHub Stars - 29k - - - 📦 Installs - 1.6M - -
- 📈 Token Processed - 87B +
+
+

AI Pair Programming in Your Terminal

+ + + +

Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.

+ + +
+ +
+
+ +
- - 🏆 OpenRouter - Top 20 - -
- - -
-