mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: Move hero heading into 40% split container
This commit is contained in:
parent
1bb396bea5
commit
78ce63e71e
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<h1>AI Pair Programming in Your Terminal</h1>
|
||||
|
||||
<div class="stats-container">
|
||||
<a href="https://github.com/Aider-AI/aider" class="github-badge badge-stars">
|
||||
<span class="badge-label">⭐ GitHub Stars</span>
|
||||
|
@ -48,6 +46,7 @@
|
|||
|
||||
<div class="hero-grid">
|
||||
<div class="hero-content">
|
||||
<h1>AI Pair Programming in Your Terminal</h1>
|
||||
<p>Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.</p>
|
||||
|
||||
<div class="buttons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue