diff --git a/assets/css/style.css b/assets/css/style.css index 1c62f08..2a00c2d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -16,15 +16,17 @@ p { margin: 1.5em 0; } .home-header { - min-height: 26rem; max-width: 50rem; - margin: 0 -1.2rem -5rem -1.2rem; + margin: 0 -1.2rem 0rem -1.2rem; padding: 1.2rem; display: flex; flex-direction: column; z-index: -1; background-position: center; background-size: cover; + background-color: pink; + border-radius: 2em; + box-shadow: 0 0 1em 0.039em; } .home-faceshot-card { align-self: center; @@ -441,11 +443,10 @@ footer { height: 17rem; max-width: 50rem; width: 100%; - margin-top: -10rem; display: flex; - flex-flow: row wrap; + flex-flow: column; justify-content: space-evenly; - align-items: flex-end; + align-items: center; color: white; background-position: 40% 0%; background-size: 50rem; @@ -453,6 +454,12 @@ footer { .footer-link { margin: 1rem 0; } +.footer-home-icon { + max-width: 30rem; + border: 0.39rem solid pink; + border-radius: 4rem; + margin: 0; +} .footer-icon { max-width: 3rem; margin: 0; diff --git a/assets/icons/home_button.jpg b/assets/icons/home_button.jpg new file mode 100644 index 0000000..8de0518 Binary files /dev/null and b/assets/icons/home_button.jpg differ diff --git a/assets/img/aquarium.jpg b/assets/img/aquarium.jpg new file mode 100644 index 0000000..a96a253 Binary files /dev/null and b/assets/img/aquarium.jpg differ diff --git a/assets/img/negi.jpg b/assets/img/negi.jpg new file mode 100644 index 0000000..761a729 Binary files /dev/null and b/assets/img/negi.jpg differ diff --git a/assets/img/negi2.jpg b/assets/img/negi2.jpg new file mode 100755 index 0000000..db83c64 Binary files /dev/null and b/assets/img/negi2.jpg differ diff --git a/layouts/_default/home.html b/layouts/_default/home.html index ba296ed..c384333 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -5,7 +5,7 @@ {{ partial "nav-bar.html" . }}
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}} -
+
{{ with .Site.Title }}

{{ . }}

{{ end }} {{ with .Site.Params.Description }}

{{ . }}

{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8244746..575ec3b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,10 @@ \ No newline at end of file +
+