diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
commit | 6ae668238c37514cacd1977471a10284b432e5a1 (patch) | |
tree | 61e98cabaa82cf64c8390c70bfc934b3941443d3 /_site/about | |
parent | 1d62401c897a5ba82d0def92d97d09195a6d676f (diff) | |
download | unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.gz unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.bz2 unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.zip |
Name change
Diffstat (limited to '_site/about')
-rw-r--r-- | _site/about/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_site/about/index.php b/_site/about/index.php index 04994e5..ed49405 100644 --- a/_site/about/index.php +++ b/_site/about/index.php @@ -1,4 +1,4 @@ -<?php $_TITLE = "About Blogchain"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> +<?php $_TITLE = "About UnchainedTech"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> <div class="container" style="margin-top:30px;text-align: center;"> <h2>What's that? Who's behind it?</h2> @@ -7,9 +7,9 @@ <div class="container"> <img src="/logo.svg" style="margin-bottom:15px;"> - <p>Blogchain is a tech-centric blog written by two people on their free time. Whether it is the new Windows update or the latest iPhone, the Blogchain writers will always find a topic to talk about.</p> + <p>UnchainedTech is a tech-centric blog written by two people on their free time. Whether it is the new Windows update or the latest iPhone, the UnchainedTech writers will always find a topic to talk about.</p> - <p>Blogchain is proudly powered by open-source software! Namely: + <p>UnchainedTech is proudly powered by open-source software! Namely: <ul> <li><a href="https://github.com/erusev/parsedown" target="_blank">Parsedown</a></li> <li><a href="https://php.net" target="_blank">PHP</a></li> @@ -20,7 +20,7 @@ <li>and much more...</li> </ul></p> - <p>Last but not least, Blogchain wouldn't be so easy to develop without <a href="https://jetbrains.com" target="_blank">JetBrains software</a>. Huge thanks to them for giving me (Minteck) a free license to help me develop my FLOSS software faster than ever!</p> + <p>Last but not least, UnchainedTech wouldn't be so easy to develop without <a href="https://jetbrains.com" target="_blank">JetBrains software</a>. Huge thanks to them for giving me (Minteck) a free license to help me develop my FLOSS software faster than ever!</p> <h2>Who is behind this blog?</h2> <div class="list-group no-link"> |