diff options
author | Alex Legler <alex@a3li.li> | 2016-02-13 21:45:24 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-02-13 21:45:24 +0100 |
commit | 43c8f0c9fcad4af7f754419a4dbb4e522e8d3934 (patch) | |
tree | 4dc68b52d685e95d0346808166b8b1fd3ba7baa1 | |
parent | Extract new downloads panel, cleanup styling (diff) | |
download | www-43c8f0c9fcad4af7f754419a4dbb4e522e8d3934.tar.gz www-43c8f0c9fcad4af7f754419a4dbb4e522e8d3934.tar.bz2 www-43c8f0c9fcad4af7f754419a4dbb4e522e8d3934.zip |
irc channels: Use new featured panel
-rw-r--r-- | get-involved/irc-channels/index.html | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/get-involved/irc-channels/index.html b/get-involved/irc-channels/index.html index 525e925..6bbae6d 100644 --- a/get-involved/irc-channels/index.html +++ b/get-involved/irc-channels/index.html @@ -31,40 +31,42 @@ nav2-weight: 10 <li>Please do not use <kbd>CTCP VERSION</kbd> or the like on users/channels without their consent.</li> </ul> -{% include container/start class="pound-gentoo" %} -<div class="row"> - <div class="col-xs-12"> - <h2><i class="fa fa-fw fa-comments-o"></i> <tt>#gentoo</tt> – Our Main IRC Support Channel</h2> - </div> -</div> -<div class="row"> - <div class="col-xs-12 col-md-9"> - <p> - <strong>Got a question? <tt>#gentoo</tt> is here to help.</strong> - <br> - With more than 1,000 connected users, it is one of the largest channels on freenode, and it <strong>focuses on Gentoo support.</strong> - </p> - <p> - To ensure an optimal support environment, there are a few additional <a href="https://wiki.gentoo.org/wiki/Project:Ops#Channel_Policy">guidelines</a> in place. - These are the most important ones: - </p> - <ul> - <li>We operate a clean-language policy in <tt>#gentoo</tt>, and swearing is not permitted.</li> - <li>We are unable to support alternate package managers in <tt>#gentoo</tt>, just Portage.</li> - <li>Users of derivative distributions based upon Gentoo are asked to use their distribution's support venues, we can not provide them with assistance.</li> - </ul> - <p> - The channel is staffed by the <a href="https://wiki.gentoo.org/wiki/Project:Ops">Operators team</a>; - if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a>. - </p> - </div> - <div class="col-xs-12 col-md-3"> +<div class="panel panel-default featured-panel"> + <div class="panel-body"> + <div class="row"> + <div class="col-xs-12"> + <h2 class="stick-top"><i class="fa fa-fw fa-comments-o"></i> <tt>#gentoo</tt> – Our Main IRC Support Channel</h2> + </div> + </div> + <div class="row"> + <div class="col-xs-12 col-md-9"> + <p> + <strong>Got a question? <tt>#gentoo</tt> is here to help.</strong> + <br> + With more than 1,000 connected users, it is one of the largest channels on freenode, and it <strong>focuses on Gentoo support.</strong> + </p> + <p> + To ensure an optimal support environment, there are a few additional <a href="https://wiki.gentoo.org/wiki/Project:Ops#Channel_Policy">guidelines</a> in place. + These are the most important ones: + </p> + <ul> + <li>We operate a clean-language policy in <tt>#gentoo</tt>, and swearing is not permitted.</li> + <li>We are unable to support alternate package managers in <tt>#gentoo</tt>, just Portage.</li> + <li>Users of derivative distributions based upon Gentoo are asked to use their distribution's support venues, we can not provide them with assistance.</li> + </ul> + <p> + The channel is staffed by the <a href="https://wiki.gentoo.org/wiki/Project:Ops">Operators team</a>; + if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a>. + </p> + </div> + <div class="col-xs-12 col-md-3"> - <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> in your client</a> - <a href="http://webchat.freenode.net/?channels=gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via Webchat</a> + <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> in your client</a> + <a href="http://webchat.freenode.net/?channels=gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via Webchat</a> + </div> + </div> </div> </div> -{% include container/end %} <h2>More Channels</h2> |