-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLearn-Odia-Language.html
More file actions
448 lines (388 loc) · 16.9 KB
/
Copy pathLearn-Odia-Language.html
File metadata and controls
448 lines (388 loc) · 16.9 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO & Meta Data -->
<title>Learn Odia Language</title>
<meta name="description" content="The best way to Learn Odia Language for free. Master the Odia alphabet, practice handwriting, read Madhu Barnabodha, and listen to daily prayers." />
<meta name="keywords" content="Learn Odia Language, Speak Odia, Odia Alphabet, Odia Grammar, Odia Handwriting, Odia Bhasa App, Madhu Barnabodha, Odia Panji 2026, Odia Bhasa app, Learn Odia Language Offline, Learn Odia Offline, Learn Odia Bhasa" />
<meta name="author" content="Sandeep Biswal G" />
<link rel="canonical" href="https://imsbg.github.io/odiabhasa/Learn-Odia-Language">
<!-- Open Graph -->
<meta property="og:title" content="Learn Odia Language" />
<meta property="og:description" content="Start your journey to Learn Odia Language today with digital slate and audio guides." />
<meta property="og:image" content="https://imsbg.github.io/odiabhasa/images/banner.png" />
<meta property="og:url" content="https://imsbg.github.io/odiabhasa/Learn-Odia-Language" />
<!-- Icons & Fonts -->
<link rel="icon" href="https://imsbg.github.io/odiabhasa/images/app.png" type="image/png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google Sans for UI, Noto Sans Oriya for Content -->
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Noto+Sans+Oriya:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Material Symbols -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<style>
:root {
/* Material 3 Color Tokens (Blue/Teal Theme) */
--md-sys-color-primary: #006492;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #cae6ff;
--md-sys-color-on-primary-container: #001e30;
--md-sys-color-secondary: #50606e;
--md-sys-color-secondary-container: #d3e5f5;
--md-sys-color-on-secondary-container: #0c1d29;
--md-sys-color-surface: #f8f9ff;
--md-sys-color-on-surface: #191c1e;
--md-sys-color-surface-container: #eceee8;
--md-sys-color-surface-container-high: #e2e2e2;
--md-sys-color-outline: #72787e;
/* Typography */
--font-ui: 'Google Sans', sans-serif;
--font-odia: 'Noto Sans Oriya', sans-serif;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: var(--font-ui);
background-color: var(--md-sys-color-surface);
color: var(--md-sys-color-on-surface);
line-height: 1.6;
}
/* --- COMPONENTS --- */
/* App Bar */
.top-app-bar {
position: sticky;
top: 0;
z-index: 100;
background: rgba(248, 249, 255, 0.9);
backdrop-filter: blur(12px);
padding: 16px 24px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.brand {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: var(--md-sys-color-on-surface);
}
.brand img {
width: 40px;
height: 40px;
border-radius: 12px;
}
.brand span {
font-size: 1.25rem;
font-weight: 500;
}
/* Buttons (MD3 Filled & Tonal) */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0 24px;
height: 48px;
border-radius: 24px; /* Pill shape */
font-weight: 500;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.2s ease;
border: none;
cursor: pointer;
}
.btn-primary {
background-color: var(--md-sys-color-primary);
color: var(--md-sys-color-on-primary);
box-shadow: 0 4px 8px rgba(0, 100, 146, 0.15);
}
.btn-primary:hover {
box-shadow: 0 6px 12px rgba(0, 100, 146, 0.25);
transform: translateY(-1px);
}
.btn-tonal {
background-color: var(--md-sys-color-secondary-container);
color: var(--md-sys-color-on-secondary-container);
}
.btn-tonal:hover {
background-color: #c0d8ed;
}
/* Cards (MD3 Elevated) */
.card {
background-color: #ffffff;
border-radius: 24px;
padding: 24px;
transition: transform 0.2s, box-shadow 0.2s;
border: 1px solid rgba(0,0,0,0.05);
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
/* Section Styling */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
section {
padding: 60px 0;
}
h2 {
font-size: 2rem;
margin-bottom: 40px;
text-align: center;
color: var(--md-sys-color-on-surface);
}
/* --- HERO SECTION --- */
.hero {
padding: 80px 24px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.hero h1 {
font-size: clamp(2.5rem, 5vw, 4rem);
line-height: 1.1;
font-weight: 700;
max-width: 800px;
background: linear-gradient(135deg, var(--md-sys-color-primary), #004a6f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero p {
font-size: 1.2rem;
color: var(--md-sys-color-secondary);
max-width: 600px;
}
.hero-actions {
display: flex;
gap: 16px;
flex-wrap: wrap;
justify-content: center;
margin-top: 16px;
}
/* Play Store Button Custom */
.play-store-btn {
background: #000;
color: #fff;
padding: 8px 24px;
border-radius: 12px;
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.1);
transition: opacity 0.2s;
}
.play-store-btn:hover { opacity: 0.85; }
.play-store-text { text-align: left; line-height: 1.2; }
.play-store-text span { font-size: 0.7rem; text-transform: uppercase; }
.play-store-text strong { font-size: 1.1rem; display: block; }
/* --- FEATURES GRID --- */
.grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
}
.feature-icon {
width: 56px;
height: 56px;
border-radius: 16px;
background: var(--md-sys-color-primary-container);
color: var(--md-sys-color-on-primary-container);
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
margin-bottom: 20px;
}
/* --- PRAYERS SECTION --- */
.prayer-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 16px;
}
.prayer-item {
background: #fff;
padding: 16px 24px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
color: var(--md-sys-color-on-surface);
border: 1px solid rgba(0,0,0,0.05);
transition: background 0.2s;
}
.prayer-item:hover {
background: var(--md-sys-color-primary-container);
}
.prayer-text {
font-family: var(--font-odia);
font-weight: 600;
font-size: 1.1rem;
}
/* --- FOOTER --- */
footer {
background: var(--md-sys-color-surface-container-high);
padding: 40px 24px;
margin-top: 60px;
border-radius: 40px 40px 0 0;
text-align: center;
}
.footer-links {
display: flex;
justify-content: center;
gap: 24px;
margin: 24px 0;
flex-wrap: wrap;
}
.footer-links a {
color: var(--md-sys-color-secondary);
text-decoration: none;
font-size: 0.9rem;
}
.footer-links a:hover { color: var(--md-sys-color-primary); }
@media (max-width: 600px) {
.hero h1 { font-size: 2.2rem; }
.hero-actions { flex-direction: column; width: 100%; }
.btn { width: 100%; }
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="top-app-bar">
<a href="#" class="brand">
<img src="https://imsbg.github.io/odiabhasa/images/app.png" alt="Odia Bhasa Logo">
<span>Odia Bhasa</span>
</a>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<span style="color: var(--md-sys-color-primary); font-weight: 600; letter-spacing: 1px; text-transform: uppercase;">The Ultimate Odia Learning Platform</span>
<h1>Odia Bhasa</h1>
<p>Master reading, writing, and speaking Odia. From the digital slate to the classic Barnabodha, access everything you need offline.</p>
<div class="hero-actions">
<!-- Play Store Button -->
<a href="https://play.google.com/store/apps/details?id=in.sandeep.odiabhasa" target="_blank" class="play-store-btn">
<img src="https://imsbg.github.io/odiabhasa/images/app.png" style="width: 30px; height: 30px; border-radius: 5px;" alt="icon">
<div class="play-store-text">
<span>Get it on</span>
<strong>Google Play</strong>
</div>
</a>
<!-- Web Read Button -->
<a href="https://imsbg.github.io/odiabhasa/read" class="btn btn-tonal">
<span class="material-symbols-rounded">menu_book</span>
Read Books Online
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" style="background: var(--md-sys-color-surface-container);">
<div class="container">
<h2>Core Features</h2>
<div class="grid-3">
<!-- Feature 1 -->
<div class="card">
<div class="feature-icon">
<span class="material-symbols-rounded">draw</span>
</div>
<h3 style="font-size: 1.5rem; margin-bottom: 8px;">Alphabet and Diacritics</h3>
<p style="color: var(--md-sys-color-secondary);">An easy way to learn Vowels, Consonants, Matras (Vowel signs), Phalas (Consonant signs), and Conjuncts. </p>
</div>
<!-- Feature 2 -->
<div class="card">
<div class="feature-icon">
<span class="material-symbols-rounded">record_voice_over</span>
</div>
<h3 style="font-size: 1.5rem; margin-bottom: 8px;">Odia Books</h3>
<p style="color: var(--md-sys-color-secondary);">Read new stories, poems, and more, listen to the audio, and learn something new.</p>
</div>
<!-- Feature 3 -->
<div class="card">
<div class="feature-icon">
<span class="material-symbols-rounded">calendar_month</span>
</div>
<h3 style="font-size: 1.5rem; margin-bottom: 8px;">Odia Calendar 2026</h3>
<p style="color: var(--md-sys-color-secondary);">Built-in Odia Panji including all festivals, holidays, and seasons (Rutu) to keep you connected to the culture.</p>
</div>
</div>
</div>
</section>
<!-- Prayers Section -->
<section id="prayers">
<div class="container">
<h2>School Prayers & Anthems</h2>
<p style="text-align: center; margin-bottom: 30px; color: var(--md-sys-color-secondary);">Daily recitations for students and learners.</p>
<div class="prayer-list">
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">ଆହେ ଦୟାମୟ ବିଶ୍ୱ ବିହାରୀ</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">ଭବ ସାଗର ତାରଣ କାରଣ ହେ</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">ଶ୍ରୀ ଗୁରୁ ବନ୍ଦନା</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">ହେ ଆନନ୍ଦମୟ କୋଟି</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">କରୁଣା ସାଗର ପ୍ରଭୁ ହେ</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">ତୁମେଟି ଜଗତ କରତା</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=op" class="prayer-item">
<span class="prayer-text">କି ସୁନ୍ଦର ଆହା କି ଆନନ୍ଦମୟ</span>
<span class="material-symbols-rounded">play_circle</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=amagouraba" class="prayer-item" style="border-left: 4px solid orange;">
<span class="prayer-text">ଜାତୀୟ ସଙ୍ଗୀତ (National Anthem)</span>
<span class="material-symbols-rounded">flag</span>
</a>
<a href="https://odiabhasa.pages.dev/open?Bahi=amagouraba" class="prayer-item" style="border-left: 4px solid var(--md-sys-color-primary);">
<span class="prayer-text">ବନ୍ଦେ ଉତ୍କଳ ଜନନୀ (State Anthem)</span>
<span class="material-symbols-rounded">map</span>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<img src="https://imsbg.github.io/odiabhasa/images/app.png" width="50" style="border-radius: 12px; margin-bottom: 15px;" alt="Logo">
<h3 style="margin-bottom: 5px;">Odia Bhasa</h3>
<p style="font-size: 0.9rem; color: var(--md-sys-color-secondary);">Developed by Sandeep Biswal G</p>
<div class="footer-links">
<a href="https://imsbg.github.io/odiabhasa/">Home</a>
<a href="https://imsbg.github.io/odiabhasa/privacy-policy">Privacy Policy</a>
<a href="https://imsbg.github.io/odiabhasa/terms">Terms of Service</a>
<a href="https://imsbg.github.io/odiabhasa/dmca">DMCA</a>
<a href="mailto:message.sbg@gmail.com">Support</a>
</div>
<p style="font-size: 0.8rem; color: #999;">© 2026 Odia Bhasa. All rights reserved.</p>
</div>
</footer>
</body>
</html>