| | |
| | | <input type="radio" id="enthusiast" name="user_type" value="enthusiast" required <?= ($this->fromFavourites()) ? 'checked' : '' ?>> |
| | | <label for="enthusiast"><?=jvbIcon('heart', ['title' =>'Enthusiast', 'size'=>40])?><h4>Enthusiast</h4><p>Start here.</p></label> |
| | | <input type="radio" id="artist" name="user_type" value="artist" required> |
| | | <label for="artist"><?=jvbIcon('tattoo', ['title'=> 'Artist', 'size'=> 40])?><h4>Artist</h4><p>Show your talent.</p></label> |
| | | <label for="artist"><?=jvbIcon('drop-simple', ['title'=> 'Artist', 'size'=> 40])?><h4>Artist</h4><p>Show your talent.</p></label> |
| | | <input type="radio" id="partner" name="user_type" value="partner" required> |
| | | <label for="partner"><?=jvbIcon('partner', ['title'=>'Partner', 'size' => 40])?><h4>Partner</h4><p>Support the community.</p></label> |
| | | <label for="partner"><?=jvbIcon('currency-circle-dollar', ['title'=>'Partner', 'size' => 40])?><h4>Partner</h4><p>Support the community.</p></label> |
| | | <p class="enthusiast">Save your favourites. Get notified.</p> |
| | | <p class="artist">Show off your work.</p> |
| | | <p class="partner">Support the community.</p> |