From c5d6e2f6653506f8ad86bbe3f3503a6dd499c57d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 23:57:53 +0200 Subject: [PATCH] Add a hilight class for the 'IPng' first word, make it orange --- content/_index.md | 5 ++--- themes/hugo-theme-ipng/assets/styles.scss | 8 ++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 5ed3a19..a577ed4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,7 +10,7 @@ menu: {{< image width="17em" float="left" src="/assets/logo/render-400px.png" alt="IPng Networks logo" >}} -**IPng** -- a common abbreviation for _Internet Protocol next generation_. +{{< rawhtml >}}IPng{{< /rawhtml >}} -- a common abbreviation for _Internet Protocol next generation_. The only promises you'll find here are those that we can keep. We are a small group of professionals who know a bit about IPv4 and IPv6 routing, physical and virtual machine hosting. @@ -23,8 +23,7 @@ Rather than dazzle you with pictures of clouds, grandiose projections of our larger than they are, we're happy to show what we know, what we own, and how we can help you accomplish your goals if you want to work with us. -**_Keywords: SDN, WDM, IP, Network Design and Consultancy, Hosting, and -Colocation._** +### Keywords: SDN, WDM, IP, Network Design and Consultancy, Hosting, and Colocation. We are proud of our network and the services we operate, because they allow us to provide predictable and reliable performance. We maintain and grow the diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 260ca64..0ab464c 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -222,6 +222,14 @@ figcaption { } } + +.home-ipng { + font-size: 1.3em; + font-weight: bold; + color: $ipng-orange; + vertical-align: bottom; +} + .page-title { text-align: left; font-size: 2em;