mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Add CTA section to homepage with install and docs buttons
This commit is contained in:
parent
0dc31011f5
commit
30e5b48461
2 changed files with 24 additions and 2 deletions
|
@ -486,6 +486,23 @@ footer {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cta-container {
|
||||||
|
text-align: center;
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-text {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-buttons {
|
||||||
|
display: flex;
|
||||||
|
gap: 15px;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.stats-container {
|
.stats-container {
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -163,8 +163,13 @@ aider --model sonnet --api-key anthropic=your-key-goes-here
|
||||||
# Work with GPT-4o via OpenAI's API
|
# Work with GPT-4o via OpenAI's API
|
||||||
aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
|
aider --model gpt-4o --api-key openai=your-key-goes-here</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>See the <a href="https://aider.chat/docs/install.html">installation instructions</a> and <a href="https://aider.chat/docs/usage.html">usage documentation</a> for more details.
|
<div class="cta-container">
|
||||||
</p>
|
<p class="cta-text">Ready to supercharge your coding workflow?</p>
|
||||||
|
<div class="cta-buttons">
|
||||||
|
<a href="https://aider.chat/docs/install.html" class="btn btn-primary">Install Aider Now</a>
|
||||||
|
<a href="https://aider.chat/docs/usage.html" class="btn btn-secondary">Explore Documentation</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue