Skip to content

Commit

Permalink
correct some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jun 27, 2024
1 parent 121dee5 commit e386580
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 id="toc">On this page</h2>
<a href="#fart-sparkle">Sparkles</a>
</li>
<li>
<a href="#fart-logo">Logos</a>
<a href="#fart-logo">Hoverable logos</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -253,17 +253,22 @@ <h3 id="fart-header">Headers</h3>

<h3 id="fart-sparkle">Sparkles</h3>
<p>
Sparkles <code>.fart-sparkle</code> are styled with a custom color and
hover effect.
Sparkles <code>.fart-sparkle</code> are styled with sparkle emojis on
either side of the text content.
</p>
<span class="fart-sparkle">Example sparkle</span>

<h3 id="fart-logo">Logos</h3>
<h3 id="fart-logo">Hoverable logos</h3>
<p>
Logos <code>.fart-logo</code> are styled with a custom animation on
hover.
Hoverable logos <code>.fart-logo</code> are styled with a custom
animation on hover.
</p>
<a class="fart-logo" href="#fart-logo">🧪</a>
<span
class="fart-logo"
href="#fart-logo"
style="font-size: 24pt; cursor: pointer"
>🧪</span
>
</section>

<section class="fart-section">
Expand All @@ -280,7 +285,7 @@ <h2 id="bottom">You made it to the bottom!</h2>
target="_blank"
>&bigstar;Source<small></small></a
>
on GitHub!
on GitHub! <a class="fart-button" href="#top">Top<small></small></a>
</p>
</section>

Expand All @@ -301,7 +306,6 @@ <h2 id="bottom">You made it to the bottom!</h2>
<a class="fart-button" href="https://go.fart.tools/chat" target="_blank"
>Chat<small></small></a
>
<a class="fart-button" href="#top">Top<small></small></a>
</p>
</footer>
</body>
Expand Down

0 comments on commit e386580

Please sign in to comment.