1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00

clean up partials and styles

This commit is contained in:
2020-01-03 13:58:48 -05:00
parent 5b0c24dbf0
commit ec713f5efe
19 changed files with 35 additions and 34 deletions

View File

@ -12,7 +12,7 @@ image: "codepen.png"
draft: false
---
# Howdy, friends! <span style="display: inline-block; animation-name: wave; animation-duration: 2.5s; animation-iteration-count: infinite; transform-origin: 70% 70%;">👋</span>
# Howdy, friends! <span class="wave">👋</span>
If you examine [my homepage](/) long enough, you might notice the 👋 hand emoji at the top subtly waving at you. This was easily accomplished using a few lines of CSS with a feature called [`@keyframes`](https://developer.mozilla.org/en-US/docs/Web/CSS/@keyframes) — no bulky GIFs involved, and no JS mess or jQuery overkill required.
@ -51,4 +51,4 @@ span.wave {
That's it! More skin tones can be [found on 📕Emojipedia](https://emojipedia.org/search/?q=waving+hand).
### <span style="display: inline-block; animation-name: wave; animation-duration: 2.5s; animation-iteration-count: infinite; transform-origin: 70% 70%;">👋🏼</span> Toodles!
### <span class="wave">👋🏼</span> Toodles!