Skip to content

Commit

Permalink
refactor(index.html): move the random generator category to the end (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin authored Aug 2, 2024
1 parent 6dad9d0 commit 6f5f8a8
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,17 +327,17 @@ <h1 id="head">Code Magic</h1>
</ul>
</li>

<li id="random" class="dropdown">
<li id="layout-generator" class="dropdown">
<div>
<div>
<iconify-icon
inline
icon="game-icons:perspective-dice-six-faces-random"
icon="ph:layout"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Random Generators</span>
<span>Layout Generators</span>
</div>
<iconify-icon
inline
Expand All @@ -347,46 +347,31 @@ <h1 id="head">Code Magic</h1>
></iconify-icon>
</div>
<ul>
<li data-gen="pic-text">
<iconify-icon
inline
icon="cil:text-shapes"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Pic-Text</span>
<span class="tooltip">
Convert Your Image to Character Art
</span>
</li>
<li data-gen="scroll">
<li data-gen="grid-generators">
<iconify-icon
inline
icon="ph:mouse-scroll"
icon="ep:grid"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Custom ScrollBar</span>
<span class="tooltip"
>Change the color and style of the scrollbar</span
>
<span>CSS Grid Generator</span>
<span class="tooltip"> Get styling for css grid </span>
</li>
</ul>
</li>

<li id="layout-generator" class="dropdown">
<li id="random" class="dropdown">
<div>
<div>
<iconify-icon
inline
icon="ph:layout"
icon="game-icons:perspective-dice-six-faces-random"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Layout Generators</span>
<span>Random Generators</span>
</div>
<iconify-icon
inline
Expand All @@ -396,16 +381,31 @@ <h1 id="head">Code Magic</h1>
></iconify-icon>
</div>
<ul>
<li data-gen="grid-generators">
<li data-gen="pic-text">
<iconify-icon
inline
icon="ep:grid"
icon="cil:text-shapes"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>CSS Grid Generator</span>
<span class="tooltip"> Get styling for css grid </span>
<span>Pic-Text</span>
<span class="tooltip">
Convert Your Image to Character Art
</span>
</li>
<li data-gen="scroll">
<iconify-icon
inline
icon="ph:mouse-scroll"
style="color: white"
width="20"
height="20"
></iconify-icon>
<span>Custom ScrollBar</span>
<span class="tooltip"
>Change the color and style of the scrollbar</span
>
</li>
</ul>
</li>
Expand Down

0 comments on commit 6f5f8a8

Please sign in to comment.