https://github.com/sinhaparth5/shine-resume
Data Scientist and Machine Learning Engineer specializing in AI, deep learning, and NLP.
https://github.com/sinhaparth5/shine-resume
cv data-scientist ml resume
Last synced: 4 months ago
JSON representation
Data Scientist and Machine Learning Engineer specializing in AI, deep learning, and NLP.
- Host: GitHub
- URL: https://github.com/sinhaparth5/shine-resume
- Owner: sinhaparth5
- License: apache-2.0
- Created: 2025-08-16T09:10:17.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-16T10:04:57.000Z (10 months ago)
- Last Synced: 2025-08-16T11:46:01.513Z (10 months ago)
- Topics: cv, data-scientist, ml, resume
- Language: SCSS
- Homepage: https://shine-resume.onrender.com
- Size: 479 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Resume Website
A minimalist, single-page resume website built with PHP Slim Framework and SCSS.
## Quick Start
```bash
composer install
php build.php
php -S localhost:8000 -t public
```
## Docker
```bash
docker build -t resume-app .
docker run -p 8000:8000 resume-app
```
## Features
- Server-side rendering with PHP Slim
- SCSS compilation and JS minification
- SEO optimized with structured data
- Print-friendly and responsive design
## Credits
Design inspired by [Bartosz Jarocki's CV template](https://github.com/BartoszJarocki/cv) - adapted to PHP with SCSS.