File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 8 px ; " >< 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+
79A privacy-first typing trainer built for developers who want to sharpen their coding muscle memory.
810
911Born from the need to master a new split keyboard layout while practicing real code—not random text.
Original file line number Diff line number Diff line change 11import { uiTokens } from "../shared/styles/tokens" ;
22
33export 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" ,
You can’t perform that action at this time.
0 commit comments