mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 17:31:29 +00:00
added layout in swarm page
This commit is contained in:
parent
cdc8fcfea6
commit
a10a139e2f
1 changed files with 122 additions and 30 deletions
152
swarm/index.html
152
swarm/index.html
|
@ -62,38 +62,130 @@
|
|||
</div>
|
||||
<!-- /jumbotron -->
|
||||
|
||||
<!--main-div-->
|
||||
<div class="article-clean">
|
||||
<!--parallax-container-->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-xl-8 offset-md-0 offset-lg-1 offset-xl-2">
|
||||
<div class="intro">
|
||||
<div class="text">
|
||||
<p><br>The swarm is a sub-network within the LBRY network. It utilizes open-source principles to focus on the development of community, <br>engagement, and the voices and reputations of individuals and groups within the LBRY network.<br>The
|
||||
sub-net nodes are known as hives.<br><br><br></p>
|
||||
<h2><span style="text-decoration: underline;">What is Hive ?</span></h2>
|
||||
<p><br>A hive is a place to meet people who love the things you love, including, of course, the LBRY protocol and the values it represents. Anyone can make a hive, everyone can join as many hives as they’d like, and there can be more
|
||||
than one hive that center around the same topic or application.<br>Some examples of hives:<br><br>> Music<br>> Country music<br>> EDM<br>> Anime<br>> Art<br> > Photography<br>> The Ninja Turtles<br>>
|
||||
Donatello, the staff wielding ninja turtle<br>> The staff of Donatello, the staff wielding ninja turtle<br>> Donatello’s graphic novel creation app<br>> Really, anything!<br>> You could think of hives as subreddits
|
||||
on Reddit, or channels on an IRC server, but different.<br><br><br></p>
|
||||
<h2><span style="text-decoration: underline;">Why should I join or make a hive?</span><br></h2>
|
||||
<p>Joining or making a hive is a great way to jump into the LBRY network. Make some friends, learn some things, share some ideas, gain some experience, build a reputation, or just hang out with some like minded <br>individuals<br></p>
|
||||
<h2><span style="text-decoration: underline;">How do I join a hive?</span><br></h2>
|
||||
<p><br>Hives are entirely independent and autonomous communities within the larger LBRY network. As such, the process for joining a hive depends entirely on the hive you would like to join. Maybe a hive lets anyone join and all
|
||||
you need to do is join a chat room. In fact, many hives will have their own role and channel right on the LBRY discord server. <br>To join one of those hives simply join the LBRY discord and ask for the appropriate role
|
||||
in the #hiveroles channel!<br>Otherwise, maybe a hive only lets folks with portfolios join, like photographers or artists. Maybe a hive requires you to write a short story to join. <br>Maybe a hive requires a code contribution.
|
||||
Maybe a hive is entirely open. Maybe a hive has a limited number of possible members. So long as the rules of the hive do not conflict with the ethos<br> and protocol of the LBRY network: maybe <em>anything</em>.<br>So
|
||||
how do you join? Find the hive you would like to join, find out how to join, and follow their instructions!<br><br><br>
|
||||
</p>
|
||||
</div>
|
||||
<h4><span style="text-decoration: underline;">How do I make a hive?</span><br></h4>
|
||||
<p style="font-size: 16px;"><br>Making a hive is as easy as setting up a chat room and editing a wiki. Actually, that’s the entire process!<br>All you need to do to make your own hive is to set up a chat roomor forum and add your hive to the hives table on this
|
||||
wiki page.<br>The easiest way to do this is to join the LBRY discord #makeahivechannel and ask for you own hive role and channel. After a brief chat with a friendly moderator, you’ll have your own room and role made right<br> on
|
||||
the LBRY discord. The LBRY discord is already a buzzing place so this is probably the best way to find more people for your new hive.<br><br><br></p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--main-row-->
|
||||
<div class="row">
|
||||
<!--main-column-->
|
||||
<div class="col-lg-10 col-xl-8 offset-sm-0 offset-md-0 offset-lg-1 offset-xl-2">
|
||||
<p>
|
||||
The swarm is a sub-network within the LBRY network.
|
||||
It utilizes open-source principles to focus on the development of community, engagement, and the voices and reputations of individuals and groups within the LBRY network.<br>
|
||||
The sub-net nodes are known as hives.
|
||||
</p>
|
||||
|
||||
<!--row-->
|
||||
<div class="row">
|
||||
<!--col-1-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">What is a hive?</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
<p>A hive is a place to meet people who love the things you love, including, of course, the LBRY protocol and the values it represents.</p>
|
||||
<p>Anyone can make a hive, everyone can join as many hives as they’d like, and there can be more than one hive that center around the same topic or application.</p>
|
||||
<p>Some examples of hives:</p>
|
||||
<ul>
|
||||
<li>Music</li>
|
||||
<li>Country music</li>
|
||||
<li>EDM</li>
|
||||
<li>Anime</li>
|
||||
<li>Art</li>
|
||||
<li>Photography</li>
|
||||
<li>The Ninja Turtles</li>
|
||||
<li>Donatello, the staff wielding ninja turtle</li>
|
||||
<li>The staff of Donatello, the staff wielding ninja turtle</li>
|
||||
<li>Donatello’s graphic novel creation app</li>
|
||||
<li>Really, anything!</li>
|
||||
</ul>
|
||||
<p>You could think of hives as subreddits on Reddit, or channels on an IRC server, but different.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/col-1-->
|
||||
|
||||
<!--col-2-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">Why should I join or make a hive?</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
<p>Joining or making a hive is a great way to jump into the LBRY network.</p>
|
||||
<p>Make some friends, learn some things, share some ideas, gain some experience, build a reputation, or just hang out with some like minded individuals.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/col-2-->
|
||||
|
||||
<!--col-3-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">How do I join a hive?</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
<p>Hives are entirely independent and autonomous communities within the larger LBRY network.
|
||||
As such, the process for joining a hive depends entirely on the hive you would like to join.
|
||||
Maybe a hive lets anyone join and all you need to do is join a chat room.
|
||||
In fact, many hives will have their own role and channel right on the LBRY discord server.
|
||||
To join one of those hives simply join the LBRY discord and ask for the appropriate role in the #hiveroles channel!</p>
|
||||
<p>Otherwise, maybe a hive only lets folks with portfolios join, like photographers or artists.
|
||||
Maybe a hive requires you to write a short story to join. Maybe a hive requires a code contribution.
|
||||
Maybe a hive is entirely open.
|
||||
Maybe a hive has a limited number of possible members.
|
||||
So long as the rules of the hive do not conflict with the ethos and protocol of the LBRY network: maybe anything.</p>
|
||||
<p>So how do you join? Find the hive you would like to join, find out how to join, and follow their instructions!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/col-3-->
|
||||
|
||||
<!--col-4-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">How do I make a hive?</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
<p>Making a hive is as easy as setting up a chat room and editing a wiki.
|
||||
Actually, that’s the entire process!</p>
|
||||
<p>All you need to do to make your own hive is to set up a chat room or forum and add your hive to the hives table on this wiki page.</p>
|
||||
<p>The easiest way to do this is to join the LBRY discord #makeahive channel and ask for you own hive role and channel.
|
||||
After a brief chat with a friendly moderator, you’ll have your own room and role made right on the LBRY discord.
|
||||
The LBRY discord is already a buzzing place so this is probably the best way to find more people for your new hive.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/col-4-->
|
||||
|
||||
<!--col-5-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">How should hives operate?</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
<p>However you want! Well, mostly.</p>
|
||||
<p>We are all part of the LBRY network. The network’s ethos, its protocol, its operation, its community and development are paramount.
|
||||
The only written rule for hives is that a hive cannot conflict the LBRY network.
|
||||
Otherwise, literally anything goes.</p>
|
||||
<p>So go ahead, make a democratic hive. <br>
|
||||
Make an anarchist hive. <br>
|
||||
Make a hive ruled by 12 rings. <br>
|
||||
Make a hive ruled by 1. <br>
|
||||
The LBRY network is your stage, your imagination is your player. <br>
|
||||
Have fun. Experiment. Succeed. Fail. Try again. Fail again. Try again… again. Or don’t. <br>
|
||||
The choices are yours to make.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div><!--/col-5-->
|
||||
|
||||
<!--col-6-->
|
||||
<!-- <div class="col-md-12 col-lg-12 my-5">
|
||||
<h2 class="mb-2 text-white text-center">Hives Table</h2>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!--/col-6-->
|
||||
</div><!--row-->
|
||||
|
||||
</div><!--main-column-->
|
||||
</div><!--/main-row-->
|
||||
</div><!--/parallax-container-->
|
||||
</div><!--/main-div-->
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
|
|
Loading…
Add table
Reference in a new issue