mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
added footer skeleton
This commit is contained in:
parent
23e6b6cdac
commit
7514f66998
@ -327,3 +327,43 @@ div.sidebar div.boilerplate {
|
|||||||
font-family: 'courier new', courier;
|
font-family: 'courier new', courier;
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
border-top: 1px solid #e9e6e1;
|
||||||
|
margin-top: 30px;
|
||||||
|
padding-top: 20px;
|
||||||
|
color: #7e7974;
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: left;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
#footer a {
|
||||||
|
color: #443a33;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
#footer p {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
#footer nav {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
#footer nav a {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* For modern browsers */
|
||||||
|
.cf:before,
|
||||||
|
.cf:after {
|
||||||
|
content:"";
|
||||||
|
display:table;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cf:after {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* For IE 6/7 (trigger hasLayout) */
|
||||||
|
.cf {
|
||||||
|
zoom:1;
|
||||||
|
}
|
11
index.html
11
index.html
@ -21,7 +21,7 @@
|
|||||||
Which of the following best describes your situation?
|
Which of the following best describes your situation?
|
||||||
<span>}</span>
|
<span>}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<ul id='situations'>
|
<ul id='situations' class="cf">
|
||||||
<li class='whatever'>
|
<li class='whatever'>
|
||||||
<a href="licenses/permissive/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
<a href="licenses/permissive/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
||||||
<h3><a href="licenses/permissive/mit">Do what you like with my code.</a></h3>
|
<h3><a href="licenses/permissive/mit">Do what you like with my code.</a></h3>
|
||||||
@ -65,6 +65,15 @@
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>Apache v2 License</h1>
|
<h1>Apache v2 License</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
||||||
|
|
||||||
@ -122,6 +123,16 @@
|
|||||||
<div class="source">
|
<div class="source">
|
||||||
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a>
|
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>Eclipse Public License v1.0</h1>
|
<h1>Eclipse Public License v1.0</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<p>
|
<p>
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
||||||
@ -309,5 +310,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -145,6 +145,15 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>Mozilla Public License<br />Version 2.0</h1>
|
<h1>Mozilla Public License<br />Version 2.0</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<h2 id="definitions">1. Definitions</h2>
|
<h2 id="definitions">1. Definitions</h2>
|
||||||
<dl>
|
<dl>
|
||||||
@ -160,6 +161,16 @@
|
|||||||
<a href="http://www.mozilla.org/MPL/2.0/">Source</a>
|
<a href="http://www.mozilla.org/MPL/2.0/">Source</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>BSD (3-Clause) License</h1>
|
<h1>BSD (3-Clause) License</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<p>
|
<p>
|
||||||
Copyright (c) <year>, <OWNER>
|
Copyright (c) <year>, <OWNER>
|
||||||
@ -58,5 +59,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<h1>BSD (2-Clause) License</h1>
|
<h1>BSD (2-Clause) License</h1>
|
||||||
|
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<p>
|
<p>
|
||||||
Copyright (c) <year>, <OWNER>
|
Copyright (c) <year>, <OWNER>
|
||||||
@ -52,5 +53,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -136,6 +136,15 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</table>
|
</table>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>MIT License</h1>
|
<h1>MIT License</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<p>
|
<p>
|
||||||
Copyright (c) <year> <copyright holders>
|
Copyright (c) <year> <copyright holders>
|
||||||
@ -47,5 +48,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<h1>Microsoft Public License<br>(Ms-PL)</h1>
|
<h1>Microsoft Public License<br>(Ms-PL)</h1>
|
||||||
|
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<strong>
|
<strong>
|
||||||
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
|
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
|
||||||
@ -58,5 +59,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>GPL v2</h1>
|
<h1>GPL v2</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3>
|
<h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3>
|
||||||
<p>
|
<p>
|
||||||
@ -451,6 +452,16 @@
|
|||||||
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
|
<a href="http://www.gnu.org/licenses/gpl-2.0-standalone.html">Source</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>GPL v3</h1>
|
<h1>GPL v3</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
|
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
|
||||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||||
@ -690,5 +691,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>LGPL v2.1</h1>
|
<h1>LGPL v2.1</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
<h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||||
<p>
|
<p>
|
||||||
@ -614,5 +615,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1>LGPL v3</h1>
|
<h1>LGPL v3</h1>
|
||||||
|
<div class="cf">
|
||||||
<div class='license'>
|
<div class='license'>
|
||||||
<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||||
@ -215,5 +216,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer" class="cf">
|
||||||
|
<nav>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Terms of Service</a>
|
||||||
|
</nav>
|
||||||
|
<p>Please consult a legal expert before adopting a software license for your project.<br>
|
||||||
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||||
|
Creative Commons Attribution 3.0 Unported License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user