-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
29 lines (27 loc) · 1.23 KB
/
Copy pathabout.html
File metadata and controls
29 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="hi">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#112219">
<title>About · Dhyan Sathi</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="simple-page">
<article class="simple-card">
<p class="eyebrow">Dhyan Sathi</p>
<h1>About</h1>
<p>Dhyan Sathi ko deep work ko structured aur calm banane ke liye design kiya gaya hai.</p>
<ul>
<li>25, 45, and 60 minute focus presets</li><li>Auto switch between focus and 5 minute break</li><li>Task anchor and completed cycle counter</li><li>Browser notification support when allowed</li>
</ul>
<p>Is app ka visual direction night study lamp hai, taaki family suite me iska apna strong personality rahe.</p>
<p><a class="family-chip" href="./index.html">Back to app</a></p>
</article>
</main>
</body>
</html>