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

github.com/JugglerX/hugo-hero-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2021-12-26 07:01:28 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-12-26 07:01:28 +0300
commite4c2b7f9f7f111d99baa3a9dad672d869e088507 (patch)
tree12f32f3f00b5367f87176ad058e2eb22db3d281d
parent7cbad0445d83f1b409911d00faec0b4a5e2ead40 (diff)
update image width
-rw-r--r--layouts/partials/hero-image-fullscreen.html32
-rwxr-xr-xlayouts/services/summary.html2
-rw-r--r--netlify.toml11
3 files changed, 18 insertions, 27 deletions
diff --git a/layouts/partials/hero-image-fullscreen.html b/layouts/partials/hero-image-fullscreen.html
index 3dbf149..949736b 100644
--- a/layouts/partials/hero-image-fullscreen.html
+++ b/layouts/partials/hero-image-fullscreen.html
@@ -1,20 +1,20 @@
-
<div class="hero-image hero-image-fullscreen" style="background-image: url('{{ .background | relURL }}');">
- <div class="container ">
- <div class="hero-text">
- <span class="hero-section">{{ .section }}</span>
- <h1>{{ .heading }}</h1>
- <p>{{ .subheading }}</p>
- </div>
- <div class="hero-down">
- <a href="#home">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 898.75 533.751" transform="matrix(.69 0 0 .69 15.5 15.5)" fill="#fff">
- <path d="M224.687 309.061L0 84.372l42.186-42.186L84.372 0l182.815 182.811L450 365.622l182.5-182.496L815 .63l41.874 41.874L898.75 84.38 674.062 309.065 449.373 533.751 224.687 309.06z"/>
- </svg>
+ <div class="container ">
+ <div class="hero-text">
+ <span class="hero-section">{{ .section }}</span>
+ <h1>{{ .heading }}</h1>
+ <p>{{ .subheading }}</p>
+ </div>
+ <div class="hero-down">
+ <a href="#home">
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="60">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 898.75 533.751" transform="matrix(.69 0 0 .69 15.5 15.5)"
+ fill="#fff">
+ <path
+ d="M224.687 309.061L0 84.372l42.186-42.186L84.372 0l182.815 182.811L450 365.622l182.5-182.496L815 .63l41.874 41.874L898.75 84.38 674.062 309.065 449.373 533.751 224.687 309.06z" />
</svg>
- </a>
- </div>
+ </svg>
+ </a>
</div>
</div>
- {{ .Site.BaseURL }} \ No newline at end of file
+</div> \ No newline at end of file
diff --git a/layouts/services/summary.html b/layouts/services/summary.html
index f682163..0acfa9b 100755
--- a/layouts/services/summary.html
+++ b/layouts/services/summary.html
@@ -1,7 +1,7 @@
<div class="service service-summary">
{{ if .Params.icon }}
<div class="service-image">
- <img src="{{ .Params.icon | relURL }}"/>
+ <img height="80" width="80" src="{{ .Params.icon | relURL }}" alt="{{ .Title }}" />
</div>
{{ end }}
<div class="service-content">
diff --git a/netlify.toml b/netlify.toml
index 21f8e36..9f3a3a4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -5,13 +5,4 @@
[build.environment]
HUGO_VERSION = "0.82.0"
HUGO_THEME = "repo"
- HUGO_BASEURL = "/"
-
-[context.production.environment]
- HUGO_GOOGLE_ANALYTICS_ID = "GA-XX"
-
-[context.deploy-preview.environment]
- HUGO_VERSION = "0.82.0"
-
-[context.branch-deploy.environment]
- HUGO_VERSION = "0.82.0" \ No newline at end of file
+ HUGO_BASEURL = "/" \ No newline at end of file