-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement audio.com placeholder section
- Loading branch information
1 parent
090489f
commit 8e294b5
Showing
4 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
import AudioCard from '../../assets/img/AudioCard.png' | ||
--- | ||
<section | ||
class="bg-[url('src/assets/img/ShareYourSounds.jpg')] bg-cover bg-center" | ||
> | ||
<div class="grid grid-cols-12 max-w-7xl mx-auto py-32 gap-8"> | ||
<div class="col-start-1 col-span-6"><img src={AudioCard}/></div> | ||
<div class="flex flex-col gap-4 col-start-7 col-span-6 justify-center"> | ||
<h2 class="text-6xl font-bold text-white">Share your sounds</h2> | ||
<p class="text-2xl text-white">Upload your sounds online to Audio.com, instantly.</p> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters