From b11394ea15c4837105dad6df5933fb35bf22ff22 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Tue, 24 Jan 2017 18:57:19 +0100 Subject: [PATCH] Include link to DNSimple in the footer. They sponsor our DNS. Whilst trying to reduce the impact the loss of any one maintainer can have, we were offered a solution to the DNS ownership problem by DNSimple who kindly sponsored our DNS entry. This allows the three core maintainers to have access to the DNS system incase changes need to be made. Part of the deal was including a link to DNSimple in the footer of the site (as Hanamai, and others do). I forgot, apparently to keep my end of the bargain, and during a recent audit they've checked in with me to see if we're still making use of the sponsored service. As I like DNSimple and find them to be very useful, I'd like them to continue to sponsor us, and offer this tweak to the doce to fulfil our obligations in that regard. --- docs/_includes/footer.html | 16 +++++++++++----- docs/css/capistrano.css | 8 ++++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 8fda8523..03733ad3 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -2,9 +2,9 @@
@@ -17,8 +17,14 @@
diff --git a/docs/css/capistrano.css b/docs/css/capistrano.css index 25164a0e..98588623 100644 --- a/docs/css/capistrano.css +++ b/docs/css/capistrano.css @@ -106,7 +106,7 @@ footer { color: #fff; } -footer a { +footer a, footer a:hover { color: #fff; } @@ -119,12 +119,16 @@ li { margin-left: 2em; } -footer ul.social.icons li { +footer ul.social.icons li.foundicon { float: left; margin-left: 10px; font-size: 5em; } +footer ul.social.icons li.thanks-dnsimple { + clear: left; +} + .github-widget { margin-bottom: 1em; }