Writing tagged with #Link Post
-
Using Object Maps in Design
Posted on
import PostLink from "@components/PostLink.astro"; Came across this post from Adobe and I've been tossing the idea around in my brain for the last few weeks. Using Object Maps in Design The core idea is simple, an object map is essentially a visual representation of the relationships betwe
-
It's Autism Acceptance Month
Posted on
import PostLink from "@components/PostLink.astro"; In case you didn't know, April is Autism Acceptance Month. In this month we take time to recognize and celebrate the unique qualities and differences that make all of us who we are. No two humans are the same, and rather than look as those
-
How To Center a Div
Posted on
import PostLink from "@components/PostLink.astro"; Josh's tutorials are always a joy to read and interact with. Even as someone who is familiar with all of these methods Josh provides such an in-depth and details analysis, with incredible examples. For a long time, centering an element wi
-
Systems of Harm
Posted on
import PostLink from "@components/PostLink.astro"; I've recently started listening to the Systems of Harm podcast by Amy Hupe. It's a short (6 episodes) series of podcasts discussing design systems and probing into how in addition to speeding up the design process they can also accelerate
-
Chris Coyier - Exposed RSS
Posted on
import PostLink from "@components/PostLink.astro"; I doubt he was specifically talking about this blog; but after reading Chris' post I checked and realized that I am one of those sites taht does not auto-expose their RSS feed in the HTML. I've since added the relevant line in my head and
-
Coding in Public - Import Aliases
Posted on
import PostLink from "@components/PostLink.astro"; One thing I've struggled with on many iterations of this blog is the constant ../../path/to/file string for references, whether imports, css, or images. I've never really understood how to set up import aliases and always just dealt with t