Skip to content

Commit

Permalink
Include link to DNSimple in the footer. They sponsor our DNS.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Lee Hambley committed Jan 24, 2017
1 parent 5fa5fe1 commit b11394e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
16 changes: 11 additions & 5 deletions docs/_includes/footer.html
Expand Up @@ -2,9 +2,9 @@
<div class="row">
<div class="large-4 columns">
<ul>
<li><a href="/documentation/overview/what-is-capistrano/">About Capistrano</a></li>
<li><a href="https://github.com/capistrano/capistrano/blob/master/CONTRIBUTING.md">Contributing</a></li>
<li><a href="https://rubygems.org/gems/capistrano/versions">Releases</a></li>
<li><a href="/documentation/overview/what-is-capistrano/">About Capistrano</a></li>
<li><a href="https://github.com/capistrano/capistrano/blob/master/CONTRIBUTING.md">Contributing</a></li>
<li><a href="https://rubygems.org/gems/capistrano/versions">Releases</a></li>
</ul>
</div>

Expand All @@ -17,8 +17,14 @@

<div class="large-4 columns">
<ul class="social icons">
<li><a href="//twitter.com/capistranorb"><i class="foundicon-twitter"></i></a></li>
<li><a href="//github.com/capistrano"><i class="foundicon-github"></i></a></li>
<li class="foundicon"><a href="//twitter.com/capistranorb"><i class="foundicon-twitter"></i></a></li>
<li class="foundicon"><a href="//github.com/capistrano"><i class="foundicon-github"></i></a></li>
<li class="thanks-dnsimple">
<a href="http://dnsimple.link/resolving-hanami" target="_blank">
<span>DNS Services Kindly Hosted By<br></span>
<img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="display:block;margin:0;padding:0;width:100px;">
</a>
</li>
</ul>
</div>
</div>
Expand Down
8 changes: 6 additions & 2 deletions docs/css/capistrano.css
Expand Up @@ -106,7 +106,7 @@ footer {
color: #fff;
}

footer a {
footer a, footer a:hover {
color: #fff;
}

Expand All @@ -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;
}
Expand Down

0 comments on commit b11394e

Please sign in to comment.