forked from blessingtutka/cprj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.html
207 lines (191 loc) · 8.77 KB
/
base.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CPRJ</title>
<!-- Icon -->
<link rel="icon" type="image/png" href="static/img/logo.png">
<!-- Bootstrap -->
<link href="static/plugin/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="all">
<!-- Font Awesom -->
<link href="static/css/font-face.css" rel="stylesheet" media="all">
<link href="static/plugin/font-awesome/css/all.min.css" rel="stylesheet" media="all">
<!-- Style -->
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<link rel="stylesheet" type="text/css" href="static/css/responsive.css">
</head>
<body>
<!-- PAGE HEADER START -->
<div class="page-header">
<!-- SUBHEADER START -->
<div class="sub-header">
<div class="container">
<div class="row">
<div class="d-sub-none col-lg-8 col-sm-8">
<div class="left-content">
<p><em>CPRJ</em>: <em>C</em>adre de <em>P</em>aix pour la <em>R</em>econciliation et la <em>J</em>ustice</p>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-10">
<div class="right-icons">
<ul>
<li><a href="https://web.facebook.com/profile.php?id=100091644286960" target="_blank" rel="noreferrer noopener"><i class="fab fa-facebook"></i></a></li>
<li><a href="javascript:void(0);"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://api.whatsapp.com/send?phone=243979629944" target="_blank" rel="noreferrer noopener"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="javascript:void(0);"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- SUBHEADER END -->
<!-- HEADER START -->
<header class="header-area header-sticky">
<div class="container ml-0 pl-1">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- LOGO START -->
<a href="javascript:void(0);" class="logo">
<img src="static/img/logo.png" style="height: 60px;width: 62px;">
</a>
<!-- LOGO END -->
<!-- MENU START -->
<ul class="nav">
<li><a href="index.html" class="active">Accueil</a></li>
<li><a href="about.html">À propos de nous</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="has-sub">
<a href="javascript:void(0);">Services</a>
<ul class="sub-menu">
<li><a href="">Services1</a></li>
<li><a href="">Services2</a></li>
<li><a href="">Services3</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- MENU END -->
</nav>
</div>
</div>
</div>
</header>
<!-- HEADER END -->
</div>
<!-- PAGE HEADER END -->
<!-- PAGE CONTENT START -->
<div class="page-content">
<!-- PAGE HEADING START -->
<div class="container-fluid page-heading py-5 mb-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container text-center py-5">
<!-- Titre de la page -->
<h1 class="display-4 text-white animated slideInDown mb-3">Titre Page</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb justify-content-center mb-0">
<li class="breadcrumb-item"><a class="text-white" href="index.html">Accueil</a></li>
<!-- Titre de la page -->
<li class="breadcrumb-item text-blue active" aria-current="page">Titre Page</li>
</ol>
</nav>
</div>
</div>
<!-- PAGE HEADING END -->
<!-- PAGE CONTAINT CONTAINER START -->
<div class="container-fluid">
<div class="col-12">
<!-- METTEZ VOS CONTENU ET SECTIONS ICI DEDANS-->
<!-- EXAMPLE START / VOUS POUVEZ SUPPRIMEZ L'EXAMPLE ET METTRE VOS SECTION -->
<section class="section-name(nom de la section) mb-5">CECI EST LA BASE/LE SCHEMA DES TOUTES LES PAGES</section>
<!-- EXAMPLE END -->
</div>
</div>
<!-- PAGE CONTAINT CONTAINER END -->
<!-- FOOTER START -->
<footer class="container-fluid bg-dark text-light footer pt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 footer-item">
<div class="footer-logo d-flex justify-content-center">
<img src="static/img/logo-white.png" style="height: 150px;width: 154px;">
</div>
<ul class="social-icons">
<li><a href="https://web.facebook.com/profile.php?id=100091644286960" target="_blank" rel="noreferrer noopener"><i class="fab fa-facebook"></i></a></li>
<li><a href="javascript:void(0);"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://api.whatsapp.com/send?phone=243979629944" target="_blank" rel="noreferrer noopener"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="javascript:void(0);"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3 footer-item">
<h4>Entrer en contact</h4>
<ul class="menu-list">
<li class="d-flex mb-2">
<a href="javascript:void(0);"><i class="fa fa-map-marker"></i> Rutshuru/RDC, Agglomération de Kiwanja, Quartier Buturande, Avenue Office, Cellule Umoja, N°14</a>
</li>
<li class="d-flex mb-2">
<a href="tel:979 629 944"><i class=" fa fa-phone"></i>+243 979 629 944/+243 823 299 127/+243 853 280 948</a>
</li>
<li class="d-flex mb-2">
<a href="mailto:[email protected]" target="_blank" rel="noreferrer noopener"><i class=" fa fa-envelope"></i>[email protected]</a>
</li>
</ul>
</div>
<div class="col-md-6 col-lg-3 mdt footer-item">
<h4>Liens utiles</h4>
<ul class="menu-list">
<li><a href="about.html"><i class="fas fa-angle-right"></i>À propos de nous</a></li>
<li><a href="service.html"><i class="fas fa-angle-right"></i>Serivces</a></li>
<li><a href="gallery.html"><i class="fas fa-angle-right"></i>Gallerie</a></li>
<li><a href="contact.html"><i class="fas fa-angle-right"></i>Contactez-nous</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3 mdt footer-item last-item">
<h4>En savoir plus</h4>
<p>voulez-vous en savoir plus sur nous? Laissez-nous vous envoyer un message dans votre e-mail.</p>
<div class="contact-form">
<form id="contact footer-contact" action="" method="post">
<div class="col-lg-12 col-md-12 col-sm-12">
<fieldset>
<input name="email" type="text" class="form-control" id="email" pattern="[^ @]*@[^ @]*" placeholder="E-Mail Address" required="">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<button type="submit" id="form-submit" class="filled-button" name="sendmail" id="sendmail">Envoyer</button>
</fieldset>
</div>
</form>
</div>
</div>
</div>
</div>
</footer>
<!-- SUB FOOTER -->
<div class="sub-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="mb-0 small">© <script>document.write(new Date().getFullYear())</script>, Website Created By <a href="javascript:void(0);">EzSemBl.</a> All rights reserved </p>
</div>
</div>
</div>
</div>
<!-- FOOTER END -->
</div>
<!-- PAGE CONTENT END -->
<!-- Jquery JS-->
<script src="static/plugin/jquery.min.js"></script>
<!-- Bootstrap JS-->
<script src="static/plugin/bootstrap/js/popper.min.js"></script>
<script src="static/plugin/bootstrap/js/bootstrap.min.js"></script>
<script src="static/plugin/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JS-->
<script src="static/plugin/simple-lightbox/simple-lightbox.min.js"></script>
<script src="static/js/main.js"></script>
</body>
</html>