Skip to content

Instantly share code, notes, and snippets.

View gillkyle's full-sized avatar
πŸ›
releasing more bugs into the wild

Kyle Gill gillkyle

πŸ›
releasing more bugs into the wild
View GitHub Profile
https://www.gatsbyjs.org/tutorial/image-tutorial/images/wordpress-image-tutorial.gif
https://www.gatsbyjs.org/tutorial/image-tutorial/images/network.png
https://www.gatsbyjs.org/tutorial/image-tutorial/images/slow-3g.png
https://www.gatsbyjs.org/blog/2019-05-07-advanced-sitemap-plugin-for-seo/images/advanced_sitemaps.png
https://www.gatsbyjs.org/blog/2019-05-07-advanced-sitemap-plugin-for-seo/images/seo_results.png
https://www.gatsbyjs.org/blog/2018-12-17-ibm-case-study/images/lighthouse.png
https://www.gatsbyjs.org/blog/2018-11-27-gatsby-days/images/gatsby-days.png
https://www.gatsbyjs.org/blog/2018-10-25-using-gatsby-without-graphql/data_sources.png
https://www.gatsbyjs.org/blog/2018-10-25-using-gatsby-without-graphql/integration_layer.png
https://www.gatsbyjs.org/blog/2018-10-04-journey-to-the-content-mesh/modular-cms-architecture.png
@gillkyle
gillkyle / gmail-and-github.md
Created May 14, 2019 20:16
GitHub Filters for Gmail

Gmail and GitHub

Create new filters and create new labels.

Pull Request

from:([email protected]) AND {"Patch Links" "approved this pull request." "requested changes on this pull request." "commented on this pull request." "pushed 1 commit." "pushed 2 commits." "pushed 3 commits."}

label: gh-pull-request

console.log('%c Look at that!', 'background: #d9ecff; color: #2783e1; border-radius: 20px; font-size: 10px; padding: 5px 10px; font-family: Montserrat;');
let css = "text-shadow: -1px -1px hsl(0,100%,50%),1px 1px hsl(27, 100%, 50%),3px 2px hsl(54, 100%, 50%),5px 3px hsl(81, 100%, 50%),7px 4px hsl(135, 100%, 50%),9px 5px hsl(162, 100%, 50%),11px 6px hsl(189, 100%, 50%),13px 7px hsl(243, 100%, 50%),14px 8px hsl(270, 100%, 50%),16px 9px hsl(297, 100%, 50%); font-size: 40px;";
console.log("%c Wow this is atrocious", css);