diff options
Diffstat (limited to 'pages/en/about.html')
-rw-r--r-- | pages/en/about.html | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/pages/en/about.html b/pages/en/about.html deleted file mode 100644 index 601dd35..0000000 --- a/pages/en/about.html +++ /dev/null @@ -1,67 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <!-- Metadata --> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content=""> - <meta property="og:title" content="About"> - <meta property="og:type" content="article" > - <meta property="og:article:author" content="Oxbian"> - <meta property="og:article:published_time" content="01-01-0001"> - - <!-- CSS & Atom --> - <link rel="alternate" href="../../atom_en.xml" type="application/atom+xml" title="RSS"> - <link rel="stylesheet" href="../../assets/css/style.css"> - <link rel="shortcut icon" href="../../assets/favicon/favicon.ico" type="image/x-icon"> - - <title>About</title> -</head> -<body> - <!-- Header --> - <header> - <nav> - <ul> - <li><a href="../../index_en.html">Home</a></li> - <li><a href="../../pages/en/how-to-read.html">How to read ?</a></li> - <li><a href="../../pages/en/about.html">About</a></li> - <li><a href="../../atom_en.xml">RSS</a></li> - </ul> - </nav> - </header> - - <!-- Main content --> - <main> - <article> - <h1>About</h1> - <h2>What is this blog?</h2> -<p>I created this blog with the purpose of sharing best practices in different domains. This idea came to me when I realized that I didn't have the good practices on various fields like nutrition and that my friends didn't have them either.</p> -<p>The aim is not to transform you or to promote some personal development bullshit or whatever, just to give you the opportunity to learn good practices and basics in various fields and to go deeper into them, while being guided in your research at the beginning.</p> -<h2>Who am I?</h2> -<p>I'm Oxbian, a computer enthusiast, free software promoter and fan of the Unix philosophy. Curious by nature, I've fallen into the wonderful world of computing, and I'm always keen to learn more and improve.</p> -<h2>Contact</h2> -<p>If you'd like to contact me, I'm available on several platforms:</p> -<ul> - <li>Matrix: @oxbian:matrix.org</li> - <li>Email: oxbian.noch@simplelogin.com</li> -</ul> - - </article> - </main> - - <!-- Footer --> - <hr> - <footer> - <p>Contact-me for any questions, I answer quite fast in general.</p> - - <!-- Contact --> - <div id="social"> - <ul> - <li><a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a></li> - <li><a rel="me" class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li> - <li><a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a></li> - </ul> - </div> - </footer> -</body> -</html> |