Skip to content

Commit ef4b190

Browse files
committed
add trademark text for AsciiDoc and adjust footer styles
1 parent fadee69 commit ef4b190

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/css/footer.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ footer.footer {
8484
text-align: center;
8585
}
8686

87+
.footer-thanks .badges img {
88+
margin-left: 5px;
89+
}
90+
8791
@media screen and (min-width: 1024px) {
8892
footer.footer {
8993
flex-direction: row;
@@ -104,4 +108,10 @@ footer.footer {
104108
.footer-thanks {
105109
text-align: right;
106110
}
111+
112+
.footer-thanks .badges {
113+
display: flex;
114+
justify-content: flex-end;
115+
align-items: center;
116+
}
107117
}

src/partials/footer-content.hbs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
<div class="footer-legal">
1515
<p>Except where noted, the content on this site is licensed under the Creative Commons Attribution 4.0 International (CC-BY 4.0) license.</p>
1616
<p>The UI for this site is based on the default Antora UI and is thus licensed under the terms of the MPL-2.0 license.</p>
17-
<p>Authored in AsciiDoc // Produced by Asciidoctor and Antora.</p>
17+
<p>AsciiDoc is a Trademark of the Eclipse Foundation, Inc.</p>
1818
</div>
1919
<div class="footer-thanks">
2020
<p>Thanks to our <a href="https://asciidoctor.org/supporters/" target="_blank" rel="noopener">backers</a> and <a href="https://asciidoctor.org/contributors/" target="_blank" rel="noopener">contributors</a> for helping to make this project possible.</p>
21-
<p>
21+
<p class="badges">
2222
Special thanks to:
23-
<a href="https://opendevise.com" title="OpenDevise" target="_blank" rel="noopener"><img src="https://secure.gravatar.com/avatar/823717a797dbd78ceff7b26aa397f383.png?size=80" alt="OpenDevise Logo" style="margin-left: 5px" width="40"></a>
24-
<a href="https://netlify.com" title="Netlify" target="_blank" rel="noopener"><img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" style="margin-left: 5px" width="90"></a>
23+
<a href="https://opendevise.com" title="OpenDevise" target="_blank" rel="noopener"><img src="https://secure.gravatar.com/avatar/823717a797dbd78ceff7b26aa397f383.png?size=80" alt="OpenDevise Logo" width="40"></a>
24+
<a href="https://netlify.com" title="Netlify" target="_blank" rel="noopener"><img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" width="90"></a>
2525
</p>
26+
<p>Authored in AsciiDoc. Produced by Asciidoctor and Antora.</p>
2627
</div>
2728
</footer>

0 commit comments

Comments
 (0)