Skip to content

Commit 4d6a173

Browse files
committed
add story
1 parent 1bb4cde commit 4d6a173

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

public/src/app/app.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ <h1>AIPilot CLI</h1>
4040
<section class="hero-section">
4141
<h2 class="hero-title" i18n="@@hero.title">Control AI Agents from Your Mobile</h2>
4242
<p class="hero-description" i18n="@@hero.description">AIPilot CLI spawns a terminal with your favorite AI agent (Claude, Gemini, Codex) and lets you control it remotely from your mobile device.</p>
43+
<div class="hero-story">
44+
<img src="assets/story.png" alt="AIPilot story" loading="lazy">
45+
</div>
4346
<div class="hero-buttons">
4447
<a href="#installation" class="primary-button">
4548
<span class="material-icons">rocket_launch</span>

public/src/app/app.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,19 @@
173173
animation: fadeInUp 0.5s ease-out 0.2s both;
174174
}
175175

176+
.hero-story {
177+
max-width: 700px;
178+
margin: 0 auto 32px auto;
179+
animation: fadeInUp 0.5s ease-out 0.25s both;
180+
181+
img {
182+
width: 100%;
183+
height: auto;
184+
display: block;
185+
border-radius: 8px;
186+
}
187+
}
188+
176189
.hero-buttons {
177190
display: flex;
178191
justify-content: center;

public/src/assets/story.png

1.73 MB
Loading

0 commit comments

Comments
 (0)