A beautiful, modern alternative to Linktree with glassmorphism design, smooth animations, and mobile-first approach.
- Glassmorphism UI - Modern frosted glass aesthetic with backdrop blur effects
- 5 Theme Options - Switch between Blazing Suns, Ocean Breeze, Forest Green, Night Mode, and Purple Haze
- Smooth Animations - Floating avatar, gentle bounces, and elegant transitions
- Responsive Design - Mobile-first approach optimized for all screen sizes
- Accessibility First - ARIA labels, keyboard navigation, and reduced motion support
- Profile Card - Avatar, name, tagline, and theme switcher
- Social Media Links - Telegram, Twitter, Pinterest, and Threads
- Video Platforms - YouTube, TikTok, and Instagram Reels with external link indicators
- GitHub Connection - Direct link to GitHub profile
- Theme preference saved to localStorage
- Remembers user's theme choice across sessions
- Clone the repository
git clone https://github.com/willnapolini/portfolio.git
cd portfolio- Open in browser
# Simply open index.html in your browser
# No build process or dependencies required!Edit the following sections in index.html:
Profile Information:
<!-- Line 140-142 -->
<img src="YOUR_AVATAR_URL" alt="Your Name">
<h1>Your Name</h1>
<p>Your Tagline</p>Social Media Links:
<!-- Lines 151-162 -->
<a href="https://t.me/yourusername">...</a>
<a href="https://twitter.com/yourusername">...</a>
<a href="https://pinterest.com/yourusername">...</a>
<a href="https://www.threads.net/@yourusername">...</a>Video Platform Links:
<!-- Lines 167-201 -->
<a href="https://youtube.com/@yourusername">...</a>
<a href="https://tiktok.com/@yourusername">...</a>
<a href="https://instagram.com/yourusername/reels">...</a>GitHub Link:
<!-- Line 207 -->
<a href="https://github.com/yourusername">...</a>The portfolio includes 5 pre-built themes:
| Theme | Colors | Best For |
|---|---|---|
| Blazing Suns | Orange β Red β Yellow | Energy, Creativity |
| Ocean Breeze | Cyan β Blue β Indigo | Calm, Professional |
| Forest Green | Green β Emerald β Teal | Nature, Growth |
| Night Mode | Gray β Dark Gray β Black | Minimalist, Tech |
| Purple Haze | Purple β Fuchsia β Pink | Creative, Bold |
Add to the themes array in the JavaScript section:
{
name: 'Your Theme Name',
classes: 'bg-gradient-to-br from-color-400 via-color-500 to-color-600'
}portfolio/
βββ index.html # Main HTML file (includes CSS & JS)
βββ README.md # This file
βββ DOCUMENTATION.md # Detailed technical documentation
βββ LICENSE # MIT License
- HTML5 - Semantic markup
- CSS3 - Custom properties, animations, glassmorphism
- JavaScript (Vanilla) - Theme switching, localStorage
- Tailwind CSS - Utility-first styling via CDN
- Font Awesome - Icon library
No build tools, no npm, no frameworks! This is pure, vanilla web development.
- β Chrome/Edge (latest)
- β Firefox (latest)
- β Safari (latest)
- β Mobile browsers (iOS Safari, Chrome Mobile)
Note: Backdrop filter effects require modern browser support.
- Mobile: < 480px (optimized default)
- Tablet: 480px - 768px
- Desktop: > 768px
Max container width: 375px (optimal for mobile-first design)
- β ARIA labels on all interactive elements
- β Keyboard navigation support
- β Focus-visible indicators
- β Reduced motion support for users with motion sensitivity
- β Semantic HTML structure
- β Alt text on images
- Push code to GitHub
- Go to Settings β Pages
- Select main branch
- Your site will be live at
https://yourusername.github.io/portfolio
npm i -g vercel
vercel# Drag and drop the folder to netlify.com
# Or connect your GitHub repoContributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Design inspiration from modern glassmorphism trends
- Icons provided by Font Awesome
- Styling framework by Tailwind CSS
Will Napolini - @willnapolini
Project Link: LinkBio
β If you found this helpful, please give it a star!
Made with β€οΈ by Will Napolini
