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

github.com/themefisher/navigator-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-02-06 09:09:13 +0300
committersomrat <monnaf37@gmail.com>2019-02-06 09:09:13 +0300
commit893c479e122838675d27c0001c363b3eb95c9ed6 (patch)
tree1ab1aeaec0f64e355f4734bb7bbc6af4e207531e /exampleSite
parent6629a0455fb4daa144439fb9ddf6ed2fc011098d (diff)
modified exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/archetypes/default.md6
-rw-r--r--exampleSite/layouts/partials/about.html42
-rw-r--r--exampleSite/layouts/partials/clients.html40
-rw-r--r--exampleSite/layouts/partials/cta.html15
-rw-r--r--exampleSite/layouts/partials/feature.html26
-rw-r--r--exampleSite/layouts/partials/flags.html12
-rw-r--r--exampleSite/layouts/partials/footer.html76
-rw-r--r--exampleSite/layouts/partials/header.html40
-rw-r--r--exampleSite/layouts/partials/navigation.html42
-rw-r--r--exampleSite/layouts/partials/philosophy.html51
-rw-r--r--exampleSite/layouts/partials/portfolio.html55
-rw-r--r--exampleSite/layouts/partials/pricing.html48
-rw-r--r--exampleSite/layouts/partials/service.html35
-rw-r--r--exampleSite/layouts/partials/team.html73
-rw-r--r--exampleSite/layouts/partials/testimonial.html35
-rw-r--r--exampleSite/layouts/partials/workingprocess.html50
-rw-r--r--exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.content1
-rw-r--r--exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.json1
18 files changed, 0 insertions, 648 deletions
diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md
deleted file mode 100644
index 00e77bd..0000000
--- a/exampleSite/archetypes/default.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
----
-
diff --git a/exampleSite/layouts/partials/about.html b/exampleSite/layouts/partials/about.html
deleted file mode 100644
index 2b8b789..0000000
--- a/exampleSite/layouts/partials/about.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.about }}
- {{ if .enable }}
- {{ "<!-- About Section Start -->" | safeHTML }}
- <section class="about section-sm" id="about">
- <div class="container">
- {{ range .item }}
- {{ if .positionRight }}
- <div class="row mt-50 justify-content-center">
- <div class="col-md-5 col-md-5 col-sm-12 offset-md-1">
- <div class="content">
- <h2>{{ .title }}</h2>
- <p>
- {{ .description }}
- </p>
- </div>
- </div>
- <div class="col-12 col-md-5 col-sm-12 text-center">
- <img src="{{ .image }}" class="img-fluid rounded shadow" alt="about-image">
- </div>
- </div>
- {{ else }}
- <div class="row mb-50 justify-content-center">
- <div class="col-md-5 col-sm-12 text-center offset-md-1">
- <img src="{{ .image }}" class="img-fluid rounded shadow" alt="about-image">
- </div>
- <div class="col-md-5 col-sm-12">
- <div class="content">
- <h2>{{ .title }}</h2>
- <p>
- {{ .description }}
- </p>
- </div>
- </div>
- </div>
- {{ end }}
- {{ end }}
- </div>
- </section>
- {{"<!-- About section End -->" | safeHTML}}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/clients.html b/exampleSite/layouts/partials/clients.html
deleted file mode 100644
index 11fadbe..0000000
--- a/exampleSite/layouts/partials/clients.html
+++ /dev/null
@@ -1,40 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.clients }}
- {{ if .enable }}
- {{ "<!-- Client Section Start -->" | safeHTML }}
- <section class="section">
- <div class="container">
- <div class="row">
- <div class="col-md-6 text-center">
- {{ with .image }}<img class="img-fluid shadow rounded" src="{{ . | absURL }}" alt="service-image"/>{{ end }}
- </div>
- <div class="col-md-6 align-self-center">
- {{ with .title }}<h2>{{.}}</h2>{{ end }}
- {{ with .description }}<p>{{.}}</p>{{ end }}
- <div class="row">
- <div class="col-md-6">
- <ul class="color-gray client-service-list">
- {{ range .servicelist }}
- <li>
- <i class="tf-ion-android-checkbox-outline"></i> {{ .name }}
- </li>
- {{ end }}
- </ul>
- </div>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-md-12">
- <div id="clients-slider" class="clients-logo-slider">
- {{ range .clientLogo }}
- <img src="{{ .image | absURL }}" alt="client-logo">
- {{ end }}
- </div>
- </div>
- </div>
- </div>
- </section>
- {{ "<!-- Client Section End -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/cta.html b/exampleSite/layouts/partials/cta.html
deleted file mode 100644
index a4433de..0000000
--- a/exampleSite/layouts/partials/cta.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ if .Site.Params.cta.enable }}
-{{ "<!-- Start Call To Action -->" | safeHTML }}
-<section class="call-to-action section" style='background-image: url("{{ .Site.Params.cta.bg | absURL }}");'>
- <div class="container">
- <div class="row">
- <div class="col-md-12 text-center">
- {{ with .Site.Params.cta.title }}<h2>{{ . }}</h2>{{ end }}
- {{ with .Site.Params.cta.subtitle }}<p>{{ . | safeHTML }}</p>{{ end }}
- {{ with .Site.Params.cta.btnText }}<a href="{{ "contact" | absURL }}" class="btn btn-main">{{ . }}</a>{{ end }}
- </div>
- </div>
- </div>
-</section>
-{{ "<!-- Start Call To Action -->" | safeHTML }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/feature.html b/exampleSite/layouts/partials/feature.html
deleted file mode 100644
index 4e78359..0000000
--- a/exampleSite/layouts/partials/feature.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.feature }}
- {{ if .enable }}
- {{ "<!-- Feature Section Start -->" | safeHTML }}
- <section class="services section-xs" id="services">
- <div class="container">
- <div class="row">
- {{ range .item }}
- {{ "<!-- Single Feature Item -->" | safeHTML }}
- <div class="col-md-4 col-sm-6 col-xs-12">
- <div class="service-block color-bg text-center">
- <div class="service-icon text-center">
- <i class="{{ .icon }}"></i>
- </div>
- <h3>{{ .title }}</h3>
- <p>{{ .description }}</p>
- </div>
- </div>
- {{ "<!-- End Single Feature Item -->" | safeHTML }}
- {{ end }}
- </div>
- </div>
- </section>
- {{ "<!-- End Feature section -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/flags.html b/exampleSite/layouts/partials/flags.html
deleted file mode 100644
index 68d8552..0000000
--- a/exampleSite/layouts/partials/flags.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- Menu de changement de langue -->
-{{ $icone_base_url := "images/logos/lang-" }}
-{{ $icone_end_url := ".gif" }}
-<!-- Utilise ".liste" et ".site" passés dans le scope du range pour obtenir .Site.Language-->
-{{ $icone_url := delimit (slice $icone_base_url .liste.code $icone_end_url) "" }}
-<!-- TODO : Faire un style adapté aux drapeaux/langue + highligh l'actuel -->
-{{ if eq (string .liste.code) (string .site.Language) }}
- <a href="{{ .liste.code | absURL }}" class="selected"><img src= {{ $icone_url | absURL }} alt="IMAGE" />{{ .liste.code }}
- {{ else }}
- <a href="{{ .liste.code | absURL }}"><img src= {{ $icone_url | absURL }} alt="IMAGE" />
-{{ end }}
-</a>
diff --git a/exampleSite/layouts/partials/footer.html b/exampleSite/layouts/partials/footer.html
deleted file mode 100644
index a54fae7..0000000
--- a/exampleSite/layouts/partials/footer.html
+++ /dev/null
@@ -1,76 +0,0 @@
-{{ "<!-- Footer Start -->" | safeHTML }}
-<footer id="footer" class="bg-one">
- <div class="top-footer">
- <div class="container">
- <div class="row">
- <div class="col-sm-3 col-md-3 col-lg-3">
- <h3>{{ .Site.Params.footerAboutTitle }}</h3>
- {{ with .Site.Params.footerDescription }}<p>{{ . }}</p>{{ end }}
- </div>
- <div class="col-sm-3 col-md-3 col-lg-3">
- <h3>{{ .Site.Params.footerServiceTitle }}</h3>
- <ul>
- {{ range .Site.Menus.service }}
- <li>
- <a href="{{ .URL | absLangURL }}">{{ i18n .Name }}</a>
- </li>
- {{ end }}
- </ul>
- </div>
- <div class="col-sm-3 col-md-3 col-lg-3">
- <h3>{{ .Site.Params.footerQuicklinkTitle }}</h3>
- <ul>
- {{ range .Site.Menus.quicklink }}
- <li>
- <a href="{{ .URL | absLangURL }}">{{ i18n .Name }}</a>
- </li>
- {{ end }}
- </ul>
- </div>
- <div class="col-sm-3 col-md-3 col-lg-3">
- <h3>{{ .Site.Params.footerSubscribeTitle }}</h3>
- <form class="subscribe-form">
- <div class="form-group">
- <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
- </div>
- <button type="submit" class="btn btn-main-sm">Subscribe Now</button>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div class="footer-bottom">
- <h5>Copyright 2018. All rights reserved.</h5>
- <h6>Design and Developed by themefisher.com
- <br>Get More
- <a href="https://themefisher.com/free-bootstrap-templates/" target="_blank">Free Bootstrap Templates</a>
- </h6>
- </div>
-</footer>
-{{ "<!-- end footer -->" | safeHTML }}
-
-
-{{ "<!-- Essential Scripts -->" | safeHTML }}
-
-{{ "<!-- jQuery -->" | safeHTML }}
-<script src="{{ "plugins/jquery/dist/jquery.min.js" | absURL }}"></script>
-{{ "<!-- Bootstrap -->" | safeHTML }}
-<script src="{{ "plugins/bootstrap/dist/js/popper.min.js" | absURL }}"></script>
-<script src="{{ "plugins/bootstrap/dist/js/bootstrap.min.js" | absURL }}"></script>
-{{ "<!-- Parallax -->" | safeHTML }}
-<script src="{{ "plugins/parallax/jquery.parallax-1.1.3.js" | absURL }}"></script>
-{{ "<!-- lightbox -->" | safeHTML }}
-<script src="{{ "plugins/lightbox2/dist/js/lightbox.min.js" | absURL }}"></script>
-{{ "<!-- Slick Carousel -->" | safeHTML }}
-<script src="{{ "plugins/slick-carousel/slick/slick.min.js" | absURL }}"></script>
-{{ "<!-- Portfolio Filtering -->" | safeHTML }}
-<script src="{{ "plugins/mixitup/dist/mixitup.min.js" | absURL }}"></script>
-{{ "<!-- Smooth Scroll js -->" | safeHTML }}
-<script src="{{ "plugins/smooth-scroll/dist/js/smooth-scroll.min.js" | absURL }}"></script>
-<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script>
-{{ "<!-- Custom js -->" | safeHTML }}
-<script src="{{ "js/script.js" | absURL }}"></script>
-
-</body>
-
-</html>
diff --git a/exampleSite/layouts/partials/header.html b/exampleSite/layouts/partials/header.html
deleted file mode 100644
index 3b35060..0000000
--- a/exampleSite/layouts/partials/header.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html>
-<html class="no-js" lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
-
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="description" content="Navigator Hugo Template">
-<meta name="author" content="Themefisher.com">
-{{ .Hugo.Generator }}
-
-<title>{{ .Site.Title }}</title>
-
-{{ "<!-- Mobile Specific Meta -->" | safeHTML }}
-<meta name="viewport" content="width=device-width, initial-scale=1">
-
-{{ "<!-- Favicon -->" | safeHTML }}
-<link rel="shortcut icon" type="image/x-icon" href="{{ "images/favicon.ico" | absURL }}" />
-
-{{"<!-- Stylesheets -->" | safeHTML}}
-{{ "<!-- Themefisher Icon font -->" | safeHTML }}
-<link rel="stylesheet" href="{{ "plugins/themefisher-font/style.css" | absURL }}">
-{{ "<!-- bootstrap.min css -->" | safeHTML}}
-<link rel="stylesheet" href="{{ "plugins/bootstrap/dist/css/bootstrap.min.css" | absURL }}">
-{{ "<!-- Lightbox.min css -->" | safeHTML }}
-<link rel="stylesheet" href="{{ "plugins/lightbox2/dist/css/lightbox.min.css" | absURL }}">
-{{ "<!-- Slick Carousel -->" | safeHTML }}
-<link rel="stylesheet" href="{{ "plugins/slick-carousel/slick/slick.css" | absURL }}">
-<link rel="stylesheet" href="{{ "plugins/slick-carousel/slick/slick-theme.css" | absURL }}">
-{{ "<!-- Main Stylesheet -->" | safeHTML }}
-
-<!-- gestion de la personalisation de la css du theme -->
-{{ $style_original := resources.Get "css/style_original.css" }}
-{{ $style_site := resources.Get "css/my_style.css" }}
-{{ $style := slice $style_original $style_site | resources.Concat "css/style.css" | minify }}
-<link rel="stylesheet" href="{{ $style.RelPermalink }}">
-<!-- <link rel="stylesheet" href="{{ "css/style.css" | absURL }}"> -->
-
-</head>
-
-<body id="body">
diff --git a/exampleSite/layouts/partials/navigation.html b/exampleSite/layouts/partials/navigation.html
deleted file mode 100644
index d52080c..0000000
--- a/exampleSite/layouts/partials/navigation.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{{ "<!-- Fixed Navigation -->" | safeHTML }}
-<!-- <section class="top-bar animated-header"> emprunt depuis timer theme -->
-{{ if .Site.Params.menufixed }}
- <section class="header navigation top-bar animated-header">
-{{ else }}
- <section class="header navigation">
-{{ end }}
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <nav class="navbar navbar-expand-md">
- <a class="navbar-brand" href="{{ .Site.BaseURL }}">
- <img src="{{ with .Site.Params.logo }}{{ . | absURL }}{{ end }}" 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="tf-ion-android-menu"></span>
- </button>
- <!-- Icones & drapeaux de choix des langues -->
- <div id="drapeaux">
- <!-- Pour passer la langue actuelle (variable globale) dans la range => explicitement -->
- {{ range .Site.Params.listeLangues }}
- {{ partial "flags.html" (dict "site" $.Site "liste" .) }}
- {{ end }}
- </div>
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
- <ul class="navbar-nav ml-auto">
- <li class="nav-item">
- <a class="nav-link" href="{{ .Site.BaseURL }}">{{ with .Site.Params.home }}{{ . }}{{ end }}</a>
- </li>
- {{ range .Site.Menus.nav }}
- <li class="nav-item">
- <a class="nav-link" href="{{ .URL | absLangURL }}">{{ i18n .Name }}</a>
- </li>
- {{ end }}
- </ul>
- </div>
- </nav>
- </div>
- </div>
- </div>
-</section>
diff --git a/exampleSite/layouts/partials/philosophy.html b/exampleSite/layouts/partials/philosophy.html
deleted file mode 100644
index 695c10c..0000000
--- a/exampleSite/layouts/partials/philosophy.html
+++ /dev/null
@@ -1,51 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.philosophy }}
- {{ if .enable }}
- {{ "<!-- Philosophy Section Start -->" | safeHTML }}
- <section class="about-mission-vision section">
- <div class="container">
- <div class="row">
- <div class="col">
- <div class="title">
- {{ with .topTitle }}<h4>{{ . }}</h4>{{ end }}
- {{ with .title }}
- <h2>{{ . }}</h2>
- <span class="border"></span>
- {{ end }}
- {{ with .subtitle }}<p>{{ . }}</p>{{ end }}
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-md-12">
- <div class="commonTab">
- <ul class="nav nav-tabs justify-content-center" id="myTab">
- {{ range $index, $element := .tabItem }}
- <li class="nav-item">
- <a class="nav-link {{ if eq $index 0 }}active{{ end }}" id="{{ .id }}-tab" data-toggle="tab" href="#{{.id}}">{{ .title }}</a>
- </li>
- {{ end }}
- </ul>
- <div class="tab-content" id="myTabContent">
- {{ range $index, $element := .tabItem }}
- <div class="tab-pane fade {{ if eq $index 0 }}show active{{ end }}" id="{{ .id }}">
- <div class="row">
- <div class="col-md-6 align-self-center">
- {{ with .heading }}<h2>{{ . }}</h2>{{ end }}
- {{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }}
- </div>
- <div class="col-md-6">
- <img class="img-fluid rounded shadow" src="{{ .image | absURL }}" alt="tab-image">
- </div>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- {{ "<!-- Philosophy Section End -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/portfolio.html b/exampleSite/layouts/partials/portfolio.html
deleted file mode 100644
index 9b011ea..0000000
--- a/exampleSite/layouts/partials/portfolio.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.portfolio }}
- {{ if .enable }}
- {{ "<!-- Start Portfolio Section -->" | safeHTML }}
- <section class="portfolio section" id="portfolio">
- <div class="container-fluid">
- <div class="row">
- <div class="col">
- <div class="title text-center">
- {{ with .topTitle }}
- <h4>{{ . }}</h4>
- {{ end }}
- {{ with .title }}
- <h2>{{ . }}</h2>
- <span class="border"></span>
- {{ end }}
- {{ with .subtitle }}
- <p>{{ . }}</p>
- {{ end }}
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-lg-12">
- <div class="portfolio-filter">
- <button type="button" data-filter="all">All</button>
- {{ range .filtermenu }}
- <button type="button" data-filter=".{{ .category }}">{{ .name }}</button>
- {{ end }}
- </div>
- </div>
- </div>
- <div class="row portfolio-items-wrapper">
- {{ range .item }}
- <div class="col-6 col-md-4 padding-0 mix {{.category}}">
- <div class="portfolio-block">
- <img class="img-fluid" src="{{ .image | absURL }}" alt="portfolio-image">
- <div class="caption">
- <a class="search-icon" href="{{ .image | absURL }}" data-lightbox="image-1">
- <i class="tf-ion-ios-search-strong"></i>
- </a>
- <h4>
- <a href="">{{ .title }}</a>
- </h4>
- </div>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
- <!-- end row -->
- </section>
- {{ "<!-- End section -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/pricing.html b/exampleSite/layouts/partials/pricing.html
deleted file mode 100644
index bb5b80d..0000000
--- a/exampleSite/layouts/partials/pricing.html
+++ /dev/null
@@ -1,48 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.pricing }}
- {{ if .enable }}
- {{ "<!-- Start Pricing section -->" | safeHTML }}
- <section class="pricing-table section" id="pricing">
- <div class="container">
- <div class="row">
- <div class="col">
- <div class="title text-center">
- {{ with .topTitle }}<h4>{{.}}</h4>{{ end }}
- {{ with .title }}
- <h2>{{.}}</h2>
- <span class="border"></span>
- {{ end }}
- {{ with .subtitle }}<p>{{.}}</p>{{ end }}
- </div>
- </div>
- </div>
- <div class="row justify-content-center">
- {{ range .item }}
- {{ "<!-- single pricing table -->" | safeHTML }}
- <div class="col-md-4 col-sm-6 col-xs-12">
- <div class="pricing-item">
- {{ "<!-- plan name & value -->" | safeHTML }}
- <div class="price-title bg-pricing">
- {{ with .name }}<h3>{{.}}</h3>{{ end }}
- {{ with .price }}<strong class="value">{{.}}</strong>{{ end }}
- {{ with .description }}<p>{{.}}</p>{{ end }}
- </div>
- {{ "<!-- plan description -->" | safeHTML }}
- <ul>
- {{ range .featurelist }}
- <li>{{.item}}</li>
- {{ end }}
- </ul>
- {{ "<!-- signup button -->" | safeHTML }}
- <a class="btn btn-main" href="{{.btnURL}}">{{.btnText}}</a>
- </div>
- </div>
- {{ end }}
- </div>
- <!-- End row -->
- </div>
- <!-- End container -->
- </section>
- {{ "<!-- End section -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/service.html b/exampleSite/layouts/partials/service.html
deleted file mode 100644
index 091c920..0000000
--- a/exampleSite/layouts/partials/service.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.service }}
- {{ if .enable }}
- {{ "<!-- Service Section Start -->" | safeHTML }}
- <section class="service-list section bg-gray">
- <div class="container">
- <div class="row">
- <div class="col">
- <div class="title text-center">
- {{ with .topTitle }}<h4>{{.}}</h4>{{ end }}
- {{ with .title }}<h2>{{.}}</h2><span class="border"></span>{{ end }}
- {{ with .subtitle }}<p>{{.}}</p>{{ end }}
- </div>
- </div>
- </div>
- <div class="row">
- {{ range .item }}
- <div class="col-md-4">
- <div class="block">
- {{ with .icon }}<i class="{{.}}"></i>{{ end }}
- {{ with .title }}<h3>{{.}}</h3>{{ end }}
- <ul>
- {{ range .list }}
- <li>{{.name}}</li>
- {{ end }}
- </ul>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
- </section>
- {{ "<!-- Service Section Start -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/team.html b/exampleSite/layouts/partials/team.html
deleted file mode 100644
index ffd7f2d..0000000
--- a/exampleSite/layouts/partials/team.html
+++ /dev/null
@@ -1,73 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.team }}
- {{ if .enable }}
- {{ "<!-- Team Section Start -->" | safeHTML }}
- <section class="team section bg-gray" id="team">
- <div class="container">
- <div class="row">
- <div class="col">
- <div class="title text-center">
- {{ with .topTitle }}<h4>{{ . }}</h4>{{ end }}
- {{ with .title }}
- <h2>{{ . }}</h2>
- <span class="border"></span>
- {{ end }}
- {{ with .subtitle }}<p>{{ . }}</p>{{ end }}
- </div>
- </div>
- </div>
- <div class="row justify-content-center">
- {{ range .member }}
- {{ "<!-- team member -->" | safeHTML }}
- <div class="col-12 col-md-3 col-sm-6">
- <div class="team-member text-center">
- <div class="member-photo">
- <img class="img-fluid" src="{{.image | absURL }}" alt="team people">
- </div>
- {{ "<!-- member name & designation -->" | safeHTML }}
- <div class="member-content">
- <h3>{{ .name }}</h3>
- <span>{{ .designation }}</span>
- <p>{{ .description }}</p>
- <ul class="list-inline">
- {{ with .facebookURL }}
- <li class="list-inline-item">
- <a href="{{.}}">
- <i class="tf-ion-social-facebook"></i>
- </a>
- </li>
- {{ end }}
- {{ with .twitterURL }}
- <li class="list-inline-item">
- <a href="{{.}}">
- <i class="tf-ion-social-twitter"></i>
- </a>
- </li>
- {{ end }}
- {{ with .gplusURL }}
- <li class="list-inline-item">
- <a href="{{.}}">
- <i class="tf-ion-social-google-outline"></i>
- </a>
- </li>
- {{ end }}
- {{ with .dribbbleURL }}
- <li class="list-inline-item">
- <a href="{{.}}">
- <i class="tf-ion-social-dribbble"></i>
- </a>
- </li>
- {{ end }}
- </ul>
- </div>
- </div>
- </div>
- {{ "<!-- end team member -->" | safeHTML }}
- {{ end }}
-
- </div>
- </div>
- </section>
- {{ "<!-- End section -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/testimonial.html b/exampleSite/layouts/partials/testimonial.html
deleted file mode 100644
index 9f4775c..0000000
--- a/exampleSite/layouts/partials/testimonial.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.testimonial }}
- {{ if .enable }}
- <section class="testimonial section" id="testimonial">
- <div class="container">
- <div class="row">
- <div class="col-lg-12">
- {{ "<!-- testimonial wrapper -->" | safeHTML }}
- <div class="testimonial-slider">
- {{ range .item }}
- {{ "<!-- testimonial single -->" | safeHTML }}
- <div class="item text-center">
- <i class="tf-ion-quote"></i>
- {{ "<!-- client quote -->" | safeHTML }}
- <div class="client-details">
- <p>{{ .quote }}</p>
- </div>
- {{ "<!-- client photo -->" | safeHTML }}
- <div class="client-thumb">
- <img src="{{ .clientThumb | absURL }}" class="img-fluid" alt="client-image">
- </div>
- <div class="client-meta">
- <h4>{{ .clientName }}</h4>
- <span>{{ .clientDesignation }}</span>
- </div>
- </div>
- {{ end }}
- </div>
- </div>
- </div>
- </div>
- </section>
- {{ "<!-- End Section -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/layouts/partials/workingprocess.html b/exampleSite/layouts/partials/workingprocess.html
deleted file mode 100644
index 599d13d..0000000
--- a/exampleSite/layouts/partials/workingprocess.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{{ $data := index .Site.Data .Site.Language.Lang }}
-{{ with $data.workingprocess }}
- {{ if .enable }}
- {{ "<!-- Work Process Section Start -->" | safeHTML }}
- <section class="service-2 section bg-gray">
- <div class="container">
- <div class="row">
- <div class="col">
- <div class="title text-center">
- {{ with .topTitle }}
- <h4>{{ . }}</h4>
- {{ end }}
- {{ with .title }}
- <h2>{{ . }}</h2>
- <span class="border"></span>
- {{ end }}
- {{ with .subtitle }}
- <p>{{ . }}</p>
- {{ end }}
- </div>
- </div>
- </div>
- <div class="row justify-content-center">
- {{ range $index, $element:= .item }}
- <div class="col-md-4 col-sm-6 p-0">
- <div class="service-item text-center">
- {{ with .number }}
- <span class="count">{{ . }}.</span>
- {{ end }}
- {{ with .icon }}
- <i class="{{ . }}"></i>
- {{ end }}
- {{ with .title }}
- <h4>{{ . }}</h4>
- {{ end }}
- {{ with .description }}
- <p>{{ . }}</p>
- {{ end }}
- </div>
- </div>
- {{ if eq (mod $index 2) 1 }}
- <div class="w-100"></div>
- {{ end }}
- {{ end }}
- </div>
- </div>
- </section>
- {{ "<!-- Work Process section end -->" | safeHTML }}
- {{ end }}
-{{ end }}
diff --git a/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.content b/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.content
deleted file mode 100644
index 4cfd8d2..0000000
--- a/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.content
+++ /dev/null
@@ -1 +0,0 @@
-@import "https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700";body{line-height:1.4;font-family:titillium web,sans-serif;-webkit-font-smoothing:antialiased}p{font-family:titillium web,sans-serif;color:#9a9a9a;font-size:15px}h1,h2,h3,h4,h5,h6{font-family:titillium web,sans-serif;font-weight:600}.no-padding{padding:0!important}.inline-block{display:inline-block}ol,ul{margin:0;padding:0;list-style:none}figure{margin:0}a{transition:all .3s ease-in 0s}iframe{border:0}a,a:focus,a:hover{text-decoration:none;outline:0}a:focus,a:hover{color:#f0326b}.btn-main,.btn-main-sm{background-color:#21d6bf;background-image:linear-gradient(100deg,#f9643d,#fe2a77);color:#fff;display:inline-block;font-size:14px;letter-spacing:1px;padding:10px 40px;text-transform:uppercase;border:1px solid transparent;border-radius:2px}.btn-main:hover,.btn-main-sm:hover{color:#fff}.btn-main-sm{padding:8px 20px;font-size:12px}.btn-transparent{color:#fff;border:1px solid #fff;display:inline-block;font-size:13px;letter-spacing:1px;padding:10px 40px;text-transform:uppercase}.btn-transparent:hover{color:#fff}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.btn:focus{color:#ddd}#home{position:relative}.section{padding:100px 0}@media(max-width:480px){.section{padding:40px 0}}.padding-0{padding:0}@media(max-width:768px){.padding-0{padding:0 15px}}.section-sm{padding:70px 0}.section-xs{padding:40px 0}.btn.active:focus,.btn:active:focus,.btn:focus{outline:0}#preloader{background:#f0326b;height:100%;opacity:1;filter:alpha(opacity=100);position:fixed;text-align:center;width:100%;z-index:99;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preloader{margin:100px auto;width:40px;height:40px;position:relative}.preloader .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.preloader .sk-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#fff;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.preloader .sk-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.preloader .sk-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.preloader .sk-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.preloader .sk-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.preloader .sk-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.preloader .sk-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.preloader .sk-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.preloader .sk-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.preloader .sk-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.preloader .sk-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.preloader .sk-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.preloader .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.preloader .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.preloader .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.preloader .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.preloader .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.preloader .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.preloader .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.preloader .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.preloader .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.preloader .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.preloader .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.title{padding-bottom:50px;text-align:center}.title h2{font-size:35px;color:#232323;text-transform:capitalize;margin-bottom:8px;font-weight:700}.title h4{font-size:10px;line-height:10px;font-weight:700;letter-spacing:3.3px;text-transform:uppercase}.title p{color:#848484;width:50%;margin:0 auto}@media(max-width:480px){.title p{width:80%}}@media(max-width:768px){.title p{width:80%}}.title .border{border:0;display:inline-block;border-radius:3px;height:6px;position:relative;width:90px;margin-bottom:10px}.bg-gray{background:#f9f9f9}.color-gray{color:#777}.shadow{box-shadow:0 0 30px 0 rgba(0,0,0,.34)}.gradient,.title .border,.service-2 .service-item i{background-image:linear-gradient(100deg,#f9643d,#fe2a77)}.header-bradcrumb{background:0 0}.header-bradcrumb a,.header-bradcrumb .active{color:#cfcfcf;font-weight:200;font-family:titillium web,sans-serif}.header-bradcrumb a:hover{color:#f0326b}.slick-slide{outline:0}.commonTab .nav-tabs{border:1px solid transparent;text-align:center}.commonTab .nav-tabs .nav-item{margin:0 3px}.commonTab .nav-tabs .nav-item .nav-link{background:#f9f9f9;color:#666;text-transform:capitalize;border-radius:0}.commonTab .nav-tabs .nav-item .nav-link.active{border:1px solid #f0326b;background:#f0326b;color:#fff}.commonTab .nav-tabs .nav-item .nav-link:hover{border:1px solid #f0326b;border-radius:0;background:#f0326b;color:#fff}.commonTab .tab-content{padding-top:30px}.bg-pricing{background:url(../images/pricing-bg.jpg);background-size:cover}.single-page-header{background:#1f2532;padding:50px 0;text-align:center;color:#fff;position:relative}.single-page-header .breadcrumb{background:0 0;display:inline-block}.single-page-header .breadcrumb li{display:inline-block}.single-page-header .breadcrumb li a{color:#f0326b}.navigation{transition:.3s all;background:#1f2532}.navigation .navbar-nav>li.active a{color:#fff}.navigation .navbar-nav>li>a{color:#707d8f;font-size:15px;line-height:26px;padding:20px 15px!important;transition:.2s ease-in-out 0s}@media(max-width:480px){.navigation .navbar-nav>li>a{padding:8px 0!important}}@media(max-width:768px){.navigation .navbar-nav>li>a{padding:8px 0!important}}.navigation .navbar-nav>li>a:hover,.navigation .navbar-nav>li>a:active,.navigation .navbar-nav>li>a:focus{background:0 0;color:#f0326b}.navigation .navbar-toggler{color:#fff;font-size:30px;cursor:pointer;outline:0}.navigation .nav .open>a{background:0 0}.navigation .dropdown{padding:0}.navigation .dropdown .dropdown-item{padding:8px 15px;color:#fff;font-size:13px}.navigation .dropdown .dropdown-item:hover{background:0 0;color:#f0326b}.navigation .dropdown .dropdown-menu{border-radius:0;-webkit-transform-origin:top;transform-origin:top;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:scale(1,0);transform:scale(1,0);background-color:#000;display:block;opacity:0;transition:opacity .3s ease-in-out,-webkit-transform .3s;transition:transform .3s,opacity .3s ease-in-out;transition:transform .3s,opacity .3s ease-in-out,-webkit-transform .3s}.navigation .dropdown:hover .dropdown-menu{transition:opacity .3s ease-in-out,-webkit-transform .3s;transition:transform .3s,opacity .3s ease-in-out;transition:transform .3s,opacity .3s ease-in-out,-webkit-transform .3s;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}.navbar-brand{height:auto;padding:8px 0}.navbar-brand h1{margin:0}.hero-area{padding:150px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#1f2532}@media(max-width:480px){.hero-area{padding:80px 0}}.hero-area .block{color:#fff;padding-left:30px}@media(max-width:480px){.hero-area .block{padding:0}}.hero-area .block h2{font-size:48px;margin-bottom:20px}.hero-area .block p{color:#707d8f;margin-bottom:20px}.hero-area .block .list-inline{margin-top:50px}.hero-area .block .btn-main,.hero-area .block .btn-main-sm{margin-right:8px}.video-player iframe{width:100%;height:100%}.video-player .play-icon{position:absolute;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;text-align:center}.video-player .play-icon:hover i{-webkit-transform:scale(1.1);transform:scale(1.1)}.video-player .play-icon i{margin-left:3px;height:80px;width:80px;border-radius:50px;transition:-webkit-transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease,-webkit-transform 300ms ease;background:#fff;color:#f0326b;line-height:80px;font-size:30px;margin-left:5px}.hero-area-video{height:100vh;position:inherit!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-area-video .block{color:#fff;text-align:center}.hero-area-video .block h1{font-size:60px;font-weight:700;margin-bottom:20px}.hero-area-video .block p{color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:3px;margin-bottom:20px}.hero-area-video .block .btn-main,.hero-area-video .block .btn-main-sm{margin-top:20px}.dark-bg{background:rgba(0,0,0,.7);height:100%;width:100%;position:absolute;z-index:-1}.about{background:#fff}.about h2{font-size:40px;font-weight:700;margin-top:0}@media(max-width:992px){.about h2{font-size:25px}}.about h4{font-size:14px;color:#f0326b;letter-spacing:1px;text-transform:uppercase}.about p{line-height:1.6;margin-top:20px}.about .content{padding:50px 0}@media(max-width:992px){.about .content{padding:5px 0}}.about-2{background:#f7f7f7}.about-2 h2{position:relative}.about-2 h2:before{position:absolute;left:-15%;top:18px;content:'';display:inline-block;width:12%;height:3px;background-color:#ffa535;background-image:linear-gradient(100deg,#f9643d,#fe2a77);background-image:linear-gradient(100deg,#f9643d,#fe2a77)}@media(max-width:768px){.about-2 h2:before{display:none}}.call-to-action{padding:100px 0;background-size:cover;color:#fff}.call-to-action h2{line-height:1.5}.call-to-action p{color:#fff}.call-to-action .btn-main,.call-to-action .btn-main-sm{margin-top:20px}.call-to-action-2{padding:100px 0;background-image:url(../images/call-to-action/call-to-action-bg.jpg);background-size:cover;color:#fff}.call-to-action-2 h2{line-height:1.5}.call-to-action-2 p{color:#fff}.call-to-action-2 .btn-main,.call-to-action-2 .btn-main-sm{margin-top:20px}.contact-form{margin-bottom:40px}@media(max-width:768px){.contact-form{margin-top:20px}}.contact-form .form-control{background-color:transparent;border:1px solid #dedede;box-shadow:none;height:45px!important;color:#0c0c0c;height:38px;font-family:open sans,sans-serif;font-size:14px;border-radius:3px}.contact-form input:hover,.contact-form textarea:hover,.contact-form #contact-submit:hover{border-color:#f0326b}.contact-form #contact-submit{border:0;padding:15px 0;width:100%;margin:0;background:#f0326b;color:#fff;border-radius:0;cursor:pointer}.contact-form textarea.form-control{padding:10px;height:120px!important;outline:0}.contact-details .contact-short-info{margin-top:15px}.contact-details .contact-short-info li{margin-bottom:6px}.social-icon li{display:inline-block;margin-right:10px}.social-icon li a{display:block;height:30px;width:30px;text-align:center;color:#f0326b}.social-icon li a i{display:inline-block;font-size:20px;line-height:50px;margin:0}.error{display:none;padding:10px;color:#d8000c;border-radius:4px;font-size:13px;background-color:#ffbaba}.success{background-color:#6cb670;border-radius:4px;color:#fff;display:none;font-size:13px;padding:10px}.map{position:relative}.map #map{height:400px;color:#fff}.contact-meta-block{margin-top:30px;padding:40px 0;min-height:250px;text-align:center;background:#fff;border-radius:3px;box-shadow:0 3px 9px rgba(0,0,0,.05)}.contact-meta-block>i{display:block;font-size:50px;margin-bottom:20px}.counters-item{padding-bottom:30px;color:#444;position:relative}.counters-item.kill-border:before{background:0 0}.counters-item:before{background:#e5e5e5;content:"";margin-top:-27.5px;height:55px;width:1px;position:absolute;right:-15px;top:50%}.counters-item>div{margin:6px 0}.counters-item span{display:inline;font-size:35px;font-weight:700;line-height:50px}.counters-item i{font-size:40px;display:inline-block;color:#f0326b}.counters-item h3{font-size:18px;margin:0;color:#666}.pricing-table .pricing-item{margin-bottom:15px;border-radius:3px;padding-bottom:40px;text-align:center;background:#f9f9f9}.pricing-table .pricing-item a.btn-main,.pricing-table .pricing-item a.btn-main-sm{text-transform:uppercase;margin-top:20px}.pricing-table .pricing-item ul{padding:20px 0 10px}.pricing-table .pricing-item li{font-weight:400;padding:10px 0;color:#666}.pricing-table .pricing-item li i{margin-right:6px}.pricing-table .price-title{padding:30px 0 20px;text-align:center;border-top-right-radius:3px;border-top-left-radius:3px;color:#fff}.pricing-table .price-title>h3{color:#fff;font-weight:700;margin:0 0 5px;font-size:15px;text-transform:uppercase}.pricing-table .price-title>p{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin-top:5px;width:60%;margin:0 auto}.pricing-table .price-title .value{font-size:50px;padding:10px 0}.portfolio-filter{margin-bottom:40px;text-align:center}.portfolio-filter button{font-weight:500;cursor:pointer;display:inline-block;font-size:14px;margin:0 10px;padding:8px 5px;font-weight:600;text-transform:uppercase;border:0;color:#777;outline:0;background:0 0}.portfolio-filter button:hover{border-bottom:2px solid #f0326b;color:#000}.portfolio-filter button.mixitup-control-active{border-bottom:2px solid #f0326b;color:#000}.portfolio-items-wrapper li{width:32.33%}.portfolio-block{position:relative;transition:.3s all;overflow:hidden}.portfolio-block:before{content:'';position:absolute;opacity:0;top:0;left:0;right:0;bottom:0;background:rgba(240,50,107,.9);transition:.3s all}.portfolio-block:hover:before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.portfolio-block:hover .caption h4{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.portfolio-block:hover .caption{opacity:1}.portfolio-block:hover .caption .search-icon{opacity:1}.portfolio-block .caption{position:absolute;bottom:10%;left:10%;opacity:0;z-index:9;transition:all .3s ease-in-out}.portfolio-block .caption h4{font-size:20px;font-weight:700}.portfolio-block .caption h4 a{color:#fff}.portfolio-block .caption .search-icon{background:#f0326b;color:#fff;display:inline-block;padding:4px 13px;font-size:25px;border-radius:30px;opacity:0}.services .service-block{padding:30px 20px}@media(max-width:480px){.services .service-block{padding:15px}}.services .service-block .service-icon{margin-bottom:15px}.services .service-block i{font-size:40px;color:#f0326b;background:linear-gradient(100deg,#f9643d,#fe2a77);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services .service-block h3{color:#333;font-size:18px}.services .service-block p{color:#777}@media(max-width:480px){.service-2 .p-0{padding:0 15px!important}}@media(max-width:768px){.service-2 .p-0{padding:0 15px!important}}@media(max-width:400px){.service-2 .p-0{padding:0 15px!important}}.service-2 .service-item{background:#fff;border:1px solid #eee;padding:50px 20px;margin-right:-1px;margin-bottom:-1px;transition:all .3s ease 0s}.service-2 .service-item .count{font-size:80px;position:absolute;top:0;left:20px;color:#f3f1f1;font-weight:700}.service-2 .service-item i{font-size:30px;display:inline-block;border-radius:30px;box-shadow:0 5px 6px 0 rgba(0,0,0,.1);color:#fff;height:55px;line-height:55px;margin-bottom:20px;width:55px;transition:all .3s ease 0s}.service-list .block{background:#f0326b;color:#fff;padding:30px}.service-list .block i{font-size:30px}.service-list .block h3{font-size:22px;margin:10px 0}.service-list .block ul li{margin-bottom:6px;color:#f9f9f9}.client-service-list li{font-size:20px}.client-service-list li i{margin-right:10px;color:#f0326b}.team-skills .progress-block{margin-top:40px}.team-skills .progress-block span{display:inline-block;margin-bottom:5px;font-size:14px}.team-skills .progress-block .progress{box-shadow:none;border-radius:0;height:10px}.team-skills .progress-block .progress .progress-bar{background:#f0326b;box-shadow:none}.clients-logo-slider{margin-top:50px}.development-steps .step{padding:80px 20px}.development-steps .step h4{font-size:20px;font-weight:600}.development-steps .step h4 i{font-size:72px;font-weight:500;margin-right:10px}.development-steps .step p{color:#ccc;font-size:14px;line-height:22px}.development-steps .step-1{background-color:#f2f6f8}.development-steps .step-1 h4{color:#212121}.development-steps .step-1 p{color:#838383}.development-steps .step-2{background-color:#f0326b}.development-steps .step-2 h4,.development-steps .step-2 p{color:#fff}.development-steps .step-3{background:#df104e}.development-steps .step-3 h4,.development-steps .step-3 p{color:#fff}.development-steps .step-4{background:#c70f46}.development-steps .step-4 h4,.development-steps .step-4 p{color:#fff}.team-member{background:#fff;margin-bottom:15px}.team-member:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.team-member:hover .mask{opacity:1}.team-member .member-content{padding:25px 0}.team-member .member-content h3{font-size:20px;margin:0 0 5px;color:#333}.team-member .member-content span{font-size:14px;color:#555}.team-member .member-content p{color:#777;margin-top:10px;padding:0 15px}.team-member .member-content ul{text-align:center;position:relative}.team-member .member-content ul li{margin-right:7px}.team-member .member-content ul li a{font-size:18px;padding:10px}.team-member .member-content ul li a i{color:#f0326b;background:linear-gradient(100deg,#f9643d,#fe2a77);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.team-member .member-content ul li a::hover{background-color:#6cb670;border:1px solid transparent}.team-member .member-photo{overflow:hidden;position:relative}.team-member .member-photo img{transition:all .6s ease 0s}.testimonial{background:#f0326b;position:relative}.testimonial .item i{font-size:40px;color:#fff;margin-bottom:30px;display:inline-block}.testimonial .item .client-details{padding-bottom:30px}.testimonial .item .client-details p{font-size:17px;color:#fff;font-weight:200;padding:0 10%}.testimonial .item .client-meta{margin-top:8px;color:#fff}.testimonial .item .client-meta h4{margin-bottom:4px}.testimonial .item .client-meta span{font-size:12px}.testimonial .item .client-thumb img{display:inline-block;border-radius:100%;width:90px;height:auto}.post-item{background:#fff;margin-bottom:40px}.post-item .post-thumb{margin-right:10px}.post-item .post-thumb img{height:auto}.post-item .post-title{margin-top:20px}.post-item .post-title h3{font-size:23px}.post-item .post-title h3 a{color:#000}.post-item .post-meta{font-size:14px;color:#888}.post-item .post-meta a{color:#000;margin:3px 0}.post-item .post-content p{color:#757575;margin:10px 0}.post-item .btn-main,.post-item .btn-main-sm{font-size:12px;margin-top:10px;padding:8px 20px;margin:15px 0}#blog-banner{padding-bottom:100px;padding-top:150px}#blog-page{margin:0 0 40px}.post-excerpt{padding:0 20px;margin-bottom:60px}.post-excerpt h3 a{color:#000}.post-excerpt blockquote{line-height:22px;margin:20px 0;font-size:16px}.single-blog{background-color:#fff;margin-bottom:50px;padding:20px}.blog-subtitle{font-size:15px;padding-bottom:10px;border-bottom:1px solid #dedede;margin-bottom:25px;text-transform:uppercase}.next-prev{border-bottom:1px solid #dedede;border-top:1px solid #dedede;margin:20px 0;padding:25px 0}.next-prev a{color:#000}.next-prev a:hover{color:#f0326b}.next-prev .prev-post i{margin-right:10px}.next-prev .next-post i{margin-left:10px}.social-profile ul li{margin:0 10px 0 0;display:inline-block}.social-profile ul li a{color:#4e595f;display:block;font-size:16px}.social-profile ul li a i:hover{color:#f0326b}.comments-section{margin-top:35px}.author-about{margin-top:40px}.post-author{margin-right:20px}.post-author>img{border:1px solid #dedede;max-width:120px;padding:5px;width:100%}.comment-list ul{margin-top:20px}.comment-list ul li{margin-bottom:20px}.comment-wrap{border:1px solid #dedede;border-radius:1px;margin-left:20px;padding:10px;position:relative}.comment-wrap .author-avatar{margin-right:10px}.comment-wrap .media .media-heading{font-size:14px;margin-bottom:8px}.comment-wrap .media .media-heading a{color:#f0326b;font-size:13px}.comment-wrap .media .comment-meta{font-size:12px;color:#888}.comment-wrap .media p{margin-top:15px}.comment-reply-form{margin-top:80px}.comment-reply-form input,.comment-reply-form textarea{height:35px;border-radius:0;box-shadow:none}.comment-reply-form input:focus,.comment-reply-form textarea:focus{box-shadow:none;border:1px solid #f0326b}.comment-reply-form textarea,.comment-reply-form .btn-main,.comment-reply-form .btn-main-sm{height:auto}.pagination{justify-content:center}.pagination li{margin:0 5px;font-size:20px}.pagination li a{color:#404040}.pagination li.disabled a{color:#ccc}.pagination li.active a{color:#f0326b;font-weight:600}.top-footer{background-color:#222;border-top:1px solid #404040;padding:100px 0 80px}.top-footer h3{font-size:16px;line-height:1.5;color:#fff;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.top-footer p{font-size:13px;line-height:30px;color:#bdbdbd;font-weight:300;padding-right:20px}.top-footer li a{font-size:13px;line-height:30px;color:#bdbdbd;font-weight:300;letter-spacing:1px;text-transform:capitalize;transition:color .3s;font-family:titillium web,sans-serif;display:block}.top-footer li a:hover{color:#f0326b}.footer-bottom{text-align:center;background-color:#1b1b1b;border-top:1px solid #2c2c2c;padding:30px 0}.footer-bottom h5{font-size:12px;line-height:1;color:#888;font-weight:400;text-transform:uppercase;letter-spacing:2px;margin-top:7px;margin-bottom:3px}.footer-bottom h6{font-size:11px;line-height:15px;color:#888;font-weight:400;text-transform:capitalize;letter-spacing:2px;margin-bottom:0}.footer-bottom p{color:#656565}.footer-bottom a{color:#f0326b}.subscribe-form .form-control{border-radius:0}.page-404{height:100vh}.page-404 h1{font-size:200px}.top-bar{position:fixed;top:0;width:100%;background:#fff;color:#fff;transition:all .2s ease-out 0s;padding:15px 0;box-shadow:0 0 3px 0 rgba(0,0,0,.1);border-bottom:1px solid #dedede;z-index:10}.top-bar.animated-header{padding:20px 0;background:#fff;box-shadow:none} \ No newline at end of file
diff --git a/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.json b/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.json
deleted file mode 100644
index 0095485..0000000
--- a/exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.json
+++ /dev/null
@@ -1 +0,0 @@
-{"Target":"css/style.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file