Merge pull request #4 from iamuditpatel/master
Added Open graph and other meta data for all pages and added Background art to Verified Creator Page
|
@ -5,7 +5,26 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>LBRY Foundation</title>
|
||||
<!-- Primary Meta Tags -->
|
||||
|
||||
<title>Welcome to LBRY Foundation</title>
|
||||
|
||||
<meta name="title" content="Welcome to LBRY Foundation">
|
||||
<meta name="description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lbry.org/">
|
||||
<meta property="og:title" content="Welcome to LBRY Foundation">
|
||||
<meta property="og:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
<meta property="og:image" content="https://lbry.org/img/home-page-meta-img.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lbry.org/">
|
||||
<meta property="twitter:title" content="Welcome to LBRY Foundation">
|
||||
<meta property="twitter:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
|
||||
<meta property="twitter:image" content="https://lbry.org/img/home-page-meta-img.png">
|
||||
|
||||
<!-- TitleBar Icon -->
|
||||
<link rel="icon" href="./img/small-logo.png" type="image/png" />
|
||||
|
@ -29,7 +48,25 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>LBRY Foundation</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="title" content="{{ page.title }}">
|
||||
<meta name="description" content="{{ page.subhead }}">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lbry.org/">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
<meta property="og:description" content="{{ page.subhead }}">
|
||||
<meta property="og:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lbry.org/">
|
||||
<meta property="twitter:title" content="{{ page.title }}">
|
||||
<meta property="twitter:description" content="{{ page.subhead }}">
|
||||
<meta property="twitter:image" content="{{ page.meta-image }}">
|
||||
|
||||
<!-- TitleBar Icon -->
|
||||
<link rel="shortcut icon" href="../img/small-logo.png" type="image/png">
|
||||
|
|
BIN
img/branding-page-meta-img.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
img/chat-page-meta-img.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
img/foundation-verified-background-art.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
img/governance-page-meta-img.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
img/home-page-meta-img.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
img/podcast-page-meta-img.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
img/roadmap-page-meta-img.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
img/swarm-page-meta-img.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
img/tavern-page-meta-img.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
img/verified-page-meta-img.png
Normal file
After Width: | Height: | Size: 47 KiB |
|
@ -2,6 +2,7 @@
|
|||
title : Branding Assets
|
||||
subhead : Download official LBRY Foundation branding assets✏️📏🖌️.
|
||||
bg-image : "../img/foundation-branding-background-art.png"
|
||||
meta-image : "https://lbry.org/img/branding-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /branding/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : Chat
|
||||
subhead : Join the LBRY Chatt💬.
|
||||
bg-image : "../img/foundation-chat-background-art.png"
|
||||
meta-image : "https://lbry.org/img/chat-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /chat/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : Governance
|
||||
subhead : The LBRY Foundation is US-based non-profit corporation governed by a board of directors.🏛️
|
||||
bg-image : "../img/foundation-governance-background-art.png"
|
||||
meta-image : "https://lbry.org/img/governance-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /governance/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : Podcast
|
||||
subhead : The LBRY Foundation Community Podcast🎙️.
|
||||
bg-image : "../img/foundation-podcast-background-art.png"
|
||||
meta-image : "https://lbry.org/img/podcast-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /podcast/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : Roadmap
|
||||
subhead : The running wishlist and roadmap for the LBRY Foundation🛣️.
|
||||
bg-image : "../img/foundation-roadmap-background-art.png"
|
||||
meta-image : "https://lbry.org/img/roadmap-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /roadmap/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : The Swarm
|
||||
subhead : LBRY SWARM!🍯
|
||||
bg-image : "../img/foundation-swarm-background-art.png"
|
||||
meta-image : "https://lbry.org/img/swarm-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /swarm/
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title : The Tavern
|
||||
subhead : The LBRY Tavern. Cheers!🍺
|
||||
bg-image : "../img/foundation-tavern-background-art.png"
|
||||
meta-image : "https://lbry.org/img/tavern-page-meta-img.png"
|
||||
layout : default
|
||||
permalink : /tavern/
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
title : Verified Creator
|
||||
subhead : Becoming a Verified Creator✔️.
|
||||
bg-image : "../img/foundation-background-art.png"
|
||||
bg-image : "../img/foundation-verified-background-art.png"
|
||||
meta-image : "https://lbry.org/img/foundation-verified-background-art.png"
|
||||
layout : default
|
||||
permalink : /verified/
|
||||
---
|
||||
|
|