Add a hilight class for the 'IPng' first word, make it orange
This commit is contained in:
@ -10,7 +10,7 @@ menu:
|
|||||||
|
|
||||||
{{< image width="17em" float="left" src="/assets/logo/render-400px.png" alt="IPng Networks logo" >}}
|
{{< 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
|
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
|
group of professionals who know a bit about IPv4 and IPv6 routing, physical
|
||||||
and virtual machine hosting.
|
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
|
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.
|
can help you accomplish your goals if you want to work with us.
|
||||||
|
|
||||||
**_Keywords: SDN, WDM, IP, Network Design and Consultancy, Hosting, and
|
### Keywords: SDN, WDM, IP, Network Design and Consultancy, Hosting, and Colocation.
|
||||||
Colocation._**
|
|
||||||
|
|
||||||
We are proud of our network and the services we operate, because they allow us
|
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
|
to provide predictable and reliable performance. We maintain and grow the
|
||||||
|
@ -222,6 +222,14 @@ figcaption {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.home-ipng {
|
||||||
|
font-size: 1.3em;
|
||||||
|
font-weight: bold;
|
||||||
|
color: $ipng-orange;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
Reference in New Issue
Block a user