diff --git a/aider/website/home.html b/aider/website/home.html index 989935dc1..aa4f94157 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -173,6 +173,16 @@ 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-icon { font-size: 2rem; color: var(--primary); @@ -430,32 +440,32 @@
πŸ”„

Seamless 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.

πŸ“

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.

πŸ—ΊοΈ

Repository Mapping

-

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.

πŸ‘οΈ

Real-time File Watching

-

Edit files in your editor while chatting with aider, and it will always use the latest version.

+

Edit files in your editor while chatting with aider, and it will always use the latest version.

πŸ–ΌοΈ

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.

πŸ—£οΈ

Voice Coding

-

Code with your voice for an even more natural programming experience.

+

Code with your voice for an even more natural programming experience.