View Source Conference
@viewsourceconf
Don't miss #ViewSourceConf 2019 on Sept 30 - Oct 1 in Amsterdam. Back for our 5th year, View Source is the conference for future-thinking front-end #developers.
ID: 3105089221
http://bit.ly/ViewSource195 23-03-2015 16:00:37
2,2K Tweet
1,1K Followers
459 Following
Quite tough to share all the ideas of Jeremy Keith's talk in a single tweet... So I'll just label it as #inspirational #YourExpert #ViewSourceConf #builders
Final View Source Conference talk by Jeremy Keith hit home, so finally changed that Twitter bio. Went for “maker” rather than “builder”, hope that’s within the sentiment 😅
I'm so gutted I've had to leave @ViewSourceConf early for my flight. Thank you so much Jeremy Keith for an inspiring talk and thank you to everyone who organised it!
Jeremy Keith Melanie Richards View Source Conference My favorite tip in the article that came from Melanie Richards ’s talk is ``` @media (prefers-color-scheme: dark) { img { filter: brightness(.8) contrast(1.2); } } ``` to dim images in dark mode. (P.S. We have an entry about #CSS filter Codrops tympanus.net/codrops/css_re…)