-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta-dashboard.php
20 lines (20 loc) · 1.05 KB
/
meta-dashboard.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<style>
.typerocket-v5-open-meta-content {
display: grid;
grid-template-columns: 1fr 2fr;
grid-auto-rows: minmax(64px,auto);
column-gap: 16px;
padding: 6px 12px 12px;
}
</style>
<div class="typerocket-v5-open-meta-content">
<div>
<img style="max-width: 100%;" src="https://typerocket-public.s3.us-west-2.amazonaws.com/rocket-avatar.png" alt="TypeRocket Pro">
</div>
<div>
<h3><strong>You are closer to building a modern WordPress site without sacrificing your developer experience or site's speed.</strong></h3>
<p>Make every feature your way, with <a href="https://typerocket.com/pro/" target="_blank">TypeRocket Pro</a>.
You shouldn't have to give up site speed, a beautiful WordPress admin, and elegant PHP syntax by adding yet-another-plugin.</p>
<p><a class="button button-primary" href="https://typerocket.com/pro/" target="_blank">Get TypeRocket Pro</a> <a href="https://typerocket.com/compare-versions/" target="_blank">See Features</a></p>
</div>
</div>