👋
- GitHub Staff
- https://jasonet.co
- @JasonEtco
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-webkit-keyframes fade-in { | |
0% {opacity: 0} | |
100% {opacity: 1} | |
} | |
@keyframes fade-in { | |
0% {opacity: 0} | |
100% {opacity: 1} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
declare -a permission=( | |
'administration' | |
'deployments' | |
'contents' | |
'issues' | |
'metadata' | |
'pages' | |
'pull_requests' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🎉 Merged PR #17 in JasonEtco/rss-to-readme | |
💪 Opened PR #17 in JasonEtco/rss-to-readme | |
🎉 Merged PR #16 in JasonEtco/rss-to-readme | |
💪 Opened PR #16 in JasonEtco/rss-to-readme | |
❗️ Closed issue #102 in JasonEtco/create-an-issue |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "[REDACTED]", | |
"version": "1.0.0", | |
"lockfileVersion": 1, | |
"requires": true, | |
"dependencies": { | |
"@babel/code-frame": { | |
"version": "7.5.5", | |
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", | |
"integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", |
- Special Projects: Building a dynamic social card service
- Improving the social presence of GitHub with dynamic preview images
- Making your GitHub projects shine with dynamic preview images
- Making your GitHub URLs shine with dynamic preview images
You know that feeling when you make your latest project on GitHub public, and you’re ready to share it with the world? Or when you landed a PR that you’re so proud of, that you want the entire Twitterverse to hear about it? We wanted to make those links stand out, and give people a visually interesting and informative preview of your hard work.