Updated : Charms of governance

This commit is contained in:
eniamza 2020-07-06 20:06:13 +06:00
parent 3df7d13c58
commit 6eb6838f97

View file

@ -6,27 +6,57 @@ layout : default
permalink : /governance/
---
--------------------
# Board of Directors
--------------------
<!-- Board of Directors -->
<h2 class="display-4 text-center my-5 text-white" id="board">Board of Directors</h2>
<hr class="subhead">
<br>
<div class="row">
<div class="col-md-6 col-lg-4 scroll-fade" data-fade-delay="100">
<div class="card mb-3 lbry-dark">
<img class="card-img-top" src="../img/Jeremy-Kauffman.jpg" alt="Jeremy Kauffman">
<div class="card-body">
<h4 class="card-title">Jeremy Kauffman</h4>
<p class="card-text">CEO of LBRY Inc., and founding board member of LBRY Foundation Inc.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 scroll-fade" data-fade-delay="300">
<div class="card mb-3 lbry-dark">
<img class="card-img-top" src="../img/Julie-Sigwart.jpg" alt="Julie Sigwart">
<div class="card-body">
<h4 class="card-title">Julie Sigwart</h4>
<p class="card-text">Community Director at LBRY Inc., and founding board member of LBRY Foundation Inc.</p>
</div>
</div>
</div>
|Jeremy Kauffman|Julie Sigwart|Jon Ringo|
|---------------|-------------|---------|
|![JeremyKauffman!](../img/Jeremy-Kauffman.jpg)|![JulieSigwart!](../img/Julie-Sigwart.jpg)|![JonRingo!](../img/Jon-Ringo.jpg)|
|CEO of LBRY Inc., and founding board member of LBRY Foundation Inc.|Community Director at LBRY Inc., and founding board member of LBRY Foundation Inc.|First community elected board member of LBRY Foundation, Inc.|
<div class="col-md-6 col-lg-4 scroll-fade" data-fade-delay="200">
<div class="card lbry-dark">
<img class="card-img-top" src="../img/Jon-Ringo.jpg" alt="Jon Ringo">
<div class="card-body">
<h4 class="card-title">Jon Ringo</h4>
<p class="card-text">First community elected board member of LBRY Foundation, Inc.</p>
</div>
</div>
</div>
</div>
<!-- /Board of Directors -->
<hr class="content"/>
------------------
## Board Elections
------------------
The first board election was the December 2019 Board Election, won by Jon Ringo.<br>
The board is expected to be add several more members through 2020.<br>
-------------------
## Future Structure
-------------------
The Foundation is expected to integrate network organization principles through 2020. <br>
The intent is to decentralize decision making and management powers throughout the LBRY network and community as they develop. <br>
<div id="about" class="row">
<!--Board Elections-->
<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" 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
throughout the LBRY network and community as they develop.</p>
</div>
</div>