mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
make the additinal homepage questions side-by-side
This commit is contained in:
parent
be6def2b46
commit
a47bbeea43
@ -190,37 +190,38 @@ strong {
|
|||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.situations {
|
.triptych {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
margin: 0 auto;
|
margin: 0 auto 15px;
|
||||||
}
|
}
|
||||||
.situations li {
|
.triptych li {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 27px;
|
margin-left: 27px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.situations .whatever {
|
.triptych li:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-top: 16px;
|
|
||||||
}
|
}
|
||||||
.situations .copyleft {
|
.triptych li > a {
|
||||||
margin-top: 3px;
|
|
||||||
}
|
|
||||||
.situations h3 {
|
|
||||||
margin: 0 auto 20px auto;
|
|
||||||
width: 220px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.situations h3 a {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.triptych h3 {
|
||||||
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: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.situations .whatever {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
.situations .copyleft {
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
.situations .button {
|
.situations .button {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
@ -236,16 +237,6 @@ strong {
|
|||||||
color: #5c5855;
|
color: #5c5855;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
.see-more {
|
|
||||||
margin-top: 20px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 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;
|
||||||
|
39
index.html
39
index.html
@ -11,10 +11,12 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
Which of the following best describes your situation?
|
Which of the following best describes your situation?
|
||||||
<span>}</span>
|
<span>}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<ul class="situations cf">
|
<ul class="triptych situations cf">
|
||||||
<li class='whatever'>
|
<li class='whatever'>
|
||||||
<a href="licenses/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
<a href="licenses/mit">
|
||||||
<h3><a href="licenses/mit">I want it simple and permissive.</a></h3>
|
<img height='57' src='images/three-arrows@2x.png' width='72'>
|
||||||
|
<h3>I want it simple and permissive.</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.
|
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.
|
||||||
</p>
|
</p>
|
||||||
@ -23,8 +25,10 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li class='patents'>
|
<li class='patents'>
|
||||||
<a href="licenses/apache"><img height='72' src='images/lightbulb@2x.png' width='43'></a>
|
<a href="licenses/apache">
|
||||||
<h3><a href="licenses/apache">I’m concerned about patents.</a></h3>
|
<img height='72' src='images/lightbulb@2x.png' width='43'>
|
||||||
|
<h3>I’m concerned about patents.</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
|
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
|
||||||
</p>
|
</p>
|
||||||
@ -33,8 +37,10 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li class='copyleft'>
|
<li class='copyleft'>
|
||||||
<a href="licenses/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
|
<a href="licenses/gpl-v2">
|
||||||
<h3><a href="licenses/gpl-v2">I care about sharing improvements.</a></h3>
|
<img height='69' src='images/circular@2x.png' width='72'>
|
||||||
|
<h3>I care about sharing improvements.</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms. V3 is similar to V2, but further restricts use in hardware that forbids software alterations.
|
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms. V3 is similar to V2, but further restricts use in hardware that forbids software alterations.
|
||||||
</p>
|
</p>
|
||||||
@ -43,8 +49,17 @@ description: A site to provide non-judgmental guidance on choosing a license for
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="see-more callout">
|
<ul class="triptych see-more cf">
|
||||||
<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>
|
<li>
|
||||||
<p>What if I need a license for content that isn't source code? <a href="http://creativecommons.org/choose/">Check out Creative Commons</a>.</p>
|
<h3>What if none of these work for me or I want to retain all of my rights?</h3>
|
||||||
<p>What if I don't want to choose a license? <a href="no-license">You don't have to</a>.</p>
|
<a href="licenses">More licenses are available.</a>
|
||||||
</div>
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>What if I need a license for content that isn't source code?</h3>
|
||||||
|
<a href="http://creativecommons.org/choose/">Check out Creative Commons.</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>What if I don't want to choose a license?</h3>
|
||||||
|
<a href="no-license">You don't have to.</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user