Skip to content

Commit 5c4e0c9

Browse files
committed
Add responsive SVG banner and screenshot gallery to README
1 parent 299aafd commit 5c4e0c9

9 files changed

Lines changed: 39 additions & 0 deletions

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# HeliboardL
22

3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/heliboardl_banner_dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="docs/images/heliboardl_banner_light.svg">
6+
<img alt="HeliboardL Banner" src="docs/images/heliboardl_banner_light.svg">
7+
</picture>
8+
39
**HeliboardL** is a fork of [HeliBoard](https://github.com/Helium314/HeliBoard) - a privacy-conscious and customizable open-source keyboard based on AOSP/OpenBoard.
410

511
This fork adds **AI-powered features** using the Gemini API while maintaining the offline-first philosophy of the original.
@@ -12,6 +18,19 @@ This fork adds **AI-powered features** using the Gemini API while maintaining th
1218
- **🕵️ Incognito Mode Indicator** - Subtle watermark on spacebar when incognito is active
1319
- **📥 Gesture Library Downloader** - Easier setup for glide typing
1420

21+
## Screenshots
22+
23+
<p float="left">
24+
<img src="docs/images/Screenshot1.png" width="30%" />
25+
<img src="docs/images/Screenshot2.png" width="30%" />
26+
<img src="docs/images/Screenshot3.png" width="30%" />
27+
</p>
28+
<p float="left">
29+
<img src="docs/images/Screenshot4.png" width="30%" />
30+
<img src="docs/images/Screenshot5.png" width="30%" />
31+
<img src="docs/images/Screenshot6.png" width="30%" />
32+
</p>
33+
1534
## Download
1635

1736
*Coming soon to GitHub Releases*

docs/images/Screenshot1.png

95.3 KB
Loading

docs/images/Screenshot2.png

106 KB
Loading

docs/images/Screenshot3.png

186 KB
Loading

docs/images/Screenshot4.png

208 KB
Loading

docs/images/Screenshot5.png

180 KB
Loading

docs/images/Screenshot6.png

158 KB
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)