1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-18 17:53:11 +02:00

tweaks to make html-proofing pass

This commit is contained in:
Aidan Feldman 2013-10-23 00:20:44 -07:00
parent 0527976cee
commit b5ff5db785
2 changed files with 5 additions and 4 deletions

View File

@ -2,5 +2,6 @@ require "html/proofer"
task :test do
sh "bundle exec jekyll build"
HTML::Proofer.new("./_site").run
# ignore href="#" for the "Copy to clipboard" button
HTML::Proofer.new("./_site", :href_ignore => ["#"]).run
end

View File

@ -14,7 +14,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
<ul class="triptych situations cf">
<li class='whatever'>
<a href="licenses/mit">
<img height='57' src='images/three-arrows@2x.png' width='72'>
<img height='57' src='images/three-arrows@2x.png' width='72' alt='three arrows'>
<h3>I want it simple and permissive.</h3>
</a>
<p>
@ -26,7 +26,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
</li>
<li class='patents'>
<a href="licenses/apache">
<img height='72' src='images/lightbulb@2x.png' width='43'>
<img height='72' src='images/lightbulb@2x.png' width='43' alt='light bulb'>
<h3>Im concerned about patents.</h3>
</a>
<p>
@ -38,7 +38,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
</li>
<li class='copyleft'>
<a href="licenses/gpl-v2">
<img height='69' src='images/circular@2x.png' width='72'>
<img height='69' src='images/circular@2x.png' width='72' alt='circular arrows'>
<h3>I care about sharing improvements.</h3>
</a>
<p>