adding footer on all pages and finetuning stuff
This commit is contained in:
parent
c39b2eb713
commit
cb689c4ee7
16 changed files with 63 additions and 17 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
{
|
||||
title: 'Awesome LBRY Projects',
|
||||
path: '/projects/',
|
||||
footer: true,
|
||||
editLink: true,
|
||||
editLinkPattern: ':LBRYFoundation/Awesome-LBRY',
|
||||
content: projects
|
||||
|
|
|
@ -88,7 +88,6 @@ const config = {
|
|||
search: false,
|
||||
nav: [
|
||||
// TODO update?
|
||||
{ text: 'Branding', link: '/branding/'},
|
||||
{ text: 'Projects', link: '/projects/' },
|
||||
{ text: 'Verified', link: '/verified/' },
|
||||
{ text: 'Governance', link: '/governance/' },
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Branding Assets
|
||||
footer: true
|
||||
---
|
||||
|
||||
<center>
|
||||
|
@ -11,7 +12,10 @@ Download official LBRY Foundation branding assets✏️📏🖌️
|
|||
<h2>Foundation Branding</h2>
|
||||
<img src="/logo-vertical.svg" width="200px">
|
||||
<br/>
|
||||
<a class="download-assets" href="/branding/assets.zip">Download assets</a>
|
||||
<a class="download-button" target="_blank" rel="noopener" href="/branding/assets.zip">
|
||||
<IconifyIcon name="Download" icon="fa-solid:arrow-alt-circle-down" />
|
||||
<span>Download assets</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
### Logo
|
||||
|
@ -55,6 +59,23 @@ Download official LBRY Foundation branding assets✏️📏🖌️
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.assets .download-button {
|
||||
color: #fff;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 15px 20px;
|
||||
border-radius: 8px;
|
||||
margin-top: 20px;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
background-color: var(--tertiaryBG);
|
||||
}
|
||||
|
||||
.assets .download-button:hover {
|
||||
background-color: var(--secondaryBG);
|
||||
}
|
||||
|
||||
.assets h2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
footer: true
|
||||
---
|
||||
|
||||
# Foundation Board
|
||||
The LBRY Foundation is a US-based non-profit corporation governed by a board of directors. Followed by its councils formed by members of is community.
|
||||
<!-- TODO probably add more about the governance here -->
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /creators-council/
|
||||
footer: true
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
footer: true
|
||||
---
|
||||
|
||||
# Creator Of The Month
|
||||
Every week The Creator’s Council votes a new Creator of The Month. If you wanna know more about this process, check out the [Creator's Council](https://odysee.com/@cc:c4) on Odysee.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
footer: true
|
||||
---
|
||||
|
||||
# Creator Of The Week
|
||||
Every week The Creator’s Council votes a new LBRY Foundation Creator of The Week. If you wanna know more about this process, check out the [Creator's Council](https://odysee.com/@cc:c4) on Odysee.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /curators/
|
||||
footer: true
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /marketing/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# 🚀 Marketing
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
footer: true
|
||||
---
|
||||
|
||||
## LBRY Communities
|
||||
|
||||
|
||||
|
||||
|
||||
<Person
|
||||
avatar="/img/lbry-community-gaming.png"
|
||||
imageClass="rounded"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
footer: true
|
||||
---
|
||||
|
||||
# Privacy Policy
|
||||
|
||||
This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /arena/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# LBRY Arena
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /podcast/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# 🎧 Community Podcast
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /radio/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# 📻 Radio Foundation
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /swarm/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# 🐝 Swarm
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
aliases:
|
||||
- /tavern/
|
||||
footer: true
|
||||
---
|
||||
|
||||
# LBRY Tavern
|
||||
|
|
Loading…
Add table
Reference in a new issue