slack for everyone

This commit is contained in:
Alex Grintsvayg 2016-05-23 16:13:06 -04:00
parent f5a9336292
commit 7341ad9d10
3 changed files with 4 additions and 14 deletions

View file

@ -17,4 +17,4 @@ We believe cryptocurrencies and blockchain technology are the key to solving thi
Want to help us get LBRY launched and get in on the crypto action? [Test the LBRY Alpha and fill out our survey to earn 1,000 LBC](https://lbry.io/get).
If you have a strong interest in getting involved in LBRY, join our Slack channel by emailing [Josh Finer](mailto:josh@lbry.io). Come and join the fun!
If you have a strong interest in getting involved in LBRY, [join our Slack channel](https://lbry-slackin.herokuapp.com). Come and join the fun!

View file

@ -1,10 +0,0 @@
<?php Response::setMetaDescription('Chat with LBRY on Slack.') ?>
<?php echo View::render('nav/header', ['isDark' => false]) ?>
<main>
<div class="content">
<h1>Chat With Us</h1>
<p>Oops. You caught us. We haven't automated Slack invites yet. Please <a class="link-primary" href="mailto:josh@lbry.io?subject=Slack Me Up">email Josh</a>.</p>
<p>He answers email approximately as fast as a robot.</p>
</div>
</main>
<?php echo View::render('nav/footer') ?>

View file

@ -7,5 +7,5 @@
<a href="//github.com/lbryio" class="link-primary"><span class="icon-github icon-fw"></span><span class="btn-label">GitHub (source code)</span></a>
</div>
<div class="spacer1">
<a href="/slack" class="link-primary"><span class="icon-slack icon-fw"></span><span class="btn-label">Slack (chat)</span></a>
<a href="https://lbry-slackin.herokuapp.com" class="link-primary"><span class="icon-slack icon-fw"></span><span class="btn-label">Slack (chat)</span></a>
</div>