mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +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
|
||||
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
|
||||
|
@ -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>I’m 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>
|
||||
|
Loading…
Reference in New Issue
Block a user