Add a hilight class for the 'IPng' first word, make it orange

This commit is contained in:
2024-08-04 23:57:53 +02:00
parent d3c1115dfd
commit c5d6e2f665
2 changed files with 10 additions and 3 deletions

View File

@ -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 >}}<span class="home-ipng">IPng</span>{{< /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

View File

@ -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;