Skip to content

garabedium/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Site

  • Javascript MVC practice that I used for my personal site: Garabedium
  • Responsive framework: Foundation 6 + SASS
  • Build Tool: Grunt used to generate responsive images
  • Build Tool: Gulp used to compile SASS: assets/scss/*

Structure

  • Model: Site content stored in assets/js/data.json
  • Views/Control: Stored in assets/js/app.js
  • HTML Templates: Stored in assets/js/helper.js

How it Works

  • control.GetData uses AJAX to query data from data.json
  • Views call getData, wrap necessary data with templates from helper.js and append to HTML

Credits:

Responsive images with scrset

A different version of the resume site used image slideshows and srcset to smartly load different image sizes

Scroll detection

Regex refresher

Grunt

Site was initially compiled using Grunt, then moved over to Gulp. I kept the responsive image task for kicks.

Gulp

About

Personal website built with javascript and jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published