mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix : Code placement and comments
This commit is contained in:
parent
e68b6ee9dc
commit
9a05816be9
1 changed files with 1 additions and 30 deletions
|
@ -32,36 +32,7 @@
|
|||
|
||||
<h1>Branding</h1>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container">
|
||||
<div class="row py-3">
|
||||
<div class="col-md-7">
|
||||
<ul class="nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Terms and Condition</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Privacy Policy</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<div class="btn-group dropup">
|
||||
<button type="button" class="btn btn-outline-secondary">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="#">LBRY.com</a>
|
||||
<a class="dropdown-item" href="#">LBRY.tech</a>
|
||||
<a class="dropdown-item" href="#">LBRY.fund</a>
|
||||
<a class="dropdown-item" href="#">LBRY.tv</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../lib/jquery/jquery-3.5.1.min.js" defer=""></script>
|
||||
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js" defer=""></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue