mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
update: navigation
This commit is contained in:
parent
496194f054
commit
4a486c4471
4 changed files with 32 additions and 32 deletions
|
@ -41,9 +41,9 @@
|
|||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="#branding">Branding<span class="sr-only">(current)</span></a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#lbry_tavern">Logos</a>
|
||||
<a class="dropdown-item" href="#initiatives">Colors</a>
|
||||
<a class="dropdown-item" href="#project_grants">Fonts & Typography</a>
|
||||
<a class="dropdown-item" href="#logos">Logos</a>
|
||||
<a class="dropdown-item" href="#color">Colors</a>
|
||||
<a class="dropdown-item" href="#fonts">Fonts & Typography</a>
|
||||
</div>
|
||||
</li>
|
||||
<a class="nav-item nav-link" href="../tavern/">Tavern</a>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<div class="parallax-mask"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
<div class="parallax-content" id="branding">
|
||||
<!-- jumbotron -->
|
||||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
|
@ -82,7 +82,7 @@
|
|||
</div> -->
|
||||
|
||||
<!--logo-->
|
||||
<h2 class="my-4 text-center">Logos</h2>
|
||||
<h2 class="my-4 text-center" id="logos">Logos</h2>
|
||||
<div class="row text-white">
|
||||
<div class="col-md-5 col-lg-3 col-xl-3 mx-auto">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
|
@ -130,7 +130,7 @@
|
|||
<!--/logo-->
|
||||
|
||||
<!--colors-->
|
||||
<h2 class="my-4 text-center">Colors</h2>
|
||||
<h2 class="my-4 text-center" id="colors">Colors</h2>
|
||||
<div class="row col-md-6 col-lg-4 text-white mx-auto">
|
||||
<div class="col-md-6 col-lg-6 mx-auto text-center">
|
||||
<div class="card mb-1 lbry-teal-green">
|
||||
|
@ -202,7 +202,7 @@
|
|||
<!--/colors-->
|
||||
|
||||
<!--fonts-->
|
||||
<h2 class="my-4 text-center">Fonts & Typography</h2>
|
||||
<h2 class="my-4 text-center" id="fonts">Fonts & Typography</h2>
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6 col-lg-6">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="#chat">Chat<span class="sr-only">(current)</span></a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#lbry_tavern">The Main Chat</a>
|
||||
<a class="dropdown-item" href="#initiatives">Joining the Chat</a>
|
||||
<a class="dropdown-item" href="#project_grants">Other Things to Know</a>
|
||||
<a class="dropdown-item" href="#main_chat">The Main Chat</a>
|
||||
<a class="dropdown-item" href="#join_chat">Joining the Chat</a>
|
||||
<a class="dropdown-item" href="#other_things">Other Things to Know</a>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<div class="parallax-bg"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
<div class="parallax-content" id="chat">
|
||||
<!-- jumbotron -->
|
||||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
|
@ -89,7 +89,7 @@
|
|||
<!--row-->
|
||||
<div class="row">
|
||||
<!--col-1-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="main_chat">
|
||||
<h2 class="mb-2 text-white text-center">The Main Chat</h2> <br>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
|
@ -111,7 +111,7 @@
|
|||
<!--/col-1-->
|
||||
|
||||
<!--col-2-->
|
||||
<div class="col-md-12 col-lg-12 my-5" id="initiatives">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="join_chat">
|
||||
<h2 class="mb-2 text-white text-center">Joining the Chat</h2> <br>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
|
@ -132,7 +132,7 @@
|
|||
<!--/col-2-->
|
||||
|
||||
<!--col-3-->
|
||||
<div class="col-md-12 col-lg-12 my-5" id="project_grants">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="other_things">
|
||||
<h2 class="mb-2 text-white text-center">Other Things to Know</h2> <br>
|
||||
<div class="card lbry-dark">
|
||||
<div class="card-body">
|
||||
|
|
|
@ -44,9 +44,9 @@
|
|||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="#governance">Governance<span class="sr-only">(current)</span></a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#lbry_tavern">Board of Directors</a>
|
||||
<a class="dropdown-item" href="#initiatives">Board Elections</a>
|
||||
<a class="dropdown-item" href="#project_grants">Future Structure</a>
|
||||
<a class="dropdown-item" href="#board_of_directors">Board of Directors</a>
|
||||
<a class="dropdown-item" href="#board_elections">Board Elections</a>
|
||||
<a class="dropdown-item" href="#future_structure">Future Structure</a>
|
||||
</div>
|
||||
</li>
|
||||
<a class="nav-item nav-link" href="../chat/">Chat</a>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<div class="parallax-mask"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
<div class="parallax-content" id="governance">
|
||||
<!-- jumbotron -->
|
||||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
<div class="container-fluid above-parallax">
|
||||
<!-- Board of Directors -->
|
||||
<h2 id="part2" class="display-4 text-center my-5 text-white">Board of Directors</h2>
|
||||
<h2 id="part2" class="display-4 text-center my-5 text-white" id="board_of_directors">Board of Directors</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="row">
|
||||
|
@ -115,14 +115,14 @@
|
|||
|
||||
<div id="about" class="row">
|
||||
<!--Board Elections-->
|
||||
<div class="col-md-6 col-lg-6 order-lg-1">
|
||||
<div class="col-md-6 col-lg-6 order-lg-1" id="board_elections">
|
||||
<h2 class="mb-4">Board Elections</h2>
|
||||
<p>The first board election was the December 2019 Board Election, won by Jon Ringo.</p>
|
||||
<p>The board is expected to be add several more members through 2020.</p>
|
||||
</div>
|
||||
<!--/Board Elections-->
|
||||
|
||||
<div class="col-md-6 col-lg-6 order-lg-2">
|
||||
<div class="col-md-6 col-lg-6 order-lg-2" id="future_structure">
|
||||
<h2 class="mb-4">Future Structure</h2>
|
||||
<p>The Foundation is expected to integrate network organization principles through 2020.
|
||||
The intent is to decentralize decision making and management powers
|
||||
|
|
|
@ -44,12 +44,12 @@
|
|||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item" href="#swarm">Swarm<span class="sr-only">(current)</span></a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#initiatives">What is a hive?</a>
|
||||
<a class="dropdown-item" href="#project_grants">Why should I join or make a hive?</a>
|
||||
<a class="dropdown-item" href="#project_grants">How do I join a hive?</a>
|
||||
<a class="dropdown-item" href="#project_grants">How do I make a hive?</a>
|
||||
<a class="dropdown-item" href="#project_grants">How should hives operate?</a>
|
||||
<a class="dropdown-item" href="#project_grants">Hives Table</a>
|
||||
<a class="dropdown-item" href="#hive">What is a hive?</a>
|
||||
<a class="dropdown-item" href="#why_hive">Why should I join or make a hive?</a>
|
||||
<a class="dropdown-item" href="#join_hive">How do I join a hive?</a>
|
||||
<a class="dropdown-item" href="#make_hive">How do I make a hive?</a>
|
||||
<a class="dropdown-item" href="#operate_hive">How should hives operate?</a>
|
||||
<a class="dropdown-item" href="#hives">Hives Table</a>
|
||||
</div>
|
||||
</li>
|
||||
<a class="nav-item nav-link" href="../governance/">Governance</a>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<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>
|
||||
<h2 class="mb-2 text-white text-center" id="hive">What is a hive?</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="card lbry-dark">
|
||||
|
@ -122,7 +122,7 @@
|
|||
<!--/col-1-->
|
||||
|
||||
<!--col-2-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="why_hive">
|
||||
<h2 class="mb-2 text-white text-center">Why should I join or make a hive?</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
|
@ -136,7 +136,7 @@
|
|||
<!--/col-2-->
|
||||
|
||||
<!--col-3-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="join_hive">
|
||||
<h2 class="mb-2 text-white text-center">How do I join a hive?</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
|
@ -159,7 +159,7 @@
|
|||
<!--/col-3-->
|
||||
|
||||
<!--col-4-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="make_hive">
|
||||
<h2 class="mb-2 text-white text-center">How do I make a hive?</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<!--/col-4-->
|
||||
|
||||
<!--col-5-->
|
||||
<div class="col-md-12 col-lg-12 my-5">
|
||||
<div class="col-md-12 col-lg-12 my-5" id="operate_hive">
|
||||
<h2 class="mb-2 text-white text-center">How should hives operate?</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue