Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Moreno <adrian@morenomartinez.com>2016-06-14 15:50:18 +0300
committerAdrian Moreno <adrian@morenomartinez.com>2016-06-14 15:50:18 +0300
commit9d0945696f38ba96cfba54af5c6358d614177100 (patch)
tree307fb730439ed385aa5c7b50e5b083044a5b916e /layouts/partials/carousel.html
parent7362916016d21809411b133408d0c5ed78280558 (diff)
Initial commit with first porting efforts
Diffstat (limited to 'layouts/partials/carousel.html')
-rw-r--r--layouts/partials/carousel.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html
new file mode 100644
index 0000000..3ec4619
--- /dev/null
+++ b/layouts/partials/carousel.html
@@ -0,0 +1,81 @@
+<section>
+ <!-- *** HOMEPAGE CAROUSEL ***
+ _________________________________________________________ -->
+
+ <div class="home-carousel">
+
+ <div class="dark-mask"></div>
+
+ <div class="container">
+ <div class="homepage owl-carousel">
+ <div class="item">
+ <div class="row">
+ <div class="col-sm-5 right">
+ <p>
+ <img src="img/logo.png" alt="">
+ </p>
+ <h1>Multipurpose responsive theme</h1>
+ <p>Business. Corporate. Agency.
+ <br />Portfolio. Blog. E-commerce.</p>
+ </div>
+ <div class="col-sm-7">
+ <img class="img-responsive" src="img/template-homepage.png" alt="">
+ </div>
+ </div>
+ </div>
+ <div class="item">
+ <div class="row">
+
+ <div class="col-sm-7 text-center">
+ <img class="img-responsive" src="img/template-mac.png" alt="">
+ </div>
+
+ <div class="col-sm-5">
+ <h2>46 HTML pages full of features</h2>
+ <ul class="list-style-none">
+ <li>Sliders and carousels</li>
+ <li>4 Header variations</li>
+ <li>Google maps, Forms, Megamenu, CSS3 Animations and much more</li>
+ <li>+ 11 extra pages showing template features</li>
+ </ul>
+ </div>
+
+ </div>
+ </div>
+ <div class="item">
+ <div class="row">
+ <div class="col-sm-5 right">
+ <h1>Design</h1>
+ <ul class="list-style-none">
+ <li>Clean and elegant design</li>
+ <li>Full width and boxed mode</li>
+ <li>Easily readable Roboto font and awesome icons</li>
+ <li>7 preprepared colour variations</li>
+ </ul>
+ </div>
+ <div class="col-sm-7">
+ <img class="img-responsive" src="img/template-easy-customize.png" alt="">
+ </div>
+ </div>
+ </div>
+ <div class="item">
+ <div class="row">
+ <div class="col-sm-7">
+ <img class="img-responsive" src="img/template-easy-code.png" alt="">
+ </div>
+ <div class="col-sm-5">
+ <h1>Easy to customize</h1>
+ <ul class="list-style-none">
+ <li>7 preprepared colour variations.</li>
+ <li>Easily to change fonts</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /.project owl-slider -->
+ </div>
+ </div>
+
+ <!-- *** HOMEPAGE CAROUSEL END *** -->
+</section>