luubinhan / grunt-bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-template

[HTML] Template For General Project

Folder Include

  • css
    • default.css
    • images
      • black.png
      • white.png
  • images
  • js
    • main.js
    • plugin.js

Partials

components

layout

widget

Widget Including

Name

section > container > zone > block

Section

  • section-bank-account-footer.html :
  • section-column.html :
  • section-extra.html :
  • section-faq.html :
  • section-pricing-plan.html :
  • section-slider.html :
  • section-testimonials.html :
  • section-subscribe.html

Component

  • component-comment.html
  • component-post-grid.html
  • component-search-form.html
  • component-search.html
  • component-share-social.html
  • component-submenu.html
  • component-woo-pagination.html
  • component-wp-pagenavi.html

Pages

  • page-blog.html
  • page-contact.html
  • page-login.html
  • page-produce-detail.html
  • page-single.html: page.php

jQuery Plugins Included

$(function() {
    $('.match-height').matchHeight({
        byRow: false,
    });
});

Icon Fonts

http://ionicons.com/

About


Languages

Language:CSS 48.8%Language:HTML 43.0%Language:JavaScript 8.2%