Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/_data/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nav:
- url: /tools/
- url: /talks/
title: Talks
- url: /learn/
- url: /blog/
- url: /about/
- url: /contact/
Expand Down
25 changes: 25 additions & 0 deletions content/learn/courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Courses
sub: Frontend web development courses for curious developers
index: Courses
action:
text: Add call to action »
url: /#
summary: |
Video and email courses for
frontend web developers on
modern CSS including anchor
positioning, grid & subgrid,
container queries and more!
---

{% import 'quotes.macros.njk' as quotes %}
{% import 'layout.macros.njk' as layout %}
{% import 'post.macros.njk' as post %}

{{ quotes.find(
collections.all,
slugs=['spot-on', 'popular-tutorial']
) }}

{{ layout.title('All Courses') }}
18 changes: 18 additions & 0 deletions content/learn/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Learn
banner: Learn Design & Development
learn:
- /learn/courses/
summary: |
_Workshops, courses, and talks for web developers_

We provide award-winning workshops, courses,
and talks for individuals, companies, and
conferences, to help developers create
resilient web applications and design
systems – improving team process,
communication, site performance,
and accessibility.
---
{% import 'post.macros.njk' as post %}
{% import 'embed.macros.njk' as embed %}