From 5a1b8bb484ca736a42b7e76e3c6f5686ed5d1aab Mon Sep 17 00:00:00 2001 From: rjs360 Date: Sat, 15 Jul 2023 23:00:12 -0400 Subject: [PATCH] updates --- _layouts/about.html | 11 ++++++++++- _sass/_layout.scss | 28 ++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/_layouts/about.html b/_layouts/about.html index 072ed918..3b6e7394 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -3,7 +3,16 @@ --- -
+
+
+
+
+

text here if desireable

+
+
+
+ +

{% if site.title == "blank" -%}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %} diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9c10cac7..bc4d9a9e 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -33,6 +33,34 @@ body.sticky-bottom-footer { } } + +.header-background .text h2{ + font-weight:bold +} + +.header-background .text{ + margin-top:-4em; + text-align:right; + margin-right:2em; + padding-bottom:2em; + color:white; + font-weight:bold +} +.header-background .img1{ + background-image:url("../img/1.jpg"); + background-repeat:no-repeat; + background-size:cover; + background-position:center center; + height:15em; + margin-bottom:2em; + margin-top:-2.7em +} + +.page-content{ + padding:25px 0 +} + + // TODO: redefine content layout.