mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
tweaks to make html-proofing pass
This commit is contained in:
parent
0527976cee
commit
b5ff5db785
3
Rakefile
3
Rakefile
@ -2,5 +2,6 @@ require "html/proofer"
|
|||||||
|
|
||||||
task :test do
|
task :test do
|
||||||
sh "bundle exec jekyll build"
|
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
|
end
|
||||||
|
@ -14,7 +14,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
<ul class="triptych situations cf">
|
<ul class="triptych situations cf">
|
||||||
<li class='whatever'>
|
<li class='whatever'>
|
||||||
<a href="licenses/mit">
|
<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>
|
<h3>I want it simple and permissive.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
@ -26,7 +26,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
</li>
|
</li>
|
||||||
<li class='patents'>
|
<li class='patents'>
|
||||||
<a href="licenses/apache">
|
<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>I’m concerned about patents.</h3>
|
<h3>I’m concerned about patents.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
@ -38,7 +38,7 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
</li>
|
</li>
|
||||||
<li class='copyleft'>
|
<li class='copyleft'>
|
||||||
<a href="licenses/gpl-v2">
|
<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>
|
<h3>I care about sharing improvements.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user