A clean, customizable, and responsive Linktree-style landing page built using HTML, TailwindCSS, and Font Awesome. It allows you to showcase your links, social profiles, and personal branding in one beautiful page.
Live Site Demo: Lucent Link
- Responsive and mobile-friendly layout
- Font Awesome icons for social/media links
- Floating animated background
- Customizable link cards
- Messaging etiquette guidelines
- Optional About Me section
- HTML5
- TailwindCSS
- Font Awesome (for icons)
- JavaScript (for background animation)
- Fork this repo to your GitHub account using the "Fork" button at the top right.
- Clone it to your machine:
git clone https://github.com/your-username/LucentLink.git
cd LucentLink- Open with VS Code:
code .You can use any code editor of your choice
- (Recommended) Install the Live Server extension in VS Code for real-time preview:
- Open VS Code Extensions sidebar
- Search for "Live Server"
- Click Install, then right-click
index.html→ "Open with Live Server"
- Push your code to GitHub.
- Go to Repository Settings > Pages
- Under Source, select:
- Branch:
main - Folder:
/root
- Branch:
- Click Save
- GitHub will provide a live URL like:
https://your-username.github.io/LucentLink - Set a custom domain under Pages settings if needed (Optional)
- Go to https://vercel.com
- Click "Add New Project" and import your GitHub repo
- Leave all default settings (since this is a static site)
- Click Deploy
- Your site will be live at:
https://your-project-name.vercel.app
- Change name, bio, and profile picture in the profile section
<h1 class="text-3xl font-bold">cx48</h1>
<p>Security Analyst | Frontend Developer | Content Writer</p>
<img src="img.png" alt="Profile Picture">Copy any existing <a> block inside the .link-card section and change:
- Icon class (
<i class="fas fa-icon">) - Title
- Description
- Href
Edit Tailwind classes (e.g., bg-white, text-sm, etc.) or tweak style.css for advanced customization.
This project is licensed under the MIT License
