Skip to content
Snippets Groups Projects
Verified Commit c744e3ba authored by Dan Allen's avatar Dan Allen
Browse files

add license info in footer with link to license file

parent 431edd05
Branches
No related tags found
1 merge request!14resolves #13 add license info in footer with link to license file
Pipeline #3401 passed
......@@ -10,7 +10,7 @@ When contributing to the asciidoc.org website, you agree to license your contrib
This site's source code is made available under the terms of the Eclipse Public License v 2.0 (EPL-2.0).
This site's content, including prose and syntax examples, is made available under the terms of a Creative Commons Attribution 4.0 International License (CC-BY-4.0).
See link:LICENSE[] to find the full text of the EPL-2.0 and CC-BY-4.0 licenses as well as additional copyright and third-party materials license information.
See link:LICENSE.adoc[] to find the full text of the EPL-2.0 and CC-BY-4.0 licenses as well as additional copyright and third-party materials license information.
== Trademarks
......
......@@ -238,7 +238,7 @@
<p>
<span class="made">Made with AsciiDoc.</span>
<span class="copy">Copyright &copy; Eclipse Foundation.</span>
<span class="rights">All Rights Reserved.</span>
<span class="rights">Code licensed <a href="https://gitlab.eclipse.org/eclipse-wg/asciidoc-wg/asciidoc.org/-/blob/HEAD/LICENSE.adoc">EPL-2.0</a>, content <a href="https://gitlab.eclipse.org/eclipse-wg/asciidoc-wg/asciidoc.org/-/blob/HEAD/LICENSE.adoc">CC-BY-4.0</a>.</span>
<span class="trademarks">AsciiDoc&reg; and AsciiDoc Language&trade; are trademarks of the Eclipse Foundation, Inc.</span>
</p>
</div>
......
......@@ -1330,6 +1330,15 @@ section.docs a:hover {
opacity: 0.5;
}
.footer .eclipse .copyright span.made {
display: none;
}
.footer .eclipse .copyright span.copy ~ span {
display: block;
margin-top: 0.125em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.footer .eclipse,
.footer .asciidoc {
......@@ -1377,18 +1386,6 @@ section.docs a:hover {
max-width: 80%;
}
.footer .eclipse .copyright span {
display: block;
}
.footer .eclipse .copyright span.made {
display: none;
}
.footer .eclipse .copyright span:not(.made) + span {
margin-top: 0.25em;
}
.footer .eclipse .social {
grid-row: 4;
grid-column: span 2;
......@@ -1412,6 +1409,11 @@ section.docs a:hover {
display: block;
margin-top: 0.25em;
}
.footer .eclipse .copyright span.made,
.footer .eclipse .copyright span.copy {
display: initial;
}
}
@media screen and (min-width: 1024px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment