1104 lines
83 KiB
HTML
1104 lines
83 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Home</title>
|
||
|
|
||
|
<!-- Css Files -->
|
||
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
|
||
|
<link href="assets/css/bootstrap-theme.css" rel="stylesheet">
|
||
|
<link href="style.css" rel="stylesheet">
|
||
|
<link href="assets/css/responsive.css" rel="stylesheet">
|
||
|
<link href="assets/css/color.css" rel="stylesheet">
|
||
|
<link href="assets/css/flexslider.css" rel="stylesheet">
|
||
|
<link href="assets/css/iconmoon.css" rel="stylesheet">
|
||
|
<link href="assets/css/language-selector-remove-able-css.css" rel="stylesheet">
|
||
|
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||
|
<link href="assets/css/widget.css" rel="stylesheet">
|
||
|
<!-- <link href="assets/css/rtl.css" rel="stylesheet"> -->
|
||
|
<link href="assets/css/responsive.css" rel="stylesheet">
|
||
|
|
||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Wrapper -->
|
||
|
<div class="wrapper">
|
||
|
<!-- Header -->
|
||
|
<header id="main-header">
|
||
|
<div class="px-top-bar">
|
||
|
<div class="container">
|
||
|
<div class="left-side">
|
||
|
<nav class="top-nav">
|
||
|
<ul>
|
||
|
<li><a href="about.html">About us</a></li>
|
||
|
<li><a href="portfolio.html">Portfolio</a></li>
|
||
|
<li><a href="services.html">Services</a></li>
|
||
|
<li><a href="contact.html">Contact us</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</div>
|
||
|
<div class="right-side">
|
||
|
<div class="social-media">
|
||
|
<ul>
|
||
|
<li><a href="#"><i class="icon-facebook7"></i></a></li>
|
||
|
<li><a href="#"><i class="icon-twitter6"></i></a></li>
|
||
|
<li><a href="#"><i class="icon-googleplus7"></i></a></li>
|
||
|
<li><a href="#"><i class="icon-dribbble6"></i></a></li>
|
||
|
<li><a href="#"><i class="icon-linkedin2"></i></a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="lang_sel_list_horizontal" id="lang_sel_list">
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a class="lang_sel_sel icl-en" href="#">
|
||
|
<img title="English" alt="english" src="assets/images/ico-eng.png" class="iclflag"> English
|
||
|
</a>
|
||
|
<ul>
|
||
|
<li class="icl-fr">
|
||
|
<a href="#">
|
||
|
<img title="French" alt="french" src="assets/images/ico-fra.png" class="iclflag"> French
|
||
|
</a>
|
||
|
</li>
|
||
|
<li class="icl-spa">
|
||
|
<a href="#">
|
||
|
<img title="Spanish" alt="spanish" src="assets/images/ico-spa.png" class="iclflag"> Spanish
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="px-main-nav">
|
||
|
<div class="container">
|
||
|
<div class="px-logo-area">
|
||
|
<div class="left-side">
|
||
|
<!-- <div class="logo"><a href="#"><img src="assets/images/logo.png" alt=""></a></div> !-->
|
||
|
</div>
|
||
|
<div class="right-side">
|
||
|
<div class="px-head-info">
|
||
|
<ul>
|
||
|
<!-- <li><span>Opening Hours</span>Mon - Sat 8.00 - 18.00</li> !-->
|
||
|
<li><span>Call Us</span>1-844-629-5507</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="px-nav-area">
|
||
|
<nav class="navigation">
|
||
|
<a class="cs-click-menu" href="#"><i class="icon-list8"></i></a>
|
||
|
<ul>
|
||
|
<li><a href="index.html">Home</a></li>
|
||
|
<li><a href="about.html">About Us</a></li>
|
||
|
<!-- <li>
|
||
|
<a href="#">Pages</a>
|
||
|
<ul class="sub-dropdown">
|
||
|
<li><a href="services.html">Services</a></li>
|
||
|
<li><a href="contactus2.html">Contact Us 2</a></li>
|
||
|
<li><a href="faq.html">Faq</a></li>
|
||
|
<li><a href="404.html">404</a></li>
|
||
|
<li><a href="underconstruction.html">Under construction</a></li>
|
||
|
<li><a href="result.html">Result</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="price-packages.html">Pricing</a></li> !-->
|
||
|
<li>
|
||
|
<a href="portfolio.html">Portfolio</a>
|
||
|
<!--<ul class="sub-dropdown">-->
|
||
|
<!--<li><a href="portfolio-list.html">Portfolio List</a></li>-->
|
||
|
<!--<li><a href="portfolio-columns2.html">Portfolio columns2</a></li>-->
|
||
|
<!--<li><a href="portfolio-columns3.html">Portfolio columns3</a></li>-->
|
||
|
<!--<li><a href="portfolio-columns4.html">Portfolio columns4</a></li>-->
|
||
|
<!--<li><a href="portfolio-modren.html">Portfolio modren</a></li>-->
|
||
|
<!--<li>-->
|
||
|
<!--<a href="#">Portfolio Detail</a>-->
|
||
|
<!--<ul>-->
|
||
|
<!--<li><a href="portfolio-detail.html">Portfolio Detail</a></li>-->
|
||
|
<!--<li><a href="portfolio-detail2.html">Portfolio Detail 2</a></li>-->
|
||
|
<!--<li><a href="portfolio-detail3.html">Portfolio Detail 3</a></li>-->
|
||
|
<!--<li><a href="portfolio-detail4.html">Portfolio Detail 4</a></li>-->
|
||
|
<!--</ul>-->
|
||
|
<!--</li>-->
|
||
|
<!--</ul>-->
|
||
|
</li>
|
||
|
<!-- <li><a href="#">Blog</a>
|
||
|
<ul class="sub-dropdown">
|
||
|
<li><a href="bloglarge.html">Blog Large</a></li>
|
||
|
<li><a href="blogbox.html">Blog Box</a></li>
|
||
|
<li><a href="blogdetail.html">Blog Detail 1</a></li>
|
||
|
<li><a href="blogdetail1.html">Blog Detail 2</a></li>
|
||
|
<li><a href="blogdetail2.html">Blog Detail 3</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="#">Team</a>
|
||
|
<ul class="sub-dropdown">
|
||
|
<li><a href="team-grid.html">Team Grid</a></li>
|
||
|
<li><a href="team-list.html">Team List</a>
|
||
|
<li><a href="team-detail.html">Team Detail</a></li>
|
||
|
</ul>
|
||
|
</li>!-->
|
||
|
<li><a href="contactus.html">Contact Us</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
<!-- <a href="contactus2.html" class="btn-quote">Get Quick Quote</a>!-->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- <div class="px-banner">
|
||
|
<div class="flexslider px-bannerslider">
|
||
|
<ul class="slides">
|
||
|
<li>
|
||
|
<img src="assets/extra-images/banner.jpg"/>
|
||
|
<div class="caption">
|
||
|
<div class="container">
|
||
|
<img src="assets/extra-images/amazing.png">
|
||
|
<h1>Design<span>Furniture</span><br>
|
||
|
Make<span>Doors</span><br>
|
||
|
Refine<span>Cabinets</span>
|
||
|
</h1>
|
||
|
<a class="px-btn" href="#">Get Quick Qoute</a>
|
||
|
</div> !-->
|
||
|
<!--</div>
|
||
|
</li>
|
||
|
<li>
|
||
|
<img src="assets/extra-images/banner1.jpg"/>
|
||
|
</li>
|
||
|
<li>
|
||
|
<img src="assets/extra-images/banner2.jpg"/>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>!-->
|
||
|
</header>
|
||
|
<!-- Header -->
|
||
|
<!-- Main Content -->
|
||
|
<main id="main-content">
|
||
|
<div class="main-section">
|
||
|
<section class="page-section" style="margin:0 0 26px;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="section-fullwidth">
|
||
|
<div class="element-size-100">
|
||
|
<div class="col-md-12">
|
||
|
<div class="px-gallery-heading">
|
||
|
<h1>Professional Contracting <span>Done Right</span></h1>
|
||
|
<strong class="px-textborder">JPs Contracting is capable of building anything from decks and fences to full custom houses.</strong>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- <div class="element-size-50">
|
||
|
<div class="lightbox col-md-12">
|
||
|
<div class="px-section-title">
|
||
|
<h4>If it's wood, we can make it.</h4>
|
||
|
</div>
|
||
|
<p class="px-textborder">Cow smugly penguin dangerously when wherever far pouting hello bitterly and abashed dear honorable climbed abandonedly goodness through the much before the onto along thus crud penguin exact agonizingly avoidably more however jellyfish.</p>
|
||
|
<div style="color:#fff;" class="px-list-style">
|
||
|
<ul class="px-icon-style">
|
||
|
<li>More than beautiful homes… Next generation, future-ready homes</li>
|
||
|
<li>Northwoods innovator of high-performance home building</li>
|
||
|
<li>A holistic approach to the design and build phases of each project</li>
|
||
|
<li>Comfortable, safe, durable and energy-efficient custom-built homes</li>
|
||
|
<li>Independent Third-Party Home Energy Performance Testing</li>
|
||
|
<li>Peace of mind in knowing that your home was built right, the first time</li>
|
||
|
</ul>
|
||
|
<a href="#" class="px-btn">Get Quick Qoute</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div> !-->
|
||
|
<!-- <div class="element-size-50">
|
||
|
<div class="col-md-12">
|
||
|
<div class="px-section-title">
|
||
|
<h4>Our Work by Category</h4>
|
||
|
</div>
|
||
|
<div id="gallery-1" class="gallery galleryid-2343 gallery-columns-2">
|
||
|
<dl class="gallery-item">
|
||
|
<dt class="gallery-icon landscape">
|
||
|
<figure>
|
||
|
<a href="#" data-rel="prettyPhoto" rel="prettyPhoto">
|
||
|
<img alt="#" class="attachment-cs_media_3" src="assets/extra-images/projects-11.jpg">
|
||
|
</a>
|
||
|
<figcaption>
|
||
|
<a href="#">Kitchen/Cabinets</a>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
</dt>
|
||
|
</dl>
|
||
|
<dl class="gallery-item">
|
||
|
<dt class="gallery-icon landscape">
|
||
|
<figure>
|
||
|
<a href="#" data-rel="prettyPhoto" rel="prettyPhoto">
|
||
|
<img alt="#" class="attachment-cs_media_3" src="assets/extra-images/projects-12.jpg">
|
||
|
</a>
|
||
|
<figcaption>
|
||
|
<a href="#">Furniture</a>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
</dt>
|
||
|
</dl>
|
||
|
<dl class="gallery-item">
|
||
|
<dt class="gallery-icon landscape">
|
||
|
<figure>
|
||
|
<a href="#" data-rel="prettyPhoto" rel="prettyPhoto">
|
||
|
<img alt="#" class="attachment-cs_media_3" src="assets/extra-images/projects-13.jpg">
|
||
|
</a>
|
||
|
<figcaption>
|
||
|
<a href="#">Storage</a>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
</dt>
|
||
|
</dl>
|
||
|
<dl class="gallery-item">
|
||
|
<dt class="gallery-icon landscape">
|
||
|
<figure>
|
||
|
<a href="#" data-rel="prettyPhoto" rel="prettyPhoto">
|
||
|
<img alt="#" class="attachment-cs_media_3" src="assets/extra-images/projects-14.jpg">
|
||
|
</a>
|
||
|
<figcaption>
|
||
|
<a href="#">Skirting</a>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
</dt>
|
||
|
</dl>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>!-->
|
||
|
</section>
|
||
|
<!-- <section class="page-section" style="background:url(assets/extra-images/bg-services.png) no-repeat; background-size:cover; padding:64px 0 10px;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="section-fullwidth">
|
||
|
<div class="element-size-100">
|
||
|
<div class="col-md-12">
|
||
|
|
||
|
<div class="px-services px-modren">
|
||
|
<div style="text-align: center;" class="px-fancy-heading">
|
||
|
<div class="px-content-inner">
|
||
|
<h2>Our Services</h2>
|
||
|
<p style="color:#333;">Some of our specialties.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="px-carousel">
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-1.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Machine Cutting</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-2.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Creative Tools</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-3.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Cutting Wood</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-4.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Perfect Grip</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-5.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Renovations</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-6.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Revamping</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-7.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Cutting Edge</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<figure>
|
||
|
<img src="assets/extra-images/services-8.png" alt="">
|
||
|
<figcaption>
|
||
|
<h6>Creative Work</h6>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<div class="px-text">
|
||
|
<p>Not guarantee no movement as wood is a natural product, but it does make the movement manageable.</p>
|
||
|
</div>
|
||
|
</article>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>!-->
|
||
|
<section class="page-section" style="margin-bottom:12px; padding:51px 0 0 0;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="section-fullwidth">
|
||
|
<div class="element-size-100">
|
||
|
<div class="px-section-title col-md-12">
|
||
|
<h2>Portfolio</h2>
|
||
|
<!-- <p class="px-textborder">One jeepers stood owing and narrow while among that orca thanks.</p>
|
||
|
<a href="#" class="px-portfolio-btn">View Full Portfolio</a>!-->
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="element-size-100">
|
||
|
<section id="portfolio-section">
|
||
|
<div class="wrap-pad first">
|
||
|
<div class="row">
|
||
|
<!-- ./ Heading div-->
|
||
|
<div class=" px-filter-holder col-md-12" >
|
||
|
<div class="px-main-filter">
|
||
|
<span>SORT BY:</span>
|
||
|
<ul class="portfolio-filter">
|
||
|
<li><a class="btn btn-primary active margin-5" href="#" data-filter="*">List All</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".Deck">Decks</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".Ceiling">Ceiling</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".Stairs">Stairs</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".Exterior">Exterior</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".DesignBuild">Design Build</a></li>
|
||
|
<li><a class="btn btn-primary margin-5" href="#" data-filter=".Flooring">Flooring</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- ./ Filter Head div-->
|
||
|
<div class="px-portfolio px-portfolio-masonary">
|
||
|
<ul class="portfolio-items col-3">
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Bradford%201/DSC04203.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-bradford1.html">Deck 1<br> Bradford</a></h6>
|
||
|
<span><a href="decks-bradford1.html">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Bradford%202/DSC04305.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-bradford2.html">Deck 2<br> Bradford</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Bradford 3/DSC04412.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Bradford 3.html">Deck 3<br> Bradford</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Floating deck @ club early mercy/IMG_0771.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Floating deck @ club early mercy.html">Floating Deck<br> Early Mercy</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Bradford 4/DSC04407.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Bradford 4.html">Deck 4<br> Bradford</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Cedar toronto/IMG_2379.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Cedar%20toronto.html">Deck Cedar<br> Toronto</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Toronto 1/IMG_0097.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Toronto%201.html">Deck<br> Toronto 1</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Deck col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Decks/Floating deck/IMG_0003.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="decks-Floating%20deck.html">Floating Deck<br> Toronto</a></h6>
|
||
|
<span><a href="#">Decks</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Deck</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Ceiling col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/ceilings/Keswick/IMG_0710.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="ceilings-Keswick.html">Ceiling<br> Keswick</a></h6>
|
||
|
<span><a href="#">Ceilings</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Ceiling</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Stairs col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Stairs/Keswick/IMG_0721.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="Stairs-Keswick.html">Stairs<br> Keswick</a></h6>
|
||
|
<span><a href="#">Stairs</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Stairs</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Exterior col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Flagstone porch/Richmond hill/IMG_2535.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="Flagstone%20porch-Richmond%20hill.html">Flagstone Porch<br> Richmond Hill</a></h6>
|
||
|
<span><a href="#">>Landscaping</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Porch</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Flooring col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Flooring/Keswick/After/IMG_0717.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="Flooring_Keswick-After.html">Flooring<br> Keswick</a></h6>
|
||
|
<span><a href="#">Flooring</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Flooring</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Steel DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Steel fabrication and install/IMG_9746.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Steel%20fabrication%20and%20install.html">Steel<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Steel</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">designbuild</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Demolition DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Demo/IMG_9688.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Demo.html">Demolition<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Demolition</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Demolition</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Before DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Befores/IMG_5555.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Befores.html">Before<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Before</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Before</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Footings DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Footings/two.2.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Footings.html">Footings<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Footings</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Footings</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Framing DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Framing/IMG_0383.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Framing.html">Framing<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Framing</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Framing</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Insulation DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Insulation/IMG_2328.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Insulation.html">Insulation<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Insulation</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Insulation</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li class="portfolio-item Almost DesignBuild col-md-3">
|
||
|
<div class="item-main">
|
||
|
<div class="portfolio-image">
|
||
|
<div class="px-media">
|
||
|
<figure>
|
||
|
<a href="#"><img src="projects/photos/Design Build/Yongehurst-Richmond Hill/Almost there/IMG_3252.JPG" alt=""></a>
|
||
|
<figcaption>
|
||
|
<h6><a href="DesignBuild_Yongehurst-Richmond%20Hill-Almost%20there.html">Almost<br> Yongehurst</a></h6>
|
||
|
<span><a href="#">Almost</a></span>
|
||
|
</figcaption>
|
||
|
</figure>
|
||
|
<h6 class="px-luxury">Almost</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
<!-- ./ Content div-->
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
<section class="page-section" style="background: url(assets/extra-images/bg-partner.png) no-repeat; background-size:cover; padding:63px 0;margin:0 0 40px 0;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="element-size-50">
|
||
|
<div class="lightbox col-md-12">
|
||
|
<div class="px-section-title">
|
||
|
<h3 style="color:#fff;">Why Choose Us?</h3>
|
||
|
</div>
|
||
|
<p class="px-textborder"style="color:#fff;">Cow smugly penguin dangerously when wherever far pouting hello bitterly and abashed dear honorable climbed abandonedly goodness through the much before the onto along thus crud penguin exact agonizingly avoidably more however jellyfish.</p><br>
|
||
|
<div class="px-list-style" style="color:#fff;">
|
||
|
<ul class="px-icon-style">
|
||
|
<li style="color:#fff;">More than beautiful homes… Next generation, future-ready homes</li>
|
||
|
<li style="color:#fff;">Northwoods innovator of high-performance home building</li>
|
||
|
<li style="color:#fff;">A holistic approach to the design and build phases of each project</li>
|
||
|
<li style="color:#fff;">Comfortable, safe, durable and energy-efficient custom-built homes</li>
|
||
|
<li style="color:#fff;">Independent Third-Party Home Energy Performance Testing</li>
|
||
|
<li style="color:#fff;">Peace of mind in knowing that your home was built right, the first time</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="element-size-50">
|
||
|
<div class="px-section-title col-md-12">
|
||
|
<h3 style="color:#fff;">Certifications</h3>
|
||
|
</div>
|
||
|
<div class="col-md-12 px-partner px-modren">
|
||
|
<ul>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-1.png"></a></figure></li>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-2.png"></a></figure></li>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-3.png"></a></figure></li>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-4.png"></a></figure></li>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-5.png"></a></figure></li>
|
||
|
<li class="col-md-4"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-6.png"></a></figure></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
<!-- <section class="page-section" style="padding:30px 0;">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="element-size-50">
|
||
|
<div class="col-md-12">
|
||
|
<div class="px-section-title">
|
||
|
<h3>Happy CLients</h3>
|
||
|
</div>
|
||
|
<div class="px-testimonial px-italic-style px-testimonial-slider">
|
||
|
<div class="flexslider">
|
||
|
<ul class="slides">
|
||
|
<li>
|
||
|
<div class="px-question-mark">
|
||
|
<p>“ Hardy dragonfly crud less winked the since and dear ardent and stoic jeepers inside opened snug and painful flapped that steadfast lighthearted strictly near underlay more brought regarding wherever the somber a bridled falsely therefore much up forgetful ”</p>
|
||
|
<div class="px-author">
|
||
|
<figure><img src="assets/extra-images/author-img1.png" alt="#"></figure>
|
||
|
<h5>Chiris Browne</h5>
|
||
|
<span>Creative Cow</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li>
|
||
|
<div class="px-question-mark">
|
||
|
<p>“ Hardy dragonfly crud less winked the since and dear ardent and stoic jeepers inside opened snug and painful flapped that steadfast lighthearted strictly near underlay more brought regarding wherever the somber a bridled falsely therefore much up forgetful ”</p>
|
||
|
<div class="px-author">
|
||
|
<figure><img src="assets/extra-images/author-img1.png" alt="#"></figure>
|
||
|
<h5>Chiris Browne</h5>
|
||
|
<span>Creative Cow</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li>
|
||
|
<div class="px-question-mark">
|
||
|
<p>“ Hardy dragonfly crud less winked the since and dear ardent and stoic jeepers inside opened snug and painful flapped that steadfast lighthearted strictly near underlay more brought regarding wherever the somber a bridled falsely therefore much up forgetful ”</p>
|
||
|
<div class="px-author">
|
||
|
<figure><img src="assets/extra-images/author-img1.png" alt="#"></figure>
|
||
|
<h5>Chiris Browne</h5>
|
||
|
<span>Creative Cow</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li>
|
||
|
<div class="px-question-mark">
|
||
|
<p>“ Hardy dragonfly crud less winked the since and dear ardent and stoic jeepers inside opened snug and painful flapped that steadfast lighthearted strictly near underlay more brought regarding wherever the somber a bridled falsely therefore much up forgetful ”</p>
|
||
|
<div class="px-author">
|
||
|
<figure><img src="assets/extra-images/author-img1.png" alt="#"></figure>
|
||
|
<h5>Chiris Browne</h5>
|
||
|
<span>Creative Cow</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="element-size-50">
|
||
|
<div class="col-md-12">
|
||
|
<div class="px-section-title">
|
||
|
<h3>Latest Posts</h3>
|
||
|
</div>
|
||
|
<div class="px-blog px-blog-medium-small">
|
||
|
<article>
|
||
|
<div class="px-media">
|
||
|
<figure> <a href="#"><img src="assets/extra-images/blog-small1.jpg" alt="blog"></a></figure>
|
||
|
</div>
|
||
|
<div class="px-bloginfo-sec">
|
||
|
<h6><a href="#">If it's wood, we can make it.</a></h6>
|
||
|
<ul class="px-post-options">
|
||
|
<li><time datetime="2011-01-12">December 23, 2015</time></li>
|
||
|
<li>by <a href="#">James Miller</a></li>
|
||
|
</ul>
|
||
|
<p class="px-textborder">Oh globefish and this stern much and crud invoked kookaburra less far felicitous sheep some engaging sternly boa </p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<div class="px-media">
|
||
|
<figure> <a href="#"><img src="assets/extra-images/blog-small2.jpg" alt="blog"></a></figure>
|
||
|
</div>
|
||
|
<div class="px-bloginfo-sec">
|
||
|
<h6><a href="#">Woodland in your city</a></h6>
|
||
|
<ul class="px-post-options">
|
||
|
<li><time datetime="2011-01-12">April 23, 2015</time></li>
|
||
|
<li>by <a href="#">James Miller</a></li>
|
||
|
</ul>
|
||
|
<p class="px-textborder">Oh globefish and this stern much and crud invoked kookaburra less far felicitous sheep some engaging sternly boa </p>
|
||
|
</div>
|
||
|
</article>
|
||
|
<article>
|
||
|
<div class="px-media">
|
||
|
<figure> <a href="#"><img src="assets/extra-images/blog-small3.jpg" alt="blog"></a></figure>
|
||
|
</div>
|
||
|
<div class="px-bloginfo-sec">
|
||
|
<h6><a href="#">Amazing Wooden Work for your Ea...</a></h6>
|
||
|
<ul class="px-post-options">
|
||
|
<li><time datetime="2011-01-12">December 23, 2015</time></li>
|
||
|
<li>by <a href="#">James Miller</a></li>
|
||
|
</ul>
|
||
|
<p class="px-textborder">Oh globefish and this stern much and crud invoked kookaburra less far felicitous sheep some engaging sternly boa </p>
|
||
|
</div>
|
||
|
</article>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>!-->
|
||
|
<!-- <section class="page-section">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="element-size-100">
|
||
|
<div class="px-fancy-heading" style="text-align: center;">
|
||
|
<div class="px-content-inner">
|
||
|
<h2>Our Clients</h2>
|
||
|
<p>One jeepers stood owing and narrow while among that orca thanks.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="element-size-100">
|
||
|
<div class="col-md-12">
|
||
|
<div class="px-partner">
|
||
|
<ul class="row">
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-7.png"></a></figure></li>
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-8.png"></a></figure></li>
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-9.png"></a></figure></li>
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-10.png"></a></figure></li>
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-11.png"></a></figure></li>
|
||
|
<li class="col-md-2"><figure><a href="#"><img alt="#" src="assets/extra-images/clients-12.png"></a></figure></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>!-->
|
||
|
</div>
|
||
|
</main>
|
||
|
<!-- Main Content -->
|
||
|
<!-- Footer -->
|
||
|
<footer id="footer-sec">
|
||
|
<div class="container">
|
||
|
<!-- <div class="row"> -->
|
||
|
<div class="px-footer-block">
|
||
|
<div class="left-side">
|
||
|
<!-- <div class="logo"><a href="#"><img src="assets/images/footer-logo.png" alt=""></a></div> !-->
|
||
|
</div>
|
||
|
<div class="right-side">
|
||
|
<!-- <div class="twitter_widget">
|
||
|
<ul class="slides">
|
||
|
<li>
|
||
|
<p>RT <a href="#">@abduzeedo:</a>Ori and the Blind Forest Game Concepts <a href="#">http://t.co/3IWkWzqVgu </a> and we have some prolem with <a href="#">http://t.co/wlIknBrJw4</a></p>
|
||
|
<ul class="infotext">
|
||
|
<li><a href="#">@woodcraft</a></li>
|
||
|
<li>Posted 14 Hours Ago</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>RT <a href="#">@abduzeedo:</a>Ori and the Blind Forest Game Concepts <a href="#">http://t.co/3IWkWzqVgu </a> and we have some prolem with <a href="#">http://t.co/wlIknBrJw4</a></p>
|
||
|
<ul class="infotext">
|
||
|
<li><a href="#">@woodcraft</a></li>
|
||
|
<li>Posted 14 Hours Ago</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>
|
||
|
<p>RT <a href="#">@abduzeedo:</a>Ori and the Blind Forest Game Concepts <a href="#">http://t.co/3IWkWzqVgu </a> and we have some prolem with <a href="#">http://t.co/wlIknBrJw4</a></p>
|
||
|
<ul class="infotext">
|
||
|
<li><a href="#">@woodcraft</a></li>
|
||
|
<li>Posted 14 Hours Ago</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>!-->
|
||
|
</div>
|
||
|
<div class="px-widget-block row">
|
||
|
<div class="col-md-3">
|
||
|
<aside class="widget px-widget-contact">
|
||
|
<div class="widget-section-title">
|
||
|
<h5>Contact Us</h5>
|
||
|
</div>
|
||
|
<ul>
|
||
|
<li>123 456 789 10</li>
|
||
|
<li><a href="#">info@woodland.com</a></li>
|
||
|
</ul>
|
||
|
<p>Wood Enterprise Centre level 0, A1 the works 00 Parer Place via Teams Avenue Kelvin Grove, ABC, 1234</p>
|
||
|
<a href="#" class="btn-map">View Map</a>
|
||
|
</aside>
|
||
|
</div>
|
||
|
<!-- <div class="col-md-6">
|
||
|
<aside class="widget widget_pages">
|
||
|
<div class="widget-section-title">
|
||
|
<h5>Our Expertise</h5>
|
||
|
</div>
|
||
|
<ul>
|
||
|
<li><a href="#">Furniture</a> </li>
|
||
|
<li><a href="#">Renovation & Repairs</a> </li>
|
||
|
<li><a href="#">Renovation & Repairs</a> </li>
|
||
|
<li><a href="#">Partition Walls</a></li>
|
||
|
<li><a href="#">Refurbishment</a></li>
|
||
|
<li><a href="#">Refurbishment</a></li>
|
||
|
<li><a href="#">Windows</a></li>
|
||
|
<li><a href="#">Storage</a></li>
|
||
|
<li><a href="#">Storage</a></li>
|
||
|
<li><a href="#">Garden Furniture</a></li>
|
||
|
<li><a href="#">Doors</a></li>
|
||
|
<li><a href="#">Doors</a></li>
|
||
|
<li><a href="#">Overview of Services</a></li>
|
||
|
<li><a href="#">Flooring</a></li>
|
||
|
<li><a href="#">Flooring</a></li>
|
||
|
<li><a href="#">Kitchen Remodling</a></li>
|
||
|
<li><a href="#">Skirting & Architraves</a></li>
|
||
|
<li><a href="#">Skirting & Architraves</a></li>
|
||
|
<li><a href="#">Bathroom Remodeling</a></li>
|
||
|
<li><a href="#">Kitchens</a></li>
|
||
|
<li><a href="#">Kitchens</a></li>
|
||
|
<li><a href="#">Additions</a></li>
|
||
|
<li><a href="#">Bathroom Furniture</a></li>
|
||
|
<li><a href="#">Bathroom Furniture</a></li>
|
||
|
<li><a href="#">Media Rooms</a></li>
|
||
|
<li><a href="#">Finishing Touches</a></li>
|
||
|
</ul>
|
||
|
</aside>
|
||
|
</div>
|
||
|
<div class="col-md-3">
|
||
|
<aside class="widget widget-form">
|
||
|
<div class="widget-section-title">
|
||
|
<h5>Need Estimate?</h5>
|
||
|
</div>
|
||
|
<form action="#">
|
||
|
<fieldset>
|
||
|
<input type="text" placeholder="Name" required="required">
|
||
|
<input type="email" placeholder="Email" required="required">
|
||
|
<textarea placeholder="Message" required="required"></textarea>
|
||
|
<input type="submit" value="Send Message">
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
</aside>
|
||
|
</div>
|
||
|
</div> !-->
|
||
|
<!-- </div> -->
|
||
|
</div>
|
||
|
<!-- CopyRight -->
|
||
|
<section id="copyright">
|
||
|
<div class="container">
|
||
|
<!-- <div class="row"> -->
|
||
|
<!-- <div class="social-media">
|
||
|
<ul>
|
||
|
<li><a href="#"><i data-original="facebook" class="icon-facebook7"></i><span>Facebook</span></a></li>
|
||
|
<li><a href="#"><i data-original="twitter" class="icon-twitter6"></i><span>Twitter</span></a></li>
|
||
|
<li><a href="#"><i data-original="googleplus" class="icon-googleplus7"></i><span>Google Plus</span></a></li>
|
||
|
<li><a href="#"><i data-original="dribble" class="icon-dribbble6"></i><span>Dribble</span></a></li>
|
||
|
<li><a href="#"><i data-original="linkedin" class="icon-linkedin2"></i><span>Linked in</span></a></li>
|
||
|
</ul>
|
||
|
</div>!-->
|
||
|
<p>©2016 <a href="ahoskingit.com">AHosking IT</a> All rights reserved.</p>
|
||
|
<!-- </div> -->
|
||
|
</div>
|
||
|
</section>
|
||
|
<!-- CopyRight -->
|
||
|
</footer>
|
||
|
<!-- Footer -->
|
||
|
</div>
|
||
|
<!-- Wrapper -->
|
||
|
|
||
|
<!-- jQuery (necessary for JavaScript plugins) -->
|
||
|
<script src="assets/scripts/jquery.js"></script>
|
||
|
<script src="assets/scripts/bootstrap.min.js"></script>
|
||
|
<script src="assets/scripts/modernizr.js"></script>
|
||
|
<script src="assets/scripts/jquery.flexslider-min.js"></script>
|
||
|
<script src="assets/scripts/jquery.prettyPhoto.js"></script>
|
||
|
<script src="assets/scripts/isotope.min.js"></script>
|
||
|
<script src="assets/scripts/custom.js"></script>
|
||
|
<script src="assets/scripts/owl.carousel.min.js"></script>
|
||
|
<script src="assets/scripts/sticky_header.js"></script>
|
||
|
<script src="assets/scripts/jquery.nicescroll.min.js"></script>
|
||
|
<script src="assets/scripts/functions.js"></script>
|
||
|
<script >
|
||
|
$('.px-carousel').owlCarousel({
|
||
|
nav: true,
|
||
|
margin: 20,
|
||
|
navText: [
|
||
|
"<i class=' icon-angle-left'></i>",
|
||
|
"<i class='icon-angle-right'></i>"
|
||
|
],
|
||
|
responsive: {
|
||
|
0: {
|
||
|
items: 1 // In this configuration 1 is enabled from 0px up to 479px screen size
|
||
|
},
|
||
|
|
||
|
480: {
|
||
|
items: 2, // from 480 to 677
|
||
|
nav: false // from 480 to max
|
||
|
},
|
||
|
|
||
|
678: {
|
||
|
items: 3, // from this breakpoint 678 to 959
|
||
|
center: false // only within 678 and next - 959
|
||
|
},
|
||
|
|
||
|
960: {
|
||
|
items: 4, // from this breakpoint 960 to 1199
|
||
|
center: false,
|
||
|
loop: false
|
||
|
|
||
|
},
|
||
|
|
||
|
1200: {
|
||
|
items: 4,
|
||
|
}
|
||
|
}
|
||
|
|
||
|
});
|
||
|
jQuery(window).load(function(){
|
||
|
jQuery('.px-testimonial-slider, .px-bannerslider').flexslider({
|
||
|
animation: "fade",
|
||
|
prevText:"<em class='icon-arrow-left9'></em>",
|
||
|
nextText:"<em class='icon-arrow-right9'></em>",
|
||
|
start: function(slider){
|
||
|
jQuery('body').removeClass('loading');
|
||
|
}
|
||
|
});
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|