Skip to content

serozr/cyber-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Cyber Portfolio

Modern Developer Portfolio with Terminal-Inspired Design

Live Demo

License: MIT GitHub stars GitHub forks

Portfolio Preview

✨ Features

🎨 Design & UI

  • Terminal boot screen animation
  • Cyberpunk aesthetic (#00FF8C, #00D9FF)
  • Glassmorphism effects
  • Scroll-triggered animations
  • Fully responsive design

🛠️ Technical Stack

  • Pure Vanilla JavaScript
  • CSS Grid & Flexbox
  • Custom CSS animations
  • Intersection Observer API
  • Zero dependencies

📋 Complete Sections

HeroAboutSkillsExperienceEducationCertificationsProjectsBlogContact


🚀 Quick Start

# Clone repository
git clone https://github.com/serozr/cyber-portfolio.git
cd cyber-portfolio

# Option 1: Open directly
start index.html

# Option 2: Use local server (recommended)
python -m http.server 8000
# Then visit: http://localhost:8000

Requirements: Modern web browser (Chrome, Firefox, Safari, Edge)


📁 Project Structure

cyber-portfolio/
│
├── index.html            # Main HTML entry point
├── LICENSE               # MIT License
├── README.md             # Project documentation
│
└── src/                  # Source files
  ├── assets/           # Static assets
  │   └── images/       # Image files
  │
  ├── css/              # Stylesheets
  │   ├── animations.css # Custom animation keyframes
  │   └── main.css       # Main stylesheet
  │
  └── js/               # JavaScript files
    └── main.js        # Interactions and animations

🎨 Customization

🎨 Colors

Edit src/css/main.css:

#00FF8C  /* Primary - Neon Green */
#00D9FF  /* Secondary - Cyan */
#121212  /* Background */

✏️ Content

File What to Change
index.html Personal info, projects, skills
src/css/main.css Styles, colors, layouts
src/js/main.js Animations, interactions

🌐 Compatibility

Browsers: Chrome, Firefox, Safari, Edge (Latest versions) • Mobile: Responsive design (< 768px)


⚡ Performance

✅ Intersection Observer lazy loading • ✅ CSS-based animations • ✅ Zero dependencies • ✅ Optimized assets

Lighthouse: Performance 95+ • Accessibility 90+ • Best Practices 95+ • SEO 95+


🛠️ Built With

HTML5CSS3 (Grid, Flexbox, Custom Properties, Keyframes) • Vanilla JavaScript (Intersection Observer, DOM APIs)


📝 Future Enhancements

  • Dark/light theme toggle
  • Form backend integration
  • Blog CMS integration
  • Project detail pages
  • PWA support
  • Multilingual support
  • Admin panel
  • Analytics tracking

🤝 Contributing

Contributions welcome! Fork → Branch → Commit → Push → Pull Request


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


👨‍💻 Author

serozrGitHubTwitterPortfolio

💬 Support

Give it a ⭐️ if you like this project! For issues or questions, open an issue on GitHub.


Made with ❤️ by serozr