Skip to content

binakot/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume of Ivan Muratov

Made with http://jsonresume.org and hosted by http://github.com

Want to make your own resume from JSON?

npm install -g resume-cli jsonresume-theme-slick
resume init
resume export index.html -t slick

A little hotfix of styles: replace two links in html head section of exported index.html:

# from
<link href="http://bootswatch.com/lumen/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:500,300' rel='stylesheet' type='text/css'>

# to
<link href="https://bootswatch.com/4/lumen/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300' rel='stylesheet' type='text/css'>

Inspired by https://github.com/BretFisher/resume.