Skip to content

Commit

Permalink
Fix : fixed external footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Eniamza committed Jun 11, 2020
1 parent b1ea755 commit 97a7681
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 21 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions branding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ <h1 class="display-4" Ideas style="font-weight: bold;">Branding Assets</h1>
<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>
Expand Down
8 changes: 4 additions & 4 deletions governance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ <h4 class="card-title">Jon Ringo</h4>
<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>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ <h4 class="card-title">Creator</h4>
<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>
Expand Down
8 changes: 4 additions & 4 deletions swarm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ <h4><span style="text-decoration: underline;">How do I make a hive?</span><br></
<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>
Expand Down
9 changes: 5 additions & 4 deletions tavern/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</head>

<body>

<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark lbry-teal nav-transparent fixed-top">
<div class="container">
Expand Down Expand Up @@ -107,10 +108,10 @@ <h2><span style="text-decoration: underline;">Project Grants</span><br></h2>
<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>
Expand Down

0 comments on commit 97a7681

Please sign in to comment.