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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-10-03 05:30:49 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-10-03 05:30:49 +0300
commite59a58fbf8c4cb0fe20c0f0bcdcbe99171c8bd74 (patch)
treecffbb6e68e094ce6bb69000aa0a7fc01e9b21986
parentc6c0cc993cea8012b325021e9e6542da2f916ac9 (diff)
modified text-slider
-rw-r--r--layouts/_default/baseof.html14
-rw-r--r--layouts/_default/list.html75
-rw-r--r--layouts/_default/single.html58
-rw-r--r--layouts/about/list.html61
-rw-r--r--layouts/contact/list.html134
-rw-r--r--layouts/gallery/list.html36
-rw-r--r--layouts/partials/about.html30
-rw-r--r--layouts/partials/banner.html52
-rw-r--r--layouts/partials/clients.html24
-rw-r--r--layouts/partials/cta.html22
-rw-r--r--layouts/partials/feature.html49
-rw-r--r--layouts/partials/footer.html63
-rw-r--r--layouts/partials/page-title.html32
-rw-r--r--layouts/partials/portfolio.html69
-rw-r--r--layouts/partials/team.html88
-rw-r--r--layouts/portfolio/single.html98
-rw-r--r--layouts/service/list.html65
17 files changed, 499 insertions, 471 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 9f6cc5f..be3de96 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
- {{- partial "head.html" . -}}
- <body>
- {{- partial "header.html" . -}}
- {{- block "main" . }}{{- end }}
- {{- partial "footer.html" . -}}
- </body>
+{{- partial "head.html" . -}}
+
+<body>
+ {{- partial "header.html" . -}}
+ {{- block "main" . }}{{- end }}
+ {{- partial "footer.html" . -}}
+</body>
+
</html> \ No newline at end of file
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 6bd270e..056170f 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -3,43 +3,44 @@
{{ partial "page-title.html" . }}
<section id="blog-full-width">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- {{ range .Data.Pages }}
- <article class="wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">
-
- <div class="blog-post-image">
- <a href="{{ .Permalink }}">
- {{ with .Params.image }}<img class="img-fluid" src="{{ . | absURL }}" alt="post-image"/>{{ end }}
- </a>
- </div>
- <div class="blog-content">
- <h2 class="blogpost-title">
- <a href="{{ .Permalink }}">{{ .Title }}</a>
- </h2>
- <div class="blog-meta">
- <span>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</span>
- {{ with .Params.author }}<span>by
- {{ . }}
- </span>
- {{ end }}
- {{ with .Params.tags }}
- <span>
- {{ delimit . ", " }}
- </span>
- {{ end }}
- </div>
- <p>
- {{ .Summary }}
- </p>
- {{ with .Permalink }}<a href="{{ . }}" class="btn btn-dafault btn-details hvr-bounce-to-right">Continue Reading</a>{{ end }}
- </div>
- </article>
- {{ end }}
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ {{ range .Data.Pages }}
+ <article class="wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">
+
+ <div class="blog-post-image">
+ <a href="{{ .Permalink }}">
+ {{ with .Params.image }}<img class="img-fluid" src="{{ . | absURL }}" alt="post-image" />{{ end }}
+ </a>
+ </div>
+ <div class="blog-content">
+ <h2 class="blogpost-title">
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ </h2>
+ <div class="blog-meta">
+ <span>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</span>
+ {{ with .Params.author }}<span>by
+ {{ . }}
+ </span>
+ {{ end }}
+ {{ with .Params.tags }}
+ <span>
+ {{ delimit . ", " }}
+ </span>
+ {{ end }}
+ </div>
+ <p>
+ {{ .Summary }}
+ </p>
+ {{ with .Permalink }}<a href="{{ . }}" class="btn btn-dafault btn-details hvr-bounce-to-right">Continue
+ Reading</a>{{ end }}
+ </div>
+ </article>
+ {{ end }}
+ </div>
+ </div>
+ </div>
</section>
{{ partial "cta.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index fbc2375..3451bd9 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,38 +1,38 @@
{{ define "main" }}
<section class="global-page-header">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="block">
- <h2>{{ .Title }}</h2>
- <div class="portfolio-meta">
- <span>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</span>|
- <span> Tags:
- {{ if ne .Params.tags nil }}{{ delimit .Params.tags ", " }}{{ end }}
- </span>
- </div>
- </div>
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ <h2>{{ .Title }}</h2>
+ <div class="portfolio-meta">
+ <span>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</span>|
+ <span> Tags:
+ {{ if ne .Params.tags nil }}{{ delimit .Params.tags ", " }}{{ end }}
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
</section>
<section class="single-post">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- {{ with .Params.image }}
- <div class="post-img">
- <img class="img-fluid" alt="" src="{{ . | absURL }}">
- </div>
- {{ end }}
- <div class="post-content">
- {{ .Content }}
- </div>
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ {{ with .Params.image }}
+ <div class="post-img">
+ <img class="img-fluid" alt="" src="{{ . | absURL }}">
+ </div>
+ {{ end }}
+ <div class="post-content">
+ {{ .Content }}
+ </div>
+ </div>
+ </div>
+ </div>
</section>
{{ partial "cta.html" . }}
diff --git a/layouts/about/list.html b/layouts/about/list.html
index e74fc9b..723d9e1 100644
--- a/layouts/about/list.html
+++ b/layouts/about/list.html
@@ -4,40 +4,41 @@
{{ "<!-- Company Description Section Start -->" | safeHTML }}
<section class="company-description">
- <div class="container">
- <div class="row">
- <div class="col-md-6 wow fadeInLeft" data-wow-delay=".3s">
- {{ with .Site.Data.about.image }}<img src="{{ . | absURL }}" alt="" class="img-fluid">{{ end }}
- </div>
- <div class="col-md-6">
- <div class="block">
- {{ with .Site.Data.about.title }}<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">{{ . }}</h3>{{ end }}
- {{ with .Site.Data.about.description }}
- <p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
- {{ . | safeHTML }}
- </p>
- {{ end }}
- </div>
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 wow fadeInLeft" data-wow-delay=".3s">
+ {{ with .Site.Data.about.image }}<img src="{{ . | absURL }}" alt="" class="img-fluid">{{ end }}
+ </div>
+ <div class="col-md-6">
+ <div class="block">
+ {{ with .Site.Data.about.title }}<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s"
+ data-wow-duration="500ms">{{ . }}</h3>{{ end }}
+ {{ with .Site.Data.about.description }}
+ <p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
+ {{ . | safeHTML }}
+ </p>
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ </div>
</section>
{{ "<!-- Company Feature Section Start -->" | safeHTML }}
<section class="about-feature clearfix">
- <div class="container-fluid">
- <div class="row">
- {{ range $index, $element := .Site.Data.about.aboutItem }}
- <div class="col-lg-4 px-0">
- {{ $class := add $index 1 }}
- <div class="block about-feature-{{ $class }} wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">
- {{ with .title }}<h2>{{ . }}</h2>{{ end }}
- {{ with .description }}<p>{{ . }}</p>{{ end }}
- </div>
- </div>
- {{ end }}
- </div>
- </div>
+ <div class="container-fluid">
+ <div class="row">
+ {{ range $index, $element := .Site.Data.about.aboutItem }}
+ <div class="col-lg-4 px-0">
+ {{ $class := add $index 1 }}
+ <div class="block about-feature-{{ $class }} wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">
+ {{ with .title }}<h2>{{ . }}</h2>{{ end }}
+ {{ with .description }}<p>{{ . }}</p>{{ end }}
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
</section>
{{ "<!-- Company Feature Section End -->" | safeHTML }}
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index a02b1a3..c8861a0 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -5,78 +5,84 @@
{{ if .Site.Data.contact.enable }}
{{ "<!-- Contact Section Start -->" | safeHTML }}
<section id="contact-section">
- <div class="container">
- <div class="row">
- <div class="col-md-6 mb-5 mb-md-0">
- <div class="block">
- {{ with .Site.Data.contact.contactFormTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }}
- {{ with .Site.Data.contact.contactFormSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
- <div class="contact-form">
- <form method="POST" action="{{ .Site.Params.contactFormAction }}">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 mb-5 mb-md-0">
+ <div class="block">
+ {{ with .Site.Data.contact.contactFormTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms"
+ data-wow-delay=".3s">{{ . }}</h2>{{ end }}
+ {{ with .Site.Data.contact.contactFormSubtitle }}<p class="subtitle-des wow fadeInDown"
+ data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
+ <div class="contact-form">
+ <form method="POST" action="{{ .Site.Params.contactFormAction }}">
- <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">
- <input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
- </div>
+ <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">
+ <input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
+ </div>
- <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".8s">
- <input type="email" placeholder="Your Email" class="form-control" name="email" id="email">
- </div>
+ <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".8s">
+ <input type="email" placeholder="Your Email" class="form-control" name="email" id="email">
+ </div>
- <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1s">
- <input type="text" placeholder="Subject" class="form-control" name="subject" id="subject">
- </div>
+ <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1s">
+ <input type="text" placeholder="Subject" class="form-control" name="subject" id="subject">
+ </div>
- <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.2s">
- <textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
- </div>
+ <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.2s">
+ <textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
+ </div>
- <div id="submit" class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.4s">
- <button type="submit" id="contact-submit" class="btn btn-default btn-send hvr-bounce-to-right" value="Send Message">Send Message</button>
- </div>
- </form>
- </div>
- </div>
- </div>
- <div class="col-md-6">
- <div class="map-area">
- {{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }}
- {{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
- <div class="map">
- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3651.277552998015!2d90.3678744!3d23.773128800000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c0ae4adf3cb9%3A0x7f2cf443b764e4a4!2sShishu+Mela!5e0!3m2!1sen!2s!4v1435516022247"
- width="100%" height="400" frameborder="0" style="border:0" allowfullscreen></iframe>
- </div>
- </div>
- </div>
+ <div id="submit" class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.4s">
+ <button type="submit" id="contact-submit" class="btn btn-default btn-send hvr-bounce-to-right"
+ value="Send Message">Send Message</button>
+ </div>
+ </form>
+ </div>
</div>
- <div class="row address-details">
- <div class="col-lg-3 col-sm-6">
- <div class="address wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".3s">
- <i class="ion-ios-location-outline"></i>
- {{ with .Site.Data.contact.officeAddress1 }}<h5>{{ . }}</h5>{{ end }}
- </div>
- </div>
- <div class="col-lg-3 col-sm-6">
- <div class="address wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".5s">
- <i class="ion-ios-location-outline"></i>
- {{ with .Site.Data.contact.officeAddress2 }}<h5>{{ . }}</h5>{{ end }}
- </div>
- </div>
- <div class="col-lg-3 col-sm-6">
- <div class="email wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".7s">
- <i class="ion-ios-email-outline"></i>
- <p>{{ with .Site.Data.contact.mail1 }}{{ . }}{{ end }}
- <br>{{ with .Site.Data.contact.mail2 }}{{ . }}{{ end }}</p>
- </div>
- </div>
- <div class="col-lg-3 col-sm-6">
- <div class="phone wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".9s">
- <i class="ion-ios-telephone-outline"></i>
- <p>{{ with .Site.Data.contact.phone1 }}{{ . }}{{ end }}
- <br>{{ with .Site.Data.contact.phone2 }}{{ . }}{{ end }}</p>
- </div>
- </div>
+ </div>
+ <div class="col-md-6">
+ <div class="map-area">
+ {{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms"
+ data-wow-delay=".3s">{{ . }}</h2>{{ end }}
+ {{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms"
+ data-wow-delay=".5s">{{ . }}</p>{{ end }}
+ <div class="map">
+ <iframe
+ src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3651.277552998015!2d90.3678744!3d23.773128800000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c0ae4adf3cb9%3A0x7f2cf443b764e4a4!2sShishu+Mela!5e0!3m2!1sen!2s!4v1435516022247"
+ width="100%" height="400" frameborder="0" style="border:0" allowfullscreen></iframe>
+ </div>
</div>
+ </div>
</div>
+ <div class="row address-details">
+ <div class="col-lg-3 col-sm-6">
+ <div class="address wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".3s">
+ <i class="ion-ios-location-outline"></i>
+ {{ with .Site.Data.contact.officeAddress1 }}<h5>{{ . }}</h5>{{ end }}
+ </div>
+ </div>
+ <div class="col-lg-3 col-sm-6">
+ <div class="address wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".5s">
+ <i class="ion-ios-location-outline"></i>
+ {{ with .Site.Data.contact.officeAddress2 }}<h5>{{ . }}</h5>{{ end }}
+ </div>
+ </div>
+ <div class="col-lg-3 col-sm-6">
+ <div class="email wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".7s">
+ <i class="ion-ios-email-outline"></i>
+ <p>{{ with .Site.Data.contact.mail1 }}{{ . }}{{ end }}
+ <br>{{ with .Site.Data.contact.mail2 }}{{ . }}{{ end }}</p>
+ </div>
+ </div>
+ <div class="col-lg-3 col-sm-6">
+ <div class="phone wow fadeInLeft" data-wow-duration="500ms" data-wow-delay=".9s">
+ <i class="ion-ios-telephone-outline"></i>
+ <p>{{ with .Site.Data.contact.phone1 }}{{ . }}{{ end }}
+ <br>{{ with .Site.Data.contact.phone2 }}{{ . }}{{ end }}</p>
+ </div>
+ </div>
+ </div>
+ </div>
</section>
{{ "<!-- Contact Section End -->" | safeHTML }}
{{ end }}
diff --git a/layouts/gallery/list.html b/layouts/gallery/list.html
index 41a0c18..1709f55 100644
--- a/layouts/gallery/list.html
+++ b/layouts/gallery/list.html
@@ -3,25 +3,27 @@
{{ partial "page-title.html" . }}
<section id="gallery" class="gallery">
- <div class="container">
- <div class="row">
- {{ range $index, $element := .Site.Data.gallery.galleryImages }}
- <div class="col-md-4 col-sm-6">
- {{ $delay := mul $index 300 }}
- <figure class="wow fadeInLeft animated portfolio-item animated" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms" style="visibility: visible; animation-duration: 300ms; -webkit-animation-duration: 300ms; animation-delay: 0ms; -webkit-animation-delay: 0ms; animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;">
- <div class="img-wrapper">
- <img src="{{ .image | absURL }}" class="img-fluid" alt="this is a title">
- <div class="overlay">
- <div class="buttons">
- <a rel="gallery" class="fancybox" href="{{ .image | absURL }}">Demo</a>
- </div>
- </div>
- </div>
- </figure>
+ <div class="container">
+ <div class="row">
+ {{ range $index, $element := .Site.Data.gallery.galleryImages }}
+ <div class="col-md-4 col-sm-6">
+ {{ $delay := mul $index 300 }}
+ <figure class="wow fadeInLeft animated portfolio-item animated" data-wow-duration="500ms"
+ data-wow-delay="{{ $delay }}ms"
+ style="visibility: visible; animation-duration: 300ms; -webkit-animation-duration: 300ms; animation-delay: 0ms; -webkit-animation-delay: 0ms; animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;">
+ <div class="img-wrapper">
+ <img src="{{ .image | absURL }}" class="img-fluid" alt="this is a title">
+ <div class="overlay">
+ <div class="buttons">
+ <a rel="gallery" class="fancybox" href="{{ .image | absURL }}">Demo</a>
+ </div>
</div>
- {{ end }}
- </div>
+ </div>
+ </figure>
+ </div>
+ {{ end }}
</div>
+ </div>
</section>
{{ partial "cta.html" . }}
diff --git a/layouts/partials/about.html b/layouts/partials/about.html
index 5f630fe..588b273 100644
--- a/layouts/partials/about.html
+++ b/layouts/partials/about.html
@@ -1,21 +1,21 @@
{{ if .Site.Params.about.enable }}
{{ "<!-- About Section Start -->" | safeHTML }}
<section id="about">
- <div class="container">
- <div class="row">
- <div class="col-sm-6">
- <div class="block wow fadeInLeft" data-wow-delay=".3s" data-wow-duration="500ms">
- {{ with .Site.Params.about.title }}<h2>{{ . }}</h2>{{ end }}
- {{ with .Site.Params.about.content }}<p>{{ . | safeHTML }}</p>{{ end }}
- </div>
- </div>
- <div class="col-sm-6">
- <div class="block wow fadeInRight" data-wow-delay=".3s" data-wow-duration="500ms">
- {{ with .Site.Params.about.image }}<img src="{{ . | absURL }}" alt="about-image">{{ end }}
- </div>
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="block wow fadeInLeft" data-wow-delay=".3s" data-wow-duration="500ms">
+ {{ with .Site.Params.about.title }}<h2>{{ . }}</h2>{{ end }}
+ {{ with .Site.Params.about.content }}<p>{{ . | safeHTML }}</p>{{ end }}
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <div class="block wow fadeInRight" data-wow-delay=".3s" data-wow-duration="500ms">
+ {{ with .Site.Params.about.image }}<img src="{{ . | absURL }}" alt="about-image">{{ end }}
+ </div>
+ </div>
+ </div>
+ </div>
</section>
{{ "<!-- About Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html
index 8a86436..d404720 100644
--- a/layouts/partials/banner.html
+++ b/layouts/partials/banner.html
@@ -1,35 +1,33 @@
{{ if .Site.Params.banner.enable }}
{{ "<!-- Slider Section Start -->" | safeHTML }}
<section id="hero-area" style='background-image: url("{{ .Site.Params.banner.bgImage | absURL }}");'>
- <div class="container">
- <div class="row">
- <div class="col-md-12 text-center">
- <div class="block wow fadeInUp" data-wow-delay=".3s">
- {{ "<!-- Slider -->" | safeHTML}}
- <section class="cd-intro">
- <h1 class="wow fadeInUp animated cd-headline slide" data-wow-delay=".4s">
- {{ with .Site.Params.banner.heading }}<span>{{ . }}</span>{{ end }}
- <br>
- <span class="cd-words-wrapper">
- {{ range $index, $element := .Site.Params.banner.flipText }}
- {{ if eq $index 0 }}
- <b class="is-visible">{{ .title }}</b>
- {{else}}
- <b>{{ .title }}</b>
- {{end}}
- {{ end }}
- </span>
- </h1>
- </section>
- {{ with .Site.Params.banner.description }}<h2 class="wow fadeInUp animated" data-wow-delay=".6s">{{ . }}</h2>{{ end }}
- {{ if .Site.Params.banner.btn }}
- <a class="btn-lines dark light wow fadeInUp animated btn btn-default btn-green hvr-bounce-to-right" data-wow-delay=".9s"
- href="{{ .Site.Params.banner.btnURL }}" target="_blank">{{ .Site.Params.banner.btnText }}</a>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12 text-center">
+ <div class="block wow fadeInUp" data-wow-delay=".3s">
+ {{ "<!-- Slider -->" | safeHTML}}
+ <section class="cd-intro">
+ <h1 class="wow fadeInUp animated cd-headline slide" data-wow-delay=".4s">
+ {{ with .Site.Params.banner.heading }}<span>{{ . }}</span>{{ end }}
+ <br>
+ <span class="cd-words-wrapper text-center">
+ {{ range $index, $element := .Site.Params.banner.flipText }}
+ <b class="{{if eq $index 0}}is-visible{{end}}" style="white-space: normal;">{{.title}}</b>
+ {{ end }}
+ </span>
+ </h1>
+ </section>
+ {{ with .Site.Params.banner.description }}<h2 class="wow fadeInUp animated" data-wow-delay=".6s">{{ . }}</h2>
+ {{ end }}
+ {{ if .Site.Params.banner.btn }}
+ <a class="btn-lines dark light wow fadeInUp animated btn btn-default btn-green hvr-bounce-to-right"
+ data-wow-delay=".9s" href="{{ .Site.Params.banner.btnURL }}"
+ target="_blank">{{ .Site.Params.banner.btnText }}</a>
+ {{ end }}
</div>
+ </div>
</div>
+ </div>
</section>
{{ "<!-- Slider Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/clients.html b/layouts/partials/clients.html
index eb99420..8b0e665 100644
--- a/layouts/partials/clients.html
+++ b/layouts/partials/clients.html
@@ -1,19 +1,21 @@
{{ if .Site.Data.client.enable }}
{{ "<!-- Client Section Start -->" | safeHTML }}
<section id="clients">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- {{ with .Site.Data.client.title }}<h2 class="subtitle text-center wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }}
- {{ with .Site.Data.client.subtitle }}<p class="subtitle-des text-center wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
- <div id="clients-logo" class="clients-logo-slider">
- {{ range .Site.Data.client.clientsLogo }}
- <img class="img-fluid mx-2" src="{{ .image | absURL }}" alt="client-logo">
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ {{ with .Site.Data.client.title }}<h2 class="subtitle text-center wow fadeInUp animated"
+ data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }}
+ {{ with .Site.Data.client.subtitle }}<p class="subtitle-des text-center wow fadeInUp animated"
+ data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }}
+ <div id="clients-logo" class="clients-logo-slider">
+ {{ range .Site.Data.client.clientsLogo }}
+ <img class="img-fluid mx-2" src="{{ .image | absURL }}" alt="client-logo">
+ {{ end }}
</div>
+ </div>
</div>
+ </div>
</section>
{{ "<!-- Client Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/cta.html b/layouts/partials/cta.html
index 1aec697..228de88 100644
--- a/layouts/partials/cta.html
+++ b/layouts/partials/cta.html
@@ -1,18 +1,20 @@
{{ if .Site.Params.cta.enable }}
{{ "<!-- Call To Action Section Start -->" | safeHTML }}
<section id="call-to-action">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="block">
- {{ with .Site.Params.cta.title }}<h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">{{ . }}</h1>{{ end }}
- {{ with .Site.Params.cta.content }}<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">{{ . | safeHTML }}</p>{{ end }}
- <a href="{{ .Site.Params.cta.btnURL }}" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">{{ .Site.Params.cta.btnText }}</a>
- </div>
- </div>
-
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ {{ with .Site.Params.cta.title }}<h2 class="title wow fadeInDown" data-wow-delay=".3s"
+ data-wow-duration="500ms">{{ . }}</h1>{{ end }}
+ {{ with .Site.Params.cta.content }}<p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">
+ {{ . | safeHTML }}</p>{{ end }}
+ <a href="{{ .Site.Params.cta.btnURL }}" class="btn btn-default btn-contact wow fadeInDown"
+ data-wow-delay=".7s" data-wow-duration="500ms">{{ .Site.Params.cta.btnText }}</a>
</div>
+ </div>
</div>
+ </div>
</section>
{{ "<!-- Call To Action Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/feature.html b/layouts/partials/feature.html
index aa5b033..e6bfc03 100644
--- a/layouts/partials/feature.html
+++ b/layouts/partials/feature.html
@@ -1,30 +1,31 @@
{{ if .Site.Data.feature.enable }}
{{ "<!-- Feature Section Start -->" | safeHTML }}
<section id="feature">
- <div class="container">
- <div class="section-heading">
- {{ with .Site.Data.feature.title }}<h1 class="title wow fadeInDown" data-wow-delay=".3s">{{ . }}</h1>{{ end }}
- {{ with .Site.Data.feature.subtitle }}<p class="wow fadeInDown" data-wow-delay=".5s">{{ . | safeHTML }}</p>{{ end }}
- </div>
- <div class="row">
- {{ range $index, $elemrnt := .Site.Data.feature.item }}
- <div class="col-sm-6 col-lg-4">
- {{ $delay := mul (add $index 1) 300 }}
- <div class="media wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
- <div class="media-left">
- <div class="icon">
- {{ with .icon }}<i class="{{ . }}"></i>{{ end }}
- </div>
- </div>
- <div class="media-body">
- {{ with .title }}<h4 class="media-heading">{{ . }}</h4>{{ end }}
- {{ with .description }}<p>{{ . }}</p>{{ end }}
- </div>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="section-heading">
+ {{ with .Site.Data.feature.title }}<h1 class="title wow fadeInDown" data-wow-delay=".3s">{{ . }}</h1>{{ end }}
+ {{ with .Site.Data.feature.subtitle }}<p class="wow fadeInDown" data-wow-delay=".5s">{{ . | safeHTML }}</p>
+ {{ end }}
+ </div>
+ <div class="row">
+ {{ range $index, $elemrnt := .Site.Data.feature.item }}
+ <div class="col-sm-6 col-lg-4">
+ {{ $delay := mul (add $index 1) 300 }}
+ <div class="media wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
+ <div class="media-left">
+ <div class="icon">
+ {{ with .icon }}<i class="{{ . }}"></i>{{ end }}
+ </div>
+ </div>
+ <div class="media-body">
+ {{ with .title }}<h4 class="media-heading">{{ . }}</h4>{{ end }}
+ {{ with .description }}<p>{{ . }}</p>{{ end }}
+ </div>
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
</section>
{{ "<!-- Feature Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2f04ad4..ab2db10 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,27 +1,29 @@
{{ "<!-- Footer Section Start -->" | safeHTML }}
<footer id="footer">
- <div class="container">
- <div class="row content-justify-between">
- <div class="col-md-8 col-12 text-center text-lg-left text-md-left">
- <p class="copyright">Copyright:
- <span>
- <script>document.write(new Date().getFullYear())</script>
- </span> Design and Developed by
- <a href="http://www.Themefisher.com" target="_blank">Themefisher</a>.
- <br> Get More Bootstrap Template From Our
- <a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Store</a>
- </p>
- </div>
- <div class="col-md-4 col-12">
- {{ "<!-- Social Media -->" | safeHTML }}
- <ul class="social text-center text-md-right text-lg-right">
- {{ range .Site.Params.socialIcon }}
- <li><a href="{{ .url | safeURL }}"><i class="{{ .icon }}"></i></a></li>
- {{ end }}
- </ul>
- </div>
- </div>
+ <div class="container">
+ <div class="row content-justify-between">
+ <div class="col-md-8 col-12 text-center text-lg-left text-md-left">
+ <p class="copyright">Copyright:
+ <span>
+ <script>
+ document.write(new Date().getFullYear())
+ </script>
+ </span> Design and Developed by
+ <a href="http://www.Themefisher.com" target="_blank">Themefisher</a>.
+ <br> Get More Bootstrap Template From Our
+ <a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Store</a>
+ </p>
+ </div>
+ <div class="col-md-4 col-12">
+ {{ "<!-- Social Media -->" | safeHTML }}
+ <ul class="social text-center text-md-right text-lg-right">
+ {{ range .Site.Params.socialIcon }}
+ <li><a href="{{ .url | safeURL }}"><i class="{{ .icon }}"></i></a></li>
+ {{ end }}
+ </ul>
+ </div>
</div>
+ </div>
</footer>
{{ "<!-- footer section end -->" | safeHTML }}
@@ -42,10 +44,17 @@
<script src="{{ $script.Permalink }}"></script>
{{ "<!-- google analitycs -->" | safeHTML }}
<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{{ .Site.Params.googleAnalitycsID }}', 'auto');
- ga('send', 'pageview');
+ (function (i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function () {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
+ ga('create', '{{ .Site.Params.googleAnalitycsID }}', 'auto');
+ ga('send', 'pageview');
</script> \ No newline at end of file
diff --git a/layouts/partials/page-title.html b/layouts/partials/page-title.html
index f57c258..533a15a 100644
--- a/layouts/partials/page-title.html
+++ b/layouts/partials/page-title.html
@@ -1,22 +1,22 @@
{{"<!-- Global Page Section Start -->" | safeHTML }}
<section class="global-page-header">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="block">
- <h2>{{ .Title }}</h2>
- <ol class="breadcrumb list-inline text-center">
- <li class="list-inline-item">
- <a href="{{ .Site.BaseURL }}">
- <i class="ion-ios-home"></i>
- Home &nbsp; &nbsp;/
- </a>
- </li>
- <li class="active list-inline-item">{{ .Title }}</li>
- </ol>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ <h2>{{ .Title }}</h2>
+ <ol class="breadcrumb list-inline text-center">
+ <li class="list-inline-item">
+ <a href="{{ .Site.BaseURL }}">
+ <i class="ion-ios-home"></i>
+ Home &nbsp; &nbsp;/
+ </a>
+ </li>
+ <li class="active list-inline-item">{{ .Title }}</li>
+ </ol>
</div>
+ </div>
</div>
+ </div>
</section>
{{"<!-- Global Page Section End -->" | safeHTML }} \ No newline at end of file
diff --git a/layouts/partials/portfolio.html b/layouts/partials/portfolio.html
index 729a9d8..55ee271 100644
--- a/layouts/partials/portfolio.html
+++ b/layouts/partials/portfolio.html
@@ -1,40 +1,41 @@
{{ if .Site.Params.portfolio.enable }}
{{ "<!-- Portfolio Section Start -->" | safeHTML }}
<section id="works" class="works">
- <div class="container">
- <div class="section-heading">
- {{ with .Site.Params.portfolio.title }}<h1 class="title wow fadeInDown" data-wow-delay=".3s">{{ . }}</h1>{{ end }}
- {{ with .Site.Params.portfolio.subtitle }}<p class="wow fadeInDown" data-wow-delay=".5s">{{ . }}</p>{{ end }}
- </div>
- <div class="row">
- {{ range $index, $element:= where .Site.RegularPages "Type" "portfolio" }}
- <div class="col-md-4 col-sm-6">
- {{ $delay := mul $index 300 }}
- <figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
- <div class="img-wrapper">
- <img src="{{ .Params.Image | relURL }}" class="img-fluid" alt="this is a title">
- <div class="overlay">
- <div class="buttons">
- <a rel="gallery" class="fancybox" href="{{ .Params.Image | relURL }}">Demo</a>
- <a href="{{ .Permalink }}">Details</a>
- </div>
- </div>
- </div>
- <figcaption>
- <h4>
- <a href="{{ .Permalink }}">
- {{ .Title }}
- </a>
- </h4>
- <p>
- {{ .Params.caption }}
- </p>
- </figcaption>
- </figure>
- </div>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="section-heading">
+ {{ with .Site.Params.portfolio.title }}<h1 class="title wow fadeInDown" data-wow-delay=".3s">{{ . }}</h1>{{ end }}
+ {{ with .Site.Params.portfolio.subtitle }}<p class="wow fadeInDown" data-wow-delay=".5s">{{ . }}</p>{{ end }}
+ </div>
+ <div class="row">
+ {{ range $index, $element:= where .Site.RegularPages "Type" "portfolio" }}
+ <div class="col-md-4 col-sm-6">
+ {{ $delay := mul $index 300 }}
+ <figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms"
+ data-wow-delay="{{ $delay }}ms">
+ <div class="img-wrapper">
+ <img src="{{ .Params.Image | relURL }}" class="img-fluid" alt="this is a title">
+ <div class="overlay">
+ <div class="buttons">
+ <a rel="gallery" class="fancybox" href="{{ .Params.Image | relURL }}">Demo</a>
+ <a href="{{ .Permalink }}">Details</a>
+ </div>
+ </div>
+ </div>
+ <figcaption>
+ <h4>
+ <a href="{{ .Permalink }}">
+ {{ .Title }}
+ </a>
+ </h4>
+ <p>
+ {{ .Params.caption }}
+ </p>
+ </figcaption>
+ </figure>
+ </div>
+ {{ end }}
+ </div>
+ </div>
</section>
{{ "<!-- Portfolio Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/team.html b/layouts/partials/team.html
index ab31850..ed53459 100644
--- a/layouts/partials/team.html
+++ b/layouts/partials/team.html
@@ -1,50 +1,50 @@
{{ if .Site.Data.team.enable }}
{{ "<!-- Team Section Start -->" | safeHTML }}
<section id="team">
- <div class="container">
- <div class="row">
- <div class="col-lg-12">
- {{ with .Site.Data.team.title }}<h2 class="subtitle text-center">{{ . }}</h2>{{ end }}
- </div>
- {{ range $index, $element:= .Site.Data.team.members }}
- <div class="col-md-3 col-sm-6">
- {{ $delay := mul $index 300 }}
- <div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
- {{ with .image }}
- <div class="team-img">
- <img src="{{ . | absURL }}" class="team-pic" alt="team-member">
- </div>
- {{ end }}
- {{ with .name }}<h3 class="team_name">{{ . }}</h3>{{ end }}
- {{ with .designation }}<p class="team_designation">{{ . }}</p>{{ end }}
- {{ with .description }}<p class="team_text">{{ . }}</p>{{ end }}
- <p class="social-icons">
- {{ with .facebook }}
- <a href="{{ . }}" class="facebook" target="_blank">
- <i class="ion-social-facebook-outline"></i>
- </a>
- {{ end }}
- {{ with .twitter }}
- <a href="{{ . }}" target="_blank">
- <i class="ion-social-twitter-outline"></i>
- </a>
- {{ end }}
- {{ with .linkedIn }}
- <a href="{{ . }}" target="_blank">
- <i class="ion-social-linkedin-outline"></i>
- </a>
- {{ end }}
- {{ with .googleplus }}
- <a href="{{ . }}" target="_blank">
- <i class="ion-social-googleplus-outline"></i>
- </a>
- {{ end }}
- </p>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-12">
+ {{ with .Site.Data.team.title }}<h2 class="subtitle text-center">{{ . }}</h2>{{ end }}
+ </div>
+ {{ range $index, $element:= .Site.Data.team.members }}
+ <div class="col-md-3 col-sm-6">
+ {{ $delay := mul $index 300 }}
+ <div class="team-member wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">
+ {{ with .image }}
+ <div class="team-img">
+ <img src="{{ . | absURL }}" class="team-pic" alt="team-member">
+ </div>
+ {{ end }}
+ {{ with .name }}<h3 class="team_name">{{ . }}</h3>{{ end }}
+ {{ with .designation }}<p class="team_designation">{{ . }}</p>{{ end }}
+ {{ with .description }}<p class="team_text">{{ . }}</p>{{ end }}
+ <p class="social-icons">
+ {{ with .facebook }}
+ <a href="{{ . }}" class="facebook" target="_blank">
+ <i class="ion-social-facebook-outline"></i>
+ </a>
+ {{ end }}
+ {{ with .twitter }}
+ <a href="{{ . }}" target="_blank">
+ <i class="ion-social-twitter-outline"></i>
+ </a>
+ {{ end }}
+ {{ with .linkedIn }}
+ <a href="{{ . }}" target="_blank">
+ <i class="ion-social-linkedin-outline"></i>
+ </a>
+ {{ end }}
+ {{ with .googleplus }}
+ <a href="{{ . }}" target="_blank">
+ <i class="ion-social-googleplus-outline"></i>
+ </a>
+ {{ end }}
+ </p>
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
</section>
{{ "<!-- Team Section End -->" | safeHTML }}
{{ end }} \ No newline at end of file
diff --git a/layouts/portfolio/single.html b/layouts/portfolio/single.html
index 419daef..37907fa 100644
--- a/layouts/portfolio/single.html
+++ b/layouts/portfolio/single.html
@@ -2,63 +2,63 @@
{{ "<!-- Page Header -->" | safeHTML }}
<section class="global-page-header">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="block">
- <h2>{{ .Title }}</h2>
- <div class="portfolio-meta">
- <span>{{ .Date.Format "2006-01-02" }}</span>|
- <span> Category: {{ delimit .Params.category ", " }}</span>|
- <span> website:
- <a href="{{ .Params.liveLink }}">{{ .Params.liveLink }}</a>
- </span>
- </div>
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ <h2>{{ .Title }}</h2>
+ <div class="portfolio-meta">
+ <span>{{ .Date.Format "2006-01-02" }}</span>|
+ <span> Category: {{ delimit .Params.category ", " }}</span>|
+ <span> website:
+ <a href="{{ .Params.liveLink }}">{{ .Params.liveLink }}</a>
+ </span>
+ </div>
</div>
+ </div>
</div>
+ </div>
</section>
{{ "<!-- work details part start -->" | safeHTML }}
<section class="work-single">
- <div class="container">
- <div class="row">
- <div class="col-lg-8">
- {{ with .Params.image }}
- <div class="work-single-image">
- <!-- Work Single Image -->
- <img class="img-fluid w-100" src="{{ . | absURL }}" alt="work-single-image">
- </div>
- {{ end }}
- <!-- work single Content -->
- {{ with .Content }}
- <div class="work-single-content">
- {{ . }}
- </div>
- {{ end }}
- </div>
- <div class="col-lg-4">
- <!-- sidebar -->
- <div class="work-single-sidebar">
- {{ with .Params.client }}
- <h5>Clients</h5>
- <h6>{{ . }}</h6>
- {{ end }}
- {{ with .Params.submitDate }}
- <h5>date</h5>
- <h6>{{ . }}</h6>
- {{ end }}
- <h5>category</h5>
- <h6>Investment, Business</h6>
- {{ with .Params.location }}
- <h5>locations</h5>
- <h6>{{ . }}</h6>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-8">
+ {{ with .Params.image }}
+ <div class="work-single-image">
+ <!-- Work Single Image -->
+ <img class="img-fluid w-100" src="{{ . | absURL }}" alt="work-single-image">
</div>
+ {{ end }}
+ <!-- work single Content -->
+ {{ with .Content }}
+ <div class="work-single-content">
+ {{ . }}
+ </div>
+ {{ end }}
+ </div>
+ <div class="col-lg-4">
+ <!-- sidebar -->
+ <div class="work-single-sidebar">
+ {{ with .Params.client }}
+ <h5>Clients</h5>
+ <h6>{{ . }}</h6>
+ {{ end }}
+ {{ with .Params.submitDate }}
+ <h5>date</h5>
+ <h6>{{ . }}</h6>
+ {{ end }}
+ <h5>category</h5>
+ <h6>Investment, Business</h6>
+ {{ with .Params.location }}
+ <h5>locations</h5>
+ <h6>{{ . }}</h6>
+ {{ end }}
+ </div>
+ </div>
</div>
+ </div>
</section>
{{"<!-- work details part end -->" | safeHTML }}
diff --git a/layouts/service/list.html b/layouts/service/list.html
index b528f24..be6cf0b 100644
--- a/layouts/service/list.html
+++ b/layouts/service/list.html
@@ -5,37 +5,40 @@
{{ if .Site.Data.service.enable }}
{{ "<!-- Service Section Start -->" | safeHTML }}
<section id="service-page" class="pages service-page">
- <div class="container">
- <div class="row"><div class="col-lg-6">
- {{ with .Site.Data.service.title }}<h2 class="subtitle wow fadeInUp animated" data-wow-delay=".3s" data-wow-duration="500ms">{{ . }}</h2>{{ end }}
- {{ with .Site.Data.service.subtitle }}<p class="subtitle-des wow fadeInUp animated" data-wow-delay=".5s" data-wow-duration="500ms">{{ . }}</p>{{ end }}
- </div>
- </div>
- <div class="row">
- <div class="col-lg-6 order-2 order-lg-1">
- <div class="block">
- <div class="row service-parts">
- {{ range .Site.Data.service.serviceItem }}
- <div class="col-md-6">
- <div class="block wow fadeInUp animated" data-wow-duration="400ms" data-wow-delay="600ms">
- {{ with .icon }}<i class="{{ . }}"></i>{{ end }}
- {{ with .title }}<h4>{{ . }}</h4>{{ end }}
- {{ with .description }}<p>{{ . }}</p>{{ end }}
- </div>
- </div>
- {{ end }}
- </div>
- </div>
- </div>
- {{ with .Site.Data.service.image }}
- <div class="col-lg-6 order-1 order-lg-2">
- <div class="block">
- <img class="img-fluid" src="{{ . | absURL }}" alt="about-image">
- </div>
- </div>
- {{ end }}
- </div>
- </div>
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-6">
+ {{ with .Site.Data.service.title }}<h2 class="subtitle wow fadeInUp animated" data-wow-delay=".3s"
+ data-wow-duration="500ms">{{ . }}</h2>{{ end }}
+ {{ with .Site.Data.service.subtitle }}<p class="subtitle-des wow fadeInUp animated" data-wow-delay=".5s"
+ data-wow-duration="500ms">{{ . }}</p>{{ end }}
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-lg-6 order-2 order-lg-1">
+ <div class="block">
+ <div class="row service-parts">
+ {{ range .Site.Data.service.serviceItem }}
+ <div class="col-md-6">
+ <div class="block wow fadeInUp animated" data-wow-duration="400ms" data-wow-delay="600ms">
+ {{ with .icon }}<i class="{{ . }}"></i>{{ end }}
+ {{ with .title }}<h4>{{ . }}</h4>{{ end }}
+ {{ with .description }}<p>{{ . }}</p>{{ end }}
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ {{ with .Site.Data.service.image }}
+ <div class="col-lg-6 order-1 order-lg-2">
+ <div class="block">
+ <img class="img-fluid" src="{{ . | absURL }}" alt="about-image">
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
</section>
{{ "<!-- Service Section End -->" | safeHTML }}
{{ end }}