From 305514dfc2ccfa65b0195754a2291c0edd704c1e Mon Sep 17 00:00:00 2001 From: Gordon Date: Mon, 23 Jan 2023 16:37:59 -0800 Subject: [PATCH] adding c2a copy to courses --- components/TallCard.js | 11 ++++++----- content/courses/asl.md | 1 + content/courses/awl.md | 2 ++ content/courses/csl.md | 1 + content/courses/hsl.md | 1 + pages/courses.js | 5 +++-- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/components/TallCard.js b/components/TallCard.js index af28d52..e2d5518 100644 --- a/components/TallCard.js +++ b/components/TallCard.js @@ -6,22 +6,23 @@ export default function TallCard({ description, callout, href, + next_cohort, className = "" }) { - return
+ return
-
{image({ className: "w-full h-full" })}

{title}

-

{description}

+

{description}

- {callout} + + {callout} +
-
} diff --git a/content/courses/asl.md b/content/courses/asl.md index db14e25..2756236 100644 --- a/content/courses/asl.md +++ b/content/courses/asl.md @@ -1,6 +1,7 @@ +++ title = "App School Live" weight = 6 +next_cohort = "January 23, 2023" +++ The Urbit Foundation offers cohort classes to cover the [App diff --git a/content/courses/awl.md b/content/courses/awl.md index 23d6ea4..a888507 100644 --- a/content/courses/awl.md +++ b/content/courses/awl.md @@ -1,6 +1,8 @@ +++ title = "App Workshop Live" weight = 15 +next_cohort = "Late 2023" + +++ App Workshop will serve as a hands-on intensive course to build diff --git a/content/courses/csl.md b/content/courses/csl.md index ca53ed0..8fb4ec6 100644 --- a/content/courses/csl.md +++ b/content/courses/csl.md @@ -1,6 +1,7 @@ +++ title = "Core School Live" weight = 20 +next_cohort = "Late Summer 2023" +++ The Urbit Foundation will offer a cohort classes to train new core developers. diff --git a/content/courses/hsl.md b/content/courses/hsl.md index 448130d..213b6c8 100644 --- a/content/courses/hsl.md +++ b/content/courses/hsl.md @@ -1,6 +1,7 @@ +++ title = "Hoon School Live" weight = 10 +next_cohort = "March 20, 2023" +++ Periodically, the Urbit Foundation has offered synchronous cohort classes which diff --git a/pages/courses.js b/pages/courses.js index d6e8400..7c13792 100644 --- a/pages/courses.js +++ b/pages/courses.js @@ -69,8 +69,9 @@ export default function Courses({ search }) {

Courses

-
-
+
+

The Urbit Foundation offers a variety of cohort courses for those interested in learning development on Urbit. If you prefer to learn as part of a group with a hands-on instructor, regular exercises and discussions, and a completion certification, then these courses will be a good fit for you.

+
{pairedCourses.map((pair) => { return {pair.map((course) => {