Overview


Unify is an incredibly beautiful and fully responsive Bootstrap 3 Template for any type of creative professionals. Template comes with developer friendly and easy to customizable code. It works on all main web browsers, tablets and phones.

We hope you will enjoy using Unify template’s easy to navigate and user-friendly layout and yet developer friendly code. Furthermore, a lot of resources have been employed and added many options just to make sure our valued customers will be satisfied with their purchase.

Current upgraded release is v1.5 and much more new amazing features are coming soon in the next updates. Thank you for using Unify Template.


Main Structures top


Home pages in Unify Template consist of header, slider, content part, footer and copyright parts. However, inner pages includes breadcrumbs instead of slider.



Beginning of the Page

In order to detect Internet Explorer browser version a specific class implemented to following code at the beginning of all HTML pages

<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
                

Page Head Updated v1.4

Page head contains Title, Metadata, Favicon and CSS.

<head>
    <title>Unify | Welcome...</title>

    <!-- Meta -->
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta content="" name="description">
    <meta content="" name="author">

    <!-- Favicon -->
    <link rel="shortcut icon" href="favicon.ico">
    
    <!-- CSS Global Compulsory -->
    <link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/style.css">

    <!-- CSS Implementing Plugins -->
    <link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
    <link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
    
    <!-- CSS Theme -->
    <link rel="stylesheet" href="assets/css/themes/default.css">
</head>
                

Wrapper New v1.4

.wrapper class is added on v1.4 to wrap ALL body contents. Mainly It consist of header, slider, breadcurmbs, content parts etc.

<div class="wrapper">
    ...
    ...
</div>
                

Note Below codes are part of the wrapper content. It starts from header and ends after copyright part.


Header Updated v1.4

<!--=== Header ===-->
<div class="header">
    <-- Topbar -->
    <div class="topbar">
        ...
        ...
    </div>
    <--  End Topbar -->

    <-- Navbar -->
    <div class="navbar navbar-default" role="navigation">
        ...
        ...
    </div>
    <-- End Navbar -->
</div>
<!--=== End Header ===-->
                

Content Updated v1.4

Container block includes all contents on pages. Moreover, in v1.4 added .content class to the main wrap container to give space (padding) for the content.

<!--=== Content Part  ===-->
<div class="container content">
    ...
    ...
</div><!--/container-->
<!--=== End Content Part  ===-->
                

Footer

<!--=== Footer ===-->
<div class="footer">
    <div class="container">
	    ...
	    ...
    </div><!--/container-->
</div><!--/footer-->
<!--=== End Footer ===-->
                
<!--=== Copyright ===-->
<div class="copyright">
    <div class="container">
	    ...
	    ...
    </div><!--/container-->
</div><!--/copyright-->
<!--=== End Copyright ===-->
                

Javascript and jQuery

Javascript files loaded in the end of page. This will reduce page load time.

<!-- JS Global Compulsory -->
<script src="assets/plugins/jquery-1.10.2.min.js"></script>
<script src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>

<!-- JS Implementing Plugins -->
<script src="assets/plugins/back-to-top.js"></script>

<!-- JS Page Level -->
<script src="assets/js/app.js"></script>
<script>
jQuery(document).ready(function() {
    App.init();
});
</script>

<!--[if lt IE 9]>
    <script src="assets/js/respond.js"></script>
<![endif]-->
                

Theme Configuration top


Unify Template includes 10 predefined theme colors. All theme CSS files are located in assets/css/themes/..

To change theme color you should just replace assets/css/themes/default.css to assets/css/themes/your_theme.css or you can use ready theme css files blue.css, red.css, orange.css etc. instead of your_theme.css

<head>
    <title>Unify | Welcome...</title>

    <!-- Meta -->
    <meta charset="utf-8" />
    <meta content="width=device-width, initial-scale=1.0" name="viewport" />
    <meta content="" name="description" />
    <meta content="" name="author" />

    <!-- CSS Theme -->
    <link rel="stylesheet" href="assets/css/themes/default.css" />
</head>
                

Info If you want to use default theme style there's no necessity to link assets/css/themes/default.css you can just remove this line from HTML content. It's already included in main css files such as style.css, app.css etc.



Dark Layout Updated v1.5

You should follow two easy steps to make Dark Theme:

1. Link dark.css inside <head> section.

2. Add a .dark class to <body> tag.


For example:

<head>
    <title>Unify | Welcome...</title>

    <!-- CSS Theme -->
    <link rel="stylesheet" href="assets/css/themes/dark.css">
</head>


<body class="dark">
    ....
    ....
    ....
</body>
                

JavaScript initialization top


Core javascript initialization implemented in assets/js/app.js thorugh App object as shown below. This approach enables an easy modular implementation to initialize jquery plugins and other application logics.

var App = function () {
    ...
    ...
}();
                

Fonts top


Unify Template uses Open Sans font for headings from Google Web Fonts. You are able to choose more than 600+ fonts from Google Web Fonts. The font imported in the app.css file assets/css/app.css

/*Import Google Font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
                

Credits top


Name URL
Twitter Bootstrap http://twitter.github.io/bootstrap
jQuery http://jquery.com
Font Awesome http://fortawesome.github.io/Font-Awesome
Glyphicons Pro http://glyphicons.com
Revolution Slider http://www.themepunch.com/codecanyon/revolution
Parallax Slider http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery
Sequence Slider http://www.sequencejs.com
BxSlider http://bxslider.com
FlexSlider http://www.woothemes.com/flexslider
Backstretch http://srobbin.com/jquery-plugins/backstretch
FancyBox http://fancybox.net
Quicksand https://github.com/razorjack/quicksand
Countdown http://keith-wood.name/countdown.html
GMaps http://hpneo.github.io/gmaps

Image and Design credits

The following images are used for Unify Template:

Change Log top


Please do not forget to backup your files before the upgrade.


Version 1.5 – 24 June 2014

  • NEW: One Page Template
  • NEW: Flat Pricing Tables
  • NEW: 40+ PSD Pages
  • NEW: Dark Layout Option
  • NEW: Cube Portfolio (value $8)
  • NEW: Blog (Grid) Masonry
  • NEW: 3 Footer Options
  • NEW: 3 Header Options
  • NEW: Instagram Icon
  • NEW: Profile Dashboard
  • NEW: Profile Overview
  • NEW: Profile Users
  • NEW: Profile Projects
  • NEW: Profile Comments
  • NEW: Profile History
  • NEW: Profile Settings
  • NEW FEATURES (Profile Pages)
    • NEW: 4 Tab Form Sections (Edit Profile, Change Password, Payment Options and Notification Settings)
    • NEW: 2 Social Blocks
    • NEW: Profile Timeline Block
    • NEW: Scrollbar
    • NEW: Sidebar Calendar
    • NEW: Notifications
    • NEW: Notes Block
    • NEW: Events Block
    • NEW: Colorful Info Blocks (with counters)
    • NEW: User Info Blocks
    • NEW: Discussions Blocks
    • NEW: Alarm Notifications
  • NEW FEATURES (One Page Template)
    • NEW: Full Screen Revolution Slider
    • NEW: AJAX Portfolio
    • NEW: Quote Parallax Block
    • NEW: Beautiful Team Blocks
    • NEW: Parallax Counter
    • NEW: Serive Blocks
    • NEW: News Blocks
    • NEW: Parallax Twitter Block
    • NEW: Parallax Clients Section
    • NEW: Testimonial Carousel
    • NEW: Contact Forms
  • UPGRADE: Layer Slider v5.1.0
  • UPGRADE: Revolution Slider v4.5 SkyWood
  • UPGRADE: Font Awesome Icons v4.1.0
  • IMPROVEMENT: Unify Buttons
  • IMPROVEMENT: Main Parallax Slider
  • IMPROVEMENT: Jobs Page (Clients Logos)
  • IMPROVEMENT: Navigation
  • IMPROVEMENT: Blog Magazine
  • IMPROVEMENT: Blog Large (Sidebar News)
  • IMPROVEMENT: Font Awesome Icon Page
  • IMPROVEMENT: Our Work Carousel with "Owl Carousel"
  • FIXED: Navigation for Mobile and Tablet Devices
  • FIXED: Many bugs are fixed in IE8:
    • FIXED: Fixed Header Background
    • FIXED: Twitter Blog
    • FIXED: Pricing Stickers
    • FIXED: Easy Block Sections
    • FIXED: Sky Form Icons
    • FIXED: Carousel-v1
    • FIXED: Service Blocks
    • FIXED: Search blocks
    • FIXED: Parallax Team Section
    • FIXED: Parallax Counter
    • FIXED: Job Banner and Image Inputs

Version 1.4 – 06 April 2014

  • NEW: 5 Theme Colors
  • NEW: Discover Page
  • NEW: Jobs Page
  • NEW: Jobs Inner v1 Page
  • NEW: Jobs Inner v2 Page
  • NEW: Jobs Inner v3 Page
  • NEW: About Us Page
  • NEW: About Me Page
  • NEW: Responsive Corporate Email
  • NEW: Responsive Flat Email
  • NEW: Responsive Modern Email
  • NEW: Pricing Tabels
  • NEW: Light Pricing Tabels
  • NEW: Mega Pricing Tabels
  • NEW: Search Results Page
  • NEW: Search Table Results Page
  • NEW: FAQs Page
  • NEW: 404 Eror v1 Page
  • NEW: 404 Eror v2 Page
  • NEW: Blog Timeline Page
  • NEW: Boxed Pages
  • NEW: Parallax Background
  • NEW: Fixed Header
  • NEW: Static Footer
  • NEW: Sub Menu in Dropdown Navigation
  • NEW: Dropcaps
  • NEW: Bordered Texts
  • NEW: Tooltips
  • NEW: Color Texts
  • NEW: Popovers
  • NEW: Highlights
  • NEW: Heading Options
  • NEW: Deviders
  • NEW: Blockquote Styles
  • NEW: Box Shadows
  • NEW: Testimonials Styles
  • NEW: 7 New Button Colors
  • NEW: Icon Button
  • NEW: Outline Buttons
  • NEW: Rounded Buttons
  • NEW: Dropdown Buttons
  • NEW: Split Dropdowns Button
  • NEW: Collection of Brand and Social Buttons
  • NEW: Button Loading & Hover Effects
  • NEW: Icon Sizes
  • NEW: 10+ Icon Color Styles
  • NEW: Rounded Icons
  • NEW: Circle Icons
  • NEW: Rounded and Circle Social Icons
  • NEW: Line Icons
  • NEW: Unlimited Content Boxes
  • NEW: Colored Content Boxes
  • NEW: Tons of Labels & Badges Styles
  • NEW: Progress Bars
  • NEW: Image Styles
  • NEW: Vimeo & Youtube Video Examples
  • NEW: Soundcloud Music
  • NEW: 5+ Panels
  • NEW: Timeline v1
  • NEW: Timeline v2
  • NEW: Responsive Carousel Examples
  • NEW: General Unify Forms
  • NEW: Datepickers
  • NEW: Validation Forms
  • NEW: Masking Forms
  • NEW: Form Layouts
  • NEW: Checkout Form
  • NEW: Review Form
  • NEW: Order Form
  • NEW: Form States
  • NEW: Form Sliders
  • NEW: Modals
  • NEW: Google Maps Examples
  • NEW: Vector Maps
  • NEW: Animated Pie Charts
  • NEW: Counters
  • NEW: Image Breadcrumbs
  • NEW: Animate CSS
  • NEW: Sub Menu on Sidebar Navigation
  • IMPROVEMENT: Typography Page
  • IMPROVEMENT: About Our Team
  • IMPROVEMENT: Clients Page
  • IMPROVEMENT: Gallery Page
  • IMPROVEMENT: Button Sisez
  • IMPROVEMENT: Disabled State
  • IMPROVEMENT: Icon Styles
  • IMPROVEMENT: Bootstrap Forms
  • IMPROVEMENT: Navigation
  • IMPROVEMENT: Documentation
  • FIXED: Mobile Navigation
  • FIXED: Searchbox for Smaller Width Browser
  • FIXED: FancyBox For Mobile
  • FIXED: Button Sizes
  • FIXED: Button Disable States
  • FIXED: Boxed Layout Issue with FancyBox
  • UPDATED: Bootstrap 3.1.1
  • UPDATED: Awesome Icons 4.0.3

Version 1.3 – 19 October 2013

  • NEW: Layer Slider (value $10)
  • NEW: Flatty Home Page
  • NEW: Portfolio Home Page
  • NEW: About Us Option Page
  • NEW: Services Option Page
  • NEW: Invoice Page
  • NEW: Funny Boxes
  • NEW: Meet Our Teamm Page
  • NEW: Registration Option Page
  • NEW: Login Option Page
  • NEW: 3 Column Page
  • NEW: Blog/Magazine Page
  • NEW: Blog Medium Page
  • NEW: Blog Full Width Page
  • NEW: Blog Item Option
  • NEW: Contact Option Page
  • NEW: 404 Error Option Page
  • NEW: Soring Plugin
  • NEW: Tweet Blocks
  • NEW: Tab Styles
  • NEW: Header Option
  • NEW: Content Boxes
  • NEW: Rounded Icon Styles
  • NEW: Colored Social Icon
  • NEW: 12 Different Color Panels
  • NEW: Testimonial Blocks
  • NEW: Boxed Layout
  • NEW: Blog Posts
  • NEW: Blog Quick Links
  • NEW: Panel Tabs
  • NEW: Panel Forms
  • NEW: Responsive Video Class
  • NEW: Youtube Video Example
  • NEW: Info Blocks with Icons
  • NEW: Sidebar Navigation
  • NEW: Hover Dropdown Menu
  • UPGRADE: Twitter Bootstrap 3
  • UPGRADE: jQuery 1.10.2
  • UPGRADE: Revolution Slider 3.0.8
  • UPGRADE: Font Awesome v3.2.1
  • UPGRADE: Glyphicons Pro Icons
  • IMPROVEMENT: Redesigned All Feature Pages
  • IMPROVEMENT: Redesigned Vertical Parallax Slider
  • IMPROVEMENT: Redesigned Service Page
  • IMPROVEMENT: Navigation (Menu)
  • IMPROVEMENT: Blog Spacing
  • IMPROVEMENT: Blog Tags
  • IMPROVEMENT: Tabs/Accordions
  • IMPROVEMENT: Parallax Slider Arrows
  • FIXED: Navigation for Mobile Devices
  • FIXED: Google Map zoom in/out
  • FIXED: Navigation Toggle Color
  • FIXED: Pricing Tables Color
  • FIXED: IE8 Parallax Arrows

Version 1.2 – 27 May 2013

  • NEW: Revolution Slider (value $12)
  • NEW: Coming Soon Page page_coming_soon.html
  • NEW: Glyphicons Pro (value $59)
  • NEW: Four Theme Color Options
  • NEW: Button Styles feature_button.html
  • NEW: Boxed Contact Page page_contact1.html
  • NEW: Search Page page_search.html
  • NEW: Amazing Alternative Home Page page_home5.html
  • IMPROVEMENT: Documentation
  • IMPROVEMENT: Paralax Slider (High Resolution)
  • IMPROVEMENT: HTML/CSS & JS code structures
  • UPGRADE: Twitter Bootstrap v2.3.2
  • UPGRADE: Font Awesome v3.1.1
  • FIXED:
    • Header Search Block (for responsive)
    • Footer Subscribe Form (for IE8)
    • Accardion and Tabs in Firefox browser (added some default bootstrap classes)

Version 1.1 – 24 April 2013

  • UPGRADE: Twitter Bootstrap v2.3.1
  • FIXED: Some page issues in login.html and registration.html

Version 1.0 – 23 April 2013

  • Initial release

Upgrade top


Info Please do not forget to backup your files before the upgrade. If you come across any problem during the upgrade please contact to our support at support@htmlstream.com


v1.4 Upgrade

Important! Now, we have created custom.css to overwrite all your codes, It's located in assets/css/custom.css. We suggest to write all your css customizations codes into custom.css file. The reason is, when you upgrade Unify to new versions in the future, you will not lose your custom styles.


  • Totaly rewrited almost all feature pages and changed their .html file names.
  • Redesigned and improved page_clients.html page.
  • Changed: page_meet_our_team.html to page_about_our_team.html
  • Changed: page_search.html to page_funny_boxes.html
  • Rewrited class names for content boxes and funny boxes. More examples on pages: feature_box_colored.html and feature_box_funny.html
  • Created some new classes to round and circle elements/blocks. You can use these ready classes .rounded, .rounded-x, .rounded-2x, .rounded-3x, .rounded-4x to round any blocks or elements. .rounded-x used to circle elements and It gives 50% border-radius to any element.
  • Now app.css is built as Unify framework's main stlye. It includes all featres of the Template such as Icons Styles, Buttons, Typography, Content Boxes etc.
  • Redesigned almost all feature elements.
  • Totaly changed header structure. Rewrited both header and topbar blocks. Now topbar is a part of header block.
  • header css files are integrated to style.css
  • responsive.css is integrated to each css files and It's deleted from css folder. Now, no more required to link responsive.css in html files.
  • Added .twitter-time class into <span> for sidebar twitter blocks.
  • Removed dropdown-hover javascript plugin. Now, hover dropdowns work with just css codes.
  • Removed .btn-buy button from the home pages. Instead used default button.
  • Removed icon from the navigation dropdown. Now, dropdown arrows were created from the css.

Please Note, latest featres on Unify starting v1.4 may not support with IE8. However, we will do our best to fix them as soon as possible.

Moreover, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.

Feature Internet Explorer 8 Internet Explorer 9
border-radius Not supported Supported
box-shadow Not supported Supported
transform Not supported Supported, with -ms prefix
transition Not supported
placeholder Not supported

v1.3 Upgrade

Since latest version of Unify upgraded to Twitter Bootstrap 3 all files comes with a huge JavaScript, HTML and CSS changes.
We suggest you to add the codes from previous version into v1.3 and use it as a base template.

*Please visit the offecial Bootstrap 3 documentation page for more detalied info http://getbootstrap.com

v1.2 Upgrade

Here is breifly explained what we changed in v1.2:

  • File structures:
    • Changed HTML file names. For example:
      • faq.html to page_faq.html
      • about.html to page_about.html
      • contact.html to page_contact.html
      • icons.html to feature_icons.html
      • table.html to feature_table
      • and others...
    • We added all plugins to plugin folder and now all plugins located in assets/plugins/..
  • Parallax Slider now on autoplay. Modified file: assets/plugins/parallax-slider/js/jquery.cslider.js
  • Changed folder and file names from menu to header in CSS folder assets/css/headers/header1.css and assets/css/headers/header2.css
  • Changed Modernizr JS file name assets/js/modernizr.custom.js
  • Changed top and header ID names to CLASS names and now they are <div class="top"> and <div class="header">
  • Changed Social Icons class names which is in footer and in other pages.
  • Deleted tag <div id="body"> in all HTML files
  • Added favicon icon <link rel="shortcut icon" href="favicon.ico">

Info We will improve Unify Documentation in the future updates with more detailed structures. Meanwhile, If you come across any problem during the upgrade please contact to our support at support@htmlstream.com

End of Documentation top


Once again, thank you for purchasing Unify Template.