mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 09:21:29 +00:00
updated home page
This commit is contained in:
parent
920eadc8f6
commit
7ac22ff086
1 changed files with 29 additions and 31 deletions
60
index.html
60
index.html
|
@ -66,7 +66,7 @@
|
|||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
<h1 class="display-4" Ideas style="font-weight: bold;">Welcome to LBRY </h1>
|
||||
<p class="lead">LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY</p>
|
||||
<p class="lead">LBRY is a secure, open, and community-run digital marketplace.</p>
|
||||
<div class="btn-group mt-4" role="group" aria-label="Callout buttons">
|
||||
<a type="button" class="btn lbry-dark text-white btn-lg" href="https://lbry.com/get">Download LBRY</a>
|
||||
<a class="btn btn-light btn-lg" href="https://chat.lbry.com">Join Discord</a>
|
||||
|
@ -82,27 +82,10 @@
|
|||
<h3 class="mb-4">Welcome to LBRY</h3>
|
||||
<p>The LBRY community invites everyone to join us in building a more free and open way to share content and
|
||||
information online.</p>
|
||||
<p>Want to meet the international JavaScript community and share skills with some of the world's top experts,
|
||||
hackers, and makers? Be the first to know what to expect for the future of JavaScript.</p>
|
||||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the
|
||||
LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg order-lg-2">
|
||||
<h3 class="mb-4">About LBRY Foundations</h3>
|
||||
<!-- <img class="mb-4 img-fluid rounded d-none d-sm-block" src="./img/lbry-logo.png" alt="4"> -->
|
||||
<p>The LBRY community invites everyone to join us in building a more free and open way to share content and
|
||||
information online.</p>
|
||||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the
|
||||
LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg order-3">
|
||||
<h3 class="mb-4">Welcome to LBRY</h3>
|
||||
<p>The LBRY community invites everyone to join us in building a more free and open way to share content and
|
||||
information online.</p>
|
||||
<p>Want to meet the international JavaScript community and share skills with some of the world's top experts,
|
||||
hackers, and makers? Be the first to know what to expect for the future of JavaScript.</p>
|
||||
<div class="col-lg order-lg-1">
|
||||
<h3 class="mb-4">About LBRY Foundation</h3>
|
||||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the
|
||||
LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div>
|
||||
|
@ -117,9 +100,10 @@
|
|||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/1.png" alt="1"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Developer</h4>
|
||||
<p class="card-text">developer developer developer developer developer developer</p>
|
||||
<div class="card-body text-center">
|
||||
<i class="fas fa-laptop-code"></i>
|
||||
<h4 class="card-title">Are you a Developer?</h4>
|
||||
<!-- <p class="card-text">developer developer developer developer developer developer</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -127,9 +111,10 @@
|
|||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/2.png" alt="2"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Designer</h4>
|
||||
<p class="card-text">designer designer designer designer designer designer designer designer</p>
|
||||
<div class="card-body text-center">
|
||||
<i class="fas fa-edit"></i>
|
||||
<h4 class="card-title">Are you a Designer?</h4>
|
||||
<!-- <p class="card-text">designer designer designer designer designer designer designer designer</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -137,21 +122,34 @@
|
|||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/3.png" alt="3"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Creator</h4>
|
||||
<p class="card-text">creator creator creator creator creator creator creator creator creator</p>
|
||||
<div class="card-body text-center">
|
||||
<i class="fas fa-magic"></i>
|
||||
<h4 class="card-title">Are you a Creator?</h4>
|
||||
<!-- <p class="card-text">creator creator creator creator creator creator creator creator creator</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-12 col-lg-12 pt-3">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/1.png" alt="1"> -->
|
||||
<div class="card-body text-center">
|
||||
<i class="fas fa-handshake"></i>
|
||||
<h4 class="card-title">Are you someone who wants to have some fun and put your skills to use contributing to creative freedom?</h4>
|
||||
<!-- <p class="card-text">developer developer developer developer developer developer</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>Wonderful. So are we and we’d like to help!</p>
|
||||
<!-- /part2 -->
|
||||
|
||||
<div class="row py-4 text-white">
|
||||
<div class="col-md col-xl-5">
|
||||
<!-- <div class="col-md col-xl-5">
|
||||
<p><strong>About Foundation</strong></p>
|
||||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the
|
||||
LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="col-md col-xl-5 ml-auto">
|
||||
<p><strong>Stay up-to-date on LBRY Foundation</strong></p>
|
||||
<div class="input-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue