diff options
Diffstat (limited to 'index_en.html')
-rw-r--r-- | index_en.html | 42 |
1 files changed, 15 insertions, 27 deletions
diff --git a/index_en.html b/index_en.html index 86f3dbc..8a328a8 100644 --- a/index_en.html +++ b/index_en.html @@ -1,31 +1,28 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="fr"> <head> - <!-- Metadata --> + <!-- Metadonnées --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="description" content="Oxbian's blog"> - <meta property="og:title" content="Oxbian's blog"> + <meta name="description" content="Oxbian's Blog"> + <meta property="og:title" content="Oxbian's Blog"> <meta property="og:url" content="https://blog.arka.rocks"> <meta property="og:type" content="article"> <meta property="og:article:author" content="Oxbian"> <!-- CSS & Atom --> - <link rel="alternate" href="atom_en.xml" type="application/atom+xml" title="RSS"> + <link rel="alternate" href="atom_fr.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>Oxbian's blog</title> + <title>Oxbian's Blog</title> </head> <body> - <!-- Header --> + <!-- En tête --> <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> + <li><a href="index_en.html">Accueil</a></li> </ul> <br> <ul> @@ -34,33 +31,24 @@ </nav> </header> - <!-- Main content --> + <!-- Contenu principale --> <main> <article> - <h1>Welcome on my blog</h1> - <p>On this blog you will found articles about IT, coding, network, cybersecurity, free software.. - Moreover I share articles about good practices in different domains like privacy, sport..</p> - <ul> - </ul> - <h2>Tags:</h2> - <div class="tags"> - <ul> - </ul> - </div> + <h1>The english part in under construction</h1> </article> </main> - <!-- Footer --> + <!-- Bas de page --> <hr> <footer> - <p>Contact-me for any questions, I answer quite fast in general.</p> + <p>Contact me for any question.</p> - <!-- Contact --> + <!-- Réseaux sociaux--> <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> + <li><a class="mail" href="mailto:oxbian@mailbox.org">Mail</a></li> + <li><a class="gpg" href="https://arka.rocks/B3777BB478C7862BE696576B0E8F319FD43747E5.asc">GPG</a></li> </ul> </div> </footer> |