diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 7573554..8abb7fb 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -5,7 +5,7 @@
-

Stay In Touch:

+ {{ .Site.Params.contactMessage | safeHTML}}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 778a084..dc4afaa 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,20 +12,14 @@ About -
  • - Services -
  • -
  • Contact
  • - +
    - Built with Hugo and the - landing-page-hugo - theme. + .
    diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6048043..f6deea4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,34 +1,4 @@ -
    @@ -39,8 +9,9 @@
    -

    {{ .Site.Title }}

    -

    {{ .Site.Params.description }}

    + + +

    {{ .Site.Params.description | safeHTML}}


      {{ partial "social.html" . }} diff --git a/static/css/landing-page.css b/static/css/landing-page.css index 85c788a..0601955 100644 --- a/static/css/landing-page.css +++ b/static/css/landing-page.css @@ -31,7 +31,7 @@ h6 { padding-bottom: 50px; text-align: center; color: #f8f8f8; - background: url(../img/intro-bg.jpg) no-repeat center center; + background: url(../img/blue-banner.png) no-repeat center center; background-size: cover; } @@ -112,7 +112,7 @@ h6 { .contact { padding: 100px 0; color: #f8f8f8; - background: url(../img/contact-bg.jpg) no-repeat center center; + background: url(../img/banner-bg.jpg) no-repeat center center; background-size: cover; } diff --git a/static/img/blue-banner.png b/static/img/blue-banner.png new file mode 100644 index 0000000..67359df Binary files /dev/null and b/static/img/blue-banner.png differ