Skip to content

Instantly share code, notes, and snippets.

@floriancourgey
Last active April 8, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floriancourgey/d1e1d70b9518c706bc46b056634fe4ac to your computer and use it in GitHub Desktop.
Save floriancourgey/d1e1d70b9518c706bc46b056634fe4ac to your computer and use it in GitHub Desktop.
Page de maintenance All Fit Academy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>All Fit Academy en maintenance</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css">
<link rel='stylesheet' id='et-gf-raleway-css' href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900&#038;subset=latin' type='text/css' media='all' />
<style media="screen">
html,body{
height: 100vh;
width: 100vw;
min-height: 100%;
min-width: 100%;
background-image:url(https://allfitcompany.com/wp-content/uploads/2016/11/all-fit-company-2.jpg);
background-size: cover;
}
p, h1 {
font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
}
</style>
</head>
<body class="w3-display-container text-center">
<div class="w3-display-middle" style="width:100%;height:100%;background:black;opacity:0.7">
</div>
<div class="w3-display-middle" style="color:white">
<h1>Hello !</h1>
<br/>
<p>
Nous sommes actuellement en maintenance,<br/>reviens bientôt ;)
</p>
<br/>
<p style="font-size:8pt;">
Pour toute urgence :<br/>
<a href="mailto:contact@allfitcompany.com">contact@allfitcompany.com</a>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment