new file: Makefile

modified:   finally-a-disqus-alternative.html
	modified:   index.html
	deleted:    welcome-to-the-beta.html
This commit is contained in:
Russell Ballestrini 2021-01-16 15:14:38 -05:00
parent d9d6076219
commit 2f760cdc2a
4 changed files with 4 additions and 99 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
serve:
python3 -m http.server 8585

View file

@ -163,7 +163,7 @@
</center>
<p>
<img src="https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" align="left" style="margin-right: 40px; margin-top: 5px; border-radius: 12px;">
<img src="https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" align="left" style="margin-right: 40px; margin-top: 5px; border-radius: 12px; width: 300px;">
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>

View file

@ -356,7 +356,7 @@ Yes, our goal is to help you capture <a href="https://faq.remarkbox.com/d1f50998
<h4>About Remarkbox</h4>
<p>
<img src="https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" align="left" style="margin-right: 20px; margin-top: 5px;">
<img src="https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" align="left" style="margin-right: 20px; margin-top: 5px; width: 300px;">
<b><a href="https://russell.ballestrini.net/about">Russell Ballestrini</a></b> - <i>Founder</i>
<br>

View file

@ -1,97 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Comments as a service | Remarkbox</title>
<!-- this makes mobile pretty... -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#D40000">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="skeleton.css">
<link href="https://cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="custom.css">
<script src="jquery-3.2.0.slim.min.js"></script>
<script src="custom.js"></script>
<script src="https://my.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
<!-- reviewing the data - https://getmirrorshades.com/view.html?siteKey=NwkBplCe -->
<!--
<script async src="https://getmirrorshades.com/agent.js" data-siteId="MA-EWUFWH-64A"></script>
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82107349-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="remarkbox-body">
<div class="redline"></div>
<iframe src="https://russell.ballestrini.net/uploads/profile/russell-ballestrini-2020.jpg" width="100%" height="1860" scrolling="no" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<br/>
<br/>
<br/>
<a id="remarkbox-demo" class="anchor"></a>
<!-- Remarkbox - Your readers want to communicate with you -->
<center>
<div id="remarkbox-div" style="width: 50%" >
<noscript>
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>
</noscript>
</div>
<center>
<script>
var thread_fragment = window.location.hash;
function create_remarkbox_iframe() {
var thread_uri = window.location.href;
var rb_nsur_id = "none";
var rb_src = "https://my.remarkbox.com/embed?nsur_id=" + rb_nsur_id + "&thread_uri=" + thread_uri;
var ifrm = document.createElement("iframe");
ifrm.setAttribute("id", "remarkbox-iframe");
ifrm.setAttribute("scrolling", "no");
ifrm.setAttribute("src", rb_src);
ifrm.setAttribute("frameborder", "0");
ifrm.setAttribute("tabindex", "0");
ifrm.setAttribute("title", "Remarkbox");
ifrm.style.width = "100%";
document.getElementById("remarkbox-div").appendChild(ifrm);
}
create_remarkbox_iframe();
iFrameResize(
{
checkOrigin: ["https://my.remarkbox.com"],
inPageLinks: true,
initCallback: function(e) {e.iFrameResizer.moveToAnchor(thread_fragment)}
},
document.getElementById("remarkbox-iframe")
);
</script>
<div class="row-padding">
<center>
<b>
Remarkbox &#169;2016-2017 | USA, Connecticut, New London | <a href="https://twitter.com/RussellBal" target="_blank">@russellbal</a> | <a href="https://twitter.com/remarkbox" target="_blank">@Remarkbox</a>
</b>
</center>
</div>
<div class="redline"></div>
</body>
</html>