modified: custom.css

modified:   index.html
This commit is contained in:
root 2017-10-08 17:18:30 -04:00
parent 9982a0b9bf
commit df35ec7d16
2 changed files with 27 additions and 2 deletions

View file

@ -35,6 +35,11 @@ blockquote {
border-left: 4px solid #AA0000; border-left: 4px solid #AA0000;
} }
li {
padding-left: 20px;
text-indent: -20px;
}
.pricebox { .pricebox {
text-align: center; text-align: center;
background-color: #ffffff; background-color: #ffffff;

View file

@ -403,11 +403,31 @@ My research found solutions which would slow down my site, or worse, serve ads!
</p> </p>
<p> <p>
"How long could it take to build a comment system?" <blockquote>"How long could it take to build a comment system?"</blockquote>
</p> </p>
<p> <p>
3 years later, I'm finally ready to share my progress with a hand selected group of users. Would you be interested in joining a list to hear more about it? 3 years later, I'm finally ready to share Remarkbox: a hosted comment service that embeds in your pages to keep the conversation in the same place as your content.
</p>
<p>
Remarkbox <b>increases user engagement</b> because it:
</p>
<p>
<ul>
<li>enables a visitor to discuss your content right away without needing an account</li>
<li>supports <b>Markdown</b> and a <i>realtime as-the-user-types</i> preview of the comment</li>
<li>supports deeply nested replies and has a really clean user interface</li>
</ul>
</p>
<p>
... and the best part - fast page load speeds and absolutely <b>NO ADS!</b>
</p>
<p>
I'm in the process of hand selecting group of users to help me test. Would you be interested in joining a list to hear more about it?
</p> </p>
<a href="#beta">Yes! I would like to follow this product's journey.</a> <a href="#beta">Yes! I would like to follow this product's journey.</a>