| 1 |
<?php |
| 2 |
if (!defined('ABSPATH')) { |
| 3 |
exit; |
| 4 |
} |
| 5 |
?> |
| 6 |
<div class="wrap rl6-wrap rl6-connect-wrap"> |
| 7 |
<header class="rl6-header rl6-header-connect"> |
| 8 |
<img |
| 9 |
src="<?php echo esc_url(RL5_URL . 'assets/logo-dark.svg'); ?>" |
| 10 |
class="rl6-logo rl6-logo-large" |
| 11 |
alt="RabbitLoader" |
| 12 |
> |
| 13 |
</header> |
| 14 |
|
| 15 |
<div class="rl6-connect-shell"> |
| 16 |
<div class="rl6-connect-copy"> |
| 17 |
<span class="rl6-eyebrow">WordPress optimization</span> |
| 18 |
<h1>Connect RabbitLoader</h1> |
| 19 |
<p> |
| 20 |
Sign in to your RabbitLoader account to connect this WordPress website. |
| 21 |
Your existing RabbitLoader account, plan and website data will be used. |
| 22 |
</p> |
| 23 |
|
| 24 |
<button id="rl5-connect-button" class="rl6-button rl6-button-primary rl6-button-large" type="button"> |
| 25 |
Connect RabbitLoader |
| 26 |
</button> |
| 27 |
|
| 28 |
<div id="rl5-connect-status" class="rl6-connect-status" role="status" aria-live="polite"></div> |
| 29 |
</div> |
| 30 |
|
| 31 |
<div class="rl6-connect-side"> |
| 32 |
<div class="rl6-connect-feature"> |
| 33 |
<span>1</span> |
| 34 |
<div><strong>Connect</strong><small>Sign in to RabbitLoader.</small></div> |
| 35 |
</div> |
| 36 |
<div class="rl6-connect-feature"> |
| 37 |
<span>2</span> |
| 38 |
<div><strong>Choose mode</strong><small>Select your optimization profile.</small></div> |
| 39 |
</div> |
| 40 |
<div class="rl6-connect-feature"> |
| 41 |
<span>3</span> |
| 42 |
<div><strong>Improve</strong><small>RabbitLoader optimizes your site.</small></div> |
| 43 |
</div> |
| 44 |
</div> |
| 45 |
</div> |
| 46 |
</div> |
| 47 |
|