2022-07-27 16:22:45 +03:00
|
|
|
|
<div class="explore fullscreen-explore-container">
|
2022-08-05 13:37:30 +03:00
|
|
|
|
<div class="explore-close">
|
|
|
|
|
<LinkTo data-test-button="close-explore" @route="dashboard">
|
2022-07-27 16:22:45 +03:00
|
|
|
|
{{svg-jar "close"}}<span class="hidden">Close</span>
|
|
|
|
|
</LinkTo>
|
2022-08-05 13:37:30 +03:00
|
|
|
|
</div>
|
|
|
|
|
<div class="explore-content">
|
|
|
|
|
|
|
|
|
|
<div class="explore-header">
|
2022-08-18 17:03:58 +03:00
|
|
|
|
{{svg-jar "ghost-orb-pink" alt="Ghost" class="w25 v-mid"}}
|
2022-08-05 13:37:30 +03:00
|
|
|
|
<h1>Connect to Ghost Explore.</h1>
|
|
|
|
|
<p class="explore-api">{{this.apiUrl}}</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="explore-permissions">
|
|
|
|
|
<div>
|
|
|
|
|
<span>{{svg-jar "check-circle" class="w6 v-mid" alt="checkmark"}}</span>
|
2022-08-08 16:47:11 +03:00
|
|
|
|
<p>Allow read-only access to your site data to create a directory listing.</p>
|
2022-07-27 16:22:45 +03:00
|
|
|
|
</div>
|
2022-08-05 13:37:30 +03:00
|
|
|
|
<div>
|
|
|
|
|
<span>{{svg-jar "check-circle" class="w6 v-mid" alt="checkmark"}}</span>
|
2022-08-08 16:47:11 +03:00
|
|
|
|
<p>You’ll be able to choose what data is shown publicly or hidden.</p>
|
2022-08-05 13:37:30 +03:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<span>{{svg-jar "check-circle" class="w6 v-mid" alt="checkmark"}}</span>
|
2022-08-08 16:47:11 +03:00
|
|
|
|
<p>Your site will be promoted across the entire Ghost ecosystem.</p>
|
2022-07-27 16:22:45 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-08-05 13:37:30 +03:00
|
|
|
|
|
|
|
|
|
<button type="button" class="gh-btn gh-btn-black gh-btn-large gh-btn-icon-right" {{on "click" this.submitExploreSite}} data-test-button="submit-explore">
|
|
|
|
|
<span>Connect data & edit listing {{svg-jar "arrow-right-tail"}}</span>
|
|
|
|
|
</button>
|
2022-07-27 16:22:45 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|