{"id":23445141,"url":"https://github.com/ddosnotification/links-portfolio","last_synced_at":"2026-01-21T13:07:49.466Z","repository":{"id":264242063,"uuid":"892801453","full_name":"ddosnotification/links-portfolio","owner":"ddosnotification","description":"A modern, customizable, and free alternative to Linktree with a sleek dark theme and 3D animated background. Perfect for developers, creators, and businesses who want to share their social links in style.","archived":false,"fork":false,"pushed_at":"2024-11-23T20:12:41.000Z","size":719,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T23:48:16.122Z","etag":null,"topics":["3d-animation","bio-link","css-animations","dark-theme","developer-portfolio","glassmorphism","html-css","landing-page","linktree-alternative","minimalistic-design","open-source","personal-branding","porfolio","portfolio-website","responsive-design","social-media-links","soe-optimized","statis-site","web-template"],"latest_commit_sha":null,"homepage":"https://ddosnotification.github.io/links-portfolio","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddosnotification.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-22T20:04:52.000Z","updated_at":"2025-03-08T19:48:04.000Z","dependencies_parsed_at":"2025-02-15T15:40:18.873Z","dependency_job_id":null,"html_url":"https://github.com/ddosnotification/links-portfolio","commit_stats":null,"previous_names":["ddosnotification/ddosnotification.github.io"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Flinks-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Flinks-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Flinks-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Flinks-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddosnotification","download_url":"https://codeload.github.com/ddosnotification/links-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131459,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-animation","bio-link","css-animations","dark-theme","developer-portfolio","glassmorphism","html-css","landing-page","linktree-alternative","minimalistic-design","open-source","personal-branding","porfolio","portfolio-website","responsive-design","social-media-links","soe-optimized","statis-site","web-template"],"created_at":"2024-12-23T19:29:35.811Z","updated_at":"2026-01-21T13:07:49.426Z","avatar_url":"https://github.com/ddosnotification.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Modern Linktree Alternative\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![GitHub Stars](https://img.shields.io/github/stars/ddosnotification/ddosnotification.github.io?style=social)\n![GitHub Forks](https://img.shields.io/github/forks/ddosnotification/ddosnotification.github.io?style=social)\n\nA modern, customizable, and free alternative to Linktree with a sleek dark theme and 3D animated background. Perfect for developers, creators, and businesses who want to share their social links in style.\n\n[Live Demo](https://ddosnotification.github.io/links-portfolio) | [Create Your Own](#-quick-start)\n\n![Preview](/preview/screenshot.png)\n\n## ✨ Features\n\n- 🎨 Modern Dark Theme\n- 🌀 3D Animated Background\n- 💎 Glassmorphic Design\n- 📱 Fully Responsive\n- 🚀 Fast Loading\n- 🔍 SEO Optimized\n- 🔒 No Backend Required\n- 💫 Smooth Hover Effects\n- 🎯 Easy to Customize\n- 🆓 Free Hosting with GitHub Pages\n\n## 🚀 Quick Start\n\n1. **Fork this repository**\n   - Click the 'Fork' button at the top right\n   - This creates your own copy of the project\n\n2. **Enable GitHub Pages**\n   - Go to repository Settings\n   - Navigate to Pages section\n   - Select 'main' branch as source\n   - Click Save\n\n3. **Customize the content**\n   - Edit `index.html`\n   - Replace profile image\n   - Update links and social media\n   - Change colors and styles\n\n4. **Your site will be live at:**\n   `https://[your-username].github.io`\n\n## 🎨 Customization\n\n### Profile Section\n```html\n\u003cdiv class=\"profile\"\u003e\n    \u003cimg src=\"your-image.jpg\" alt=\"Your Name\" class=\"profile-img\"\u003e\n    \u003ch1 class=\"name\"\u003eYour Name\u003c/h1\u003e\n    \u003cp class=\"bio\"\u003eYour Title/Bio\u003c/p\u003e\n\u003c/div\u003e\n```\n\n### Links\n```html\n\u003ca href=\"your-link\" class=\"link\"\u003e\n    \u003cdiv class=\"icon\"\u003e\n        \u003c!-- SVG icon here --\u003e\n    \u003c/div\u003e\n    Link Text\n\u003c/a\u003e\n```\n\n### Colors\n```css\n:root {\n    --primary-color: #a855f7;\n    --secondary-color: #7c3aed;\n    --background-color: #000;\n    /* Add your custom colors */\n}\n```\n\n## 🛠️ Technical Details\n\n- Pure HTML \u0026 CSS\n- No JavaScript frameworks required\n- SEO optimized with meta tags\n- Custom SVG icons\n- CSS animations\n- Mobile-first design\n\n## 📱 Mobile Responsive\n\n- Adapts to all screen sizes\n- Optimized for mobile devices\n- Smooth animations on all devices\n- Touch-friendly interface\n\n## 🔍 SEO Features\n\n- Open Graph meta tags\n- Twitter Card support\n- Schema.org markup\n- Semantic HTML\n- Mobile friendly\n- Fast loading\n\n## 📝 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 💖 Support\n\nGive a ⭐️ if you like this project!\n\n## 📧 Contact\n\nZex (DDOSNotification)\n\nCreated and maintained by [ddosnotification](https://github.com/ddosnotification)\n\n## 🙏 Acknowledgments\n\n- Inspired by Linktree\n- Icons from various open-source projects\n- Community contributions and feedback\n\n---\n\nMade with 💜 by [Zex](https://github.com/ddosnotification)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Flinks-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddosnotification%2Flinks-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Flinks-portfolio/lists"}