forked from acaldas/document-model-electron
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #292 from powerhouse-inc/update-opengraph-connect
feat: update connect opengraph meta data
- Loading branch information
Showing
3 changed files
with
149 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
export default { | ||
meta: [ | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:title', | ||
content: 'Arbitrum Grants Platform', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:type', | ||
content: 'website', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:url', | ||
content: 'https://www.arbgrants.com', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:description', | ||
content: | ||
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:image', | ||
content: | ||
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:card', | ||
content: 'summary_large_image', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:image', | ||
content: | ||
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:title', | ||
content: 'Arbitrum Grants Platform', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:description', | ||
content: | ||
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.', | ||
}, | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
export default { | ||
meta: [ | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:title', | ||
content: 'Connect', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:type', | ||
content: 'website', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:url', | ||
content: 'https://apps.powerhouse.io/powerhouse/connect/', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:description', | ||
content: | ||
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
property: 'og:image', | ||
content: | ||
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:card', | ||
content: 'summary_large_image', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:image', | ||
content: | ||
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:title', | ||
content: 'Connect', | ||
}, | ||
}, | ||
{ | ||
tag: 'meta', | ||
attrs: { | ||
name: 'twitter:description', | ||
content: | ||
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.', | ||
}, | ||
}, | ||
], | ||
}; |