default_page_maintenance/index.html

68 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="reset.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Default page</title>
</head>
<body>
<header class="header --home">
<nav class="header__top-bar">
<div class="contents">
<a href="index.html" class="header__top-bar__logo-link">
<img src="public/img/logo-ESI.png"
alt="ESI logo"
class="header__top-bar__logo"
>
</a>
<ul class="header__top-bar__navlinks">
<li class="header__top-bar__navlinks__element">
+32 (0)87 22 60 60
</li>
<li class="header__top-bar__navlinks__element">
esi@informatique.com
</li>
<li class="header__top-bar__navlinks__element">
www.esi-informatique.com
</li>
</ul>
</div>
</nav>
</header>
<div class="header">
<div class="contents">
<article class="header__image__maintenance">
<figure class="header__image__maintenance__figure">
<img src="public/img/illustration_maintenance.png"
alt="illustration mode maintenance"
>
</figure>
<div class="header__image__maintenance__text-content">
<h1 class="p header__image__maintenance__heading">
Ce site est<br>
<strong>hébergé par ESI</strong>
</h1>
<p class="header__image__maintenance__description">
Ce site est fièrement hébergé par ESI informatique !
</p>
<a href="https://www.esi-informatique.com/" class="header__image__maintenance__site-esi">
En savoir plus
</a>
</div>
</article>
<footer></footer>
</body>
</html>