Unc Construction - Construction Business, Building Company Template
- Version: 1.0.0
- Last Updated: 25/03/2017
- Author: Themesflat
Template features:
- HTML5 & CSS3
- Responsive Template
- Free icons used
- Pixel Perfect
- Clean & Unique Design
- Easy to customize
- Retina Ready
- Unlimited Colors
- Boxed or Wide layout
- Ajax Contact Form
- Ajax Appoinment Form
- 3 Portfolio page
- Portfolio Masonry
- Portfolio grid alt
- Four types of header
- One page
- 2 Blog Page
- Parallax Effect
- & much more...
HTML Structure
Unc is a premium responsive HTML template created especially for logistic & transportation companies, offices. It is very easy to customize and use. The template comes with loads of great features like custom components, web fonts, animated content & powerful CSS3 animations. We studied and reviewed hundreds of logistic sites across the web before planning the features of the template and element to ensure we covered all functions and abilities.
We designed our Unc template to be simple to use, intuitive and powerful, and most importantly results orientated. Unc HTML template will help you get your site up and running in minutes, provide an excellent user and admin experience, and help convert visitors in to attendees!
Get Unc now along with our whole-hearted support!
Below is Unc basic structure:
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Unc Construction - Construction Business, Building Company Template</title>
<!-- Mobile Specific Metas -->
<!-- Bootstrap -->
<!-- Template Style -->
<!-- Responsive -->
<!-- colors -->
<!-- Animation Style -->
<!-- Favicon and touch icons -->
</head>
<body>
<!-- Header -->
<!-- Slider -->
<!-- Section -->
<section class="flat-row"> </section>
<!-- Footer -->
<footer class="footer"> </footer>
<!-- Bottom -->
<div class="bottom"> </bottom>
<!-- Go Top -->
<a class="go-top">
<i class="fa fa-chevron-up"></a>
</a>
<!-- Javascript -->
<script type="text/javascript" src="javascript/jquery.min.js"></script>
<script type="text/javascript" src="javascript/bootstrap.min.js"></script>
<script type="text/javascript" src="javascript/jquery.easing.js"></script>
<script type="text/javascript" src="javascript/jquery.isotope.min.js"></script>
<script type="text/javascript" src="javascript/imagesloaded.min.js"></script>
<script type="text/javascript" src="javascript/owl.carousel.js"></script>
<script type="text/javascript" src="javascript/jquery-waypoints.js"></script>
<script type="text/javascript" src="javascript/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="javascript/jquery-countTo.js"></script>
<script type="text/javascript" src="javascript/jquery.cookie.js"></script>
<script type="text/javascript" src="javascript/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="javascript/parallax.js"></script>
<script type="text/javascript" src="javascript/smoothscroll.js"></script>
<script type="text/javascript" src="javascript/jquery-validate.js"></script>
<script type="text/javascript" src="javascript/jquery.countdown.js"></script>
<script type="text/javascript" src="javascript/switcher.js"></script>
<script type="text/javascript" src="javascript/main.js"></script>
</body>
</html>
CSS System
- Template style
- Shortcodes style
- Responsive style
- Javascript - Fonts - Animation - Bootstrap style
Style.css ( Template style )
/**
* Reset
* Repeatable Patterns
* Flat top
* Social links
* Header
* Widget
* Page title
* Breadcrumbs
* Blog post
* Pagination
* Blog single
* Footer
* 404
* Search results
* Boxed
* Switcher
* GoTop Button
* Parallax
* Revolution Slider
* Preload
*/
Shortcodes.css ( Shortcodes - Elements style )
You can easily use the shortcodes to create your own page.
/**
* Item
* Flat divider
* Row
* Flat button
* Flat counter
* Flat title section
* Flat blog shortcode
* Flat tabs
* Flat general
* Flat history
* Flat member
* Flat promobox
* Flat clients
* Flat accordion
* Flat list
* Flat iconlist
* Flat testimonials
* Flat iconbox
* Flat portfolio
* Flat map
* Flat contact form
* Flat imagebox
* Flat iconbox
* Progress Bar
* Flat make-quote
* Flat quick form
* Flat shop
*/
Javascript - Fonts - Animation - Bootstrap style
/**
* font-awesome.css
* simple-line-icons.css
* magnific-popup.css
* owl.carousel.css
* flexslider.css
* justifiedGallery.css
* animate.css
* shortcodes.css
* bootstrap.css
* revolution-slider.css
*/
Javascript Custom
Main.js ( javascript/main.js )
/**
* isMobile
* responsiveMenu
* headerFixed
* onepage_nav
* ajaxContactForm
* alertBox
* generalSlider
* flatTestimonial
* detectViewport
* flatCounter
* googleMap
* swClick
* popupGallery
* flatAccordion
* portfolioIsotope
* flatTabs
* goTop
* progressBar
* flatFilterPrice
* retinaLogos
* flatSearch
* parallax
* removePreloader
*/
Shortcodes System
You can easily use the shortcodes to create your own page.
/**
* Item
* Flat divider
* Row
* Flat button
* Flat counter
* Flat title section
* Flat blog shortcode
* Flat tabs
* Flat general
* Flat history
* Flat member
* Flat promobox
* Flat clients
* Flat accordion
* Flat list
* Flat iconlist
* Flat testimonials
* Flat iconbox
* Flat portfolio
* Flat map
* Flat contact form
* Flat imagebox
* Flat iconbox
* Progress Bar
* Flat make-quote
* Flat quick form
* Flat shop
*/
Contact Form
To edit the contact form to send mails to your email box, you can look for the config.php. You need to edit yourname@yourdomain.com to your email.
contact-process.php ( contact/contact-process.php )
$address = "themesflat@gmail.com";
Example Edit Template
1. Example of how to edit the logo template
You change the logo image in the folder of project "Images" of your logo images, the same name as the original (logo.png)
Project Unc:-> images -> logo.png
2. Example of how to edit the "iconbox" template
Two column: add class "item-two-column"
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Unc - Consultant Finance HTML Templates</title>
</head>
<body>
<!-- Section -->
<section class="flat-row">
<div class="flat-iconbox-style">
<div class="flat-item item-two-column">
...
</div>
</div>
</section>
</body>
</html>
Three column: add class "item-three-column"
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Unc - Consultant Finance HTML Templates</title>
</head>
<body>
<!-- Section -->
<section class="flat-row">
<div class="flat-iconbox-style">
<div class="flat-item item-three-column">
...
</div>
</div>
</section>
</body>
</html>
Four column: add class "item-four-column"
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Unc - Consultant Finance HTML Templates</title>
</head>
<body>
<!-- Section -->
<section class="flat-row">
<div class="flat-iconbox-style">
<div class="flat-item item-four-column">
...
</div>
</div>
</section>
</body>
</html>
Credits
-
Photos
- All images are just used for preview purpose only and NOT included in the final purchase files.
-
Fonts & Icons
- Font-Awesome
- Simple line icons
- Source Sans Pro is available for free on Google fonts.
- Poppins is available for free on Google fonts.
-
Javascript
- jQuery (http://jquery.com/)
- Bootstrap (http://getbootstrap.com)
- Easing (http://gsgd.co.uk/sandbox/jquery/easing/)
- WayPoints (http://imakewebthings.com/jquery-waypoints/)
- Flexslider (http://flexslider.woothemes.com)
- owl.carousel (http://owlgraphic.com/owlcarousel/)
- Parallax (http://www.ianlunn.co.uk/plugins/jquery-parallax/)
- Cookie (https://github.com/carhartl/jquery-cookie)
- Validate (https://github.com/jzaefferer/jquery-validation)
- Isotope (http://isotope.metafizzy.co/)
- Imagesloaded (http://imagesloaded.desandro.com/)
- Countdown (http://hilios.github.io/jQuery.countdown/)
- Switcher (https://github.com/djanix/jquery.switcher/)
- Smoothscroll (https://gist.github.com/galambalazs/6477177)
- Magnific Popup (https://github.com/dimsemenov/Magnific-Popup)
- Gmap3 (http://gmap3.net)