diff --git a/packages/website/data/news/funding-2020/index.md b/packages/website/data/news/funding-2020/index.md index adbf350c..8e8139f0 100644 --- a/packages/website/data/news/funding-2020/index.md +++ b/packages/website/data/news/funding-2020/index.md @@ -8,7 +8,7 @@ avatar: "../images/skynet-avatar.png" thumbnail: "../images/press-release.png" --- -**Boston, MA – September 22nd, 2020** — Nebulous, the company building the Sia decentralized cloud storage platform and the Skynet application hosting platform, today announced it has closed a $3M funding round led by Paradigm with participation from Bain Capital Ventures, Bessemer Venture Partners, A.Capital, Collaborative Fund, Dragonfly Capital Partners, Hack VC, INBlockchain, First Star Ventures, and other notable investors. The round will help the company scale and accelerate the development and adoption of Skynet. +**Boston, MA – September 22nd, 2020** — Nebulous, the company building the Sia decentralized cloud storage platform and the Skynet application hosting platform, today announced it has closed a \$3M funding round led by Paradigm with participation from Bain Capital Ventures, Bessemer Venture Partners, A.Capital, Collaborative Fund, Dragonfly Capital Partners, Hack VC, INBlockchain, First Star Ventures, and other notable investors. The round will help the company scale and accelerate the development and adoption of Skynet. Today’s internet monopolized by tech giants struggles with fundamental challenges in privacy, reliability, and has excessive control over our data and the way we interact with the world. Skynet enables high speed, low cost, and superior infrastructure to serve as the storage foundation for a free Internet. Where data is globally accessible, user-controlled, censorship-resistant, and not fragmented in walled gardens. diff --git a/packages/website/data/news/premium-accounts/index.md b/packages/website/data/news/premium-accounts/index.md index 48db511a..04c165c2 100644 --- a/packages/website/data/news/premium-accounts/index.md +++ b/packages/website/data/news/premium-accounts/index.md @@ -16,7 +16,7 @@ Application developers will also benefit from content monetization. Like content Skynet Labs has always been committed to the freedom of expression, information, and importantly, access. Therefore, Skynet’s Free account tier supporting up to 100 GB of data, seeks to ensure that financial barriers never prohibit users and developers from participating in the Skynet ecosystem. Once a user meets their data cap, service on Skynet will continue but at reduced speeds, in a way similar to data plans for smartphones. -Overall, users can opt for one of three paid tiers: $5/month with 1 TB, $20/month with 4 TB, or $80/month with 20 TB of data. Skynet Premium also comes with significant performance boosts: users will be able to pin content and browse Skynet faster, in particular any pages with monetized content. The benefits of a premium account are not purely in performance—these users are actively fueling a new creator economy, and a revolution that gives creators everywhere the power they deserve. +Overall, users can opt for one of three paid tiers: $5/month with 1 TB, $20/month with 4 TB, or \$80/month with 20 TB of data. Skynet Premium also comes with significant performance boosts: users will be able to pin content and browse Skynet faster, in particular any pages with monetized content. The benefits of a premium account are not purely in performance—these users are actively fueling a new creator economy, and a revolution that gives creators everywhere the power they deserve. ## About Skynet Labs  diff --git a/packages/website/data/team.yaml b/packages/website/data/team.yaml index bba8c3a2..86c031f6 100644 --- a/packages/website/data/team.yaml +++ b/packages/website/data/team.yaml @@ -90,4 +90,3 @@ github: https://github.com/dghelm linkedin: https://www.linkedin.com/in/dghelm/ twitter: https://twitter.com/danielgileshelm - diff --git a/packages/website/stories/Button.js b/packages/website/stories/Button.js index 15dde392..1bde42d3 100644 --- a/packages/website/stories/Button.js +++ b/packages/website/stories/Button.js @@ -1,16 +1,16 @@ -import React from 'react'; -import PropTypes from 'prop-types'; -import './button.css'; +import React from "react"; +import PropTypes from "prop-types"; +import "./button.css"; /** * Primary UI component for user interaction */ export const Button = ({ primary, backgroundColor, size, label, ...props }) => { - const mode = primary ? 'storybook-button--primary' : 'storybook-button--secondary'; + const mode = primary ? "storybook-button--primary" : "storybook-button--secondary"; return (