Introduction

This is a quick quide that will help you build your first page.

Component

<button type="button" class="btn btn-rounded btn-primary btn-with-icon">Button with icon <i class="icon-arrow-right"></i></button>

File Structure

  • CUBE
    • app
      • assets assets referenced in html pages
        • css
        • fonts
        • images
        • js
        • scss
        • video
      • documentation
      • 404.html
      • about.html
      • agency.html
      • app.html
      • article.html
      • blog.html
      • career.html
      • contact.html
      • coworking.html
      • documentation.html
      • faq.html
      • index.html
      • job-listing.html
      • portfolio.html
      • presentation.html
      • pricing.html
      • product.html
      • saas.html
      • services.html
      • startup.html
      • terms.html
    • gulpfile.js
    • package.json
    • README.md

Changelog

  • 1.0.1

    • Added Ecommerce Demo
    • Updated Bootstrap
    • Fixed some small issues
  • 1.0.0

    • Initial Release