From 090489fd86731b30a816d83c615a5784b5e3755e Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Wed, 16 Aug 2023 15:12:55 +1000 Subject: [PATCH] Update footer layout --- src/components/footer/Footer.astro | 8 +++- src/components/footer/FooterNEW.astro | 55 +++++++++++++++++++++++++++ src/layouts/BaseLayout.astro | 4 +- 3 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 src/components/footer/FooterNEW.astro diff --git a/src/components/footer/Footer.astro b/src/components/footer/Footer.astro index c804f3e..3b6bd71 100644 --- a/src/components/footer/Footer.astro +++ b/src/components/footer/Footer.astro @@ -13,7 +13,6 @@ import SocialLinks from "./SocialLinks.astro"; Windows, macOS, GNU/Linux and other operating systems. Audacity is free, open source software.

-
Downloads @@ -28,6 +27,13 @@ import SocialLinks from "./SocialLinks.astro"; Audio.com Manual
+
+ Blog + Help & Tutorials + Forum + Audio.com + Manual +
diff --git a/src/components/footer/FooterNEW.astro b/src/components/footer/FooterNEW.astro new file mode 100644 index 0000000..937fb04 --- /dev/null +++ b/src/components/footer/FooterNEW.astro @@ -0,0 +1,55 @@ +
+
+
+

Audacity

+

+ Audacity is an easy-to-use, multi-track audio editor and recorder for + Windows, macOS, GNU/Linux and other operating systems. Audacity is free, + open source software. +

+
+
+

Links

+
    +
  • Blog
  • +
  • FAQ
  • +
  • Forum
  • +
  • Manual
  • +
  • Audio.com
  • +
+
+
+

Links

+
    +
  • Windows
  • +
  • MacOS
  • +
  • Linux
  • +
+
+
+

Social

+
    +
  • Facebook
  • +
  • Twitter
  • +
  • Github
  • +
  • Discord
  • +
  • Youtube
  • +
+
+
+
+

+ Copyright © | Muse Group & contributors. + Audacity® software is licensed under the terms of the GNU General Public + License, Version 3. Further information about the software license, distribution + and acceptable use can be found in the source +

+
+
+
+
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index ab2c1d7..044b720 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,5 +1,5 @@ --- -import Footer from "../components/footer/Footer.astro"; +import FooterNEW from "../components/footer/FooterNEW.astro"; import NavigationReact from "../components/navigation/NavigationReact"; import { MatomoProvider, createInstance } from '@datapunt/matomo-tracker-react' @@ -28,7 +28,7 @@ const instance = createInstance({ -