Profile

@cx48

Digital creator | Web developer | Tech enthusiast

How to Add More Links

// To add more links, copy this template and paste it inside any of the link sections
<a href="YOUR_LINK_HERE" target="_blank" class="link-item frost-card flex items-center p-4 rounded-xl">
    <div class="w-8 h-8 rounded-full bg-gradient-to-br from-COLOR-500 to-COLOR-600 flex items-center justify-center mr-3">
        <i class="fab fa-PLATFORM-ICON text-white text-sm"></i>
    </div>
    <span>LINK TITLE</span>
    <i class="fas fa-arrow-right ml-auto text-white/50"></i>
</a>

// For custom icons, use Font Awesome classes (fab for brands, fas for solid)
// Example: fab fa-twitter, fab fa-instagram, fas fa-globe, etc.
// Available icons: https://fontawesome.com/icons

© 2025 FrostLink. All rights reserved.

Made with and