From 89f579c1bac25c26b6f9216052ee5e2676af5622 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 11:07:49 -0700 Subject: [PATCH] refactor: add card header with icon and title for better visual integration --- aider/website/home.html | 55 ++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 005cdfc47..88ea81479 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -206,16 +206,29 @@ text-decoration: underline; } + .feature-card-header { + display: flex; + align-items: center; + margin-bottom: 15px; + padding-bottom: 12px; + border-bottom: 1px solid #eaeaea; + } + .feature-icon { - font-size: 2rem; + font-size: 1.8rem; color: var(--primary); - margin-bottom: 20px; + margin-right: 12px; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; } .feature-title { font-size: 1.3rem; - margin-bottom: 15px; color: var(--dark); + margin: 0; } .models { @@ -510,33 +523,45 @@

Features

-
🧠
-

Works with all LLMs

+
+
🧠
+

Works with all LLMs

+

Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.

-
πŸ—ΊοΈ
-

Map Of Your Code

+
+
πŸ—ΊοΈ
+

Map Of Your Code

+

Uses a map of your entire git repo, which helps it work well in larger codebases.

-
πŸ“
-

Multiple File Editing

+
+
πŸ“
+

Multiple File Editing

+

Edit multiple files at once for complex requests, making large-scale changes easier.

-
πŸ”€
-

Seamless Git Integration

+
+
πŸ”€
+

Seamless Git Integration

+

Aider automatically commits changes with sensible commit messages, making version control seamless.

-
πŸ–₯️
-

Use in Your Favorite IDE

+
+
πŸ–₯️
+

Use in Your Favorite IDE

+

Use aider directly from your favorite IDE or text editor by adding AI comments right in your code.

-
πŸ–ΌοΈ
-

Image & URL Support

+
+
πŸ–ΌοΈ
+

Image & URL Support

+

Add images to the chat and share URLs, helping with visual context and references.