A modern, responsive online CV website with Solana-inspired design. Perfect for applying to blockchain and Web3 positions.
- Modern Design: Clean, professional layout with Solana's signature purple and green color scheme
- Fully Responsive: Works perfectly on desktop, tablet, and mobile devices
- Interactive Elements: Smooth scrolling, hover effects, and animated sections
- Easy to Customize: Simple HTML structure with clear sections for your information
- Fast Loading: Optimized performance with minimal dependencies
- Print-Friendly: Looks great when printed or saved as PDF
index.html- Main HTML structurestyles.css- Complete styling with Solana themescript.js- Interactive features and animationsREADME.md- This file
Open index.html and update the following sections:
Header Section (lines 15-30):
<h1 class="name">Your Name</h1>
<p class="title">Blockchain Developer | Solana Specialist</p>
<a href="mailto:your.email@example.com">your.email@example.com</a>
<a href="https://github.com/yourusername">github.com/yourusername</a>Update the about text and highlights (lines 50-70):
- Personal introduction
- Your highlights and strengths
Add your work experience (lines 75-110):
- Job titles and companies
- Dates of employment
- Key achievements and responsibilities
Update your technical skills (lines 115-155):
- Blockchain & Web3 skills
- Programming languages
- Frontend/Backend technologies
- Tools and frameworks
Showcase your projects (lines 160-220):
- Project names and descriptions
- Technologies used
- Links to live demos or GitHub repos
Add your educational background (lines 225-245):
- Degrees and institutions
- Certifications
- Bootcamps or courses
To add a real profile picture, replace this line in index.html:
<div class="profile-image">
<i class="fas fa-user-circle"></i>
</div>With:
<div class="profile-image">
<img src="your-photo.jpg" alt="Your Name" style="width: 150px; height: 150px; border-radius: 50%; border: 4px solid #9945FF;">
</div>- Create a new repository on GitHub
- Upload all files (index.html, styles.css, script.js)
- Go to Settings > Pages
- Select main branch as source
- Your site will be live at
https://yourusername.github.io/repository-name
- Create account at netlify.com
- Drag and drop your project folder
- Your site is live instantly with a custom URL
- Optional: Add custom domain
- Create account at vercel.com
- Import your GitHub repository or upload files
- Deploy with one click
- Get automatic HTTPS and custom domain support
Simply open index.html in your web browser to view locally.
For better local development experience:
# Using Python
python -m http.server 8000
# Using Node.js
npx serve
# Then open http://localhost:8000- Highlight Solana Experience: Make sure to emphasize any Solana-specific projects or knowledge
- Show Code: Link to GitHub repos with Rust/Anchor code samples
- Active Wallet: Consider adding your Solana wallet address to show you're active in the ecosystem
- Community Involvement: Mention any Solana hackathons, DAOs, or community contributions
- Stay Updated: Keep your CV updated with latest Solana developments and features you've worked with
- Add a dark/light mode toggle
- Include a contact form
- Add blog section for technical articles
- Integrate Web3 wallet connection
- Display your NFT collection
- Add testimonials section
- Include video introduction
- Chrome (recommended)
- Firefox
- Safari
- Edge
- Mobile browsers
- Lighthouse score: 95+
- Fast loading time
- Minimal dependencies (only Font Awesome for icons)
- Optimized animations
- HTML/CSS basics: MDN Web Docs
- Git and GitHub: GitHub Guides
- Web hosting: Check documentation for your chosen platform
Free to use and modify for your personal CV.
Best wishes with your Solana job applications! Remember to:
- Keep your CV updated
- Customize it to match job requirements
- Proofread everything carefully
- Test on multiple devices
- Share the link in your applications
Built with passion for the Solana ecosystem 💜