-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensource.html
49 lines (32 loc) · 1.56 KB
/
opensource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML>
<html lang="fr">
<head>
<title>NaN Plateforme Opensource</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CPoppins:400,500" rel="stylesheet">
<link href="opensource/common-css/ionicons.css" rel="stylesheet">
<link rel="stylesheet" href="opensource/common-css/jquery.classycountdown.css" />
<link href="opensource/opensource/css/styles.css" rel="stylesheet">
<link href="opensource/opensource/css/responsive.css" rel="stylesheet">
</head>
<body>
<div class="main-area center-text" style="background-image:url(opensource/images/img-opensource.jpg);">
<div class="display-table">
<div class="display-table-cell">
<h1 class="title font-white"><b>BIENVENUE SUR LE SITE OPEN-SOURCE DE L'ECOLE NAN</b></h1>
<p class="desc font-white">Le site est actuellement en maintenance.</p>
<a class="notify-btn" href="index.php"><b>NaN Pédagogie</b></a>
<ul class="social-btn font-white">
<li><a href="index.php" target="blank" >NAN PEDAGOGY</a></li>
<li><a href="business.html" target="blank" >NAN BUSINESS</a></li>
<li><a href="https:facebook.com/ecolenan" target="blank" >Facebook</a></li>
<li><a href="https://discord.gg/PNKhDtZ" target="blank">Discord</a></li>
</ul><!-- social-btn -->
</div><!-- display-table -->
</div><!-- display-table-cell -->
</div><!-- main-area -->
</body>
</html>