From e74f3d08f2a88675b8c29f78e6a54a16a85ebff9 Mon Sep 17 00:00:00 2001 From: Keunes <11229646+keunes@users.noreply.github.com> Date: Mon, 8 May 2023 09:33:13 +0200 Subject: [PATCH 1/2] Add Media kit & Branding page --- _config.yml | 8 ++ _i18n/en.yml | 22 ++++- .../en/press-releases/2023-05-08-version-3.md | 34 +++++++ _includes/breadcrumbs.html | 2 +- _includes/footer.html | 4 +- _includes/image.html | 14 ++- _layouts/doc.html | 4 +- _layouts/press-release.html | 32 +++++++ _plugins/filename.rb | 26 ++++++ _press-releases/2023-05-08-version-3.md | 6 ++ media-branding/index.html | 88 +++++++++++++++++++ 11 files changed, 231 insertions(+), 9 deletions(-) create mode 100644 _i18n/en/press-releases/2023-05-08-version-3.md create mode 100644 _layouts/press-release.html create mode 100644 _plugins/filename.rb create mode 100644 _press-releases/2023-05-08-version-3.md create mode 100644 media-branding/index.html diff --git a/_config.yml b/_config.yml index 4da66ca42..e7636c47c 100644 --- a/_config.yml +++ b/_config.yml @@ -37,6 +37,9 @@ collections: events: output: true permalink: /events/:year/:month/:title + press-releases: + output: true + permalink: /media-branding/press-releases/:year/:month/:title defaults: - scope: @@ -49,6 +52,11 @@ defaults: type: "events" values: layout: "event" + - scope: + path: "" + type: "press-releases" + values: + layout: "press-release" # Exclude from processing. # The following items will not be processed, by default. diff --git a/_i18n/en.yml b/_i18n/en.yml index 8da4da09f..c4d4df51f 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -7,7 +7,7 @@ titles: events: "Events" download: "Download AntennaPod" forum: "Forum" - media-kit: "Media Kit" + media-branding: "Media kit and brand guidelines" license: "License" privacy: "Privacy Policy" @@ -199,6 +199,26 @@ events: recurrence: every-2nd-saturday: "every second Saturday of the month" +## Media and Brand Kit +media-branding: + general: + introduction: AntennaPod is the free and open source podcast app for Android. Here you'll find our announcements, logos and more. + core-principles: More about our core principles and history. + logos: + title: Logos + icon: App icon + wordmark: Icon + word mark + all-logos: View all logos + logo-pack: Full logo pack [ZIP] + brand-guidelines: Brand guidelines + press-releases: + general: + announcements: Announcements + announcement: Announcement + published: Published + 2023: + version3: Free podcasting app for Android ‘AntennaPod’ adds new Home screen and gets new look in 3.0 release + ## Footer footer: description: "The easy-to-use, flexible and open-source podcast manager for Android." diff --git a/_i18n/en/press-releases/2023-05-08-version-3.md b/_i18n/en/press-releases/2023-05-08-version-3.md new file mode 100644 index 000000000..8277d4e92 --- /dev/null +++ b/_i18n/en/press-releases/2023-05-08-version-3.md @@ -0,0 +1,34 @@ +{: .lead} +Tuesday 9 May 2023 – The new 3.0 release of the free and ad-free podcast app for Android ‘AntennaPod’ introduces a Home screen, giving users an overview of the most important sections and content in the app. This new version will land in users’ hands with a refreshed icon and interface. The updated app is available for download on Google Play and F-Droid from today. + +The newly added Home screen introduces a navigation flow that encourages users to discover the content from podcasters they trust and have subscribed to. By drawing on local app data the screen personalizes the app experience while respecting users' privacy. + +The Home screen allows users to quickly pick up episodes they started listening before, find newly released episodes and more. Sections on the screen display content to directly play or open, and provide quick access to the most commonly used screens like the Queue. The Home screen also builds on the Inbox, which was introduced in the previous release and positively received by users. + +AntennaPod's new modern look follows Google's '[Material 3](https://m3.material.io/)' design system. With it, the app now also supports [dynamic colors](https://www.android.com/android-12/#a12-color-reimagined), a method to match system and app themes with a user's wallpaper, as well as [themed icons](https://www.android.com/android-13/#a13-your-phone-your-aesthetic), the monochrome app icons introduced in Android 13. + +The app also has a refreshed app icon, which features prominently in the splash screen. The evolution of the icon is part of a brand update for the whole project, an exercise that is lead by and a contribution of the design company [Freehive](https://freehive.com/) (known in the open source community from their Gnome 40 release video). + +Other improvements in the 3.0 release include the ability to remove a single episode from the playback history, better episode spread while using smart shuffle in the queue, multi-select in the Inbox and the ability to load an episode's latest chapters if based on the Podcasting 2.0 standard. + +
+ +AntennaPod is a volunteer- and donation-based project. It is always open to contributions of all types, such as website and app development, translations, marketing, user research and design. + +To find out more about the project, try the app via [Google Play](https://play.google.com/store/apps/details?id=de.danoeh.antennapod) or [F-Droid](https://f-droid.org/packages/de.danoeh.antennapod/), or check the website on [www.antennapod.org](http://www.antennapod.org/). + +To discover the Home screen in detail, have a look at our blog post [Welcome Home! Introducing AntennaPod's new default screen](https://antennapod.org/blog/2023/05/introducing-the-home-screen). + + +{% include image.html + alt=" + + Visual explainer of the Home screen features. + + " + loc="/assets/images/blog/2023" + file="Home-screen-showcase.png" + max-width="25rem" + class="w-100" +%} + diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 1b45deb7d..e1ddb34e7 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -1,4 +1,4 @@ -