Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 888 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 888 Bytes

Apollo Club website

Not a cult, just a club

This is the source code for the Apollo Club website.

File structure

assets                [ Assets to run the site ]
 |-css                       [ CSS files ]
 |  |-base                   [ Base styles ]
 |  |-fonts                  [ Font files ]
 |  |-layouts                [ Layout styles ]
 |  |-modules                [ Module styles ]
 |  |-main.sass              [ Import all styles ]
 |-img                [ Image files ]
 |-js                 [ JavaScript files ]
    |-vendor                 [ Vendor scripts ]
    |-functions.js           [ Custom functions ]
index.html            [ Home page ]

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the master branch.

Credits