Add brand headings

This commit is contained in:
JC Brand 2017-09-16 15:55:41 +02:00
parent 99581b8300
commit 140946a34b
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<div class="brand-heading">
<i class="icon-conversejs"></i>
<span class="brand-name">converse</span>
</div>

View File

@ -0,0 +1,4 @@
<span>
<h1 class="brand-heading"><i class="icon-conversejs"></i>inverse</h1>
<p class="brand-subtitle"><a href="https://conversejs.org">Open Source</a> XMPP chat client</p>
</span>