-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
142 lines (128 loc) · 6.91 KB
/
index.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!--
________ _____________________________ _______________ ____
\______ \\______ \_ _____/\______ \ \_ _____/\ \ / /
| | \| _/| __)_ | | \ | __)_ \ Y /
| ` \ | \| \ | ` \| \ \ /
/_______ /____|_ /_______ //_______ /_______ / \___/
\/ \/ \/ \/ \/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>All in one - Mobile WEB Ui template</title>
<!-- Fichier de police Google. Si vous voulez, vous pouvez changer.-->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Fontawesome police fichier css -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!-- N'utilisez que l'action animée. Si vous n'utilisez pas d'animation, vous n'avez pas besoin d'ajouter -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Fichier css du template Allinone -->
<link rel="stylesheet" type="text/css" href="css/allinone.css">
</head>
<body>
<div class="wrapper with-bg-image">
<div class="nav-menu">
<!--Les couleurs sont definies dans notre fichier de style allinone.css-->
<nav class="menu menubackgroundred">
<!-- Logo de notre template-->
<div class="nav-header">
<a href="home.html"><img src="img/app-logo.png" width="160"></a>
</div>
<!-- Fin Logo de notre template -->
<!-- Debut du menu de navigation -->
<div class="nav-container">
<ul class=" main-menu ">
<li class="active ">
<a href="index.html"><i class="fa fa-home "></i> Accueil</a>
</li>
<li>
<a href="javascript:void(0); "><i class="fa fa-sign-in "></i> Pages<span class="fa fa-angle-down "></span></a>
<ul>
<li><a href="connexion.html" data-loader="show ">Connexion</a></li>
<li><a href="inscription.html" data-loader="show ">Inscription</a></li>
<li><a href="mon-profil.html" data-loader="show ">Profil utilisateur</a></li>
<li><a href="contact.html" data-loader="show ">Contact</a></li>
<li><a href="mdp-oublie.html" data-loader="show ">Mot de passe oublié</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0); "><i class="fa fa-file-image-o "></i> Images <span class="fa fa-angle-down "></span></a>
<ul>
<li><a href="galerie.html" data-loader="show ">Galerie</a></li>
</ul>
</li>
<li>
<a href="# "><i class="fa fa-file-text-o "></i> Blog <span class="fa fa-angle-down "></span></a>
<ul>
<li><a href="liste-post.html" data-loader="show ">Liste </a></li>
<li><a href="details-post.html" data-loader="show ">Details</a></li>
<li><a href="post-auteur.html" data-loader="show ">Auteur</a></li>
</ul>
</li>
<li>
<a href="# "><i class="fa fa-shopping-basket "></i> Boutique <span class="fa fa-angle-down "></span></a>
<ul>
<li><a href="liste-produits.html" data-loader="show ">Liste produits</a></li>
<li><a href="details-produits.html" data-loader="show ">Details produits</a></li>
<li><a href="mon-panier.html" data-loader="show ">Mon Panier</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0); "><i class="fa fa-magic "></i> Slider <span class="fa fa-angle-down "></span></a>
<ul>
<li><a href="slider-fullscreen.html" data-loader="show ">Slider Fullscreen</a></li>
</ul>
</li>
</ul>
</div>
<!-- Fin Menu de navigation -->
</nav>
</div>
<div class="wrapper-inline ">
<!-- Début de la zone d'en-tête-->
<header>
<!--Classe supplementaire-->
<h1 class="page-title txt-red ">ALL IN ONE</h1>
<div class="navi-menu-button ">
<em></em>
<em></em>
<em></em>
</div>
</header>
<!-- Fin de la zone d'en-tête -->
<!-- Debut contenu de la page -->
<main>
<section class="container ">
<div class="animated-text vertical-center zero-opacity ">
<h1>
<span class="text1 block txt-light " data-transation="fadeInDown " data-start-time="0 ">Bienvenue sur </span>
<span class="text4 block txt-extra-bold txt-red " data-transation="zoomInRight " data-start-time="500 ">ALL IN ONE</span>
<span class="text7 block txt-light " data-transation="fadeInUp " data-start-time="1000 ">Developpé par Dredev</span>
<spam class="text7 block txt-light " data-transation="zoomInLeft "> https://github.com/Dredev1234M</spam>
<br>
<div class="text-center " data-transation="tada " data-start-time="2000 ">
<a href="# " class="button circle blue ">Commencer</a>
</div>
</h1>
</div>
</section>
</main>
<!-- Fin Contenu de la page -->
</div>
</div>
<!-- Libraire Jquery. Cette librairie doit être sur toutes les pages -->
<script src="js/jquery-3.2.1.min.js "></script>
<!-- Script Javascript de allinone. Script requis sur toutes les pages -->
<script src="js/allinone.js "></script>
</body>
</html>
<!--
________ _____________________________ _______________ ____
\______ \\______ \_ _____/\______ \ \_ _____/\ \ / /
| | \| _/| __)_ | | \ | __)_ \ Y /
| ` \ | \| \ | ` \| \ \ /
/_______ /____|_ /_______ //_______ /_______ / \___/
\/ \/ \/ \/ \/
-->