From 915e87e88ed8eafcf2f3df753b28667166f64199 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 11:12:08 -0700 Subject: [PATCH] feat: Make feature cards fully clickable with external links --- aider/website/home.html | 50 ++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 7446363ec..fff210c97 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -190,6 +190,10 @@ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s; border-left: 3px solid var(--primary); + display: block; + color: inherit; + text-decoration: none; + cursor: pointer; } .feature-card:hover { @@ -197,16 +201,6 @@ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } - .feature-card a { - color: var(--primary); - text-decoration: none; - transition: color 0.3s; - } - - .feature-card a:hover { - text-decoration: underline; - } - .feature-card-header { display: flex; align-items: center; @@ -525,48 +519,48 @@

Features

- -
+

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

-

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

-
-
+

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

+ +
πŸ“

Multiple File Editing

-

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

-
-
+

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

+ +
πŸ”€

Git Integration

-

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

-
-
+

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

+ +
πŸ–₯️

Use in Your IDE

-

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

-
-
+

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

+ +
πŸ–ΌοΈ

Image & URL Support

-

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

-
+

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

+