aboutsummaryrefslogtreecommitdiff
path: root/_site/about/index.php
diff options
context:
space:
mode:
Diffstat (limited to '_site/about/index.php')
-rw-r--r--_site/about/index.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/_site/about/index.php b/_site/about/index.php
new file mode 100644
index 0000000..57afa94
--- /dev/null
+++ b/_site/about/index.php
@@ -0,0 +1,30 @@
+<?php $_TITLE = "About Blogchain"; 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>
+ <p>Let us a moment to introduce ourselves.</p>
+</div>
+<div class="container">
+ <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>Blogchain 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>
+ <li><a href="https://httpd.apache.org" target="_blank">The Apache HTTP Server</a></li>
+ <li><a href="https://kernel.org" target="_blank">The Linux kernel</a></li>
+ <li><a href="https://www.openssh.com/" target="_blank">OpenSSH</a></li>
+ <li><a href="https://git-scm.org" target="_blank">The Git version control system</a></li>
+ <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>
+
+ <h2>Who is behind this blog?</h2>
+ <div class="list-group no-link">
+ <li class="list-group-item"><img src="/authors/antoine62.jpg" width="32px" style="vertical-align: middle;"> <b>antoine62</b>g writer, correcter, UI/UX tester · Contact him on <a href="https://matrix.to/#/@antoine62:halogen.city" style="text-decoration: underline;">Matrix</a></li>
+ <li class="list-group-item"><img src="/authors/minteck.jpg" width="32px" style="vertical-align: middle;"> <b>Minteck</b> writer, developer, UI/UX designer · Contact him on <a href="https://matrix.to/#/@minteck:kde.org" style="text-decoration: underline;">Matrix</a> and <a href="https://twitter.com/_Minteck" style="text-decoration: underline;">Twitter</a></li>
+ </div>
+</div>
+
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?> \ No newline at end of file