mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix : fixed external footer links
This commit is contained in:
parent
b1ea755f17
commit
97a7681ea1
6 changed files with 23 additions and 21 deletions
3
TODO.md
3
TODO.md
|
@ -10,4 +10,5 @@
|
|||
- ~~Standardize all navbars~~ [Commit](https://github.com/LBRYians/lbry-org-new/commit/b06c201d8943e85ebd0782e7caef77eaf3aaa272)
|
||||
- Documentation for whole thing
|
||||
- Add Fade-in animation for cards in /governance
|
||||
- Styled hr
|
||||
- Styled hr [Commit](https://github.com/LBRYians/lbry-org-new/commit/6bbb253922c6ab311ce46759b360c76f4b0e2c68)
|
||||
- Header Logo
|
||||
|
|
|
@ -99,10 +99,10 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
|
@ -124,10 +124,10 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
|
@ -182,10 +182,10 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
|
@ -110,10 +110,10 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark lbry-teal nav-transparent fixed-top">
|
||||
<div class="container">
|
||||
|
@ -107,10 +108,10 @@
|
|||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue