/*
   My curriculum vitae
   you can contact me on [email protected]
   or mobile: +48 504-343-018
*/
#skills {
/*
   I hate percent :P
*/
  javascript: senior | 10 years+ ;
  typescript: senior | 2.5 years+ ;
  angular: senior | 2.5 years+;
  angular.js: regular | 2 years+;
  sass (css): senior | 2 years+;
  node.js: junior | 2 years+;
  PWA: regular | 1 year;
  jquery: senior | 3 years+;
  PHP: junior+ | 1 year+;
  RWD & AWD: senior | 3 year+;
}

#jobs{

  .2009-* {
    freelance:absolute;
  }
  .2017-* {
    position:"Tech Lead Frontend | Senior Developer";
    company:"JCommerce";
  }
  .2016-2017 {
    position:"Frontend Developer";
    company:"Bombardier Inc.";
  }
  .2014-2015 {
    position:"Frontend Developer";
    company:"Aqimo";
  }
}
#projects{
/*
   A lot of.. These are last few..
*/
  .centrum9 {
    framework: angular, node.js, mongodb;
    position: PM & Frontend;
    reference: url("frontem.io/centrum9.pdf");
  }
  .apja {
    framework: angular, node.js, postgresql;
    position: PM;
  }
  .bpc {
    framework: angular, material design, mobile app;
    position: Frontend;
    reference: url("frontem.io/bpc.pdf");
  }
  .treeno {
    framework: angular, PWA;
    position: Frontend;
  }
  .porcentimos {
    framework: php, mysql;
  }
}
#social{
  .linkedIn {
    background: url("https://www.linkedin.com/in/michal-wojcik-275a6b6a/");
  }
  .github {
    background: url("https://github.com/michalmw");
  }
}