Skip to content

Cyberpunk Portfolio Author: Bocaletto Luca, Roby, Elek80s. A futuristic, one-page, PWA-powered portfolio template for Full-Stack Developers. Ready to deploy on GitHub Pages with zero external builds or downloads.

License

Notifications You must be signed in to change notification settings

bocaletto-luca/portfolio-cyberpunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyberpunk Portfolio

Author: Bocaletto Luca, Roby, Elek80s.

A futuristic, one-page, PWA-powered portfolio template for Full-Stack Developers. Ready to deploy on GitHub Pages with zero external builds or downloads.

🚀 Features

  • SEO & Social: meta tags, OpenGraph, Twitter Cards, canonical link, robots.txt, sitemap.xml
  • Rich Snippets: JSON-LD “Person” schema
  • PWA: Web App Manifest + Service Worker with offline caching
  • Dark/Light Mode: CSS custom-properties toggle
  • Interactive Background: Three.js particle scene
  • Animations: GSAP + IntersectionObserver fade-ins
  • Scroll-Spy Nav: Active link highlight on scroll
  • Contact Form: Formspree integration
  • Performance: modern-css-reset, font preconnect & preload
  • Single Config Block: all variables at top of index.html

🔧 Configuration

Open index.html and edit the top CONFIGURATION block:

html

📂 File Structure

├── index.html # One-page portfolio ├── manifest.json # PWA manifest ├── sw.js # Service Worker ├── robots.txt # robots.txt for crawlers ├── sitemap.xml # XML sitemap for SEO ├── icon-192.png # PWA icon (192×192) ├── icon-512.png # PWA icon (512×512) └── og-image.png # Social preview image

🚢 Deploy on GitHub Pages

Push this repo to GitHub.

Go to Settings > Pages, select main branch (root).

Visit https://<yourUsername>.github.io/<your-repo>/.

📝 License

This project is licensed under the MIT License. Feel free to fork, customize and rock your cyberpunk portfolio!

About

Cyberpunk Portfolio Author: Bocaletto Luca, Roby, Elek80s. A futuristic, one-page, PWA-powered portfolio template for Full-Stack Developers. Ready to deploy on GitHub Pages with zero external builds or downloads.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.1%
  • CSS 26.1%
  • JavaScript 8.8%