File structure

Modular grouping to work intuitively

Within your Reign you’ll find the following directories and files, grouping common resources and providing both compiled, transpiled and minified distribution files, as well as raw source files.

reign-v4.0.1/
    ├── js/
    |   ├── bootstrap/
    |   ├── reign/
    |   └── plugins/
    ├── pages/
    |   ├── assets/
    |   ├── components/
    |   ├── docs/
    |   ├── index.html
    |   ├── about.html
    |   ├── blog.html
    |   ├── blog-grid.html
    |   ├── contact.html
    |   ├── faq.html
    |   ├── gallery.html
    |   ├── header-classic-gradient-background.html
    |   ├── header-classic-image.html
    |   ├── header-classic-slider.html
    |   ├── header-classic-text-left.html
    |   ├── header-classic-typed-text.html
    |   ├── header-classic-video-background.html
    |   ├── header-gradient-background.html
    |   ├── header-slider.html
    |   ├── header-text-left.html
    |   ├── header-text-left-slider.html
    |   ├── header-typed-text.html
    |   ├── header-video-background.html
    |   ├── one-page.html
    |   ├── pricing.html
    |   ├── services.html
    |   ├── single-post.html
    |   ├── starter.html
    |   ├── work.html
    |   ├── work-alt.html
    |   ├── work-single.html
    |   ├── work-wide.html
    ├── scss/
    |   ├── bootstrap/
    |   ├── reign/
    |   ├── _user.scss
    |   ├── _user-variables.scss
    |   └── theme.scss
    ├── .eslintrc.json
    ├── .gitignore
    ├── gulpfile.js
    └── package.json

Thank you for creating with Reign © 2019| v4.0.1

Made withby Themewagon