Skip to content

Commit

Permalink
updateddeploy btn text
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Dec 18, 2020
1 parent 3d42c34 commit 6374eda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
27 changes: 8 additions & 19 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,23 +171,12 @@ <h4 class="subtitle">
<p class="has-text-grey-light">The accuracy of the generated privacy policy and terms &amp; conditions on this website is not legally binding. Use at your own risk.</p>
<p><a class="has-text-danger" @click="toggleDisclaimerModalVisibility" rel="noopener noreferrer">Read the full Disclaimer here</a></p>
</div>
<div class="box" id="fc-container">
<div id="fc-container-text">
<div class="fc-title">Free privacy policy hosting + website for {{ appName }}.</div>
</div>
<div id="fc-callouts">
<form id="fc-form" action="https://app.flycricket.com/import/privacy" method="post" target="_blank" onsubmit="return fc_submit(event)">
<input type="hidden" name="fc-referrer" value="nishant">
<input id="fc-terms" type="hidden" name="fc-terms">
<input id="fc-body" type="hidden" name="fc-body">
<input id="fc-name" type="hidden" name="fc-name" v-model="appName">
</form>
<div style="margin-top: 1em;">
<button class="button is-black is-small" @click="fc_deploy()">Deploy</button>
</div>
<div class="fc-powered-by" style="margin-top:0.25em;">Powered by <a href="https://app.flycricket.com/r/nishant?utm_source=partner&amp;utm_medium=website&amp;utm_campaign=privacy_generator" target="_blank" rel="noopener noreferrer">Flycricket</a></div>
</div>
</div>
<form id="fc-form" action="https://app.flycricket.com/import/privacy" method="post" target="_blank">
<input type="hidden" name="fc-referrer" value="nishant">
<input id="fc-terms" type="hidden" name="fc-terms">
<input id="fc-body" type="hidden" name="fc-privacy">
<input id="fc-name" type="hidden" name="fc-name" v-model="appName">
</form>
</div>
</div>
</section>
Expand Down Expand Up @@ -346,7 +335,7 @@ <h4 class="subtitle">
<button class="button is-success" @click="getMarkdown('privacy_content', 'privacy_txtarea')">Markdown</button>
<button class="button is-success" v-if="contentRenderType!=1" @click="preview()">Preview</button>
<div style="flex:1">
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy</button>
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy to Flycricket</button>
</div>
</footer>
</div>
Expand Down Expand Up @@ -492,7 +481,7 @@ <h4 class="subtitle">
<button class="button is-success" @click="getMarkdown('tandc_content', 'tandc_txtarea')">Markdown</button>
<button class="button is-success" v-if="contentRenderType!=1" @click="preview()">Preview</button>
<div style="flex:1">
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy</button>
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy to Flycricket</button>
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/includes/content/privacy_policy/simple.pug
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@
if (flycricket)
div(style='flex:1')
button.button.is-info(@click="fc_deploy()" style='float:right;')
| Deploy
| Deploy to Flycricket
2 changes: 1 addition & 1 deletion src/includes/content/tnc/simple.pug
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
if (flycricket)
div(style='flex:1')
button.button.is-info(@click="fc_deploy()" style='float:right;')
| Deploy
| Deploy to Flycricket

0 comments on commit 6374eda

Please sign in to comment.