From dec105af859768022a57ba64c112fa884a45a496 Mon Sep 17 00:00:00 2001 From: Erin White <755248+erinrwhite@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:56:23 -0500 Subject: [PATCH] css --- README.md | 4 +--- _config.yml | 1 + assets/css/style.scss | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5bb4bf6..ac78ecc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,4 @@ Unfortunately, we have decided to close our doors. We are no longer offering in- **Dr. Tiffany Jana** is available to serve on boards of directors, as an executive coach and keynote speaker/emcee through [Doc Jana, LLC](https://www.tiffanyjana.com). Please direct media inquiries here. -If you are looking to weave kindness into your organizational culture by way of assessments, research or LMS virtual courses, visit us at [Loom Technologies](https://www.loomtheculturemap.com). - -

![TMI Consulting, Inc., Logo](assets/TMI-logo.png)

\ No newline at end of file +If you are looking to weave kindness into your organizational culture by way of assessments, research or LMS virtual courses, visit us at [Loom Technologies](https://www.loomtheculturemap.com). \ No newline at end of file diff --git a/_config.yml b/_config.yml index 7744d86..2c5a677 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ theme: jekyll-theme-cayman title: Looking for TMI Consulting, Inc.? +description: show_downloads: false github.is_project_page: false \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index 4fb1b01..dad0bf9 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,17 +3,17 @@ @import "{{ site.theme }}"; .page-header { - background-image:linear-gradient(120deg, #FFC400, #FF503E); + background-image: linear-gradient(120deg, #5C7BDC, #FF503E); } .page-header .btn, -.page-header h2 +.page-header h2, .site-footer-owner, -.site-footer-credits, +.site-footer-credits { display: none; } .site-footer { - background: url('assets/TMI-logo.png') no-repeat center top; + background: url('../assets/TMI-logo.png') no-repeat center top; height: 100px; } \ No newline at end of file