This commit is contained in:
Dilson's Pickles
2023-09-12 12:18:40 +10:00
parent f2e2c1b167
commit 932fd89075
6 changed files with 917 additions and 873 deletions

1751
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.0.0",
"@datapunt/matomo-tracker-react": "^0.5.1",
"@fontsource-variable/signika": "^5.0.8",
"@fontsource/twinkle-star": "^5.0.8",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"astro": "^2.0.10",
"astro": "^3.0.12",
"astro-icon": "^0.8.1",
"framer-motion": "^9.0.2",
"platform": "^1.3.6",

View File

@@ -9,7 +9,11 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
class="max-w-screen-sm md:max-w-screen-lg mx-auto py-12 grid grid-cols-12 gap-y-6"
>
<div class="flex flex-col gap-2 col-start-2 col-span-10 items-center text-center">
<img class="w-12 md:w-16 lg:w-24" src={Audacity_Logo} />
<<<<<<< HEAD
<img alt="Audacity logo" class="w-12 md:w-16 lg:w-24" src={Audacity_Logo.src} />
=======
<img class="w-12 md:w-16 lg:w-24" src={Audacity_Logo.src} />
>>>>>>> 25a8da8e9ef6a117704cc81cae30a6979495fe79
<h1>
Audacity, the world's most popular audio editing and recording app
</h1>

View File

@@ -23,22 +23,35 @@ import RecordCursor from "../../assets/img/RecordCursor.png";
>
<div class="relative col-span-6 h-48">
<div class="absolute -right-7 top-28 md:top-28 h-16 w-64 md:w-72">
<img class="object-fit rounded-lg" src={TransportTools} />
<<<<<<< HEAD
<img alt="Decorative image of the Audacity transport toolbar" class="object-fit rounded-lg" src={TransportTools} />
=======
<img class="object-fit rounded-lg" src={TransportTools.src} />
>>>>>>> 25a8da8e9ef6a117704cc81cae30a6979495fe79
</div>
<img
alt="Woman sitting at a desk with a microphone in front of her."
class="object-cover object-top h-full w-full rounded-lg"
src={RecordAnything}
src={RecordAnything.src}
/>
</div>
<div class="relative row-start-2 col-span-3 hidden xl:block h-48">
<div class="absolute -right-3 bottom-0">
<img class="w-full h-52 object-cover" src={RecordCursor} />
<<<<<<< HEAD
<img alt="Decorative image of the Audacity record cursor" class="w-full h-52 object-cover" src={RecordCursor} />
</div>
<img class="h-full w-full rounded-lg" src={Waveform} />
<img alt="Image of an Audacity stereo waveform" class="h-full w-full rounded-lg" src={Waveform} />
</div>
<div class="row-start-2 col-span-3 h-48 hidden xl:block">
<img class="h-full w-full rounded-lg" src={RecordAnything2} />
<img alt="Image of a woman sat on a bed playing a keyboard whilst holding a guitar" class="h-full w-full rounded-lg" src={RecordAnything2} />
=======
<img class="w-full h-52 object-cover" src={RecordCursor.src} />
</div>
<img class="h-full w-full rounded-lg" src={Waveform.src} />
</div>
<div class="row-start-2 col-span-3 h-48 hidden xl:block">
<img class="h-full w-full rounded-lg" src={RecordAnything2.src} />
>>>>>>> 25a8da8e9ef6a117704cc81cae30a6979495fe79
</div>
</div>
</div>

View File

@@ -13,6 +13,6 @@ import AudioCard from "../../assets/img/AudioCard.png";
</p>
</div>
<div class="col-start-2 col-span-10 md:col-start-7 md:col-span-5"><img src={AudioCard} /></div>
<div class="col-start-2 col-span-10 md:col-start-7 md:col-span-5"><img src={AudioCard.src} /></div>
</div>
</section>

View File

@@ -46,7 +46,7 @@ function NavigationReact() {
<div className="flex max-w-screen-xl mx-auto h-14 px-4 xl:px-0 items-center">
<div class="flex-1">
<a class="flex w-fit items-center gap-1 lg:gap-2" href="/">
<img class="w-5 lg:w-6 h-full" src={AudacityLogo} />
<img class="w-5 lg:w-6 h-full" src={AudacityLogo.src} />
<brand class="signika text-blue-700 lg:text-lg font-medium lg:leading-none">
Audacity
</brand>