From 58b62aa013d59498551677c2cdf85c2d85e82a5c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 24 Jul 2021 15:25:37 -0400 Subject: [PATCH] Made a few minor corrections. --- content/_index.md | 2 +- content/projects/clevercoin/index.Rmd | 2 +- layouts/partials/footer.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 424c74b..d3d8918 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,4 +7,4 @@ Welcome! We are CleverThis, an open-science, open-source, blockchain initiative. designed and tested based on sound scientific principles. By developing cryptocurrency solutions that drive and reward adoption we plan to bring cryptocurrency to the mainstream. Our currency, CleverCoin, is a novel idea based on a dynamic bonding curve that adjusts in real time to drive price, volatility, and adoption; the result is a coin you can -feel confident carrying in your wallet while still delivering a profit to its' holders. +feel confident carrying in your wallet while still delivering a profit to its holders. diff --git a/content/projects/clevercoin/index.Rmd b/content/projects/clevercoin/index.Rmd index f3b62e5..04a7d0a 100644 --- a/content/projects/clevercoin/index.Rmd +++ b/content/projects/clevercoin/index.Rmd @@ -3,4 +3,4 @@ title: CleverCoin description: "A dynamic cryptocurrency designed to optimize adoption, stability, and price." --- -More info on CleverCoin comming soon! \ No newline at end of file +More info on CleverCoin coming soon! \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 66b9a24..888f7a0 100755 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -20,12 +20,12 @@ <div class="is-col is-33"> <h3 id="connect">Connect</h3> <ul class="fa-ul"> - <li><i class="fa-li fas fa-briefcase fa-fw"></i>Our mailing address is, 2604 S 12th st., Philadelphia, PA 19148.</li> + <li><i class="fa-li fas fa-briefcase fa-fw"></i>Our mailing address is, 2604 S 12th St., Philadelphia, PA 19148.</li> <li><i class="fa-li fas fa-envelope fa-fw"></i>Email us at <a href="mailto:CleverThis@CleverThis.com">CleverThis@CleverThis.com</a>.</li> <li><a href="https://keyoxide.org/8b2364cd24036dcb753101d0052dda8e0506cbce"><i class="fa-li fas fa-key fa-fw"></i></a>Verify our public key identity <a href="https://keyoxide.org/8b2364cd24036dcb753101d0052dda8e0506cbce">via Keyoxide</a>. Here is our <a href="{{ .Site.BaseURL }}cleverthis.key.txt">public key.</a></li> <li><a href="https://twitter.com/TheCleverThis"><i class="fa-li fab fa-twitter fa-fw"></i></a>Follow us on twitter at <a href="https://twitter.com/TheCleverThis">@TheCleverThis</a>.</li> <li><a href="https://element.qoto.org"><i class="fa-li fas fa-solid fa-comments"></i></a>Chat with us on the official CleverThis Matrix channel at #CleverThis:qoto.org. If you don't have a matrix account you can <a href="https://element.qoto.org">signup for free</a> for an account.</li> - <li><a href="https://git.qoto.org/CleverThis"><i class="fa-li fab fa-github fa-fw"></i></a>See our open-source projects at <a href="https://git.qoto.org/CleverThiss">git.qoto.org/CleverThis</a>. + <li><a href="https://git.qoto.org/CleverThis"><i class="fa-li fab fa-gitlab fa-fw"></i></a>See our open-source projects at <a href="https://git.qoto.org/CleverThiss">git.qoto.org/CleverThis</a>. <li><a href="/index.xml"><i class="fa-li fas fa-rss fa-fw"></i></a>Follow new posts on this site via the <a href="/index.xml">RSS Feed</a>.</li> </ul> </div> -- GitLab