A Single Page Resume website. Design taken from Start Bootstrap. The website is fully responsive, with mobile first approach.
Live version can be found here
- GatsbyJS
- Styled Components
- Intersection Observer
- clone the repo
git clone https://github.com/atarsa/resume-template.git
- (or download it directly from GitHub)
- run
npm install
in your bash/command line to install dependecies - run
gatsby serve
to run local serve
- to run development server run
gatsby develop
- content for Education and Experience section can be modified in
.yaml
files that can be found incontent
directory. - to build new website run
gatbsy build
- to run build version run
gatsby serve