forked from SteaveDev/Tapluka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
regles.html
88 lines (78 loc) · 3.25 KB
/
regles.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>TAPLUKA | Règles - En construction...</title>
<link rel="shortcut icon" href="./img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/css.css">
<link rel="stylesheet" type="text/css" href="css/css_entete.css">
<link rel="stylesheet" type="text/css" href="css/css_footer.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="banner">
<div class="bg-color">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<!--<a class="navbar-brand" href="index.html"><img src="img/logo1.png"></a>-->
<a class="navbar-brand" href="index.html">TAPLUKA</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="fa fa-home"></i> Accueil</a>
</li>
<li class="nav-item">
<a class="nav-link" href="inscription.html">Inscription</a>
</li>
<li class="nav-item">
<a class="nav-link" href="regles.html">Règles</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" method="POST" action="connexion.html">
<input class="btn btn-info" type="submit" name="Connexion" value="Connexion" >
</form>
</div>
</nav>
</div>
</div>
<section>
<div>
<h4 style="height: 500px;">Règles<br>En construction...</h4>
</div>
</section>
<section>
<footer>
<div class="container-fluid">
<div>
<a class="bouton" href=""><i class="fa fa-facebook"></i></a>
<a class="bouton" href=""><i class="fa fa-twitter"></i></a>
<a class="bouton" href=""><i class="fa fa-instagram"></i></a>
<a class="bouton" href=""><i class="fa fa-youtube"></i></a>
</div>
</div>
<h6 class="blanc">
<a href=email> [email protected]</a> | Copyright © TAPLUKA | Tous droits réservés
</h6>
<div id="newsletter" class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
<p class="blanc">
Inscrivez vous à notre newsletter
</p>
<div class="input-group">
<input type="email" class="form-control" placeholder="[email protected]">
<span class="input-group-btn">
<button class="btn btn-info" type="submit">Inscription</button>
</span>
</div>
</div>
</footer>
</section>
</body>
</html>