mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
update comment in footer
This commit is contained in:
parent
fa0f304b32
commit
10d12a97cb
1 changed files with 35 additions and 31 deletions
|
@ -1,34 +1,38 @@
|
|||
<!-- footer -->
|
||||
<!-- FooterPart -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row py-3">
|
||||
<div class="col-md-7">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://lbry.com/privacypolicy">Privacy Policy</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<div class="btn-group dropup">
|
||||
<button type="button" class="btn btn-outline-secondary text-white">Other Sites</button>
|
||||
<button type="button" class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split"
|
||||
<div class="row py-3">
|
||||
<div class="col-md-7">
|
||||
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://lbry.com/privacypolicy">Privacy Policy</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<div class="btn-group dropup">
|
||||
<button type="button" class="btn btn-outline-secondary text-white">Other Sites</button>
|
||||
<button type="button" class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="https://lbry.com">LBRY.com</a>
|
||||
<a class="dropdown-item" href="https://lbry.tech">LBRY.tech</a>
|
||||
<a class="dropdown-item" href="https://lbry.fund">LBRY.fund</a>
|
||||
<a class="dropdown-item" href="https://lbry.tv">LBRY.tv</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item" style="padding-left: 1rem;">
|
||||
</a>
|
||||
</li>
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="https://lbry.com">LBRY.com</a>
|
||||
<a class="dropdown-item" href="https://lbry.tech">LBRY.tech</a>
|
||||
<a class="dropdown-item" href="https://lbry.fund">LBRY.fund</a>
|
||||
<a class="dropdown-item" href="https://lbry.tv">LBRY.tv</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="nav-item" style="padding-left: 1rem;">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md text-md-right">
|
||||
<small>© 2020 LBRY.org | LBRY Foundation</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /footer -->
|
||||
</div>
|
||||
|
||||
<div class="col-md text-md-right">
|
||||
<small>© 2020 LBRY.org | LBRY Foundation</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /FooterPart -->
|
||||
|
|
Loading…
Add table
Reference in a new issue