have you ever noticed how cis white male founders of tech companies simultaneously have some of the least diverse teams in the industry but also happen to be the first ones to wax poetic about their hiring practices
Made some small tweaks and clean-ups to the job board. We got searching by job titles and locations and we also got pagination now, whoo. Next challenge (that I've been putting off cause it's difficult), custom CSS.
I’m making a static 1-pager and would like to thank:
- unpkg.com: module hosting
- tachyons: css toolkit
- polyfill.io: dynamic polyfills
- Cloudflare: caching, concatenation, minifying
- Now/S3: hosting
You can get so much for free these days
In the last week alone, Seeker has helped make people $629 off of a job board. May seem small, but it's huge when all it takes essentially is signing up and connecting a Stripe account.
Incredible weekend working with @tachyons_css so rare to play with a framework and not find something to moan about, made zero design compromises in getting a design translated into its responsive form. Crazy good <3 #css#dev
Posted a new version of my site using @tachyons_css – what a great functional CSS toolkit! h/t @dperrera – still working on it but it's getting better. axl.design/
One nifty thing about @tachyons_css is that you can simply search the file to find classes with specific rules instead of sifting through the documentation.
I usually go with "cat css/tachyons.css | grep <rule>" to find whatever I need.