Skip to content

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

Notifications You must be signed in to change notification settings

jacekwilczynski/treehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published