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 /amelia/index.html | |
parent | 5d406e88fa6bd31f7b8b65648ee45afb175856c8 (diff) |
add rel=nofollow to footer links and missed ads
Diffstat (limited to 'amelia/index.html')
-rw-r--r-- | amelia/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/amelia/index.html b/amelia/index.html index 5c9e2177..c25167c4 100644 --- a/amelia/index.html +++ b/amelia/index.html @@ -99,12 +99,12 @@ </div> <div class="col-lg-6" style="padding: 15px 15px 0 15px;"> <div class="well"> - <a href="http://carboncostume.com/" target="_blank"> + <a href="http://carboncostume.com/" rel="nofollow" target="_blank"> <span style="float: left; margin-right: 15px;"> <img src="../assets/img/carboncostume.png" width="175" height="135" style="border-radius: 4px;"> </span> </a> - <a href="http://carboncostume.com/" target="_blank"> + <a href="http://carboncostume.com/" rel="nofollow" target="_blank"> <h4 style="margin-bottom: 0.4em; color: #fff;">Carbon Costume</h4> <div style="color: #fff;" class="clearfix">Guides for DIY costumes using everyday gear.</div> </a> @@ -1159,9 +1159,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> |