doctype html
html(lang='en')
  head
    include ../../include/head
    title Grid by Eden.
    link(href='../css/style.css', rel='stylesheet')
  body
    .universe#grid-pg
        #grid
            .container
                h1 The Eden Grid.
                .grid-option
                    .row
                        .col.one.mob-half.tab-eight
                        .col.eleven.mob-half.tab-four
                    .row
                        .col.two.mob-full
                        .col.ten.mob-full
                    .row
                        .col.three
                        .col.nine
                    .row
                        .col.four
                        .col.eight
                    .row
                        .col.five.tab-two
                        .col.seven.tab-ten
                    .row
                        .col.six
                        .col.six
                    .row
                        .col
    // jQuery CDN script via google
    // <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
