diff --git a/src/components/GetInTouch.astro b/src/components/GetInTouch.astro index 65ec6b1..196b8fe 100644 --- a/src/components/GetInTouch.astro +++ b/src/components/GetInTouch.astro @@ -48,7 +48,7 @@ > - The Collab Lab were on Twitter + The Collab Lab was on Twitter @_collab_lab. diff --git a/src/pages/index.astro b/src/pages/index.astro index 4b7d350..e5718a8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,10 +9,10 @@ const firstHeadingId = 'gain-practical-experience';

- Gain practical experience by working remotely onHonoring more than 5 years of creating inclusive opportunities for + aspiring developers to collaborate and grow. - real world projects with other early-career developers.

@@ -27,82 +27,52 @@ const firstHeadingId = 'gain-practical-experience';

Our Mission

- The Collab Lab increased access to web development jobs for - early-career developers, particularly those from underrepresented - groups in tech, by providing hands-on skills training in software team - collaboration and career management. + The Collab Lab, founded in 2019, increased access to web development + jobs for early-career developers, particularly those from + underrepresented groups in tech, by providing hands-on skills training + in software team collaboration and career management.

-
-

The Collab Lab is

-
    -
  • Collaborative group project practice
  • -
  • - A place to work alongside your peers in a fully remote - setting -
  • -
  • - An opportunity to learn from experienced developers -
  • -
  • Volunteer run and free for developers
  • -
-
+

Celebrating Our Journey

-

So you want to…

-
@@ -201,4 +171,14 @@ const firstHeadingId = 'gain-practical-experience'; .u-border-left.yellow { border-left-color: var(--color-yellow-mid); } + + .journey-list-item { + margin: 32px 0px; + max-width: 75vw; + padding-left: 2em; + } + + .people-list { + padding-left: 2em; + }