1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Make situation images link to license

This commit is contained in:
Haacked 2012-11-26 09:34:26 -08:00
parent 4653f49198
commit 64bea6af6e
2 changed files with 13 additions and 8 deletions

View File

@ -184,14 +184,19 @@ ul#situations li.reciprocity {
margin-top: 3px; margin-top: 3px;
} }
ul#situations li h3 { ul#situations li h3 {
margin: 0 auto 20px auto;
width: 200px;
}
ul#situations li h3 a {
text-decoration: none;
color: #443a33; color: #443a33;
font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
font-size: 22px; font-size: 22px;
font-weight: 900; font-weight: 900;
line-height: 1.1; line-height: 1.1;
margin: 0 auto 20px auto;
width: 200px;
} }
ul#situations li a.button { ul#situations li a.button {
margin-top: 20px; margin-top: 20px;
} }

View File

@ -23,8 +23,8 @@
</h2> </h2>
<ul id='situations'> <ul id='situations'>
<li class='whatever'> <li class='whatever'>
<img height='57' src='/images/three-arrows@2x.png' width='72' /> <a href="license.html"><img height='57' src='/images/three-arrows@2x.png' width='72' /></a>
<h3>Do what you like with my code.</h3> <h3><a href="license.html">Do what you like with my code.</a></h3>
<p> <p>
The <a href="license.html">MIT License</a> is a permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty. The <a href="license.html">MIT License</a> is a permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
</p> </p>
@ -36,8 +36,8 @@
</p> </p>
</li> </li>
<li class='patents'> <li class='patents'>
<img height='72' src='/images/lightbulb@2x.png' width='43' /> <a href="license.html"><img height='72' src='/images/lightbulb@2x.png' width='43' /></a>
<h3>I'm concerned about patents.</h3> <h3><a href="license.html">I'm concerned about patents.</a></h3>
<p> <p>
The <a href="license.html">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents. The <a href="license.html">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents.
</p> </p>
@ -49,8 +49,8 @@
</p> </p>
</li> </li>
<li class='reciprocity'> <li class='reciprocity'>
<img height='69' src='/images/circular@2x.png' width='72' /> <a href="license.html"><img height='69' src='/images/circular@2x.png' width='72' /></a>
<h3>I care about reciprocity.</h3> <h3><a href="license.html">I care about reciprocity.</a></h3>
<p> <p>
The GPL (<a href="license.html">V2</a> or <a href="license.html">V3</a>) requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations. The GPL (<a href="license.html">V2</a> or <a href="license.html">V3</a>) requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.
</p> </p>