mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
added governance page to pages folder
This commit is contained in:
parent
7cb8d330bf
commit
c852379a23
1 changed files with 62 additions and 0 deletions
62
pages/governance.html
Normal file
62
pages/governance.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
---
|
||||
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>
|
Loading…
Add table
Reference in a new issue