new FR pages

This commit is contained in:
Valère
2023-01-20 17:26:55 +01:00
parent ca32b71d2d
commit b46faf5407
5 changed files with 77 additions and 66 deletions

View File

@@ -2,25 +2,24 @@
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Hostux &bull; Updates</title>
<title>Hostux</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/fr/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux">
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Hostux">
<meta property="og:site_name" content="Hostux">
<meta property="og:title" content="Hostux">
<meta property="og:type" content="website">
<meta property="og:url" content="/fr/">
<meta property="og:url" content="https://Hostux.net/fr/blog.html">
<meta property="og:image" content="fr/static/img/hostux.svg">
<meta property="og:image" content="https://Hostux.net/static/img/hostux.svg">
<link rel="stylesheet" href="/static/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/lib/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="/static/css/app.css">
<link rel="prefetch" type="application/l10n" href="static/locales.ini">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<body class="wide">
<div class="page">
<div class="container">
@@ -31,9 +30,9 @@
</header>
<div class="d-flex flex-column flex-md-row align-items-center justify-content-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/fr/about.html">À Propos</a>
<div class="d-flex flex-column flex-md-row align-items-center justify-content-center p-1 px-sm-4 mb-3 bg-white border-bottom shadow-sm">
<nav class="my-2 my-md-0">
<a class="p-2 text-dark" href="/fr/about.html">About</a>
<a class="p-2 text-dark" href="/fr/index.html">Services</a>
<a class="p-2 text-dark" href="/fr/blog.html">Updates</a>
<a class="p-2 text-dark" href="/fr/contact.html">Contact</a>
@@ -57,10 +56,11 @@
</div>
<div class="container">
<footer class="p-3 px-md-4 my-3 border shadow">
<footer class="p-3 px-md-4 my-3 border shadow ">
<div class="row justify-content-sm-between">
<div class="col-sm">
<a href="https://irc.gru.hostux.eu" class="mx-1 footer-link" target="_blank">
<a href="https://irc.gru.hostux.eu" class="mx-1 footer-link" target="_blank">
<i class="fa fa-comments" aria-hidden="true"></i> IRC
</a>
<a href="https://uptime.hostux.net/status/hostux" class="mx-1 footer-link" target="_blank">
@@ -70,7 +70,7 @@
<i class="fa fa-git" aria-hidden="true"></i> Source Code
</a>
<a href="https://hostux.network/fr/terms.html" class="mx-1 footer-link" target="_blank">
<i class="fa fa-sticky-note-o" aria-hidden="true"></i> Conditions d'utilisation.
<i class="fa fa-sticky-note-o" aria-hidden="true"></i> Terms of use.
</a>
</div>
<div class="col-sm">
@@ -86,9 +86,11 @@
</div>
<div class="col-sm footer-col">
<a class="btn btn-danger mb-2" href="https://liberapay.com/valere_hostux/" target="_blank">Donate</a>
</div>
</div>
</footer>
</div>
@@ -100,4 +102,4 @@
</body>
</html>
</html>