Merge pull request #109 from LBRYFoundation/pigges-patch
Fixing footers on all pages and done some tweking
This commit is contained in:
commit
bd3ceeae37
18 changed files with 65 additions and 17 deletions
|
@ -8,11 +8,12 @@ module.exports = {
|
||||||
const projects = await rp('https://raw.githubusercontent.com/LBRYFoundation/Awesome-LBRY/master/README.md')
|
const projects = await rp('https://raw.githubusercontent.com/LBRYFoundation/Awesome-LBRY/master/README.md')
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
title: 'Awesome LBRY Projects',
|
title: 'Awesome LBRY Projects',
|
||||||
path: '/projects/',
|
path: '/projects/',
|
||||||
editLink: true,
|
footer: true,
|
||||||
editLinkPattern: ':LBRYFoundation/Awesome-LBRY',
|
editLink: true,
|
||||||
content: projects
|
editLinkPattern: ':LBRYFoundation/Awesome-LBRY',
|
||||||
|
content: projects
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,6 @@ const config = {
|
||||||
search: false,
|
search: false,
|
||||||
nav: [
|
nav: [
|
||||||
// TODO update?
|
// TODO update?
|
||||||
{ text: 'Branding', link: '/branding/'},
|
|
||||||
{ text: 'Projects', link: '/projects/' },
|
{ text: 'Projects', link: '/projects/' },
|
||||||
{ text: 'Verified', link: '/verified/' },
|
{ text: 'Verified', link: '/verified/' },
|
||||||
{ text: 'Governance', link: '/governance/' },
|
{ text: 'Governance', link: '/governance/' },
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Branding Assets
|
title: Branding Assets
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
|
@ -11,7 +12,10 @@ Download official LBRY Foundation branding assets✏️📏🖌️
|
||||||
<h2>Foundation Branding</h2>
|
<h2>Foundation Branding</h2>
|
||||||
<img src="/logo-vertical.svg" width="200px">
|
<img src="/logo-vertical.svg" width="200px">
|
||||||
<br/>
|
<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>
|
</div>
|
||||||
|
|
||||||
### Logo
|
### Logo
|
||||||
|
@ -55,6 +59,23 @@ Download official LBRY Foundation branding assets✏️📏🖌️
|
||||||
text-align: center;
|
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 {
|
.assets h2 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
# Foundation Board
|
# 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.
|
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 -->
|
<!-- TODO probably add more about the governance here -->
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /creators-council/
|
- /creators-council/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
# Creator Of The Month
|
# 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.
|
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
|
# 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.
|
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:
|
aliases:
|
||||||
- /curators/
|
- /curators/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /marketing/
|
- /marketing/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# 🚀 Marketing
|
# 🚀 Marketing
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
---
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
## LBRY Communities
|
## LBRY Communities
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Person
|
<Person
|
||||||
avatar="/img/lbry-community-gaming.png"
|
avatar="/img/lbry-community-gaming.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
# Privacy Policy
|
# 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.
|
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.
|
||||||
|
@ -86,9 +90,9 @@ CalOPPA is the first state law in the nation to require commercial websites and
|
||||||
According to CalOPPA, we agree to the following:
|
According to CalOPPA, we agree to the following:
|
||||||
|
|
||||||
* Users can visit our site anonymously.
|
* Users can visit our site anonymously.
|
||||||
|
|
||||||
* Once this privacy policy is created, we will add a link to it on our home page or as a minimum, on the first significant page after entering our website.
|
* Once this privacy policy is created, we will add a link to it on our home page or as a minimum, on the first significant page after entering our website.
|
||||||
|
|
||||||
* Our Privacy Policy link includes the word 'Privacy' and can easily be found on the page specified above.
|
* Our Privacy Policy link includes the word 'Privacy' and can easily be found on the page specified above.
|
||||||
|
|
||||||
### You will be notified of any Privacy Policy changes:
|
### You will be notified of any Privacy Policy changes:
|
||||||
|
@ -158,8 +162,8 @@ and we will promptly remove you from ALL correspondence.
|
||||||
|
|
||||||
If there are any questions regarding this privacy policy, you may contact us using the information below.
|
If there are any questions regarding this privacy policy, you may contact us using the information below.
|
||||||
|
|
||||||
> LBRY Foundation Inc.
|
> LBRY Foundation Inc.
|
||||||
> 1072 CASITAS PASS RD #122
|
> 1072 CASITAS PASS RD #122
|
||||||
> CARPINTERIA CA 93013
|
> CARPINTERIA CA 93013
|
||||||
> United States
|
> United States
|
||||||
> [board@lbry.com](mailto:board@lbry.com)
|
> [board@lbry.com](mailto:board@lbry.com)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /arena/
|
- /arena/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# LBRY Arena
|
# LBRY Arena
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /podcast/
|
- /podcast/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# 🎧 Community Podcast
|
# 🎧 Community Podcast
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /radio/
|
- /radio/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# 📻 Radio Foundation
|
# 📻 Radio Foundation
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /swarm/
|
- /swarm/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# 🐝 Swarm
|
# 🐝 Swarm
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /tavern/
|
- /tavern/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# LBRY Tavern
|
# LBRY Tavern
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /curators/
|
- /curators/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
aliases:
|
aliases:
|
||||||
- /creators-council/
|
- /creators-council/
|
||||||
- /verify/
|
- /verify/
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Become a verified creator 
|
# Become a verified creator 
|
||||||
|
|
Loading…
Add table
Reference in a new issue