| | |
| | | <script type="text/javascript"> |
| | | document.addEventListener('DOMContentLoaded', function() { |
| | | let loginLabel = document.querySelector('label[for="user_login"'); |
| | | loginLabel.innerHTML = '<?= jvbIcon('email', ['size' => 20]); ?> Your Email'; |
| | | loginLabel.innerHTML = '<?= jvbIcon('envelope', ['size' => 20]); ?> Your Email'; |
| | | |
| | | let passwordLabel = document.querySelector('label[for="user_pass"'); |
| | | passwordLabel.innerHTML = '<?= jvbIcon('password', ['size' => 20]); ?> Your Password'; |
| | |
| | | <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> |