An open API service indexing awesome lists of open source software.

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.

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.