diff options
author | Oxbian <got.dacs@slmail.me> | 2023-10-23 21:49:48 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-10-23 21:49:48 +0200 |
commit | 22989b7e000fd440056e9db93fc98cec3acac403 (patch) | |
tree | 34053839e28530aa1e7e448c032a5d92c3978753 /pages/en/how-to-read.html | |
parent | 0696a223ffb9966faad9b4e9038b9d883b0e6471 (diff) | |
download | ArKa-Blog-22989b7e000fd440056e9db93fc98cec3acac403.tar.gz ArKa-Blog-22989b7e000fd440056e9db93fc98cec3acac403.zip |
Rewrote french pages, removed english ones, will be back one day
Diffstat (limited to 'pages/en/how-to-read.html')
-rw-r--r-- | pages/en/how-to-read.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/pages/en/how-to-read.html b/pages/en/how-to-read.html deleted file mode 100644 index 77afab8..0000000 --- a/pages/en/how-to-read.html +++ /dev/null @@ -1,64 +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="How to read ?"> - <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>How to read ?</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>How to read ?</h1> - <p>The aim of this blog is to pass on knowledge that everyone should have. It covers a wide range of fields (nutrition, sport, hygiene, IT...).</p> -<p>This knowledge is intended to help you acquire good practices in everyday things.</p> -<p>When I write an article on this blog, I base it on personal experience and research in the field. I'm not an expert by any stretch of the imagination (although I do have enough experience in IT to give good advice), so please don't take these articles as gospel.</p> -<p>That's why I invite you to practice good information practices, i.e. check sources, cross-reference information, and form your own opinion.</p> -<p>What's more, I'll try to include as many of the sources I've used to write my articles as possible, as well as communities/resources where you can explore the subject further if you wish.</p> -<p>If you have any questions or would like to discuss an article, you can use the room matrix or send me an e-mail, where you'll receive a warm welcome.</p> -<p>If you're an expert or a good connoisseur of the subject, and you'd like to make a modification, you can make a pull request on the project's git or come to the room matrix / my emails to let me know.</p> -<p>Happy reading and learning.</p> - - </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> |