mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php Response::setMetaDescription(__('description.contact')) ?>
|
|
<?php Response::setMetaTitle(__('title.contact')) ?>
|
|
|
|
<main class="ancillary">
|
|
<section class="hero hero--half-height">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>Get in Touch</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<h3>New School</h3>
|
|
<p>We're available on a number of social networks.</p>
|
|
|
|
<ul>
|
|
<li><a href="https://chat.lbry.com" title="LBRY's Discord channel">Discord</a></li>
|
|
<li><a href="https://twitter.com/lbrycom" title="LBRY's Twitter page">Twitter</a></li>
|
|
<li><a href="https://reddit.com/r/lbry" title="LBRY's subreddit">Reddit</a></li>
|
|
<li><a href="https://facebook.com/lbrycom" title="LBRY's Facebook page">Facebook</a></li>
|
|
<li><a href="https://t.me/lbryofficial" title="LBRY's Telegram channel">Telegram</a></li>
|
|
</ul>
|
|
|
|
<h3>Old School</h3>
|
|
<p>For long-form communication, just send us an email at <a href="mailto:hello@lbry.com">hello@lbry.com</a>.</p>
|
|
|
|
<h3>Ye Olde School</h3>
|
|
<p>
|
|
LBRY, Inc. <br/>
|
|
<a href="https://goo.gl/maps/YhTUwKA61s22" title="See where we work!">
|
|
99 Hanover St.<br/>
|
|
Manchester, NH 03101
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</main>
|