From fadede73059a408a976b99f0317a12c66c61cd55 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 10:09:21 -0700 Subject: [PATCH] feat: Add dynamic rotating testimonials with user links --- aider/website/home.html | 207 +++++++++++++++++++++++++++++++++++----- 1 file changed, 182 insertions(+), 25 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 53f64c822..cc24d167e 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -238,6 +238,16 @@ color: var(--dark); } + .testimonial-author a { + color: var(--primary); + text-decoration: none; + transition: color 0.3s; + } + + .testimonial-author a:hover { + text-decoration: underline; + } + .info-section { padding: 80px 0; background-color: #f8f9fb; @@ -500,34 +510,181 @@ aider --model gpt-4o --api-key openai=your-key-goes-here

What Users Say

-
-
-

"Aider ... has easily quadrupled my coding productivity."

-

— SOLAR_FIELDS

-
-
-

"It's really like having your senior developer live right in your Git repo - truly amazing!"

-

— rappster

-
-
-

"THANK YOU for Aider! It really feels like a glimpse into the future of coding."

-

— derwiki

-
-
-

"The best AI coding assistant so far."

-

— Matthew Berman

-
-
-

"Amazing project, definitely the best AI coding assistant I've used."

-

— joshuavial

-
-
-

"I absolutely love using Aider ... It makes software development feel so much lighter as an experience."

-

— principalideal0

-
+
+
+ +