mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +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-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?
|
||||
<span>}</span>
|
||||
</h2>
|
||||
<ul id='situations'>
|
||||
<ul id='situations' class="cf">
|
||||
<li class='whatever'>
|
||||
<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>
|
||||
@ -65,6 +65,15 @@
|
||||
</p>
|
||||
</li>
|
||||
</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>
|
||||
</body>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Apache v2 License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
||||
|
||||
@ -122,6 +123,16 @@
|
||||
<div class="source">
|
||||
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Source</a>
|
||||
</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>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Eclipse Public License v1.0</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
||||
@ -309,5 +310,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -145,6 +145,15 @@
|
||||
</td>
|
||||
</tr>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>Mozilla Public License<br />Version 2.0</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h2 id="definitions">1. Definitions</h2>
|
||||
<dl>
|
||||
@ -161,5 +162,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>BSD (3-Clause) License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year>, <OWNER>
|
||||
@ -58,5 +59,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -21,6 +21,7 @@
|
||||
</ol>
|
||||
<h1>BSD (2-Clause) License</h1>
|
||||
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year>, <OWNER>
|
||||
@ -52,5 +53,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -136,6 +136,15 @@
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>MIT License</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<p>
|
||||
Copyright (c) <year> <copyright holders>
|
||||
@ -47,5 +48,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -21,6 +21,7 @@
|
||||
</ol>
|
||||
<h1>Microsoft Public License<br>(Ms-PL)</h1>
|
||||
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<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.
|
||||
@ -58,5 +59,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>GPL v2</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 id="SEC1">GNU GENERAL PUBLIC LICENSE</h3>
|
||||
<p>
|
||||
@ -452,5 +453,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>GPL v3</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 style="text-align: center;">GNU GENERAL PUBLIC LICENSE</h3>
|
||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||
@ -690,5 +691,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>LGPL v2.1</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 id="SEC1">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||
<p>
|
||||
@ -614,5 +615,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
@ -20,6 +20,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
<h1>LGPL v3</h1>
|
||||
<div class="cf">
|
||||
<div class='license'>
|
||||
<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>
|
||||
<p style="text-align: center;">Version 3, 29 June 2007</p>
|
||||
@ -215,5 +216,15 @@
|
||||
</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>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user