1. Download the theme and unzip it on your local machine

2. Copy all template asset files to the server under /public_html/PROJECT_NAME/assets/

3. Carefully review the mockup and find corresponding elements on the theme files (make a note of all elements you will need).

4. Open up /public_html/tpl/_base.twig and match outermost html to theme

5. Open up /public_html/tpl/_layout_page.twig and match html where appropriate

6. Open up /public_html/tpl/_navigation.twig and match navigation html

7. Plan out .twig file structure and make sure to match the files on the site's admin panel ("Menus / Pages" > "Manage Menu Templates" > modify list as necessary)

8. Go to the menu tool and adjust pages to match desired site structure (admin panel > "Menus / Pages" > modify list as necessary)

9. Edit each page's corresponding .twig file to match the mockup. don't worry about dynamic tools or text, just hard-code the content for each page

Afterwards, we plan out what tools to build in order to hook up dynamic content to replace the hard-coded stuff