A modern personal portfolio for shnwazdev, published as a GitHub Pages user site.
| Page | URL |
|---|---|
| Main portfolio | https://shnwazdeveloper.github.io/ |
| Terminal page | https://shnwazdeveloper.github.io/terminal.html |
| Share page | https://shnwazdeveloper.github.io/share.html |
| Sitemap | https://shnwazdeveloper.github.io/sitemap.xml |
| Feature | Purpose |
|---|---|
| Hero profile | First impression for shnwazdev |
| About section | Background, role, and personal positioning |
| Skills area | Technical strengths and tools |
| Journey timeline | Career and learning path presentation |
| Project sections | Work samples and development identity |
| Interactive map | Location/geo-style visual detail |
| Contact cards | GitHub, LinkedIn, and website links |
| Terminal mode | Developer-focused portfolio experience |
| SEO files | robots.txt, sitemap.xml, canonical metadata |
| README banner | Custom 3D-style SVG repository identity |
| Area | Details |
|---|---|
| Repository | shnwazdeveloper/shnwazdeveloper.github.io |
| Site type | GitHub Pages user site |
| Main URL | https://shnwazdeveloper.github.io/ |
| Source branch | main |
| Source path | repository root / |
| Custom domain | none |
| Core stack | HTML, CSS, JavaScript |
| Extras | Leaflet, Font Awesome, Google Fonts |
HTML5 Content structure and semantic page sections
CSS3 Neo-brutalist styling, layout, responsive states
JavaScript Interactions, terminal effects, dynamic UI behavior
Leaflet Map integration
Font Awesome Interface and contact icons
GitHub Pages Static hosting and automatic deployment
.
|-- index.html Main portfolio page
|-- terminal.html Terminal-style portfolio page
|-- share.html Minimal share redirect/link page
|-- neo-styles.css Primary design system and responsive CSS
|-- styles.css Additional legacy/support styling
|-- script.js Interactive behavior and terminal logic
|-- favicon.svg Browser tab icon
|-- robots.txt Search crawler rules
|-- sitemap.xml Public sitemap
|-- LICENSE Project license
|-- README.md Repository presentation
`-- image/
|-- readme-hero.svg 3D-style README banner
|-- avatar-gpt.png Visual asset
|-- blank-social.png Social preview override asset
|-- caffe-icon.gif Animated/visual asset
|-- lazyfire-logo.svg Logo asset
`-- pirat.png Visual asset
Open index.html directly in a browser, or run a local static server:
python -m http.server 8000Then open:
http://localhost:8000
This repository is named shnwazdeveloper.github.io, so GitHub automatically serves it from the root user-site URL.
git add .
git commit -m "Update portfolio"
git push origin main
After pushing, GitHub Pages publishes the latest version at:
https://shnwazdeveloper.github.io/
| Check | Status |
|---|---|
| GitHub Pages | Active |
| HTTPS | Enforced |
| Custom domain | Not attached |
| Root URL | Live |
| README banner | Included |
| Sitemap | Included |
| License | Included |
- This project intentionally uses the root GitHub Pages URL.
- No Cloudflare or custom domain is required for the live website.
- The repository About link should point to
https://shnwazdeveloper.github.io/. - The README image is stored locally in
image/readme-hero.svg.
This project is licensed under the terms in LICENSE.