This commit is contained in:
Udit Patel 2020-07-02 20:26:59 +05:30 committed by GitHub
parent a7b56f3514
commit 9f10a7b12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,62 +0,0 @@
---
title : Governance
subhead : The LBRY Foundation is US-based non-profit corporation governed by a board of directors.🏛️
bg-image : "../img/foundation-governance-background-art.png"
layout : default
permalink : /governance/
---
<!-- 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>
<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"/>
<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>