diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-01-17 18:05:59 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-01-17 18:05:59 -0500 |
commit | 216bbbd876465f544ffdd8f40c86044a04db408d (patch) | |
tree | 200e6896c4d735bd0018546aaffbb21765d23b74 /united | |
parent | 5d406e88fa6bd31f7b8b65648ee45afb175856c8 (diff) |
add rel=nofollow to footer links and missed ads
Diffstat (limited to 'united')
-rw-r--r-- | united/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/united/index.html b/united/index.html index 66918efa..9049dfa4 100644 --- a/united/index.html +++ b/united/index.html @@ -97,12 +97,12 @@ </div> <div class="col-lg-6" style="padding: 25px 25px 15px 25px;"> <div class="well"> - <a href="http://www.maxcdn.com" target="_blank"> + <a href="http://www.maxcdn.com" rel="nofollow" target="_blank"> <span style="float: left; margin-right: 15px;"> <img src="../assets/img/maxcdn.gif" width="175" height="135"> </span> </a> - <a href="http://www.maxcdn.com" target="_blank"> + <a href="http://www.maxcdn.com" rel="nofollow" target="_blank"> <div style="font-weight: bold; margin-bottom: 1em;">Make Your Site Fast!</div> <div class="clearfix">When your hosting is far from your visitors your website becomes slow for them. A CDN allows you to be close to everyone. Click to see how a CDN works.</div> </a> @@ -1157,9 +1157,9 @@ <li><a href="../help/#api">API</a></li> <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F22JEM3Q78JC2">Donate</a></li> </ul> - <p>Made by <a href="http://thomaspark.me">Thomas Park</a>. Contact him at <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.</p> - <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p> - <p>Based on <a href="http://getbootstrap.com">Bootstrap</a>. Icons from <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a>. Web fonts from <a href="http://www.google.com/webfonts">Google</a>. Favicon by <a href="https://twitter.com/geraldhiller">Gerald Hiller</a>.</p> + <p>Made by <a href="http://thomaspark.me" rel="nofollow">Thomas Park</a>. Contact him at <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.</p> + <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow">Apache License v2.0</a>.</p> + <p>Based on <a href="http://getbootstrap.com" rel="nofollow">Bootstrap</a>. Icons from <a href="http://fortawesome.github.io/Font-Awesome/" rel="nofollow">Font Awesome</a>. Web fonts from <a href="http://www.google.com/webfonts" rel="nofollow">Google</a>. Favicon by <a href="https://twitter.com/geraldhiller" rel="nofollow">Gerald Hiller</a>.</p> </div> </div> |