You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.8 KiB
60 lines
2.8 KiB
<!DOCTYPE html> |
|
<html lang="fr"> |
|
<head> |
|
<!-- COMMON TAGS --> |
|
<meta charset="utf-8"> |
|
<title>Gnous.eu - Bienvenue</title> |
|
<meta name="twitter:title" content="Gnous.eu - Bienvenue"> |
|
<meta name="og:title" content="Gnous.eu - Bienvenue"> |
|
<!-- Search Engine --> |
|
<meta name="description" content="GnousEU est une communauté francophones de passionnés du libre. Elle fournit entre autre des services gratuits libre d'accès."> |
|
<meta name="image" content="https://gnous.eu/img/logo.png"> |
|
<!-- Schema.org for Google --> |
|
<meta itemprop="name" content="Gnous.eu"> |
|
<meta itemprop="description" content="GnousEU est une communauté francophones de passionnés du libre. Elle fournit entre autre des services gratuits libre d'accès."> |
|
<meta itemprop="image" content="https://gnous.eu/img/logo.png"> |
|
<!-- Twitter --> |
|
<meta name="twitter:card" content="summary"> |
|
<meta name="twitter:description" content="GnousEU est une communauté francophones de passionnés du libre. Elle fournit entre autre des services gratuits libre d'accès."> |
|
<meta name="twitter:site" content="@outoutxyz"> |
|
<meta name="twitter:creator" content="@outoutxyz"> |
|
<meta name="twitter:image:src" content="https://gnous.eu/img/logo.png"> |
|
<!-- Open Graph general (Facebook, Pinterest & Google+) --> |
|
<meta name="og:description" content="GnousEU est une communauté francophones de passionnés du libre. Elle fournit entre autre des services gratuits libre d'accès."> |
|
<meta name="og:image" content="https://gnous.eu/img/logo.png"> |
|
<meta name="og:url" content="https://gnous.eu/"> |
|
<meta name="og:site_name" content="Gnous.eu"> |
|
<meta name="og:locale" content="fr_FR"> |
|
<meta name="og:type" content="website"> |
|
<link rel="stylesheet" href="dist/spectre.min.css"> |
|
<link rel="stylesheet" href="dist/spectre-exp.min.css"> |
|
<link rel="stylesheet" href="dist/gnous2019.css"> |
|
<link rel="icon" type="image/png" href="https://gnous.eu/img/logo.png" /> |
|
</head> |
|
<body class="bg-dark"> |
|
|
|
<!-- NAVBAR --> |
|
<header class="navbar m-2"> |
|
<section class="navbar-section"> |
|
<a href="/" class="btn btn-link text-light">Accueil</a> |
|
<a href="/services" class="btn btn-link text-light">Services</a> |
|
<a href="/about" class="btn btn-link text-light">A propos</a> |
|
</section> |
|
<section class="navbar-center"> |
|
<img src="img/gnous.svg" alt="GnousLOGO 2019"> |
|
</section> |
|
<section class="navbar-section"> |
|
<a href="/donate" class="btn btn-link text-light">Donner</a> |
|
</section> |
|
</header> |
|
|
|
<div class="hero hero-lg gradient"> |
|
<div class="hero-body"> |
|
<h1>GnousEU</h1> |
|
<p>Communauté francophone de passionnés du libre depuis 2017.</p> |
|
<a href="/services" class="btn btn-success text-light">Adhérez en découvrant nos services</a></p> |
|
</div> |
|
</div> |
|
|
|
</body> |
|
</html> |