Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

SashoStoichkovArchive/Online-CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online CV

Purpose

The main purpose of this project is to become personal online CV for me to use in my future career. I'll be adding more information about me and about everything I do. I could also add a BLOG section.

Hosted on Heroku

Screenshots

Landing page About Me page Programming skills Programming skills - WEB Conatct Me

Requirements

Must use:

    • Gulp build setup
    • Sass for source files
    • If JS - ES6+ with Babel
    • Flex for layouts

Requirements

  • Host the code as on GitHub
  • Host the site itself on free services like github sites for easy preview
  • Must style at least 5 different layouts for the site
  • Must have a page that showcases styles for standard HTML elements
  • Must have two or more levels deep drop down menu in the header
  • Must be responsive (no horizontal scrolls on any viewport)
  • Must get no errors or warnings from the HTML5 Validator
  • Must have realistic content. Your site has to be useful in some way, no lorem ipsum.
  • Must have well formatted code - 4 tab size indentation.
  • Must use proper HTML5 semantic tags
  • Must have proper README.md in the repository that explains the project and provides a screenshot from the homepage.
  • Class names must be lower case, dash separated

Bonus points:

Bonus points will add to your final score if you are off by a little:

  • JS interactivity (in a well written JS code).
  • No jQuery used, just vanilla JS