Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 789 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 789 Bytes

treehouse

A static page coded from a PSD file using only HTML, CSS, and a bit of ES5 JavaScript.

Philosophy

My idea for this challenge was to completely abandon build tools, preprocessors, frameworks etc. and try to code just raw HTML, CSS and JS. CSS uses the BEM approach, with blocks (and sometimes bigger elements) split into separate files. This approach necessitates a lot of requests on page load, so for actual production deployment one should bundle the files together e.g. with Sass.

Preview

https://jacekwilczynski.github.io/treehouse

Genesis

This is a solution to exercise #3 from https://drive.google.com/drive/folders/0Bw2hu70L5Ye_VkhvdDZhN3haSlE coming from the Weekly WebDev Challenge Facebook group located at https://www.facebook.com/groups/940002776068923