50 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| {{-- Start Setup Wallet --}}
 | |
| <section class="wallet-setup ptb-120">
 | |
|     <div class="container">
 | |
|         <div class="d-flex-between">
 | |
|             <div class="section-title">
 | |
|                 <span class="subtitle">What this is</span>
 | |
|                 <h2>Artists + Podcasters = <i class="ri-heart-fill"></i></h2>
 | |
|             </div>
 | |
|             <div class="text-large">
 | |
|                 <a href="/support-development">Learn More About This</a>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
|     <div class="container">
 | |
|         <div class="row">
 | |
|             <div class="slider wallet-activation slick-arrow-between slick-gutter-15 grid auto-rows-fr">
 | |
|                 <div class="card-block-style-one">
 | |
|                 <h3 class="title mb-3">Setup Your Account & Artist Profile</h3>
 | |
|                 <p>First things first, you need to have an account to control your artist profiles and submit artwork.
 | |
|                     Setting up your account is easy, you just need an email address and some creativity. Once you have
 | |
|                     your account, you can create one more artist profiles which are controlled by you.
 | |
|                 </p>
 | |
|                 </div>
 | |
|                 {{-- End .card-block-style-one --}}
 | |
| 
 | |
| 
 | |
|                 <div class="card-block-style-one">
 | |
|                 <h3 class="title mb-3">Submit Your Album Artwork</h3>
 | |
|                 <p>Your artwork should be unique, high-quality, and on-topic. Our artists stive to provide the podcast
 | |
|                     hosts with unqiue artwork each and every episode to use as the album artwork. artwork should be
 | |
|                     a minimum of 512px square.
 | |
|                 </p>
 | |
|                 </div>
 | |
|                 {{-- End .card-block-style-one --}}
 | |
| 
 | |
|                 <div class="card-block-style-one">
 | |
|                 <h3 class="title mb-3">Podcasters Select Your Art</h3>
 | |
|                 <p>When publishing their podcast, podcasters select the album art they like best, and if you are selected,
 | |
|                     you'll get your credit here and usually in the show-notes of the podcast that used your art. If you aren't
 | |
|                     selected for Album Art, your artwork could be used for Podcasting 2.0 chapter art as well.
 | |
|                 </p>
 | |
|                 </div>
 | |
|             </div>
 | |
|         </div>
 | |
|     {{-- End .row --}}
 | |
|     </div>
 | |
|     {{-- End .container --}}
 | |
| </section>
 | |
| {{-- End Setup Wallet --}}
 |