mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
* revamped js/css asset build * update favicon compilation and color; cleanup package.json * fix spacing * update social media display and references * adjust about page sizing and mobile display * update jobs and page titles * abstract links to single source, small style fixes * adjust footer * update pro viddeo page and seo * seo and video fixes * fix seo display * move tor link to footer * sizing adjustments and add hosted video * video and sizing adjustments * wip video * final video * update pro link * temp fix for ticker start * update link, add auto orient, remove video border * fix contact form submission and mobile submit
53 lines
1.8 KiB
JavaScript
53 lines
1.8 KiB
JavaScript
module.exports = {
|
|
url: 'https://start9.com',
|
|
torUrl: 'http://privacy34kn4ez3y3nijweec6w4g54i3g54sdv7r5mr6soma3w4begyd.onion',
|
|
pitch: {
|
|
url: '#infographics' //'https://start9.com/latest/learn/index'
|
|
},
|
|
products: {
|
|
buyUrl: 'https://store.start9.com',
|
|
diyUrl: 'https://docs.start9.com/latest/diy',
|
|
one: 'https://store.start9.com/collections/embassy/products/embassy-one',
|
|
pro: 'https://store.start9.com/products/embassy-pro-presale',
|
|
gear: 'https://store.start9.com/collections/apparel'
|
|
},
|
|
bitcoin: {
|
|
whyRunBitcoinUrl: 'https://bitcoinmagazine.com/culture/six-reasons-you-should-run-bitcoin-node',
|
|
whyRunLightningUrl: '',
|
|
},
|
|
beYourOwn: {
|
|
url: 'https://marketplace.start9.com'
|
|
},
|
|
poweredBy: {
|
|
url: 'https://github.com/Start9Labs/embassy-os'
|
|
},
|
|
support: {
|
|
url: 'https://docs.start9.com/latest/support'
|
|
},
|
|
docs: {
|
|
url: 'https://docs.start9.com'
|
|
},
|
|
dev: {
|
|
docs: 'https://docs.start9.com/latest/developer-docs',
|
|
github: 'https://github.com/Start9Labs',
|
|
marketplace: 'https://marketplace.start9.com'
|
|
},
|
|
contribute: {
|
|
url: 'https://start9.com/latest/contribute'
|
|
},
|
|
footer: {
|
|
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',
|
|
canary: 'We have never received a secret government request to hand over user information.',
|
|
donate: 'https://btcpay.start9.com/apps/2Et1JUmJnDwzKncfVBXvspeXiFsa/crowdfund'
|
|
},
|
|
media: {
|
|
// NOTE: the keys here correspond to the name of the svg logo
|
|
matrix: 'https://matrix.to/#/!lMnRwPWnyQvOfAoEnD:matrix.start9labs.com',
|
|
twitter: 'https://twitter.com/start9labs',
|
|
telegram: 'https://t.me/start9_labs',
|
|
youtube: 'https://www.youtube.com/channel/UCGEw4HJDvOn3Oy8ykR36P7Q',
|
|
discourse: 'https://community.start9.com',
|
|
medium: 'https://start9labs.medium.com',
|
|
}
|
|
};
|