├── .gitignore ├── README.md └── header.gif /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-gif 2 | 3 | > A curated list of awesome gif's resources. 4 | 5 | ![](header.gif) 6 | 7 | ## General 8 | 9 | * [giphy.com](http://giphy.com) 10 | * [gifme.io](http://gifme.io) 11 | * [9gag.com/gif](http://9gag.com/gif) 12 | * [reddit.com/r/gifs](https://www.reddit.com/r/gifs/) 13 | 14 | ## Reactions 15 | 16 | * [reactiongifs.com](http://www.reactiongifs.com) 17 | * [reactiongifs.me](http://reactiongifs.me) 18 | * [reactions @ giphy](http://giphy.com/categories/reactions) 19 | * [reactions @ reddit](https://www.reddit.com/r/reactiongifs) 20 | * [reactions @ imgur](https://reactiongifsarchive.imgur.com) [[2](https://imgur.com/r/reactiongifs)] 21 | * [fuckyeahreactions](http://fuckyeahreactions.tumblr.com/) 22 | * [replygif.net](http://replygif.net/) 23 | 24 | ## Nerd 25 | 26 | * [securityreactions](http://securityreactions.tumblr.com) 27 | * [devopsreactions](http://devopsreactions.tumblr.com) 28 | * [lifeofasoftwareengineer](http://lifeofasoftwareengineer.tumblr.com) 29 | * [coderfacts.com](http://coderfacts.com) 30 | * [isexinternreactions](http://isexinternreactions.tumblr.com) 31 | * [thecodinglove.com](http://thecodinglove.com) 32 | * [Pictures from a developer's life](http://martinvalasek.com/blog/pictures-from-a-developers-life) [[2](http://martinvalasek.com/blog/pictures-from-a-developers-life-part-2)] [[3](http://martinvalasek.com/blog/pictures-from-a-developers-life-part-3)] 33 | 34 | ## Make GIF's 35 | 36 | * [giflr.com](https://giflr.com) 37 | 38 | ## License 39 | 40 | [![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) 41 | -------------------------------------------------------------------------------- /header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kikobeats/awesome-gif/86873a101f4ebc3f43fd381b786a235ed6dbfa06/header.gif --------------------------------------------------------------------------------