Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add blurb to home page
Alexis Sellier committed 4 years ago
commit 46cb517f5c97b43f8855977bbcd897c2b652bd14
parent 91714b93093952d4d1cd86556b986d41946de83f
1 file changed +16 -0
modified src/base/home/Index.svelte
@@ -23,6 +23,15 @@
    padding: 3rem 3rem;
    width: 100%;
  }
+
  .blurb {
+
    color: var(--color-foreground-90);
+
    padding: 0rem;
+
    max-width: 90%;
+
    font-size: 1.25rem;
+
    text-align: left;
+
    border-radius: 1rem;
+
    margin-bottom: 1.5rem;
+
  }
  .heading {
    color: var(--color-secondary);
    padding: 1rem 0rem;
@@ -39,6 +48,13 @@
</svelte:head>

<main>
+
  <div class="blurb">
+
    <p>Radicle 🌱 is a Web3 network for software collaboration. Radicle
+
    provides truly 👌 decentralized infrastructure for developer communities 🧙,
+
    enabling anyone to fund 💸 and manage software using NFTs 🍬 and multi-sigs 🖊️.
+
    </p>
+
  </div>
+

  {#await getOrgs}
    <div class="loading">
      <Loading center />