WeChat ID
aaronpk_tv
"Basically, both Google and Facebook are desperate to find a baseball cap that they can put on backwards. Angular is Google's baseball cap. React is Facebook's."
"The Indieweb movement encourages us to reclaim our data and how it’s replicated. What we post on our own sites is reflected into the silos (e.g. Facebook and Twitter); comments and "likes" there are reflected back into our own sites. IndieWeb people are also contributing to the W3C Social Web group."
"The other “gotcha!” with having a sticky header is making sure that in-page anchors still work. Nicolas Gallagher covers the options for this in a post called Jump links and viewport positioning. Here’s the CSS I ended up using:
:target:before {
content: '';
display: block;
height: 3em;
margin: -3em 0 0;
}"