mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-01-08 02:15:47 +00:00
Initial commit. State 04.2021.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<div class="waltz <?php if (!empty($class)) echo $class; ?>">
|
||||
<img src="<?php echo CLEF_URL . "assets/dist/img/waltz.png" ?>" alt="Waltz">
|
||||
<div class="text">
|
||||
<h1<?php _e(">Want to use Clef everywhere?", "clef"); ?></h1>
|
||||
<p><?php _e("<a target='_blank' href='http://getwaltz.com'>Waltz</a> is a chrome extension that lets you log in to sites like Facebook, Gmail, and Twitter using Clef. It takes 5 seconds to install and will give you the full Clef experience.", "clef"); ?></p>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a class="button button-primary button-hero" href="http://getwaltz.com" target="_blank"><?php _e("Try Waltz", "clef"); ?></a>
|
||||
<a href="<?php echo $next_href; ?>" class="button button-hero next"><?php echo $next_text; ?></a>
|
||||
</div>
|
||||
<?php wp_nonce_field(ClefAdmin::DISMISS_WALTZ_ACTION); ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
Reference in New Issue
Block a user