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/clients.html
parent7362916016d21809411b133408d0c5ed78280558 (diff)
Initial commit with first porting efforts
Diffstat (limited to 'layouts/partials/clients.html')
-rw-r--r--layouts/partials/clients.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/layouts/partials/clients.html b/layouts/partials/clients.html
new file mode 100644
index 0000000..9ab5f29
--- /dev/null
+++ b/layouts/partials/clients.html
@@ -0,0 +1,34 @@
+<section class="bar background-gray no-mb">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="heading text-center">
+ <h2>Our clients</h2>
+ </div>
+
+ <ul class="owl-carousel customers">
+ <li class="item">
+ <img src="img/customer-1.png" alt="" class="img-responsive">
+ </li>
+ <li class="item">
+ <img src="img/customer-2.png" alt="" class="img-responsive">
+ </li>
+ <li class="item">
+ <img src="img/customer-3.png" alt="" class="img-responsive">
+ </li>
+ <li class="item">
+ <img src="img/customer-4.png" alt="" class="img-responsive">
+ </li>
+ <li class="item">
+ <img src="img/customer-5.png" alt="" class="img-responsive">
+ </li>
+ <li class="item">
+ <img src="img/customer-6.png" alt="" class="img-responsive">
+ </li>
+ </ul>
+ <!-- /.owl-carousel -->
+ </div>
+
+ </div>
+ </div>
+</section>