├── screenshot.jpg ├── assets ├── profile-1.png ├── profile-2.png ├── profile-3.png └── profile-4.png ├── script.js ├── README.md ├── index.html └── style.css /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/Modern-Card/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /assets/profile-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/Modern-Card/HEAD/assets/profile-1.png -------------------------------------------------------------------------------- /assets/profile-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/Modern-Card/HEAD/assets/profile-2.png -------------------------------------------------------------------------------- /assets/profile-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/Modern-Card/HEAD/assets/profile-3.png -------------------------------------------------------------------------------- /assets/profile-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/Modern-Card/HEAD/assets/profile-4.png -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- 1 | const allLinks = document.querySelectorAll(".tabs a"); 2 | const allTabs = document.querySelectorAll(".tab-content"); 3 | 4 | allLinks.forEach(link => { 5 | link.addEventListener('click', () => { 6 | const linkId = link.id; 7 | 8 | allLinks.forEach(l => l.classList.toggle("active", l === link)); 9 | allTabs.forEach(tab => tab.classList.toggle("active-tab-content", tab.id === linkId)); 10 | }); 11 | }); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Modern Card UI Design 2 | In this tutorial ([Open in Youtube](https://youtu.be/MrVYO1tV7wo)), we dive deep into the art of crafting stunning Card UI designs using the dynamic trio of HTML, CSS, and JavaScript. Whether you're a beginner looking to elevate your web development skills or a seasoned pro seeking new techniques, this video has something for everyone. 3 | 4 | 🔍 What You'll Learn: 5 | - The fundamental structure of Card UI components 6 | - Crafting visually appealing designs with CSS styling 7 | - Implementing interactive features with JavaScript 8 | - Responsive design principles for seamless adaptation across devices 9 | - Best practices for optimizing performance and accessibility 10 | 11 | 💡 Why Card UI Matters: 12 | Card-based layouts have become a cornerstone of modern web design, offering a versatile solution for presenting content in an engaging and organized manner. From social media feeds to e-commerce product listings, mastering the art of Card UI design opens doors to creating dynamic and user-friendly interfaces. 13 | 14 | # Screenshot 15 | Here we have project screenshot : 16 | 17 |  -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 |140$
20 |Course Price
22 |
25 | 1423
30 |Students
32 |Fullstack Developer/Content Creator
38 |Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur quae dolorum doloribus ratione qui, 66 | ex at vel. Vero fugit ea quas ipsam accusantium repudiandae possimus quis debitis quasi, qui eum!
67 |78 | Explore the latest in web development technologies and tools 👨💻 79 |
80 | 86 |90 | Here are some of my students comments 👨🎓 91 |
92 |
John D
97 |98 | Incredible instructor! Clear explanations and practical examples. 99 |
100 |Alex R
106 |107 | Transformative learning experience, thanks to the insightful guidance. 108 |
109 |Sarah K
115 |116 | Engaging content, easy to follow, highly recommended. 117 |
118 |