├── css ├── script.js ├── index.html └── style.css └── README.md /css/script.js: -------------------------------------------------------------------------------- 1 | document.querySelectorAll('.toggle-info').forEach(name => { 2 | name.addEventListener('click', () => { 3 | const info = name.nextElementSibling.nextElementSibling; 4 | info.classList.toggle('show'); 5 | }); 6 | }); 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Koushika's Creative Squad 2 | Welcome to Koushika's Creative Squad! This is a JavaScript + CSS powered showcase of my work, skills, and projects. The website dynamically shows info upon touching/clicking the name, with sleek animations and a futuristic, glowing design. 3 | 4 | ✨ Features: 5 | Neon Glow Title: A glowing, pulsating main title that adds a touch of magic. 6 | 7 | Magic Cards: Interactive cards that display your name, role, and a personal or project description. 8 | 9 | Glassmorphism Design: Elegant, frosted glass effect with background blur on the cards. 10 | 11 | Smooth Hover and Transition Effects: Cards scale and glow upon hover for added interactivity. 12 | 13 | Toggle Info: Click/tap on a name to reveal detailed information, powered by JavaScript. 14 | 15 | Mobile Responsive: The layout adjusts to fit different screen sizes with a flexible design. 16 | 17 | 📦 Installation: 18 | Clone this repository: 19 | 20 | bash 21 | Copy 22 | Edit 23 | git clone https://github.com/koushika31/creative-squad-showcase.git 24 | Navigate into the directory: 25 | 26 | bash 27 | Copy 28 | Edit 29 | cd creative-squad-showcase 30 | Open index.html in your browser to view the project. 31 | 32 | Optionally, serve the project using a local server or deploy it online for others to view! 33 | 34 | 🚀 Technologies Used: 35 | HTML5: Structure and content of the website. 36 | 37 | CSS3: Styling, animations, and layout. Includes advanced effects like glassmorphism and neon glow. 38 | 39 | JavaScript: Interactivity, including showing/hiding additional information when clicking the names. 40 | 41 | Google Fonts: Used Orbitron font for a futuristic look. 42 | 43 | 🛠 How to Contribute: 44 | Fork the repository. 45 | 46 | Make your changes and create a pull request. 47 | 48 | For bug reports or suggestions, please open an issue in the Issues tab. 49 | 50 | 🖋 Author: 51 | Koushika R.M 52 | 53 | B.Tech IT | Developer & Designer 54 | Based in Karur 💻 55 | -------------------------------------------------------------------------------- /css/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |Ambitious Coder | Karur 🧠
18 | 19 |Major Project | Food Tech 💡
25 | 26 |Spring Boot + MySQL
32 | 33 |CSS ✨ Java 🧩 DBMS 📊
39 | 40 |