Files
TEMPLATE-Web-site-one-page/p/index/index.html
T

60 lines
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Accueil</title>
<link rel="stylesheet" href="../assets/styles/main.css" />
</head>
<body>
<main data-page-content>
<section class="hero hero-carousel" aria-label="Présentation FWS Linux">
<div class="hero-carousel-track" data-hero-track>
<article class="hero-slide is-active" data-hero-slide style="background-image: url('/p/assets/img/hero/xfce.png');" aria-hidden="false"></article>
<article class="hero-slide" data-hero-slide style="background-image: url('/p/assets/img/hero/install.png');" aria-hidden="true"></article>
<article class="hero-slide" data-hero-slide style="background-image: url('/p/assets/img/hero/gnome.png');" aria-hidden="true"></article>
</div>
<div class="hero-inner">
<h1 class="hero-title">FWS Linux</h1>
<h2 class="hero-subtitle">Un systeme leger, libre et compatible</h2>
<p class="lead">Open-source base sur Arch Linux, FWS facilite la transition depuis Windows sans vous deposseder de vos donnees. Installation simplifiee, interface epuree, et compatibilite avec vos applications Windows grace a Wine et Winboat.</p>
<div class="hero-actions">
<a class="button button-primary" href="/?p/dl/" data-route="dl">Telecharger</a>
<a class="button button-secondary" href="/?p/contact/" data-route="contact">En savoir plus</a>
</div>
</div>
<div class="hero-controls" aria-label="Controles du carousel">
<button class="hero-control" type="button" data-hero-prev aria-label="Image precedente"></button>
<div class="hero-dots" data-hero-dots role="tablist" aria-label="Selectionner une image"></div>
<button class="hero-control" type="button" data-hero-next aria-label="Image suivante"></button>
</div>
</section>
<section class="features">
<article class="card" tabindex="0">
<h2>Installation simplifiée</h2>
<p>Installateur graphique pour une configuration facile et rapide.</p>
</article>
<article class="card" tabindex="0">
<h2>Léger et rapide</h2>
<p>Conçu pour être peu gourmand en ressources : idéal pour redonner vie à d'anciens PC.</p>
</article>
<article class="card" tabindex="0">
<h2>Respect de la vie privée</h2>
<p>Pas de télémétrie intrusive ni de collecte de données : vous gardez le contrôle.</p>
</article>
<article class="card" tabindex="0">
<h2>Compatibilité Windows</h2>
<p>Exécutez vos logiciels Windows avec Wine et Winboat sans devoir rester sous Windows.</p>
</article>
</section>
</main>
<script src="../assets/js/hero-carousel.js"></script>
</body>
</html>