podcastartgenerator/site/resources/views/home/hero/banner-left.blade.php

26 lines
1.0 KiB
PHP
Raw Normal View History

<div class="banner-content">
<h1 class="mb-5 title" data-aos="fade-up">Producing Album Art<br>
<span>Live Since 2010</span>
</h1>
<p data-aos="fade-up" data-aos-delay="100">
A community collaboration producing the best podcast album art in the universe!<br>
Once discussed on <em>The Joe Rogan Experience</em>, sadly,<br>
Young Jamie was not asked to pull this up.
</p>
<div class="group-btn mt-8" data-aos="fade-up" data-aos-delay="200">
<a href="/artworks" class="btn btn-gradient">
<span><i class="ri-rocket-line"></i>Explore</span>
</a>
@if (Auth::user())
<a href="/create-artwork" class="btn btn-outline">
<span><i class="ri-edit-line"></i> Create</span>
</a>
@endif
</div>
<div class="counter-wrapper counter-wrapper-style-two">
@foreach ($headerCounters as $headerCounterLabel => $headerCounterCount)
@include('home.hero.counter')
@endforeach
</div>
</div>