modified: finally-a-disqus-alternative.html

modified:   index.html
	modified:   minimal-demo.html
This commit is contained in:
root 2018-05-21 16:40:29 -04:00
parent 57c647259e
commit 68b3a77d98
3 changed files with 21 additions and 17 deletions

View file

@ -42,9 +42,9 @@
<div class="navlinks">
<a class="navlink" href="https://faq.remarkbox.com">Faq</a>
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
<a class="navlink" href="#about">About</a>
<a class="navlink" href="https://www.remarkbox.com/#about">About</a>
<a class="navlink" href="#remarkbox-demo">Demo</a>
<a class="navlink" href="#plans">Plans</a>
<a class="navlink" href="https://www.remarkbox.com/#plans">Plans</a>
<a class="button" href="https://my.remarkbox.com/setup">Log in</a>
<a class="button red" href="https://my.remarkbox.com/setup">Join</a>
</div>
@ -164,7 +164,7 @@
<p>
<img src="https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s300-c/photo.jpg" align="left" style="margin-right: 40px; margin-top: 5px; border-radius: 12px;">
Hey there, my name is <a href="http://russell.ballestrini.net/about">Russell</a> and I started working on Remarkbox back in 2014 to solve a problem I had after moving my Wordpress blog to a <b>static site</b>.
Hey there, my name is <a href="https://russell.ballestrini.net/about">Russell</a> and I started working on Remarkbox back in 2014 to solve a problem I had after moving my Wordpress blog to a <b>static site</b>.
</p>
<p>

View file

@ -287,7 +287,7 @@ Yes, our goal is to help you capture <a href="https://faq.remarkbox.com/d1f50998
<br/>
<br/>
starting at
<h3 style="font-weight: bold;">$149.95<span style="font-size: .5em;">/mo</span></h3>
<h3 style="font-weight: bold;">$119<span style="font-size: .5em;">/mo</span></h3>
Unlimited moderators <span class="avoidwrap">on ten domains</span>
<br/>
<br/>
@ -357,7 +357,7 @@ Yes, our goal is to help you capture <a href="https://faq.remarkbox.com/d1f50998
<p>
<img src="https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s140-c/photo.jpg" align="left" style="margin-right: 20px; margin-top: 5px;">
<b><a href="http://russell.ballestrini.net/about">Russell Ballestrini</a></b> - <i>Founder</i>
<b><a href="https://russell.ballestrini.net/about">Russell Ballestrini</a></b> - <i>Founder</i>
<br>
@ -431,7 +431,7 @@ Try on your site now, risk free, no card required.
</p>
<p>
For more details read: <a href="http://russell.ballestrini.net/capability-driven-presentation/" target="_blank">Capability driven Presentation</a>
For more details read: <a href="https://russell.ballestrini.net/capability-driven-presentation/" target="_blank">Capability driven Presentation</a>
</p>
<h5>Increase User Engagement</h5>

View file

@ -6,21 +6,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#D40000">
<style>
a {
text-decoration: none;
color: #AA0000;
margin-right: 20px;
margin-left: 20px;
}
body {font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
.content {width: 640px;}
.content-wrapper {
margin-top: 25px;
width: 100%;
display: flex;
justify-content: center;
}
.content {width: 640px;}
body {font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;}
a {
text-decoration: none;
color: #AA0000;
margin-right: 20px;
margin-left: 20px;
}
@media screen and (max-width: 700px) {
.content {
width: 95%;
}
}
</style>
</head>
<body class="remarkbox-body">
@ -34,9 +38,9 @@
<div class="navlinks">
<a class="navlink" href="https://faq.remarkbox.com">Faq</a>
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
<a class="navlink" href="#about">About</a>
<a class="navlink" href="https://www.remarkbox.com/#about">About</a>
<a class="navlink" href="#remarkbox-demo">Demo</a>
<a class="navlink" href="#plans">Plans</a>
<a class="navlink" href="https://www.remarkbox.com/#plans">Plans</a>
<a class="button" href="https://my.remarkbox.com/setup">Log in</a>
<a class="button red" href="https://my.remarkbox.com/setup">Join</a>
</div>