Skip to content

Commit 6639303

Browse files
committed
add screenshots to website
1 parent ce84d8d commit 6639303

5 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ <h2>Tested Devices</h2>
3737
</div>
3838
</section>
3939

40+
<section class="content-card">
41+
<h2>Screenshots</h2>
42+
<div class="screenshots">
43+
<img src="scr1.webp" alt="S Voice Screenshot 1" class="screenshot">
44+
<img src="scr2.webp" alt="S Voice Screenshot 2" class="screenshot">
45+
<img src="scr3.webp" alt="S Voice Screenshot 3" class="screenshot">
46+
</div>
47+
</section>
48+
4049
<div class="cta-section">
4150
<a href="https://github.com/nikolan123/svoice" class="svoice-btn btn-large" target="_blank">View on GitHub</a>
4251
</div>

docs/scr1.webp

30.8 KB
Loading

docs/scr2.webp

25.6 KB
Loading

docs/scr3.webp

27.4 KB
Loading

docs/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,24 @@ main {
131131
margin-top: 4px;
132132
}
133133

134+
/* Screenshots */
135+
.screenshots {
136+
display: flex;
137+
gap: 16px;
138+
justify-content: center;
139+
flex-wrap: wrap;
140+
padding-bottom: 24px;
141+
}
142+
143+
.screenshot {
144+
width: 200px;
145+
height: auto;
146+
border-radius: 8px;
147+
border: 1px solid #1a1a1a;
148+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
149+
display: block;
150+
}
151+
134152
/* CTA Section */
135153
.cta-section {
136154
display: flex;

0 commit comments

Comments
 (0)