From 52d30388e20d6c4100a44c35e9a055e226af9a7c Mon Sep 17 00:00:00 2001 From: jcupac <41914500+jcupac@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:24:21 +0100 Subject: [PATCH] masthead --- README.md | 8 +++ _includes/masthead.html | 25 ++++++++-- _layouts/default.html | 9 ++-- _scss/_global.scss | 4 ++ _scss/_masthead.scss | 46 ++++++++++++++++-- assets/banner-text-vert.svg | 46 ++++++++++++++++++ assets/banner-text.svg | 46 ++++++++++++++++++ .../tech_excellence_banner.png | Bin code-of-conduct.html | 2 +- index.html | 2 - 10 files changed, 172 insertions(+), 16 deletions(-) create mode 100644 assets/banner-text-vert.svg create mode 100644 assets/banner-text.svg rename tech_excellence_banner.png => assets/tech_excellence_banner.png (100%) diff --git a/README.md b/README.md index 6bc2306..12da636 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,11 @@ Do you have any questions or ideas? Feel free to start a discussion on [Discussi ## Editing content Instructions for editing website content are described on the [CONTRIBUTING](https://github.com/techexcellenceio/community/blob/main/CONTRIBUTING.md) page. + + + + +To run the application: +``` +bundle exec jekyll serve --livereload +``` diff --git a/_includes/masthead.html b/_includes/masthead.html index c70f66c..1b34a71 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,5 +1,22 @@ -

Tech Excellence

+
+
-

- Tech Excellence -

\ No newline at end of file + + + + + Tech Excellence + + +
+
+ + + diff --git a/_layouts/default.html b/_layouts/default.html index f78b26f..0df0e02 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,10 @@ {% include head.html %} -
-
- {% include masthead.html %} -
- +
+ {% include masthead.html %} +
+
{{ content }}