From d3c1115dfd728f01244ad33400a01c6fd07de9d8 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 23:41:16 +0200 Subject: [PATCH] Fix links - add the first ref pointing at the fiber7 article --- content/about.md | 8 ++++---- content/services.md | 2 +- themes/hugo-theme-ipng/assets/styles.scss | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/about.md b/content/about.md index 421e3c7..f984a91 100644 --- a/content/about.md +++ b/content/about.md @@ -41,13 +41,13 @@ We have been operating autonomous systems and corporate networks for decades. In Switzerland, we incorporated in early 2021 into a limited liability company. **Pim van Pelt** - -[PBVP1-RIPE](https://apps.db.ripe.net/db-web-ui/query?searchtext=pbvp1-ripe&rflag=true&source=RIPE&bflag=false) +[[PBVP1-RIPE](https://apps.db.ripe.net/db-web-ui/query?searchtext=pbvp1-ripe&rflag=true&source=RIPE&bflag=false)] started his career as a network engineer in the Netherlands, where he worked for Intouch, Freeler, and BIT. He helped raise awareness for IPv6, for example by launching it at AMS-IX back in 2001. He also operated -[SixXS](https://www.sixxs.net/), a global IPv6 tunnel broker, from 2001 through +[[SixXS](https://www.sixxs.net/)], a global IPv6 tunnel broker, from 2001 through to its sunset in 2017. Since 2006, Pim works as a Distinguished SRE at Google -in Zurich, Switzerland. In his free time, he goes [Geocaching](https://geocaching.com), -contributes to [open source](https://github.com/pimvanpelt) projects, and flies +in Zurich, Switzerland. In his free time, he goes [[Geocaching](https://geocaching.com)], +contributes to [[open source](https://github.com/pimvanpelt)] projects, and flies model helicopters. diff --git a/content/services.md b/content/services.md index 4fdb20d..efadf63 100644 --- a/content/services.md +++ b/content/services.md @@ -75,6 +75,6 @@ throughput, bandwidth, latency or jitter and packet loss: we've seen it all, from ADSL lines to 300km DWDM spans. For some good examples, take a look at these case studies: -* [Fiber7 on LiteXchange]({% post_url 2016-10-07-fiber7-litexchange %}) +* [Fiber7 on LiteXchange]({{< ref "2016-10-07-fiber7-litexchange" >}}) * [SixXS Sunset]({% post_url 2017-03-01-sixxs-sunset %}) * [Coloclue Loadtesting]({% post_url 2021-02-27-coloclue-loadtest %}) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 36fba88..260ca64 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -78,12 +78,12 @@ main { @media #{$mq-xxlarge} { margin: 0 27%; } a { - color: $ipng-darkorange; + color: $ipng-lightorange; text-decoration: none; } a:hover { - color: $ipng-lightorange; + color: $ipng-darkorange; text-decoration: none; } }