[PR #28] [MERGED] Muse hub promotions #50

Closed
opened 2025-09-09 19:41:52 -05:00 by Octech6711 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/audacity/audacity.github.io/pull/28
Author: @DilsonsPickles
Created: 7/15/2024
Status: Merged
Merged: 7/17/2024
Merged by: @LWinterberg

Base: mainHead: MuseHub-promotions


📝 Commits (10+)

📊 Changes

16 files changed (+131 additions, -73 deletions)

View changed files

src/assets/img/HeroBannerImage.webp (+0 -0)
src/assets/img/LaptopMockUp.webp (+0 -0)
📝 src/assets/img/audacity-placeholder.webp (+0 -0)
📝 src/assets/js/releaseData.ts (+3 -3)
📝 src/components/button/DownloadButton.jsx (+4 -10)
📝 src/components/button/DownloadMuseHubButton.jsx (+19 -12)
📝 src/components/card/DownloadCard.jsx (+2 -2)
📝 src/components/footer/Footer.astro (+1 -1)
📝 src/components/homepage/BlogPosts.astro (+1 -1)
📝 src/components/homepage/HeroBanner.astro (+28 -13)
📝 src/components/homepage/ReleaseVideo.jsx (+1 -1)
📝 src/layouts/DownloadPageLayout.astro (+61 -20)
📝 src/pages/download/mac.astro (+2 -1)
📝 src/pages/download/windows.astro (+4 -4)
📝 src/pages/index.astro (+1 -1)
📝 src/styles/input.css (+4 -4)

📄 Description

  • Muse Hub download becomes default download option
  • Updated hero banner
  • Updated homepage styling

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/audacity.github.io/pull/28 **Author:** [@DilsonsPickles](https://github.com/DilsonsPickles) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@LWinterberg](https://github.com/LWinterberg) **Base:** `main` ← **Head:** `MuseHub-promotions` --- ### 📝 Commits (10+) - [`73ca8af`](https://github.com/audacity/audacity.github.io/commit/73ca8af418f2bae4248abc9b1b4f992fd1bdb2a8) Omit additional download banner - [`21c327f`](https://github.com/audacity/audacity.github.io/commit/21c327f1e36ff5dfc022cf07068b010eec89290f) Update background colours - [`e580625`](https://github.com/audacity/audacity.github.io/commit/e580625169a841022aac20ac84edb33797a90d28) Update font responsiveness - [`fcc201e`](https://github.com/audacity/audacity.github.io/commit/fcc201ebade3e4af886c7ef289ba206d2790e997) Update default download button to Muse Hub - [`64439be`](https://github.com/audacity/audacity.github.io/commit/64439be2065f26ee5143305a5a7d6325c7774afd) Add Muse Hub as recommended download - [`558df86`](https://github.com/audacity/audacity.github.io/commit/558df86165e8fdc8205ec1fae2af9f31b6ab6538) Update styles - [`6392252`](https://github.com/audacity/audacity.github.io/commit/63922525c1ebbfae0be82c4aa2e5135c96b7153e) Update responsive styling - [`994ef28`](https://github.com/audacity/audacity.github.io/commit/994ef282729d797c126afc24d13292c3535e6fe4) download button refinement - [`56a0b5f`](https://github.com/audacity/audacity.github.io/commit/56a0b5ff04e259c125fa35d1d465821ab61979b6) Update laptop image - [`476c211`](https://github.com/audacity/audacity.github.io/commit/476c211932ff26167c69a38efbc7b9f3de13b330) Merge branch 'MuseHub-promotions' of https://github.com/audacity/audacity.github.io into MuseHub-promotions ### 📊 Changes **16 files changed** (+131 additions, -73 deletions) <details> <summary>View changed files</summary> ➕ `src/assets/img/HeroBannerImage.webp` (+0 -0) ➕ `src/assets/img/LaptopMockUp.webp` (+0 -0) 📝 `src/assets/img/audacity-placeholder.webp` (+0 -0) 📝 `src/assets/js/releaseData.ts` (+3 -3) 📝 `src/components/button/DownloadButton.jsx` (+4 -10) 📝 `src/components/button/DownloadMuseHubButton.jsx` (+19 -12) 📝 `src/components/card/DownloadCard.jsx` (+2 -2) 📝 `src/components/footer/Footer.astro` (+1 -1) 📝 `src/components/homepage/BlogPosts.astro` (+1 -1) 📝 `src/components/homepage/HeroBanner.astro` (+28 -13) 📝 `src/components/homepage/ReleaseVideo.jsx` (+1 -1) 📝 `src/layouts/DownloadPageLayout.astro` (+61 -20) 📝 `src/pages/download/mac.astro` (+2 -1) 📝 `src/pages/download/windows.astro` (+4 -4) 📝 `src/pages/index.astro` (+1 -1) 📝 `src/styles/input.css` (+4 -4) </details> ### 📄 Description - Muse Hub download becomes default download option - Updated hero banner - Updated homepage styling --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the pull-request label 2025-09-09 19:41:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/audacity.github.io#50