mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-02 18:25:15 +00:00
Feat: Added Twitter feed in /home
This commit is contained in:
parent
19d88de6a3
commit
5dea5dfb5d
1 changed files with 10 additions and 22 deletions
32
index.html
32
index.html
|
@ -173,31 +173,19 @@
|
|||
<!-- /signup form -->
|
||||
|
||||
<!-- twitter -->
|
||||
<h2 class="mb-4 text-center" id="twitter">LBRY Foundation Tweets</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-lg-12 mb-4">
|
||||
<blockquote class="twitter-tweet tw-align-center"><p lang="en" dir="ltr">The third episode of the LBRY Foundation Community Podcast starts in only 5 hours on the LBRY Foundation Discord! 😲<br><br>Join us! <a href="https://t.co/e2klukMP9o">https://t.co/e2klukMP9o</a></p>— LBRY Foundation (@LbryFoundation) <a href="https://twitter.com/LbryFoundation/status/1271427684590137345?ref_src=twsrc%5Etfw">June 12, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 col-lg-12 mb-4">
|
||||
<blockquote class="twitter-tweet tw-align-center"><p lang="en" dir="ltr">How cool is this!<a href="https://t.co/QNLlqYZo5A">https://t.co/QNLlqYZo5A</a></p>— LBRY Foundation (@LbryFoundation) <a href="https://twitter.com/LbryFoundation/status/1254047892601540608?ref_src=twsrc%5Etfw">April 25, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 col-lg-12 mb-4">
|
||||
<blockquote class="twitter-tweet tw-align-center"><p lang="en" dir="ltr">Our initiating wishlist/roadmap... wishmap?<br><br>See anything you'd like to help with?<br><br>Come on into the Discord and let us know!<a href="https://t.co/9g2oBHEv81">https://t.co/9g2oBHEv81</a></p>— LBRY Foundation (@LbryFoundation) <a href="https://twitter.com/LbryFoundation/status/1245069304334372864?ref_src=twsrc%5Etfw">March 31, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 col-lg-12 mb-4">
|
||||
<blockquote class="twitter-tweet tw-align-center"><p lang="en" dir="ltr">Oh hello <a href="https://twitter.com/LBRYio?ref_src=twsrc%5Etfw">@LBRYio</a>, hello world. Fancy seeing you here!<a href="https://t.co/QY8K78qToV">https://t.co/QY8K78qToV</a></p>— LBRY Foundation (@LbryFoundation) <a href="https://twitter.com/LbryFoundation/status/1243932085225742336?ref_src=twsrc%5Etfw">March 28, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
|
||||
<!-- <div class="col-md-12 col-lg-12">
|
||||
|
||||
</div> -->
|
||||
<h2 class="mb-4 text-center" id="twitter">LBRY Foundation Tweets</h2> <hr class="subhead">
|
||||
<div style="text-align: center">
|
||||
<a class="twitter-timeline" data-width="520" data-height="500" data-theme="dark"
|
||||
href="https://twitter.com/LBRYio?ref_src=twsrc%5Etfw">Tweets by LBRYio</a>
|
||||
<script
|
||||
async src="https://platform.twitter.com/widgets.js" charset="utf-8">
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- /twitter -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
|
|
Loading…
Add table
Reference in a new issue