• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3	<head>
4		<meta charset="utf-8" />
5		<meta name="description" content="" />
6		<meta name="viewport" content="width=device-width, initial-scale=1" />
7		<title>Noto Dashboard</title>
8		<link
9			href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
10			rel="stylesheet"
11			integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
12			crossorigin="anonymous"
13		/>
14		<script
15			src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
16			integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
17			crossorigin="anonymous"
18		></script>
19		<script
20			src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
21			integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
22			crossorigin="anonymous"
23		></script>
24		<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
25      rel="stylesheet">
26      <style>
27      	[data-toggle="collapse"] .material-icons:before {
28  content: "\e5d6";
29}
30
31[data-toggle="collapse"].collapsed .material-icons:before {
32  content: "\e5d7";
33}
34.material-icons { display:inline-block; vertical-align:middle; text-decoration: none !important;}
35td .material-icons { display:inline-flex; vertical-align: top; font-size:1.1rem; }
36</style>
37
38	</head>
39	<body>
40		<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
41			<div class="container-fluid">
42				<div class="order-0 mr-auto">
43					<a class="navbar-brand" href="#"> Noto Dashboard </a>
44				</div>
45				<div class="collapse navbar-collapse" id="navbarNav">
46					<ul class="navbar-nav mx-auto">
47						<li class="nav-item">
48			        <a class="nav-link" href="/">Dashboard</a>
49			      </li>
50						<li class="nav-item">
51			        <a class="nav-link" href="/overview">Overview</a>
52			      </li>
53						<li class="nav-item active">
54			        <a class="nav-link" href="/analytics.html">Analytics</a>
55			      </li>
56			    </ul>
57			    </div>
58			</div>
59		</nav>
60		<div class="container mt-2">
61			<h2>Open and closed issues per month</h2>
62			<div class="row">
63				<div class="col">
64					<table class="table">
65						<tr>
66							<th>Month</th>
67							<th>Opened issues</th>
68							<th>Closed issues</th>
69						</tr>
70						<tr>
71							<td>Jan</td>
72							<td>13</td>
73							<td>150</td>
74						</tr>
75						<tr>
76							<td>Feb</td>
77							<td>10</td>
78							<td>90</td>
79						</tr>
80						<tr>
81							<td>Mar</td>
82							<td>5</td>
83							<td>29</td>
84						</tr>
85					</table>
86				</div>
87				<div class="col">
88					<img class="img-fluid" src="open-closed.png" />
89				</div>
90			</div>
91			<h2>Open issues</h2>
92			<div class="row">
93				<div class="col">
94					<table class="table">
95						<tr>
96							<th>Repository</th>
97							<th>Open issues</th>
98						</tr>
99						<tr>
100							<td>
101								<a href="http://github.com/notofonts/latin-greek-cyrillic">latin-greek-cyrillic</a>
102							</td>
103							<td>149</td>
104						</tr>
105						<tr>
106							<td>
107								<a href="http://github.com/notofonts/myanmar">myanmar</a>
108							</td>
109							<td>32</td>
110						</tr>
111						<tr>
112							<td>
113								<a href="http://github.com/notofonts/math">math</a>
114							</td>
115							<td>19</td>
116						</tr>
117						<tr>
118							<td>
119								<a href="http://github.com/notofonts/symbols">symbols</a>
120							</td>
121							<td>18</td>
122						</tr>
123						<tr>
124							<td>
125								<a href="http://github.com/notofonts/nastaliq">nastaliq</a>
126							</td>
127							<td>17</td>
128						</tr>
129						<tr>
130							<td>
131								<a href="http://github.com/notofonts/arabic">arabic</a>
132							</td>
133							<td>15</td>
134						</tr>
135						<tr>
136							<td>
137								<a href="http://github.com/notofonts/tibetan">tibetan</a>
138							</td>
139							<td>12</td>
140						</tr>
141						<tr>
142							<td>
143								<a href="http://github.com/notofonts/thai">thai</a>
144							</td>
145							<td>11</td>
146						</tr>
147						<tr>
148							<td>
149								<a href="http://github.com/notofonts/hebrew">hebrew</a>
150							</td>
151							<td>10</td>
152						</tr>
153						<tr>
154							<td>
155								<a href="http://github.com/notofonts/siddham">siddham</a>
156							</td>
157							<td>10</td>
158						</tr>
159					</table>
160				</div>
161				<div class="col">
162					<img class="img-fluid" src="top-10.png" />
163				</div>
164			</div>
165			<h2>Low-hanging fruit</h2>
166			<table class="table">
167				<tr>
168					<th>Open issues</th>
169					<th>Repository</th>
170				</tr>
171				<tr>
172					<td>1</td>
173					<td>
174						<a href="http://github.com/notofonts/bamum">bamum</a>,  						<a href="http://github.com/notofonts/deseret">deseret</a>,  						<a href="http://github.com/notofonts/duployan">duployan</a>,  						<a href="http://github.com/notofonts/inscriptional-parthian">inscriptional-parthian</a>,  						<a href="http://github.com/notofonts/kharoshthi">kharoshthi</a>,  						<a href="http://github.com/notofonts/khitan-small-script">khitan-small-script</a>,  						<a href="http://github.com/notofonts/khudawadi">khudawadi</a>,  						<a href="http://github.com/notofonts/linear-a">linear-a</a>,  						<a href="http://github.com/notofonts/meetei-mayek">meetei-mayek</a>,  						<a href="http://github.com/notofonts/miao">miao</a>,  						<a href="http://github.com/notofonts/nushu">nushu</a>,  						<a href="http://github.com/notofonts/old-italic">old-italic</a>,  						<a href="http://github.com/notofonts/saurashtra">saurashtra</a>,  						<a href="http://github.com/notofonts/sinhala">sinhala</a>,  						<a href="http://github.com/notofonts/tai-le">tai-le</a>,  						<a href="http://github.com/notofonts/telugu">telugu</a>
175					</td>
176				</tr>
177				<tr>
178					<td>2</td>
179					<td>
180						<a href="http://github.com/notofonts/canadian-aboriginal">canadian-aboriginal</a>,  						<a href="http://github.com/notofonts/cham">cham</a>,  						<a href="http://github.com/notofonts/chorasmian">chorasmian</a>,  						<a href="http://github.com/notofonts/coptic">coptic</a>,  						<a href="http://github.com/notofonts/elbasan">elbasan</a>,  						<a href="http://github.com/notofonts/elymaic">elymaic</a>,  						<a href="http://github.com/notofonts/georgian">georgian</a>,  						<a href="http://github.com/notofonts/hanifi-rohingya">hanifi-rohingya</a>,  						<a href="http://github.com/notofonts/hanunoo">hanunoo</a>,  						<a href="http://github.com/notofonts/inscriptional-pahlavi">inscriptional-pahlavi</a>,  						<a href="http://github.com/notofonts/kawi">kawi</a>,  						<a href="http://github.com/notofonts/limbu">limbu</a>,  						<a href="http://github.com/notofonts/lydian">lydian</a>,  						<a href="http://github.com/notofonts/marchen">marchen</a>,  						<a href="http://github.com/notofonts/meroitic">meroitic</a>,  						<a href="http://github.com/notofonts/multani">multani</a>,  						<a href="http://github.com/notofonts/nko">nko</a>,  						<a href="http://github.com/notofonts/old-turkic">old-turkic</a>,  						<a href="http://github.com/notofonts/oriya">oriya</a>,  						<a href="http://github.com/notofonts/pahawh-hmong">pahawh-hmong</a>,  						<a href="http://github.com/notofonts/phags-pa">phags-pa</a>,  						<a href="http://github.com/notofonts/psalter-pahlavi">psalter-pahlavi</a>,  						<a href="http://github.com/notofonts/takri">takri</a>,  						<a href="http://github.com/notofonts/tangsa">tangsa</a>,  						<a href="http://github.com/notofonts/thaana">thaana</a>,  						<a href="http://github.com/notofonts/yezidi">yezidi</a>,  						<a href="http://github.com/notofonts/zanabazar-square">zanabazar-square</a>
181					</td>
182				</tr>
183				<tr>
184					<td>3</td>
185					<td>
186						<a href="http://github.com/notofonts/ethiopic">ethiopic</a>,  						<a href="http://github.com/notofonts/glagolitic">glagolitic</a>,  						<a href="http://github.com/notofonts/gunjala-gondi">gunjala-gondi</a>,  						<a href="http://github.com/notofonts/gurmukhi">gurmukhi</a>,  						<a href="http://github.com/notofonts/lao">lao</a>,  						<a href="http://github.com/notofonts/mandaic">mandaic</a>,  						<a href="http://github.com/notofonts/nyiakeng-puachue-hmong">nyiakeng-puachue-hmong</a>,  						<a href="http://github.com/notofonts/old-hungarian">old-hungarian</a>,  						<a href="http://github.com/notofonts/old-sogdian">old-sogdian</a>,  						<a href="http://github.com/notofonts/rejang">rejang</a>,  						<a href="http://github.com/notofonts/sharada">sharada</a>,  						<a href="http://github.com/notofonts/soyombo">soyombo</a>,  						<a href="http://github.com/notofonts/tagalog">tagalog</a>,  						<a href="http://github.com/notofonts/tai-viet">tai-viet</a>
187					</td>
188				</tr>
189				<tr>
190					<td>4</td>
191					<td>
192						<a href="http://github.com/notofonts/ahom">ahom</a>,  						<a href="http://github.com/notofonts/armenian">armenian</a>,  						<a href="http://github.com/notofonts/caucasian-albanian">caucasian-albanian</a>,  						<a href="http://github.com/notofonts/dogra">dogra</a>,  						<a href="http://github.com/notofonts/manichaean">manichaean</a>,  						<a href="http://github.com/notofonts/modi">modi</a>,  						<a href="http://github.com/notofonts/nandinagari">nandinagari</a>,  						<a href="http://github.com/notofonts/old-hungarian-ui">old-hungarian-ui</a>,  						<a href="http://github.com/notofonts/sundanese">sundanese</a>,  						<a href="http://github.com/notofonts/tai-tham">tai-tham</a>
193					</td>
194				</tr>
195				<tr>
196					<td>5</td>
197					<td>
198						<a href="http://github.com/notofonts/bengali">bengali</a>,  						<a href="http://github.com/notofonts/bhaiksuki">bhaiksuki</a>,  						<a href="http://github.com/notofonts/devanagari">devanagari</a>,  						<a href="http://github.com/notofonts/egyptian-hieroglyphs">egyptian-hieroglyphs</a>,  						<a href="http://github.com/notofonts/grantha">grantha</a>,  						<a href="http://github.com/notofonts/javanese">javanese</a>,  						<a href="http://github.com/notofonts/music">music</a>
199					</td>
200				</tr>
201				<tr>
202					<td>6</td>
203					<td>
204						<a href="http://github.com/notofonts/adlam">adlam</a>,  						<a href="http://github.com/notofonts/brahmi">brahmi</a>,  						<a href="http://github.com/notofonts/kaithi">kaithi</a>,  						<a href="http://github.com/notofonts/khojki">khojki</a>,  						<a href="http://github.com/notofonts/mongolian">mongolian</a>,  						<a href="http://github.com/notofonts/sign-writing">sign-writing</a>,  						<a href="http://github.com/notofonts/syriac">syriac</a>,  						<a href="http://github.com/notofonts/tamil">tamil</a>,  						<a href="http://github.com/notofonts/tifinagh">tifinagh</a>
205					</td>
206				</tr>
207				<tr>
208					<td>7</td>
209					<td>
210						<a href="http://github.com/notofonts/dives-akuru">dives-akuru</a>,  						<a href="http://github.com/notofonts/gujarati">gujarati</a>,  						<a href="http://github.com/notofonts/malayalam">malayalam</a>,  						<a href="http://github.com/notofonts/syloti-nagri">syloti-nagri</a>
211					</td>
212				</tr>
213				<tr>
214					<td>8</td>
215					<td>
216						<a href="http://github.com/notofonts/kannada">kannada</a>
217					</td>
218				</tr>
219				<tr>
220					<td>9</td>
221					<td>
222						<a href="http://github.com/notofonts/balinese">balinese</a>,  						<a href="http://github.com/notofonts/khmer">khmer</a>
223					</td>
224				</tr>
225				<tr>
226					<td>10</td>
227					<td>
228						<a href="http://github.com/notofonts/hebrew">hebrew</a>,  						<a href="http://github.com/notofonts/siddham">siddham</a>,  						<a href="http://github.com/notofonts/tirhuta">tirhuta</a>
229					</td>
230				</tr>
231			</table>
232			<h2>Issues per tier</h2>
233			<div class="row">
234				<div class="col">
235					<table class="table">
236						<tr>
237							<th>Tier</th>
238							<th>Open issues</th>
239						</tr>
240						<tr>
241							<td>1</td>
242							<td>
243									<a href="http://github.com/notofonts/latin-greek-cyrillic">latin-greek-cyrillic</a>: 149,
244
245									<a href="http://github.com/notofonts/nastaliq">nastaliq</a>: 17,
246
247									<a href="http://github.com/notofonts/arabic">arabic</a>: 15,
248
249									<a href="http://github.com/notofonts/hebrew">hebrew</a>: 10,
250
251									<a href="http://github.com/notofonts/kannada">kannada</a>: 8,
252
253									<a href="http://github.com/notofonts/gujarati">gujarati</a>: 7,
254
255									<a href="http://github.com/notofonts/malayalam">malayalam</a>: 7,
256
257									<a href="http://github.com/notofonts/tamil">tamil</a>: 6,
258
259									<a href="http://github.com/notofonts/bengali">bengali</a>: 5,
260
261									<a href="http://github.com/notofonts/devanagari">devanagari</a>: 5,
262
263									<a href="http://github.com/notofonts/armenian">armenian</a>: 4,
264
265									<a href="http://github.com/notofonts/gurmukhi">gurmukhi</a>: 3,
266
267									<a href="http://github.com/notofonts/oriya">oriya</a>: 2,
268
269									<a href="http://github.com/notofonts/sinhala">sinhala</a>: 1,
270
271									<a href="http://github.com/notofonts/telugu">telugu</a>: 1
272							</td>
273						</tr>
274						<tr>
275							<td>2</td>
276							<td>
277									<a href="http://github.com/notofonts/myanmar">myanmar</a>: 32,
278
279									<a href="http://github.com/notofonts/thai">thai</a>: 11,
280
281									<a href="http://github.com/notofonts/balinese">balinese</a>: 9,
282
283									<a href="http://github.com/notofonts/khmer">khmer</a>: 9,
284
285									<a href="http://github.com/notofonts/adlam">adlam</a>: 6,
286
287									<a href="http://github.com/notofonts/ethiopic">ethiopic</a>: 3,
288
289									<a href="http://github.com/notofonts/georgian">georgian</a>: 2,
290
291									<a href="http://github.com/notofonts/limbu">limbu</a>: 2
292							</td>
293						</tr>
294						<tr>
295							<td>3</td>
296							<td>
297									<a href="http://github.com/notofonts/math">math</a>: 19,
298
299									<a href="http://github.com/notofonts/symbols">symbols</a>: 18,
300
301									<a href="http://github.com/notofonts/tibetan">tibetan</a>: 12,
302
303									<a href="http://github.com/notofonts/siddham">siddham</a>: 10,
304
305									<a href="http://github.com/notofonts/syloti-nagri">syloti-nagri</a>: 7,
306
307									<a href="http://github.com/notofonts/khojki">khojki</a>: 6,
308
309									<a href="http://github.com/notofonts/mongolian">mongolian</a>: 6,
310
311									<a href="http://github.com/notofonts/sign-writing">sign-writing</a>: 6,
312
313									<a href="http://github.com/notofonts/syriac">syriac</a>: 6,
314
315									<a href="http://github.com/notofonts/tifinagh">tifinagh</a>: 6,
316
317									<a href="http://github.com/notofonts/javanese">javanese</a>: 5,
318
319									<a href="http://github.com/notofonts/music">music</a>: 5,
320
321									<a href="http://github.com/notofonts/modi">modi</a>: 4,
322
323									<a href="http://github.com/notofonts/sundanese">sundanese</a>: 4,
324
325									<a href="http://github.com/notofonts/tai-tham">tai-tham</a>: 4,
326
327									<a href="http://github.com/notofonts/gunjala-gondi">gunjala-gondi</a>: 3,
328
329									<a href="http://github.com/notofonts/lao">lao</a>: 3,
330
331									<a href="http://github.com/notofonts/nyiakeng-puachue-hmong">nyiakeng-puachue-hmong</a>: 3,
332
333									<a href="http://github.com/notofonts/rejang">rejang</a>: 3,
334
335									<a href="http://github.com/notofonts/sharada">sharada</a>: 3,
336
337									<a href="http://github.com/notofonts/tagalog">tagalog</a>: 3,
338
339									<a href="http://github.com/notofonts/tai-viet">tai-viet</a>: 3,
340
341									<a href="http://github.com/notofonts/canadian-aboriginal">canadian-aboriginal</a>: 2,
342
343									<a href="http://github.com/notofonts/cham">cham</a>: 2,
344
345									<a href="http://github.com/notofonts/coptic">coptic</a>: 2,
346
347									<a href="http://github.com/notofonts/hanifi-rohingya">hanifi-rohingya</a>: 2,
348
349									<a href="http://github.com/notofonts/hanunoo">hanunoo</a>: 2,
350
351									<a href="http://github.com/notofonts/multani">multani</a>: 2,
352
353									<a href="http://github.com/notofonts/nko">nko</a>: 2,
354
355									<a href="http://github.com/notofonts/pahawh-hmong">pahawh-hmong</a>: 2,
356
357									<a href="http://github.com/notofonts/takri">takri</a>: 2,
358
359									<a href="http://github.com/notofonts/tangsa">tangsa</a>: 2,
360
361									<a href="http://github.com/notofonts/thaana">thaana</a>: 2,
362
363									<a href="http://github.com/notofonts/zanabazar-square">zanabazar-square</a>: 2,
364
365									<a href="http://github.com/notofonts/bamum">bamum</a>: 1,
366
367									<a href="http://github.com/notofonts/duployan">duployan</a>: 1,
368
369									<a href="http://github.com/notofonts/meetei-mayek">meetei-mayek</a>: 1,
370
371									<a href="http://github.com/notofonts/miao">miao</a>: 1,
372
373									<a href="http://github.com/notofonts/saurashtra">saurashtra</a>: 1,
374
375									<a href="http://github.com/notofonts/tai-le">tai-le</a>: 1
376							</td>
377						</tr>
378						<tr>
379							<td>4</td>
380							<td>
381									<a href="http://github.com/notofonts/tirhuta">tirhuta</a>: 10,
382
383									<a href="http://github.com/notofonts/brahmi">brahmi</a>: 6,
384
385									<a href="http://github.com/notofonts/kaithi">kaithi</a>: 6,
386
387									<a href="http://github.com/notofonts/egyptian-hieroglyphs">egyptian-hieroglyphs</a>: 5,
388
389									<a href="http://github.com/notofonts/grantha">grantha</a>: 5,
390
391									<a href="http://github.com/notofonts/ahom">ahom</a>: 4,
392
393									<a href="http://github.com/notofonts/dogra">dogra</a>: 4,
394
395									<a href="http://github.com/notofonts/manichaean">manichaean</a>: 4,
396
397									<a href="http://github.com/notofonts/old-hungarian-ui">old-hungarian-ui</a>: 4,
398
399									<a href="http://github.com/notofonts/glagolitic">glagolitic</a>: 3,
400
401									<a href="http://github.com/notofonts/mandaic">mandaic</a>: 3,
402
403									<a href="http://github.com/notofonts/old-hungarian">old-hungarian</a>: 3,
404
405									<a href="http://github.com/notofonts/soyombo">soyombo</a>: 3,
406
407									<a href="http://github.com/notofonts/kawi">kawi</a>: 2,
408
409									<a href="http://github.com/notofonts/lydian">lydian</a>: 2,
410
411									<a href="http://github.com/notofonts/phags-pa">phags-pa</a>: 2,
412
413									<a href="http://github.com/notofonts/yezidi">yezidi</a>: 2,
414
415									<a href="http://github.com/notofonts/deseret">deseret</a>: 1,
416
417									<a href="http://github.com/notofonts/khudawadi">khudawadi</a>: 1,
418
419									<a href="http://github.com/notofonts/linear-a">linear-a</a>: 1,
420
421									<a href="http://github.com/notofonts/nushu">nushu</a>: 1
422							</td>
423						</tr>
424						<tr>
425							<td>5</td>
426							<td>
427									<a href="http://github.com/notofonts/dives-akuru">dives-akuru</a>: 7,
428
429									<a href="http://github.com/notofonts/bhaiksuki">bhaiksuki</a>: 5,
430
431									<a href="http://github.com/notofonts/caucasian-albanian">caucasian-albanian</a>: 4,
432
433									<a href="http://github.com/notofonts/nandinagari">nandinagari</a>: 4,
434
435									<a href="http://github.com/notofonts/old-sogdian">old-sogdian</a>: 3,
436
437									<a href="http://github.com/notofonts/chorasmian">chorasmian</a>: 2,
438
439									<a href="http://github.com/notofonts/elbasan">elbasan</a>: 2,
440
441									<a href="http://github.com/notofonts/elymaic">elymaic</a>: 2,
442
443									<a href="http://github.com/notofonts/inscriptional-pahlavi">inscriptional-pahlavi</a>: 2,
444
445									<a href="http://github.com/notofonts/marchen">marchen</a>: 2,
446
447									<a href="http://github.com/notofonts/meroitic">meroitic</a>: 2,
448
449									<a href="http://github.com/notofonts/old-turkic">old-turkic</a>: 2,
450
451									<a href="http://github.com/notofonts/psalter-pahlavi">psalter-pahlavi</a>: 2,
452
453									<a href="http://github.com/notofonts/inscriptional-parthian">inscriptional-parthian</a>: 1,
454
455									<a href="http://github.com/notofonts/kharoshthi">kharoshthi</a>: 1,
456
457									<a href="http://github.com/notofonts/khitan-small-script">khitan-small-script</a>: 1,
458
459									<a href="http://github.com/notofonts/old-italic">old-italic</a>: 1
460							</td>
461						</tr>
462					</table>
463				</div>
464				<div class="col">
465					<img class="img-fluid" src="per-tier.png" />
466				</div>
467			</div>
468			<h2>Releases</h2>
469			<div class="row">
470				<div class="col">
471					<table class="table">
472						<tr>
473							<th>Month</th>
474							<th>Release</th>
475						</tr>
476						<tr>
477							<td>Jan</td>
478							<td id="month-Jan">
479								<button
480									class="btn btn-link collapsed"
481									data-toggle="collapse"
482									data-target="#month-Jan .releases"
483								>
484									<span class="material-icons"></span>
485									15 releases
486								</button>
487								<ul class="releases collapse">
488									<li><a href="https://github.com/notofonts/avestan/releases/tag/NotoSansAvestan-v2.003">NotoSansAvestan-v2.003</a></li>
489									<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSerifBalinese-v2.005">NotoSerifBalinese-v2.005</a></li>
490									<li><a href="https://github.com/notofonts/balinese/releases/tag/NotoSansBalinese-v2.004">NotoSansBalinese-v2.004</a></li>
491									<li><a href="https://github.com/notofonts/carian/releases/tag/NotoSansCarian-v2.002">NotoSansCarian-v2.002</a></li>
492									<li><a href="https://github.com/notofonts/duployan/releases/tag/NotoSansDuployan-v3.001">NotoSansDuployan-v3.001</a></li>
493									<li><a href="https://github.com/notofonts/kharoshthi/releases/tag/NotoSansKharoshthi-v2.004">NotoSansKharoshthi-v2.004</a></li>
494									<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoSerifKhitanSmallScript-v1.000">NotoSerifKhitanSmallScript-v1.000</a></li>
495									<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoFangsongKSSRotated-v1.000">NotoFangsongKSSRotated-v1.000</a></li>
496									<li><a href="https://github.com/notofonts/khitan-small-script/releases/tag/NotoFangsongKSSVertical-v1.000">NotoFangsongKSSVertical-v1.000</a></li>
497									<li><a href="https://github.com/notofonts/latin-greek-cyrillic/releases/tag/NotoSans-v2.010">NotoSans-v2.010</a></li>
498									<li><a href="https://github.com/notofonts/nushu/releases/tag/NotoTraditionalNushu-v2.003">NotoTraditionalNushu-v2.003</a></li>
499									<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacWestern-v3.000">NotoSansSyriacWestern-v3.000</a></li>
500									<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriac-v3.000">NotoSansSyriac-v3.000</a></li>
501									<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacEastern-v3.000">NotoSansSyriacEastern-v3.000</a></li>
502									<li><a href="https://github.com/notofonts/syriac/releases/tag/NotoSansSyriacEastern-v3.001">NotoSansSyriacEastern-v3.001</a></li>
503								</ul>
504							</td>
505						</tr>
506
507						<tr>
508							<td>Mar</td>
509							<td id="month-Mar">
510								<button
511									class="btn btn-link collapsed"
512									data-toggle="collapse"
513									data-target="#month-Mar .releases"
514								>
515									<span class="material-icons"></span>
516									2 releases
517								</button>
518								<ul class="releases collapse">
519									<li><a href="https://github.com/notofonts/telugu/releases/tag/NotoSerifTelugu-v2.004">NotoSerifTelugu-v2.004</a></li>
520									<li><a href="https://github.com/notofonts/telugu/releases/tag/NotoSansTelugu-v2.004">NotoSansTelugu-v2.004</a></li>
521								</ul>
522							</td>
523						</tr>
524
525					</table>
526				</div>
527				<div class="col">
528					<img class="img-fluid" src="releases.png" />
529				</div>
530			</div>
531		</div>
532	</body>
533</html>
534