From 9a8465f470efec130b2f3c7783b2bce1dad2a8ca Mon Sep 17 00:00:00 2001 From: SondraE Date: Fri, 19 Jul 2024 15:59:24 -0600 Subject: [PATCH 1/8] updated news and winging it descriptions to reflect front-end and live stream focus --- content/_includes/oddnews.macros.njk | 2 +- content/oddnews.njk | 18 +++++++++++------- content/wingingit.md | 14 ++++++++++---- 3 files changed, 22 insertions(+), 12 deletions(-) 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..6a53045fc 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. - - **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 + - **JavaScript** - Guide to the new Node.js package importer + - **App Development** - Web Apps vs. PWAs vs. Native + - **UX Design** - Strategies for designing more intuitive websites + - **Workshop** - Register for [Cascading Layouts CSS Workshop](https://www.oddbird.net/workshops/cascading-layouts/) + - **Bird of the Month** - Introduction to the oddest of birds {%- endset -%}