Skip to content

Commit 2419480

Browse files
committed
add Zulip logo to footer
1 parent 3e78217 commit 2419480

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/img/zulip-logo.svg

Lines changed: 35 additions & 0 deletions
Loading

src/partials/footer-content.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<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. Additional thanks to:</p>
2525
<p class="badges">
2626
<a href="https://opendevise.com" title="Development support by OpenDevise" target="_blank" rel="noopener"><img src="https://secure.gravatar.com/avatar/823717a797dbd78ceff7b26aa397f383.png?size=80" alt="OpenDevise Logo" width="30"></a>
27+
<a href="https://zulip.com" title="Chat powered by Zulip" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/zulip-logo.svg" alt="Zulip logo" width="30"></a>
2728
<a href="https://algolia.com/docsearch" title="Search by Algolia DocSearch" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/algolia-logo.svg" alt="Algolia logo" width="30"></a>
2829
<a href="https://netlify.com" title="Deploys by Netlify" target="_blank" rel="noopener"><img src="{{{uiRootPath}}}/img/netlify-logo.svg" alt="Deploys by Netlify" width="67"></a>
2930
</p>

0 commit comments

Comments
 (0)