diff --git a/content/_includes/oddnews.macros.njk b/content/_includes/oddnews.macros.njk index fcf90e9f9..810483809 100644 --- a/content/_includes/oddnews.macros.njk +++ b/content/_includes/oddnews.macros.njk @@ -31,7 +31,7 @@ params:
{%- if heading -%}

OddNews Sign Up

-

Get the latest news in your field — UX, CSS, JavaScript, and Python. See Archive

+

Get the latest news in front-end development — CSS, HTML, JavaScript, and UX. See Archive

{%- endif -%}
diff --git a/content/oddnews.njk b/content/oddnews.njk index 1b4b4eecd..7233804cc 100644 --- a/content/oddnews.njk +++ b/content/oddnews.njk @@ -3,9 +3,12 @@ title: OddNews sub: Because best practice is a conversation... banner: OddNews summary: | - **Hi, OddFriends!** This is the newsletter for designers - & developers who want to **get the latest news in your field** - — UX Design, CSS, JavaScript or Python — and keep tabs on the full stack. + **Hi, OddFriends!** + This is the newsletter for designers & developers + who want the **latest news in front-end web development** -- + articles, videos, updates, and workshops + on topics from CSS, HTML, and JavaScript + to UX design and team process. --- {% import 'oddnews.macros.njk' as oddnews %} @@ -21,12 +24,13 @@ summary: | {%- set title = 'What to Expect' -%} {%- set contents -%} Here are a few examples of topics featured in past editions of OddNews. + - **CSS** - [Miriam Suzanne's](/authors/miriam/) latest work on Container Queries + - **Sass** - How to use the `split()` function in Sass + - **JavaScript** - Guide to Sass's new Node.js package importer + - **App Development** - Web apps vs. PWAs vs. Native apps + - **UX Design** - Strategies for designing more intuitive websites + - **Workshop** - Register for [Cascading Layouts CSS Workshop](/workshops/cascading-layouts/) - **Bird of the Month** - Introduction to the oddest of birds - - **CSS** - [Miriam Suzanne's](/authors/miriam/) latest work in Container Queries - - **Python** - How to Run Playwright Inside Docker - - **Sass** - How to use the new `split()` function in Sass - - **Custom App Development** - Web Apps vs. PWAs vs. Native - - **UX Design** - How to conenct designers and developers with Object Oriented UX {%- endset -%}