Skip to content

Latest commit

 

History

History
135 lines (100 loc) · 3.15 KB

README.md

File metadata and controls

135 lines (100 loc) · 3.15 KB

🌟 Modern Linktree Alternative

License GitHub Stars GitHub Forks

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.

Live Demo | Create Your Own

Preview

✨ Features

  • 🎨 Modern Dark Theme
  • 🌀 3D Animated Background
  • 💎 Glassmorphic Design
  • 📱 Fully Responsive
  • 🚀 Fast Loading
  • 🔍 SEO Optimized
  • 🔒 No Backend Required
  • 💫 Smooth Hover Effects
  • 🎯 Easy to Customize
  • 🆓 Free Hosting with GitHub Pages

🚀 Quick Start

  1. Fork this repository

    • Click the 'Fork' button at the top right
    • This creates your own copy of the project
  2. Enable GitHub Pages

    • Go to repository Settings
    • Navigate to Pages section
    • Select 'main' branch as source
    • Click Save
  3. Customize the content

    • Edit index.html
    • Replace profile image
    • Update links and social media
    • Change colors and styles
  4. Your site will be live at: https://[your-username].github.io

🎨 Customization

Profile Section

<div class="profile">
    <img src="your-image.jpg" alt="Your Name" class="profile-img">
    <h1 class="name">Your Name</h1>
    <p class="bio">Your Title/Bio</p>
</div>

Links

<a href="your-link" class="link">
    <div class="icon">
        <!-- SVG icon here -->
    </div>
    Link Text
</a>

Colors

:root {
    --primary-color: #a855f7;
    --secondary-color: #7c3aed;
    --background-color: #000;
    /* Add your custom colors */
}

🛠️ Technical Details

  • Pure HTML & CSS
  • No JavaScript frameworks required
  • SEO optimized with meta tags
  • Custom SVG icons
  • CSS animations
  • Mobile-first design

📱 Mobile Responsive

  • Adapts to all screen sizes
  • Optimized for mobile devices
  • Smooth animations on all devices
  • Touch-friendly interface

🔍 SEO Features

  • Open Graph meta tags
  • Twitter Card support
  • Schema.org markup
  • Semantic HTML
  • Mobile friendly
  • Fast loading

📝 License

This project is open source and available under the MIT License.

🤝 Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

💖 Support

Give a ⭐️ if you like this project!

📧 Contact

Zex (DDOSNotification)

Created and maintained by ddosnotification

🙏 Acknowledgments

  • Inspired by Linktree
  • Icons from various open-source projects
  • Community contributions and feedback

Made with 💜 by Zex