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

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-title.html')
-rw-r--r--layouts/partials/page-title.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/layouts/partials/page-title.html b/layouts/partials/page-title.html
index 0eade32..9587ba7 100644
--- a/layouts/partials/page-title.html
+++ b/layouts/partials/page-title.html
@@ -1,19 +1,19 @@
-<!-- page title -->
-<section class="page-title bg-primary position-relative overflow-hidden">
- <div class="container">
- <div class="row">
- <div class="col-12 text-center">
- <h1 class="text-white font-tertiary">{{.Title}}</h1>
- </div>
- </div>
- </div>
- <!-- background shapes -->
- <img src="{{`images/illustrations/page-title.png`| relURL}}" alt="illustrations" class="bg-shape-1 w-100">
- <img src="{{`images/illustrations/leaf-pink-round.svg`| relURL}}" alt="illustrations" class="bg-shape-2">
- <img src="{{`images/illustrations/dots-cyan.svg`| relURL}}" alt="illustrations" class="bg-shape-3">
- <img src="{{`images/illustrations/leaf-orange.svg`| relURL}}" alt="illustrations" class="bg-shape-4">
- <img src="{{`images/illustrations/leaf-yellow.svg`| relURL}}" alt="illustrations" class="bg-shape-5">
- <img src="{{`images/illustrations/dots-group-cyan.svg`| relURL}}" alt="illustrations" class="bg-shape-6">
- <img src="{{`images/illustrations/leaf-cyan-lg.svg`| relURL}}" alt="illustrations" class="bg-shape-7">
-</section>
-<!-- /page title -->
+<!-- page title -->
+<section class="page-title bg-primary position-relative overflow-hidden">
+ <div class="container">
+ <div class="row">
+ <div class="col-12 text-center">
+ <h1 class="text-white font-secondary">{{.Title}}</h1>
+ </div>
+ </div>
+ </div>
+ <!-- background shapes -->
+ <img src="{{`images/illustrations/page-title.png`| relURL}}" alt="illustrations" class="bg-shape-1 w-100">
+ <img src="{{`images/illustrations/leaf-pink-round.svg`| relURL}}" alt="illustrations" class="bg-shape-2">
+ <img src="{{`images/illustrations/dots-cyan.svg`| relURL}}" alt="illustrations" class="bg-shape-3">
+ <img src="{{`images/illustrations/leaf-orange.svg`| relURL}}" alt="illustrations" class="bg-shape-4">
+ <img src="{{`images/illustrations/leaf-yellow.svg`| relURL}}" alt="illustrations" class="bg-shape-5">
+ <img src="{{`images/illustrations/dots-group-cyan.svg`| relURL}}" alt="illustrations" class="bg-shape-6">
+ <img src="{{`images/illustrations/leaf-cyan-lg.svg`| relURL}}" alt="illustrations" class="bg-shape-7">
+</section>
+<!-- /page title -->