mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
commit
80810fd65e
@ -241,25 +241,36 @@ strong {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 80px;
|
padding-left: 80px;
|
||||||
padding-right: 80px;
|
padding-right: 80px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.see-more p:last-child {
|
||||||
|
margin-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.license-rules {
|
.license-rules {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.license-rules th {
|
.license-rules th {
|
||||||
border-bottom: solid 1px #d9d7d2;
|
border-bottom: solid 1px #d9d7d2;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px 12px 10px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
.license-rules th.summary {
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
.license-rules .name {
|
.license-rules .name {
|
||||||
border-right: solid 1px #d9d7d2;
|
border-right: solid 1px #d9d7d2;
|
||||||
width: 180px;
|
padding-left: 0;
|
||||||
|
width: 280px;
|
||||||
}
|
}
|
||||||
.license-rules .name a {
|
.license-rules .name a {
|
||||||
font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
|
font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
.license-rules .name small a {
|
.license-rules .name small a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
11
index.html
11
index.html
@ -14,7 +14,7 @@ class: home
|
|||||||
<a href="licenses/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
<a href="licenses/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
||||||
<h3><a href="licenses/mit">I want it simple and permissive.</a></h3>
|
<h3><a href="licenses/mit">I want it simple and permissive.</a></h3>
|
||||||
<p>
|
<p>
|
||||||
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It doesn’t include any warranties and lets people do anything they want with your code (with attribution back to you).
|
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It doesn’t include any warranties and lets people do anything they want with your code (with attribution back to you).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
|
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
|
||||||
@ -41,10 +41,11 @@ class: home
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="see-more callout">
|
<div class="see-more callout">
|
||||||
<em>None of these work for me.</em> What if I want to retain all my rights or <a href="no-license">I don’t want to choose a license?</a>
|
<p>What if none of these work for me or I want to retain all of my rights? <a href="licenses">More licenses are available</a>.</p>
|
||||||
<a href="licenses">Show me more licenses »</a>
|
|
||||||
</p>
|
<p>What if I don't want to choose a license</a>? <a href="no-license">You don't have to</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user