Skip to content

Commit 43eef6a

Browse files
Ciphroxxkeshav
authored andcommitted
moved the controls menu to header in varnmala/english and hid record page
1 parent d61b1e7 commit 43eef6a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/pages/varnmala/english.astro

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,33 @@ import BackButton from "@/components/ui/backButton.astro";
4545
<article class="container__english">
4646
<div class="controls" id="controls">
4747
<div class="control-group">
48-
<label>Background:</label>
48+
<label>Bg:</label>
4949
<select id="bgSelector">
5050
<option value="none">None</option>
51-
<option value="gradient1">Gradient 1</option>
52-
<option value="gradient2">Gradient 2</option>
53-
<option value="pattern1">Pattern 1</option>
51+
<option value="gradient1">G1</option>
52+
<option value="gradient2">G2</option>
53+
<option value="pattern1">P1</option>
5454
</select>
55-
<button id="toggleBg">Toggle Background</button>
55+
<button id="toggleBg">Toggle</button>
5656
</div>
5757

5858
<div class="control-group">
5959
<label>Font:</label>
6060
<select id="fontSelector">
6161
<option value="Arial">Arial</option>
6262
<option value="Georgia">Georgia</option>
63-
<option value="Times New Roman">Times New Roman</option>
63+
<option value="Times New Roman">Times</option>
6464
</select>
6565
<input type="color" id="colorPicker" value="#000000" />
6666
</div>
6767
</div>
68+
<Help
69+
title="Hindi Varnmala"
70+
description="Just press any letter fron keyboard and it display the letter and it's relative word in clear way and if you type again it will change the color"
71+
/>
72+
</Fragment>
73+
<BackButton />
74+
<article class="container__english">
6875
<article class="container__hindi" id="letterContainer">
6976
<div class="letter">A</div>
7077
</article>

0 commit comments

Comments
 (0)