diff --git a/packages/website/data/footer.yaml b/packages/website/data/footer.yaml index 1a5f6032..f647ce9a 100644 --- a/packages/website/data/footer.yaml +++ b/packages/website/data/footer.yaml @@ -1,7 +1,7 @@ - header: Skynet Labs links: - title: About us - to: / + to: /about - title: Brand Guidelines href: https://support.siasky.net/key-concepts/skynet-brand-guidelines - title: Careers diff --git a/packages/website/data/news/funding-2020/index.md b/packages/website/data/news/funding-2020/index.md index a79b6085..adbf350c 100644 --- a/packages/website/data/news/funding-2020/index.md +++ b/packages/website/data/news/funding-2020/index.md @@ -2,7 +2,7 @@ title: "Sia Announces $3M Seed Round to Accelerate Development and Adoption of the Web3 platform Skynet" date: "2020-09-22" description: "Paradigm leads the round of financing; Nebulous to solely focus on Skynet" -author: "Skynet Labs Inc" +author: "Skynet Labs" categories: ["press release"] avatar: "../images/skynet-avatar.png" thumbnail: "../images/press-release.png" diff --git a/packages/website/data/news/premium-accounts/index.md b/packages/website/data/news/premium-accounts/index.md index a2093c9c..48db511a 100644 --- a/packages/website/data/news/premium-accounts/index.md +++ b/packages/website/data/news/premium-accounts/index.md @@ -2,7 +2,7 @@ title: "Skynet Introduces Premium Accounts, Sets the Foundation for New Creator Economies" date: "2021-03-22" description: "Premium accounts support creators while giving users up to 20 TB of data storage per month and other perks." -author: "Skynet Labs Inc" +author: "Skynet Labs" categories: ["press release"] avatar: "../images/skynet-avatar.png" thumbnail: "../images/press-release.png" diff --git a/packages/website/data/news/skydb-announcement/index.md b/packages/website/data/news/skydb-announcement/index.md index 18c61254..b72524d6 100644 --- a/packages/website/data/news/skydb-announcement/index.md +++ b/packages/website/data/news/skydb-announcement/index.md @@ -2,7 +2,7 @@ title: "Skynet Announces SkyDB, Unlocking a Fully Decentralized Internet" date: "2020-10-15" description: "SkyDB enables decentralized social media to take on `The Social Dilemma`" -author: "Skynet Labs Inc" +author: "Skynet Labs" categories: ["press release"] avatar: "../images/skynet-avatar.png" thumbnail: "../images/press-release.png" diff --git a/packages/website/data/news/skynet-announcement/index.md b/packages/website/data/news/skynet-announcement/index.md index 5980b625..3233e9be 100644 --- a/packages/website/data/news/skynet-announcement/index.md +++ b/packages/website/data/news/skynet-announcement/index.md @@ -2,7 +2,7 @@ title: "Sia Announces Skynet, the Storage Foundation for a Free Internet" description: "Skynet is available with Sia version 1.4.3 and ready to use today!" date: "2020-02-18" -author: "Skynet Labs Inc" +author: "Skynet Labs" categories: ["press release"] avatar: "../images/skynet-avatar.png" thumbnail: "../images/press-release.png" diff --git a/packages/website/gatsby-config.js b/packages/website/gatsby-config.js index e789f875..7ce14397 100644 --- a/packages/website/gatsby-config.js +++ b/packages/website/gatsby-config.js @@ -4,7 +4,7 @@ module.exports = { siteMetadata: { title: `Skynet`, description: `Skynet is a decentralized file sharing and content distribution protocol`, - author: `Skynet Labs Inc`, + author: `Skynet Labs`, siteUrl: `https://siasky.net`, image: `https://siasky.net/icons/icon-512x512.png`, }, @@ -57,6 +57,7 @@ module.exports = { heading: "font-semibold text-palette-600", paragraph: "font-content text-base text-palette-400", strong: "font-semibold", + link: "text-primary hover:text-primary-light transition-colors duration-200", "heading[depth=1]": "text-4xl", "heading[depth=2]": "text-3xl", "paragraph + paragraph": "mt-8", diff --git a/packages/website/package.json b/packages/website/package.json index bcfb29bf..b7db7489 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -3,7 +3,7 @@ "private": true, "description": "Skynet Labs official website", "version": "0.1.0", - "author": "Skynet Labs Inc.", + "author": "Skynet Labs.", "dependencies": { "@fontsource/sora": "^4.2.2", "@fontsource/source-sans-pro": "^4.2.2", diff --git a/packages/website/src/components/Footer/Footer.js b/packages/website/src/components/Footer/Footer.js index a59eda52..f91c5f1b 100644 --- a/packages/website/src/components/Footer/Footer.js +++ b/packages/website/src/components/Footer/Footer.js @@ -10,7 +10,7 @@ const Footer = () => {