├── LICENSE ├── README.md ├── chapter 1.pdf ├── chapter 2.pdf ├── chapter 3.pdf └── chapter 4.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 CodeMacrocosm 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | # 🎨 Design-a-Thon' 20 ✨: Craft Creativity! 🚀 6 | 7 |
8 |

9 | 10 | GitHub stars 11 | 12 | 13 | GitHub forks 14 | 15 | 16 | GitHub contributors 17 | 18 | GitHub 19 |

20 | 21 |
22 | 23 | ## ✨ Hall Of Fame 24 | 25 | Thanks goes to these amazing people for their contributions 🎉🎉🎉 26 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | ### Table of Contents 📚 34 | 35 | 1. [Overview](#overview) 36 | 2. [How to Contribute?](#how-to-contribute) 37 | 3. [Participants and Chapters](#participants-and-chapters-) 38 | 4. [Star it](#how-to-star-) 39 | 5. [License](#-license) 40 | 6. [Thanks Contributors](#contributors-) 41 | 42 | ## Overview 43 | 44 | Welcome to Design-a-Thon, hosted by **Shreya Malogi**! Unleash your creativity in a unique contest blending design and storytelling. 🌟 Participants craft imaginative storybook chapters using tools like Canva and Photoshop, creating PDFs with captivating visuals and enthralling tales. 🚀💡🌌🖌️ 45 | 46 | ## How to Contribute? 47 | 48 | 1. Fork this repository. 49 | 2. Use design tools like Illustrator, Photoshop, Canva or others to create your chapter as a PDF. 50 | 3. Include captivating visuals and a short story in your chapter. 51 | 4. Commit your changes 52 | 5. Push your changes to GitHub. 53 | 6. Create a Pull Request (PR) to submit your contribution. 54 | 55 | 56 | ## Participants and Chapters 🎭 57 | 58 | - Srujana.P : ["🌧️ Exploring the Water Cycle: Nature's Hydrological Ballet 💧"](https://github.com/CodeMacrocosm/Designathon-20/blob/master/chapter%201.pdf) 59 | - Prakash Kumar: ["🐸 The Fascinating Lifecycle of Frogs: Nature's Remarkable Metamorphosis 🌱"](https://github.com/CodeMacrocosm/Designathon-20/blob/master/chapter%202.pdf) 60 | - Shreya Malogi: ["🌊 Enchanting Seaside Escapades: A Day by the Magical Sea 🏖️"](https://github.com/CodeMacrocosm/Designathon-20/blob/master/chapter%203.pdf) 61 | - Shruthi Kotawar: ["🚗The Twin's Zoo Adventure: A Day Full of Excitement and Songs 🐘"](https://github.com/CodeMacrocosm/Designathon-20/blob/master/chapter%204.pdf) 62 | 63 | ### How to Star ⭐ 64 | 65 | If you enjoyed this repo or find them inspiring, don't forget to ⭐ the repository! Your support is appreciated. 66 | 67 | ### 📄 License 68 | 69 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 📜 70 | 71 | MIT License 72 | 73 | Copyright (c) 2020 CodeMacrocosm 74 | 75 | 76 | ### Contributors 🙌 77 | 78 | A big thanks to all the creative minds who have contributed. 79 | 80 | Now, let the creation begin! Happy coding! 🎨✨ 81 | 82 | 83 | ## Let's Design and Create!** 🌈 84 | 85 | Join us in this visual storytelling adventure. Design your storybook chapter, share your creativity, and let your imagination run wild! 🚀 86 | 87 | Happy Designing! 🖌️📖✨ 88 | -------------------------------------------------------------------------------- /chapter 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMacrocosm/Design-a-Thon/177c39680b6a301c2e264a3f05e60027c1dbe741/chapter 1.pdf -------------------------------------------------------------------------------- /chapter 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMacrocosm/Design-a-Thon/177c39680b6a301c2e264a3f05e60027c1dbe741/chapter 2.pdf -------------------------------------------------------------------------------- /chapter 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMacrocosm/Design-a-Thon/177c39680b6a301c2e264a3f05e60027c1dbe741/chapter 3.pdf -------------------------------------------------------------------------------- /chapter 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeMacrocosm/Design-a-Thon/177c39680b6a301c2e264a3f05e60027c1dbe741/chapter 4.pdf --------------------------------------------------------------------------------