From fc21e226752b792c8ef26a3832ca8c730db6906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Thu, 12 Mar 2020 11:56:11 +0100 Subject: [PATCH] link developer resources (#85) --- src/components/Footer/Footer.js | 2 +- src/components/HomeSamples/HomeSamples.js | 26 +++++++++++++++++++-- src/components/HomeSamples/HomeSamples.scss | 8 +++++-- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index dca8dfcb..93164c94 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -67,7 +67,7 @@ export default function Footer() {
  • - + API Docs
  • diff --git a/src/components/HomeSamples/HomeSamples.js b/src/components/HomeSamples/HomeSamples.js index 29ea889a..cb360108 100644 --- a/src/components/HomeSamples/HomeSamples.js +++ b/src/components/HomeSamples/HomeSamples.js @@ -19,9 +19,31 @@ export default function HomeSamples() { return (
    +

    Above are some code snippets for uploading and retrieving data.

    - Skynet includes SDKs for popular programming languages that integrate seamlessly with your existing apps. - Above are some code snippets for uploading and retrieving data. + Skynet includes{" "} + + SDKs + {" "} + for popular programming languages and{" "} + + APIs + {" "} + that integrate seamlessly with your existing apps. You can follow this{" "} + + guide + {" "} + to setup a Sia Node.

    diff --git a/src/components/HomeSamples/HomeSamples.scss b/src/components/HomeSamples/HomeSamples.scss index 6aeb3008..57ec5d35 100644 --- a/src/components/HomeSamples/HomeSamples.scss +++ b/src/components/HomeSamples/HomeSamples.scss @@ -10,12 +10,16 @@ } p { - margin: 0 auto 48px; + margin: 0 auto 24px; max-width: 460px; @media (min-width: $largebp) { font-size: 18px; - max-width: 500px; + max-width: 600px; + } + + &:last-of-type { + margin-bottom: 48px; } }