Skip to content

Commit

Permalink
Move "Join Chat" buttons to a right-aligned box
Browse files Browse the repository at this point in the history
The page design is more consistent this way than it was with the
previous, orange-colored "Join chat" buttons.
  • Loading branch information
dregad committed Apr 3, 2018
1 parent 61ec0e7 commit 3b03a0c
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions development.php
Expand Up @@ -76,14 +76,26 @@
The legacy <a href="http://webchat.freenode.net/?channels=%23mantisbt">#mantisbt</a> channel
on <a href="http://freenode.net">Freenode</a> still exists, but it is hardly used anymore.
</p>
<a type="button" class="btn btn-warning" href="https://gitter.im/mantisbt/mantisbt" onclick="ga('send', 'event', 'Development', 'Join Gitter');">
Join MantisBT Gitter Channel
</a>
<a type="button" class="btn btn-warning" href="irc://irc.freenode.net/mantisbt" onclick="ga('send', 'event', 'Development', 'Join #mantisbt IRC');">
Join #mantisbt IRC
</a>
</div>

<br><br>
<div class="col-sm-3 col-md-3 note-stick stick pull-right">
<div style="font-size: 32px;">
<i class="icon-comments"></i>
</div>
<br>
<h2>Chat</h2>
<br>
<br>
<a type="button" href="https://gitter.im/mantisbt/mantisbt"
onclick="ga('send', 'event', 'Development', 'Join Gitter');"
class="ex btn btn-default btn-inverse btn-block">
Join Gitter Channel
</a>
<a type="button" href="irc://irc.freenode.net/mantisbt"
onclick="ga('send', 'event', 'Development', 'Join #mantisbt IRC');"
class="ex btn btn-default btn-inverse btn-block">
Join #mantisbt IRC
</a>
</div>
</div>

Expand Down

0 comments on commit 3b03a0c

Please sign in to comment.