From 364cb11d5d5252d126c24f85e60031a93ffad994 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 26 Oct 2022 18:03:49 +0100 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8de247..aba5836 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ # awesome-resources Studio 206's collection of awesome resources that we've shared with each other. -## Misc +## Inspiration 💭 +_What gets us inspired_ +### Web Design Inspiration + +- [Maxi Best Of](https://maxibestof.one/) +- [Awwwards 🤮](https://www.awwwards.com/) + +### Design Inspiration + +- [Behance](https://www.behance.net/) +- [Dribbble](https://dribbble.com/) + + +### Component Galleries +_UI Design, layouts and design systems._ +- [component.gallery](https://component.gallery/): _Up-to-date repository of interface components_ +- [csslayout.io](https://csslayout.io/): _A collection of popular layouts and patterns made with CSS_ + +## Practical tools 🔧 + +### Code +_Snippets of code and more_ +- [30 seconds of code](https://github.com/30-seconds/30-seconds-of-code): _Short JavaScript code snippets for all your development needs_ + -- [30 seconds of code](https://github.com/30-seconds/30-seconds-of-code): Short JavaScript code snippets for all your development needs