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:
authorSomrat <monnaf37@gmail.com>2018-11-19 09:29:32 +0300
committerSomrat <monnaf37@gmail.com>2018-11-19 09:29:32 +0300
commitad23d8dd9d72879f19e3454724cadf70b59ff42f (patch)
tree1441397d0e9917872a01bb788f3fe65645e2ace9 /layouts
parent4e6c3d08eed97350378d69de03b6a1b0304a451f (diff)
modified clients slider and fixed responsive issues
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html212
-rw-r--r--layouts/contact/list.html14
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/about.html4
-rw-r--r--layouts/partials/banner.html10
-rw-r--r--layouts/partials/clients.html6
-rw-r--r--layouts/partials/feature.html2
-rw-r--r--layouts/partials/footer.html41
-rw-r--r--layouts/partials/header.html13
-rw-r--r--layouts/partials/team.html2
-rw-r--r--layouts/service/list.html11
11 files changed, 251 insertions, 66 deletions
diff --git a/layouts/404.html b/layouts/404.html
index dceb532..461f537 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,9 +1,111 @@
-{{ partial "header.html" . }}
+<!DOCTYPE html>
+<html class="no-js">
-<!--
- =================================
- = 404 Section =
- ================================= -->
+<head>
+ <!-- Basic Page Needs
+ ================================================== -->
+ <meta charset="utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link rel="icon" href="favicon.ico">
+ <title>Timer Agency Template</title>
+ <meta name="description" content="">
+ <meta name="keywords" content="">
+ <meta name="author" content="">
+ <!-- Mobile Specific Metas
+ ================================================== -->
+ <meta name="format-detection" content="telephone=no">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+
+ <!-- Template CSS Files
+ ================================================== -->
+ <!-- Twitter Bootstrs CSS -->
+ <link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
+ <!-- Ionicons Fonts Css -->
+ <link rel="stylesheet" href="plugins/ionicons/ionicons.min.css">
+ <!-- animate css -->
+ <link rel="stylesheet" href="plugins/animate-css/animate.css">
+ <!-- Hero area slider css-->
+ <link rel="stylesheet" href="plugins/slider/slider.css">
+ <!-- owl craousel css -->
+ <link rel="stylesheet" href="plugins/owl-carousel/owl.carousel.css">
+ <link rel="stylesheet" href="plugins/owl-carousel/owl.theme.css">
+ <!-- Fancybox -->
+ <link rel="stylesheet" href="plugins/facncybox/jquery.fancybox.css">
+ <!-- hover -->
+ <link rel="stylesheet" href="plugins/hover/hover-min.css">
+ <!-- template main css file -->
+ <link rel="stylesheet" href="css/style.css">
+</head>
+
+<body>
+
+ <!--
+ ==================================================
+ Header Section Start
+ ================================================== -->
+ <section class="top-bar animated-header">
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-12">
+ <nav class="navbar navbar-expand-lg navbar-light bg-light">
+ <a class="navbar-brand" href="index.html">
+ <img src="../images/logo.png" alt="logo">
+ </a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
+ aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
+ <ul class="navbar-nav ml-auto">
+ <li class="nav-item">
+ <a class="nav-link" href="index.html">Home
+ <span class="sr-only">(current)</span>
+ </a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="about.html">About</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="service.html">Service</a>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
+ aria-expanded="false">
+ Pages
+ </a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+ <a class="dropdown-item" href="404.html">404 Page</a>
+ <a class="dropdown-item" href="gallery.html">Gallery</a>
+ <a class="dropdown-item" href="single-post.html">Single Post</a>
+ </div>
+ </li>
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
+ aria-expanded="false">
+ Blog
+ </a>
+ <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+ <a class="dropdown-item" href="blog-fullwidth.html">Blog Full</a>
+ <a class="dropdown-item" href="blog-left-sidebar.html">Blog Left sidebar</a>
+ <a class="dropdown-item" href="blog-right-sidebar.html">Blog Right sidebar</a>
+ </div>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="contact.html">Contact</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <!--=================================
+= 404 Section =
+==================================-->
<section class="moduler wrapper_404">
<div class="container">
<div class="row">
@@ -19,14 +121,92 @@
</div>
</section>
-<!--
- ==================================================
- Call To Action Section Start
- ================================================== -->
-{{ partial "cta.html" . }}
-
-<!--
- ==================================================
- Footer Section Start
- ================================================== -->
-{{ partial "footer.html" . }} \ No newline at end of file
+ <!--
+ ==================================================
+ Call To Action Section Start
+ ================================================== -->
+ <section id="call-to-action">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <div class="block">
+ <h2 class="title wow fadeInDown" data-wow-delay=".3s" data-wow-duration="500ms">SO WHAT YOU THINK ?</h1>
+ <p class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis,
+ <br>possimus commodi, fugiat magnam temporibus vero magni recusandae? Dolore, maxime praesentium.</p>
+ <a href="contact.html" class="btn btn-default btn-contact wow fadeInDown" data-wow-delay=".7s" data-wow-duration="500ms">Contact With Me</a>
+ </div>
+ </div>
+
+ </div>
+ </div>
+ </section>
+
+ <!--
+ ==================================================
+ Footer Section Start
+ ================================================== -->
+ <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 -->
+ <ul class="social text-center text-md-right text-lg-right">
+ <li>
+ <a href="http://wwww.fb.com/themefisher" class="Facebook">
+ <i class="ion-social-facebook"></i>
+ </a>
+ </li>
+ <li>
+ <a href="http://wwww.twitter.com/themefisher" class="Twitter">
+ <i class="ion-social-twitter"></i>
+ </a>
+ </li>
+ <li>
+ <a href="#" class="Linkedin">
+ <i class="ion-social-linkedin"></i>
+ </a>
+ </li>
+ <li>
+ <a href="http://wwww.fb.com/themefisher" class="Google Plus">
+ <i class="ion-social-googleplus"></i>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </footer>
+ <!-- /#footer -->
+
+ <!-- Template Javascript Files
+ ================================================== -->
+ <!-- jquery -->
+ <script src="plugins/jQurey/jquery.min.js"></script>
+ <!-- Form Validation -->
+ <script src="plugins/form-validation/jquery.form.js"></script>
+ <script src="plugins/form-validation/jquery.validate.min.js"></script>
+ <!-- owl carouserl js -->
+ <script src="plugins/owl-carousel/owl.carousel.min.js"></script>
+ <!-- bootstrap js -->
+ <script src="plugins/bootstrap/bootstrap.min.js"></script>
+ <!-- wow js -->
+ <script src="plugins/wow-js/wow.min.js"></script>
+ <!-- slider js -->
+ <script src="plugins/slider/slider.js"></script>
+ <!-- Fancybox -->
+ <script src="plugins/facncybox/jquery.fancybox.js"></script>
+ <!-- template main js -->
+ <script src="js/main.js"></script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index f2097fa..0547bdb 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -7,7 +7,7 @@
<section id="contact-section">
<div class="container">
<div class="row">
- <div class="col-md-6">
+ <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 }}
@@ -57,26 +57,26 @@
</div>
</div>
<div class="row address-details">
- <div class="col-md-3">
+ <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-md-3">
+ <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-md-3">
+ <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 }} <a href="mailto:{{ . }}">{{ . }}</a>{{ end }}
- <br>{{ with .Site.Data.contact.mail2 }} <a href="mailto:{{ . }}">{{ . }}</a>{{ end }}</p>
+ <p>{{ with .Site.Data.contact.mail1 }}{{ . }}{{ end }}
+ <br>{{ with .Site.Data.contact.mail2 }}{{ . }}{{ end }}</p>
</div>
</div>
- <div class="col-md-3">
+ <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 }}
diff --git a/layouts/index.html b/layouts/index.html
index 81c480a..7cca630 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,4 +10,4 @@
{{ partial "cta.html" . }}
-{{ partial "footer.html" . }}
+{{ partial "footer.html" }} \ No newline at end of file
diff --git a/layouts/partials/about.html b/layouts/partials/about.html
index 9b376cb..5f630fe 100644
--- a/layouts/partials/about.html
+++ b/layouts/partials/about.html
@@ -3,13 +3,13 @@
<section id="about">
<div class="container">
<div class="row">
- <div class="col-md-6 col-sm-6">
+ <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-md-6 col-sm-6">
+ <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>
diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html
index 23f04c6..8a86436 100644
--- a/layouts/partials/banner.html
+++ b/layouts/partials/banner.html
@@ -8,23 +8,23 @@
{{ "<!-- Slider -->" | safeHTML}}
<section class="cd-intro">
<h1 class="wow fadeInUp animated cd-headline slide" data-wow-delay=".4s">
- {{ with .Site.Params.banner.heading | safeHTML }}<span>{{ . }}</span>{{ end }}
+ {{ 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 | safeHTML }}</b>
+ <b class="is-visible">{{ .title }}</b>
{{else}}
- <b>{{ .title | safeHTML }}</b>
+ <b>{{ .title }}</b>
{{end}}
{{ end }}
</span>
</h1>
</section>
- {{ with .Site.Params.banner.description | safeHTML }}<h2 class="wow fadeInUp animated" data-wow-delay=".6s">{{ . }}</h2>{{ end }}
+ {{ 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 }}">{{ .Site.Params.banner.btnText | safeHTML }}</a>
+ href="{{ .Site.Params.banner.btnURL }}" target="_blank">{{ .Site.Params.banner.btnText }}</a>
{{ end }}
</div>
</div>
diff --git a/layouts/partials/clients.html b/layouts/partials/clients.html
index a1c96ac..eb99420 100644
--- a/layouts/partials/clients.html
+++ b/layouts/partials/clients.html
@@ -6,11 +6,9 @@
<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="owl-carousel">
+ <div id="clients-logo" class="clients-logo-slider">
{{ range .Site.Data.client.clientsLogo }}
- <div>
- <img src="{{ .image | absURL }}" alt="client-logo">
- </div>
+ <img class="img-fluid mx-2" src="{{ .image | absURL }}" alt="client-logo">
{{ end }}
</div>
</div>
diff --git a/layouts/partials/feature.html b/layouts/partials/feature.html
index 6d7c5ac..aa5b033 100644
--- a/layouts/partials/feature.html
+++ b/layouts/partials/feature.html
@@ -8,7 +8,7 @@
</div>
<div class="row">
{{ range $index, $elemrnt := .Site.Data.feature.item }}
- <div class="col-md-4 col-lg-4">
+ <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">
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7202a39..7cd062e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,29 +3,38 @@
<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 {{ .Site.Params.footer.copyright_owner }} &copy;
+ <p class="copyright">Copyright:
<span>
- {{ if (and (lt .Site.Params.footer.copyright_since (now.Format "2006")) .Site.Params.footer.copyright_since) }}
- {{ .Site.Params.footer.copyright_since }} -
- {{ end }}
<script>document.write(new Date().getFullYear())</script>
- </span>
- </p>
- <p class="copyright">
- <a href="https://github.com/themefisher/timer-hugo" target="_blank">Timer Hugo</a> designed and developed by www.Themefisher.com. Get more <a href="https://themefisher.com/hugo-themes">Hugo themes</a>.
- {{ if .Site.Params.footer.customized }}<br/>Desaturated from original{{ end }}
+ </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 $index, $element := .Site.Params.footer.social }}
<li>
- <a href="{{ if eq .link "" }}#{{ else }}{{ .link | safeURL }}{{ end }}" target="_blank">
- <i class="{{ .icon }}"></i>
+ <a href="#" class="facebook">
+ <i class="ion-social-facebook"></i>
+ </a>
+ </li>
+ <li>
+ <a href="#" class="twitter">
+ <i class="ion-social-twitter"></i>
+ </a>
+ </li>
+ <li>
+ <a href="#" class="linkedin">
+ <i class="ion-social-linkedin"></i>
+ </a>
+ </li>
+ <li>
+ <a href="#" class="googleplus">
+ <i class="ion-social-googleplus"></i>
</a>
</li>
- {{ end }}
</ul>
</div>
</div>
@@ -38,8 +47,8 @@
{{ "<!-- Form Validation -->" | safeHTML }}
<script src="{{ "plugins/form-validation/jquery.form.js" | absURL }}"></script>
<script src="{{ "plugins/form-validation/jquery.validate.min.js" | absURL }}"></script>
-{{ "<!-- owl carouserl js -->" | safeHTML }}
-<script src="{{ "plugins/owl-carousel/owl.carousel.min.js" | absURL }}"></script>
+{{ "<!-- slick slider -->" | safeHTML }}
+<script src="{{ "plugins/slick/slick.min.js" | absURL }}"></script>
{{ "<!-- bootstrap js -->" | safeHTML }}
<script src="{{ "plugins/bootstrap/bootstrap.min.js" | absURL }}"></script>
{{ "<!-- wow js -->" | safeHTML }}
@@ -47,7 +56,7 @@
{{ "<!-- slider js -->" | safeHTML }}
<script src="{{ "plugins/slider/slider.js" | absURL }}"></script>
{{ "<!-- Fancybox -->" | safeHTML }}
-<script src="{{ "plugins/fancybox/jquery.fancybox.min.js" | absURL }}"></script>
+<script src="{{ "plugins/facncybox/jquery.fancybox.js" | absURL }}"></script>
{{ "<!-- template main js -->" | safeHTML }}
<script src="{{ "js/main.js" | absURL }}"></script>
</body>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 6d811bf..ddc9141 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -23,11 +23,10 @@
<link rel="stylesheet" href="{{ "plugins/animate-css/animate.css" | absURL }}">
{{ "<!-- Hero area slider css-->" | safeHTML }}
<link rel="stylesheet" href="{{ "plugins/slider/slider.css" | absURL }}">
- {{ "<!-- owl craousel css -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/owl-carousel/owl.carousel.css" | absURL }}">
- <link rel="stylesheet" href="{{ "plugins/owl-carousel/owl.theme.css" | absURL }}">
+ {{ "<!-- slick slider -->" | safeHTML }}
+ <link rel="stylesheet" href="{{ "plugins/slick/slick.css" | absURL }}">
{{ "<!-- Fancybox -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/fancybox/jquery.fancybox.min.css" | absURL }}">
+ <link rel="stylesheet" href="{{ "plugins/facncybox/jquery.fancybox.css" | absURL }}">
{{ "<!-- hover -->" | safeHTML }}
<link rel="stylesheet" href="{{ "plugins/hover/hover-min.css" | absURL }}">
{{ "<!-- template main css file -->" | safeHTML }}
@@ -42,11 +41,7 @@
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="{{ .Site.BaseURL }}">
- {{ if isset .Site.Params "logo" }}
- <img src="{{ .Site.Params.logo | absURL }}" alt="{{ if isset .Site.Params "logo_alt" }}{{ .Site.Params.logo_alt }}{{ else }}logo{{ end }}">
- {{ else }}
- {{ .Site.Params.logo_text }}
- {{ end }}
+ <img src="{{ .Site.Params.logo | absURL }}" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
diff --git a/layouts/partials/team.html b/layouts/partials/team.html
index 6545334..ab31850 100644
--- a/layouts/partials/team.html
+++ b/layouts/partials/team.html
@@ -7,7 +7,7 @@
{{ 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">
+ <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 }}
diff --git a/layouts/service/list.html b/layouts/service/list.html
index 87362a2..1c0af1a 100644
--- a/layouts/service/list.html
+++ b/layouts/service/list.html
@@ -6,11 +6,14 @@
{{ "<!-- 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-md-6">
+ <div class="col-lg-6 order-2 order-lg-1">
<div class="block">
- {{ 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 class="row service-parts">
{{ range .Site.Data.service.serviceItem }}
<div class="col-md-6">
@@ -25,7 +28,7 @@
</div>
</div>
{{ with .Site.Data.service.image }}
- <div class="col-md-6">
+ <div class="col-lg-6 order-1 order-lg-2">
<div class="block">
<img class="img-fluid" src="{{ . | absURL }}" alt="about-image">
</div>