lostinlight / ivan-theme

:bowtie: HTML5 resume template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open source for the win

Ivan

minimalistic and somewhat old-school HTML5 resume template


Created a while ago for a friend. Never used.
May be you're in need of an online resume, yet too lazy to code it yourself?

I'll be glad if someone finds it useful!

Preview

screen one

screen two

Features

  • SCSS, Gulp, jQuery
  • Video/Image background
  • Filterable portfolio page
  • QR Code widget

File Structure

  • site folder — all files that you want to upload on the server are here;
  • src folder — contains modularized scss/js files for easy styles customization and maintenance

Steps

You need Node.js, npm and Gulp installed on your computer.

  1. Run npm install in your resume folder with gulpfile.js
  2. Run gulp in your resume folder with gulpfile.js
  3. You will find your template at localhost:8080
  4. To change theme colours, change variable values in "src/scss/colors.scss" and "src/scss/gradients.scss"
  5. Run gulp styles to compile styles
  6. Run gulp scripts to compile scripts

About

:bowtie: HTML5 resume template

License:MIT License


Languages

Language:JavaScript 65.9%Language:CSS 23.3%Language:HTML 10.8%