Skip to content

Commit a4446f1

Browse files
committed
use favicon, and add screenshot
1 parent f37150c commit a4446f1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<div align="center">
22

3-
# <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" style="display: inline-block; vertical-align: middle; margin-right: 8px;"><rect x="2" y="6" width="20" height="12" rx="2" /><text x="12" y="15" text-anchor="middle" font-size="10" fill="currentColor" dominant-baseline="middle">D</text></svg> devkeys
3+
# <img src="apps/web/public/favicon.svg" width="24" height="24" alt="D" /> devkeys
44

55
**Type faster. Code smarter.**
66

7+
![devkeys interface](screenshots/interface.png)
8+
79
A privacy-first typing trainer built for developers who want to sharpen their coding muscle memory.
810

911
Born from the need to master a new split keyboard layout while practicing real code—not random text.

apps/web/src/app/App.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { uiTokens } from "../shared/styles/tokens";
22

33
export const appStyles = {
4-
root: "flex h-screen max-h-screen flex-col items-center justify-center overflow-hidden px-6 py-12 text-neutral-100",
4+
root: "flex h-screen max-h-screen flex-col items-center justify-center overflow-hidden px-6 pt-12 pb-24 text-neutral-100",
55
frameRegion: "relative flex w-full max-w-5xl flex-col items-center gap-6 max-h-full",
66
main: "relative w-full max-w-5xl max-h-full",
77
glow: "pointer-events-none absolute inset-0 -z-10 rounded-[32px] bg-gradient-radial from-blue-500/5 via-transparent to-transparent blur-3xl",

screenshots/interface.png

82.8 KB
Loading

0 commit comments

Comments
 (0)