-
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.28 KB
/
about.html
File metadata and controls
29 lines (27 loc) · 1.28 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="#201811">
<title>About · Panchang 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">Panchang Sathi</p>
<h1>About</h1>
<p>Panchang Sathi ko daily Hindu calendar context ko readable banane ke liye design kiya gaya hai.</p>
<ul>
<li>Daily tithi, nakshatra, yoga, paksha, masa, and ritu</li><li>Sunrise, sunset, Abhijit Muhurta, and Rahu Kalam</li><li>Preset city switching plus browser geolocation</li><li>Festival context when available</li>
</ul>
<p>Is app ka visual direction temple manuscript modernized 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>