A modern, animated portfolio template featuring 3D starfield background, dramatic typography, and smooth scrolling animations. Built with Three.js and GSAP.
- Interactive 3D starfield background
- Responsive design
- Smooth scroll animations
- Gradient text animations
- Modern glass-morphism cards
- Project showcase section
- Contact form
- Stats & skills display
- Three.js
- GSAP
- HTML5
- CSS3
- JavaScript
- Clone the repository:
git clone https://github.com/ddosnotification/stellar-portfolio-template.git
-
Open
index.html
in your browser -
Customize the content in
index.html
or/css/style.css
or/js/script.js
Edit the gradient colors in the CSS variables:
background: linear-gradient(to right, #00eeff, #00ff88, #00eeff);
Replace the placeholder text in index.html
:
- Name and title in the hero section
- Project details in the work section
- Stats and skills in the about section
Modify the starfield parameters in the JavaScript section:
const starPositions = [];
for(let i = 0; i < 10000; i++) {
// Adjust star count and position range
}
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
MIT License - feel free to use for your portfolio!
- Fork the repository
- Create a feature branch
- Commit changes
- Push to branch
- Open pull request
Give a ⭐️ if you like this project!
Questions? Feel free to open an issue or reach out to me
Created with 💙 by ddosnotification