From 382dce62f8e091215bda1cd3d6836280cfb404e0 Mon Sep 17 00:00:00 2001 From: Zach Herbert Date: Tue, 18 Feb 2020 01:01:36 -0500 Subject: [PATCH 1/3] Copy updates --- .../src/components/Footer/Footer.js | 10 ++--- .../src/components/HomeNetwork/HomeNetwork.js | 44 +++++++++++-------- .../src/components/HomeSamples/HomeSamples.js | 6 +-- .../src/components/HomeTop/HomeTop.js | 6 +-- .../src/components/HomeUpload/HomeUpload.js | 12 ++--- 5 files changed, 42 insertions(+), 36 deletions(-) diff --git a/packages/sia-skynet/src/components/Footer/Footer.js b/packages/sia-skynet/src/components/Footer/Footer.js index f013bab1..5e2f663e 100644 --- a/packages/sia-skynet/src/components/Footer/Footer.js +++ b/packages/sia-skynet/src/components/Footer/Footer.js @@ -21,7 +21,7 @@ export default function Footer() {
-

Skynet webportals

+

Skynet Webportals

  • @@ -88,16 +88,16 @@ export default function Footer() {
    • - Sia + Sia.tech
    • - + Jobs
    • - + Support
    • @@ -107,7 +107,7 @@ export default function Footer() {
      -

      Stay up-to-date with Skynet updates

      +

      Stay up to date with Skynet updates

      diff --git a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js index 35d155e7..be1d9c9a 100644 --- a/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js +++ b/packages/sia-skynet/src/components/HomeNetwork/HomeNetwork.js @@ -86,23 +86,20 @@ export default class HomeNetwork extends Component {

      - Skynet Webportal is a low cost server that sits between Skynet + Skynet Webportals are low cost servers that sit between Skynet and everyday users, enabling them to access Skynet content - without needing to operate any special software. Once the - Skylinks are generated, they can be shared with anyone to fetch - data from Skynet. The original uploader does not need to stay - online in order for the file to remain available. The Sia - network handles all of the pinning, guaranteeing both high - speeds and excellent uptime. A typical Skynet download starts in - under 500 milliseconds and can stream at rates as high as 1 - gigabit per second. The Sia network serves as the backend - storage layer for Skynet. + without needing to operate any special software. As + Skylinks are generated, they can be shared with anyone to retrieve + data from any Webportal. The original uploader does not need to stay + online in order for the file to remain available. The Sia network + serves as the backend storage layer for Skynet and handles all + of the pinning, guaranteeing both high speeds and excellent uptime.

      - Sia is the leading decentralized cloud storage platform. No + Sia is the leading decentralized cloud storage platform. No signups, no servers, no trusted third parties. Sia leverages blockchain technology to create a data storage marketplace that is more robust and more affordable than traditional cloud @@ -112,7 +109,7 @@ export default class HomeNetwork extends Component {

      - + Learn more about Sia

      @@ -122,15 +119,21 @@ export default class HomeNetwork extends Component {

      - Anyone can access files that have been uploaded to Sia as long as they possess the corresponding skylink. You can use one of the webportals to download the files. read more + Anyone can access files that have been uploaded to Skynet as long + as they possess the corresponding Skylinks. You can use any Webportal + to download files! + read more

      - +

      - Applications can be deployed in under a minute and be immediately available globally. Skynet has an API as well as SDKs which integrate seamlessly with existing applications. read more + Applications can be deployed in under a minute and be immediately + available globally. Skynet includes an API and SDKs which integrate + seamlessly with existing applications. + read more

      @@ -138,21 +141,24 @@ export default class HomeNetwork extends Component {

      - Skynet has speeds that surpass any current decentralized tech. A typical throughput for larger downloads is around 1 gigabit per second. read more + Skynet's speeds rival centralized providers and surpass all decentralized offerings. + A typical Skynet download starts in under 500 ms and can stream at rates as high as 1 Gbps! + read more

      - +

      - Storage costs are as much as 10x lower than traditional infrastructure, bandwidth costs as much as 100x lower, all without sacrificing performance or reliability. + Storage costs 10x lower than centralized providers and bandwidth costs are 100x lower – + without sacrificing performance or reliability.

      - + View more FAQ diff --git a/packages/sia-skynet/src/components/HomeSamples/HomeSamples.js b/packages/sia-skynet/src/components/HomeSamples/HomeSamples.js index 4e3043a3..f516a8d0 100644 --- a/packages/sia-skynet/src/components/HomeSamples/HomeSamples.js +++ b/packages/sia-skynet/src/components/HomeSamples/HomeSamples.js @@ -20,9 +20,9 @@ export default function HomeSamples() {

      - Skynet has SDKs for popular programming languages which integrate - seamlessly with existing applications. Above are a few code snippets - for uploading and downloading data from Skynet. + Skynet includes SDKs for popular programming languages that integrate + seamlessly with your existing apps. Above are some code snippets + for uploading and retrieving data.

      diff --git a/packages/sia-skynet/src/components/HomeTop/HomeTop.js b/packages/sia-skynet/src/components/HomeTop/HomeTop.js index 05cd71c4..979c5a26 100644 --- a/packages/sia-skynet/src/components/HomeTop/HomeTop.js +++ b/packages/sia-skynet/src/components/HomeTop/HomeTop.js @@ -10,11 +10,11 @@ export default function HomeTop() {
      -

      Build the Future Web.

      +

      Build a Free Internet.

      - Skynet is a decentralized file sharing and content distribution - protocol. + The decentralized CDN and file sharing platform for devs. + Skynet is the storage foundation for a Free Internet!

      diff --git a/packages/sia-skynet/src/components/HomeUpload/HomeUpload.js b/packages/sia-skynet/src/components/HomeUpload/HomeUpload.js index bccad101..7f31c0ad 100644 --- a/packages/sia-skynet/src/components/HomeUpload/HomeUpload.js +++ b/packages/sia-skynet/src/components/HomeUpload/HomeUpload.js @@ -40,7 +40,7 @@ export default class HomeUpload extends Component { try { const fd = new FormData() fd.append('file', file) - + const uuid = shortid.generate(); const response = await fetch(`/skynet/skyfile/${uuid}`, { method: 'POST', body: fd }) const { skylink } = await response.json() @@ -79,8 +79,8 @@ export default class HomeUpload extends Component { {...getRootProps()} > -

      Pin a File

      - Drag & drop your file(s) here to pin +

      Upload your Files

      + Drop your files here to pin to Skynet