Overview

Overview of the template, its contents, and how to get started with scaffold template.

Scaffold is a responsive HTML CSS site template based from twitter bootstrap and designed for multi purpose usage such as corporate business, web agency to showcase their works, marketing or product website to personal site. We believe that Multitrap has complete elements and features to build a really great website. You can read some interesting pages showcasing all Multitrap features based from twitter bootstrap framework on several pages like scaffolding, base-css, components and javascript.

Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Scaffold template. You'll see something like this:


  scaffold_template_v.1.0.0/
  ├── Template/
  |   ├── assets/
  │   │   ├── color/
  │   │   │   ├── orange.css
  │   │   ├── css/
  │   │   │   ├── bootstrap.css
  │   │   │   ├── bootstrap-responsive.css
  │   │   │   ├── docs.css
  │   │   │   ├── style.css
  │   │   ├── ico/
  │   │   │   ├── bootstrap.css
  │   │   │   ├── bootstrap-responsive.css
  │   │   │   ├── docs.css
  │   │   ├── img/
  │   │   │   ├── dummies/
  │   │   │   ├── icons/
  │   │   │   └── template images..
  │   │   └── js/
  │   │       ├── jquery.js
  │   │       ├── google-code-prettify/prettify.js
  │   │       ├── bootstrap.js
  │   │       └── custom.js
  │   │
  |   ├── index.html
  │   ├── index_alt1.html
  │   ├── index_alt2.html
  │   ├── overview.html
  │   ├── scaffolding.html
  │   ├── base-css.html
  │   ├── components.html
  │   ├── javascript.html
  │   ├── overview.html
  │   ├── portfolio-alt1-2cols.html
  │   ├── portfolio-alt1-3cols.html
  │   ├── portfolio-alt1-4cols.html
  │   ├── portfolio-alt2-2cols.html
  │   ├── portfolio-alt2-3cols.html
  │   ├── portfolio-alt2-4cols.html
  │   ├── portfolio-alt3.html
  │   ├── portfolio-detail.html
  │   ├── blog_left_sidebar.html
  │   ├── blog_right_sidebar.html
  │   ├── post_left_sidebar.html
  │   ├── post_right_sidebar.html
  │   ├── about.html
  │   ├── services.html
  │   ├── faq.html
  │   ├── fullwidth.html
  │   ├── pricing_table.html
  │   ├── 404.html
  │   └── contact.html
  │
  ├── PSD/
  │   ├── logo.psd
  │   └── .....psd
  │
  │
  └── Documentation/
      └── index.html [template documentation]

This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

Please note that all JavaScript plugins require jQuery to be included.

Scaffold template comes equipped with HTML, CSS, and JS for all sorts of things also some PSD elements with template documentation to guide you when use this template. Otherwise all things already summarized with a handful of categories visible at the top of the Scaffold overview.

Bootstrap and Scaffold overview
Scaffolding

Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.

Base CSS

Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.

Components

Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.

JavaScript plugins

Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

List of components

Together, the Components and JavaScript plugins sections provide the following interface elements:

  • Button groups
  • Button dropdowns
  • Navigational tabs, pills, and lists
  • Navbar
  • Labels
  • Badges
  • Page headers and hero unit
  • Thumbnails
  • Alerts
  • Progress bars
  • Modals
  • Dropdowns
  • Tooltips
  • Popovers
  • Accordion
  • Carousel
  • Typeahead

With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

Now, here's a look at a typical HTML file:

<!DOCTYPE html>
<html>
  <head>
    <title>Bootstrap 101 Template</title>
  </head>
  <body>
    <h1>Hello, world!</h1>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
  </body>
</html>

To make this a Bootstrapped template, just include the appropriate CSS and JS files:

<!DOCTYPE html>
<html>
  <head>
    <title>Bootstrap 101 Template</title>
    <!-- Bootstrap -->
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
  </head>
  <body>
    <h1>Hello, world!</h1>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>

And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

Read scaffold documentation file that included in the download package and enjoy the template! For template support please send email via our profile contact form.