modified: index.html
This commit is contained in:
parent
995921062d
commit
dc31ac520e
1 changed files with 21 additions and 23 deletions
44
index.html
44
index.html
|
|
@ -79,46 +79,42 @@
|
|||
<br />
|
||||
<br />
|
||||
<br />
|
||||
Remarkbox offers a <span class="avoidwrap"><b>free comment system</b></span>
|
||||
Remarkbox offers a <span class="avoidwrap"><b>comment system</b></span> to
|
||||
<br />
|
||||
to keep readers engaged <span class="avoidwrap">with your content.</span>
|
||||
help engage readers <span class="avoidwrap">with your content.</span>
|
||||
<br />
|
||||
<br />
|
||||
It works everywhere, <span class="avoidwrap">even <b>static sites</b>!</span>
|
||||
<br />
|
||||
It works everywhere, <span class="avoidwrap">even <b>static sites</b>.</span>
|
||||
<br />
|
||||
<br />
|
||||
Simply copy and paste into your HTML.
|
||||
<br />
|
||||
We handle the rest!
|
||||
</span>
|
||||
To get started, put this <a href="https://my.remarkbox.com/embed-iframe.txt" target="_blank">snippet</a> into
|
||||
<br />
|
||||
your HTML, <b>we handle the rest!</b>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<!--<button style="color: #FFFFFF; background-color: #AA0000; border-color: #AA0000;">Get Started</button>
|
||||
-->
|
||||
<a class="button red" href="#remarkbox-demo">Try Remarkbox</a>
|
||||
<span class="avoidwrap">To see <a href="#remarkbox-demo">Remarkbox in action</a></span> scroll <span class="avoidwrap">down to the bottom of this page.</span>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<a class="button red" href="#beta">Join Remarkbox</a>
|
||||
<br />
|
||||
<b>or <a href="#learn">learn more</a></b>
|
||||
<!-- <b>or <a href="#beta">join beta</a></b> -->
|
||||
<br />
|
||||
<br />
|
||||
</span>
|
||||
</center>
|
||||
|
||||
</div>
|
||||
<div class="one-half column">
|
||||
<center>
|
||||
<span style="font-size: 1.25em;">
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<b>▼ Setup on your web page in 30s or less</b>
|
||||
</span>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<textarea style="width: 96%; height: 270px; font-size: .7em; color: #999999; border-color: #cccccc;" disabled><!-- Remarkbox - readers want to communicate with you -->
|
||||
<script src="https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script> <script> var thread_fragment = window.location.hash; var thread_uri = window.location.href; document.write('<iframe id="remarkbox" src="https://demo.remarkbox.com/embed?thread_uri=' + thread_uri + '" title="remarkbox" width="100%" style="width: 100% !important; border: none !important; overflow: hidden !important;" tabindex="0"></iframe>'); iFrameResize({ checkOrigin: ["https://demo.remarkbox.com"], inPageLinks: true, initCallback: function(e) { e.iFrameResizer.moveToAnchor(thread_fragment) } }, document.getElementById("remarkbox")); </script> <noscript> <iframe id=remarkbox src="https://demo.remarkbox.com/embed?nojs=true" style=height:600px;width:100%;border:none!important tabindex=0></iframe> </noscript>
|
||||
</textarea>
|
||||
<img src="/static/img/remarkbox-instant-preview-of-comments.gif" style="margin-top: 100px; width: 98%;" alt="Remarkbox Demo animated gif">
|
||||
</center>
|
||||
|
||||
</div>
|
||||
|
|
@ -212,9 +208,9 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
<center>
|
||||
<br>
|
||||
<br>
|
||||
<a class="button red" href="#remarkbox-demo">Try Remarkbox</a>
|
||||
<a class="button red" href="#beta">Join Remarkbox</a>
|
||||
<br />
|
||||
<b>or <a href="#beta">join beta</a></b>
|
||||
<b>or see <a href="#remarkbox-demo">it in action</a></b>
|
||||
</center>
|
||||
|
||||
|
||||
|
|
@ -319,9 +315,11 @@ Here at Remarkbox we respect your privacy and never serve ads. In fact, we only
|
|||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<b><a href="#free" class="button red">Setup</a></b>
|
||||
<b><a href="https://my.remarkbox.com/embed-iframe.txt" target="_blank" class="button red">Setup</a></b>
|
||||
<br/>
|
||||
Just put the snippet into your HTML
|
||||
Just put the
|
||||
<a href="https://my.remarkbox.com/embed-iframe.txt" target="_blank">snippet</a>
|
||||
into your HTML
|
||||
</div>
|
||||
<br/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue