https://github.com/shnwazdeveloper/shnwazdeveloper.github.io
Personal portfolio website for shnwazdev, hosted on GitHub Pages.
https://github.com/shnwazdeveloper/shnwazdeveloper.github.io
css github-pages javascript personal-website portfolio
Last synced: 19 days ago
JSON representation
Personal portfolio website for shnwazdev, hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/shnwazdeveloper/shnwazdeveloper.github.io
- Owner: shnwazdeveloper
- License: other
- Created: 2026-05-03T10:06:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T05:34:06.000Z (about 1 month ago)
- Last Synced: 2026-05-12T07:29:35.385Z (about 1 month ago)
- Topics: css, github-pages, javascript, personal-website, portfolio
- Language: CSS
- Homepage: https://shnwazdeveloper.github.io/
- Size: 3.51 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shnwazdeveloper.github.io
A modern personal portfolio for shnwazdev, published as a GitHub Pages user site.
## Live Links
| 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 |
## What This Site Includes
| 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 |
## Project Snapshot
| 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 |
## Tech Stack
```text
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
```
## Repository Map
```text
.
|-- 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
```
## Local Preview
Open `index.html` directly in a browser, or run a local static server:
```powershell
python -m http.server 8000
```
Then open:
```text
http://localhost:8000
```
## Deploy Workflow
This repository is named `shnwazdeveloper.github.io`, so GitHub automatically serves it from the root user-site URL.
```text
git add .
git commit -m "Update portfolio"
git push origin main
```
After pushing, GitHub Pages publishes the latest version at:
```text
https://shnwazdeveloper.github.io/
```
## Site Health
| Check | Status |
| --- | --- |
| GitHub Pages | Active |
| HTTPS | Enforced |
| Custom domain | Not attached |
| Root URL | Live |
| README banner | Included |
| Sitemap | Included |
| License | Included |
## Notes
- 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`.
## License
This project is licensed under the terms in [LICENSE](LICENSE).