skalnik / aqi-wtf

😷 WTF is the AQI near me right now?!
https://aqi.wtf
MIT License
44 stars 12 forks source link

More style updates #55

Closed skalnik closed 4 years ago

skalnik commented 4 years ago

Style updates are nonstop. I added a small amount of padding on the main container so that the new descriptors don't hit the edges.

Before:

Screen Shot 2020-09-11 at 9 11 24 PM

After:

Screen Shot 2020-09-11 at 9 11 43 PM
vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/skalnik/aqi-wtf/fpyjsai0g
✅ Preview: https://aqi-wtf-git-small-container-margin.skalnik.vercel.app

skalnik commented 4 years ago

I simplified the footer too. I figure we already have links to PurpleAir and GitHub, so we don't need additional ones, but perhaps that's too hasty?

Screen Shot 2020-09-11 at 9 18 50 PM
obra commented 4 years ago

100% agree on the padding. Thanks for beating me to it. I feel like we do want explicit links to GitHub and PurpleAir.

skalnik commented 4 years ago

Cool, I went ahead and re-added those links.

I also did some small markup changes:

  1. I replaced <b> with <strong>. Functionally they're the same, but <strong> is preferred since it denotes "strong emphasis" over b which just denotes "bold" and HTML isn't supposed to specifically denote appearance. How much this actually matters in use, I'm unsure, but it's the better practice from my understanding
  2. I adjusted the indentation.
obra commented 4 years ago

How about image

obra commented 4 years ago

(Sorry, was off prototyping. I hear you on my horrible gen-x html use of instead of strong ;) Keep hassling me if I keep doing it.

skalnik commented 4 years ago

I like that! Seems both shorter but retains all the link!

obra commented 4 years ago
        Made with &#10084;&#65039; by <a href="https://skalnik.com">@skalnik</a> &amp; <a href="https://github.com/skalnik/aqi-wtf/graphs/contributors">friends</a> &bull; <a href="https://github.com/skalnik/aqi-wtf/">Code</a> &bull; <a href="https://purpleair.com">Data</a> &bull; <a href="/privacy.html">Privacy</a>
skalnik commented 4 years ago

I'm always happy to keep hassling, but I gotta notice and remember myself!

obra commented 4 years ago

Looks great.