Skip to content

Commit 6f5f8a8

Browse files
authored
refactor(index.html): move the random generator category to the end (#566)
1 parent 6dad9d0 commit 6f5f8a8

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

index.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -327,17 +327,17 @@ <h1 id="head">Code Magic</h1>
327327
</ul>
328328
</li>
329329

330-
<li id="random" class="dropdown">
330+
<li id="layout-generator" class="dropdown">
331331
<div>
332332
<div>
333333
<iconify-icon
334334
inline
335-
icon="game-icons:perspective-dice-six-faces-random"
335+
icon="ph:layout"
336336
style="color: white"
337337
width="20"
338338
height="20"
339339
></iconify-icon>
340-
<span>Random Generators</span>
340+
<span>Layout Generators</span>
341341
</div>
342342
<iconify-icon
343343
inline
@@ -347,46 +347,31 @@ <h1 id="head">Code Magic</h1>
347347
></iconify-icon>
348348
</div>
349349
<ul>
350-
<li data-gen="pic-text">
351-
<iconify-icon
352-
inline
353-
icon="cil:text-shapes"
354-
style="color: white"
355-
width="20"
356-
height="20"
357-
></iconify-icon>
358-
<span>Pic-Text</span>
359-
<span class="tooltip">
360-
Convert Your Image to Character Art
361-
</span>
362-
</li>
363-
<li data-gen="scroll">
350+
<li data-gen="grid-generators">
364351
<iconify-icon
365352
inline
366-
icon="ph:mouse-scroll"
353+
icon="ep:grid"
367354
style="color: white"
368355
width="20"
369356
height="20"
370357
></iconify-icon>
371-
<span>Custom ScrollBar</span>
372-
<span class="tooltip"
373-
>Change the color and style of the scrollbar</span
374-
>
358+
<span>CSS Grid Generator</span>
359+
<span class="tooltip"> Get styling for css grid </span>
375360
</li>
376361
</ul>
377362
</li>
378363

379-
<li id="layout-generator" class="dropdown">
364+
<li id="random" class="dropdown">
380365
<div>
381366
<div>
382367
<iconify-icon
383368
inline
384-
icon="ph:layout"
369+
icon="game-icons:perspective-dice-six-faces-random"
385370
style="color: white"
386371
width="20"
387372
height="20"
388373
></iconify-icon>
389-
<span>Layout Generators</span>
374+
<span>Random Generators</span>
390375
</div>
391376
<iconify-icon
392377
inline
@@ -396,16 +381,31 @@ <h1 id="head">Code Magic</h1>
396381
></iconify-icon>
397382
</div>
398383
<ul>
399-
<li data-gen="grid-generators">
384+
<li data-gen="pic-text">
400385
<iconify-icon
401386
inline
402-
icon="ep:grid"
387+
icon="cil:text-shapes"
403388
style="color: white"
404389
width="20"
405390
height="20"
406391
></iconify-icon>
407-
<span>CSS Grid Generator</span>
408-
<span class="tooltip"> Get styling for css grid </span>
392+
<span>Pic-Text</span>
393+
<span class="tooltip">
394+
Convert Your Image to Character Art
395+
</span>
396+
</li>
397+
<li data-gen="scroll">
398+
<iconify-icon
399+
inline
400+
icon="ph:mouse-scroll"
401+
style="color: white"
402+
width="20"
403+
height="20"
404+
></iconify-icon>
405+
<span>Custom ScrollBar</span>
406+
<span class="tooltip"
407+
>Change the color and style of the scrollbar</span
408+
>
409409
</li>
410410
</ul>
411411
</li>

0 commit comments

Comments
 (0)