A modern, single-page portfolio website for Qtropic, a tech startup specializing in SEO and digital growth services.
- Ultra-modern design with dark theme and purple/violet accents
- Subtle particles background with interactive mouse movement
- Fully responsive - mobile-first design
- Smooth animations - fade-in on scroll effects
- Contact form - ready for Formspree integration
- Pure vanilla tech - no frameworks or libraries (HTML, CSS, JavaScript only)
- Download all three files:
index.html,styles.css, andscript.js - Place them in the same folder
- Double-click
index.htmlto open it in your browser
- Download all files to a folder
- Open terminal/command prompt in that folder
- Run one of these commands:
- Python 3:
python -m http.server 8000 - Python 2:
python -m SimpleHTTPServer 8000 - Node.js:
npx http-server
- Python 3:
- Open browser and go to
http://localhost:8000
- Go to Formspree.io
- Create a free account
- Create a new form and get your form endpoint
- In
index.html, replaceYOUR_FORM_IDin the form action:<form action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
In index.html, find the footer section and update these links:
<a href="https://linkedin.com/company/qtropic" target="_blank">LinkedIn</a>
<a href="https://twitter.com/qtropic" target="_blank">Twitter</a>
<a href="https://github.com/qtropic" target="_blank">GitHub</a>In styles.css, modify the purple/violet accent colors:
- Primary purple:
#8b5cf6 - Light purple:
#a78bfa - Lighter purple:
#c084fc
All content can be edited directly in index.html. Sections are clearly labeled with comments.
- HTML5 - Semantic markup
- CSS3 - Modern styling with gradients, glass-morphism, animations
- JavaScript (ES6) - Particles animation, scroll effects, form handling
- Google Fonts - Work Sans & Inter
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Lightweight (~15KB total uncompressed)
- No external dependencies
- Optimized animations
- Fast loading times
Free to use and modify for your projects.
Built with ❤️ for Qtropic