Skip to content

Commit

Permalink
Tweak the design of top options (for the ligatures page)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadatm committed Oct 3, 2023
1 parent bd8b926 commit 7ffe885
Showing 1 changed file with 60 additions and 44 deletions.
104 changes: 60 additions & 44 deletions ligatures-ending-in-yeh-barree/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@
top: 0;
}

.options > div {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 1em;
}

.options h4 {
font-size: 1em;
font-weight: 700;
margin: 0;
}

.options ul {
list-style: none;
margin: 0;
Expand Down Expand Up @@ -140,50 +153,53 @@
</head>
<body class="nnu3009">
<div dir="ltr" lang="en" class="options">
<ul>
<li>
<label>
<input name="font-switcher" id="nnu2000" type="radio" onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 2.000
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu2001" type="radio" onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 2.001
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3001" type="radio" onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 3.001
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3002" type="radio" onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 3.002
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3005" type="radio" onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 3.005
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3007" type="radio" checked onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 3.007
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3009" type="radio" checked onchange="switchFont(this); return false;" />
Noto Nastaliq Urdu 3.009
</label>
</li>
</ul>
<div>
<h4>Noto Nastaliq Urdu:</h4>
<ul>
<li>
<label>
<input name="font-switcher" id="nnu2000" type="radio" onchange="switchFont(this); return false;" />
v2.000
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu2001" type="radio" onchange="switchFont(this); return false;" />
v2.001
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3001" type="radio" onchange="switchFont(this); return false;" />
v3.001
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3002" type="radio" onchange="switchFont(this); return false;" />
v3.002
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3005" type="radio" onchange="switchFont(this); return false;" />
v3.005
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3007" type="radio" checked onchange="switchFont(this); return false;" />
v3.007
</label>
</li>
<li>
<label>
<input name="font-switcher" id="nnu3009" type="radio" checked onchange="switchFont(this); return false;" />
v3.009
</label>
</li>
</ul>
</div>
<small>(Ligatures from <a href="https://www.cle.org.pk/software/ling_resources/UrduLigatures.htm">CRULP/CLE</a>, with some additions.)</small>
</div>

Expand Down

0 comments on commit 7ffe885

Please sign in to comment.