diff --git a/components/Card.js b/components/Card.js index 272e2de..9758af2 100644 --- a/components/Card.js +++ b/components/Card.js @@ -24,7 +24,7 @@ export default function Card({

{title}

{text}

- {callout} + {callout} diff --git a/components/icons/TallCard/full.js b/components/icons/TallCard/full.js index ef1cd84..91e17b2 100644 --- a/components/icons/TallCard/full.js +++ b/components/icons/TallCard/full.js @@ -1,6 +1,6 @@ export default function FullStackIcon({ className }) { return - + diff --git a/content/reference/_index.md b/content/reference/_index.md index cc7347e..9e25b16 100644 --- a/content/reference/_index.md +++ b/content/reference/_index.md @@ -5,15 +5,15 @@ title = "Reference" ## [Arvo](/reference/arvo){% class="!mb-0 !mt-12" %} -Technical documentation on Arvo and its components{% class="!mt-2" %} +Technical documentation on Arvo, Urbit's OS, and its components{% class="!mt-2" %} ## [Hoon](/reference/hoon){% class="!mb-0 !mt-12" %} -Detailed documentation on Hoon’s nuances{% class="!mt-2" %} +Detailed documentation on the Hoon programming language and its nuances{% class="!mt-2" %} ## [Nock](/reference/nock){% class="!mb-0 !mt-12" %} -Definition, explanation, example, and implementations of Nock{% class="!mt-2" %} +An explanation, example, and implementations of Nock, Urbit's low-level programming language{% class="!mt-2" %} ## [Vere](/reference/runtime){% class="!mb-0 !mt-12" %} @@ -21,7 +21,7 @@ Details on Urbit’s runtime, Vere{% class="!mt-2" %} ## [Azimuth](/reference/azimuth){% class="!mb-0 !mt-12" %} -Details on Urbit’s general-purpose public-key infrastructure (PKI), Azimuth{% class="!mt-2" %} +Details on Urbit’s general-purpose public-key infrastructure (PKI), Azimuth{% class="!mt-2" %} ## [Glossary](/reference/glossary){% class="!mb-0 !mt-12" %} diff --git a/pages/guides/[[...slug]].js b/pages/guides/[[...slug]].js index 4aaf773..afcf546 100644 --- a/pages/guides/[[...slug]].js +++ b/pages/guides/[[...slug]].js @@ -179,8 +179,7 @@ function Landing({ search, posts }) {

Core Curriculum

- The following guides will teach you everything you need to know to - start building applications on Urbit. + Learn to code and how to build applications on Urbit.

-

+

Thanks to this architecture, you can take software into - production within weeks rather than months. Check out our - Lightning Tutorials below to jump right in and build an app in - 15 minutes. -

+ production within weeks rather than months. +

Quickstart: Lightning Tutorials

-
+

Jump right in and build an app in under a half hour.

+
} title="Groups Application" @@ -126,7 +125,7 @@ export default function Home({ search, posts }) { href="/guides/quickstart/chat-guide" />
-
+
} title="Ring Signature Voting App" @@ -139,9 +138,9 @@ export default function Home({ search, posts }) {

Guides

-

+

Learn the foundations of software development on Urbit with our - core curriculum of guides. + core curriculum of guides and workbooks.

Courses

-

+

Want an interactive experience to truly learn software development - on Urbit? Join the next cohort for Hoon or App School Live and + on Urbit?
Join the next cohort for Hoon or App School Live and learn with a group.