-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
439 lines (383 loc) · 11.5 KB
/
index.php
File metadata and controls
439 lines (383 loc) · 11.5 KB
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<?php
require_once 'appoint/library/config.php';
require_once 'appoint/library/functions.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="assets/img/icon/favicons.jpg" type="image/ico" sizes="16x16">
<title>Bienvenue au Dermato as Ndere</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<style>
html {
scroll-behavior: smooth;
}
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
body {
/* font-family: 'Open Sans', sans-serif; */
font-family: 'Lato', sans-serif;
/* font-family: 'Poppins', sans-serif; */
}
.navbar {
padding-top: 2rem;
}
.navbar .nav-item {
margin: 0 .75rem 0;
}
.navbar-brand a {
box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.08);
}
.nav-dropdown {
border-radius: 10px;
border: 1px #5a453e solid !important;
padding: 0 1.2rem;
color: #5a453e;
/* background: linear-gradient(to right, #263d26 0%, #264029 50%); */
}
.nav-dropdown a.dropdown-link {
color: #5a453e !important;
}
.btn-primary {
color: #fff;
background: linear-gradient(to right, #264029 0%, #263d26 100%) !important;
border-color: #5a453e !important;
}
.btn-primary:hover {
color: #fff;
background-color: #264029 !important;
border-color: #263d26 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(111, 66, 194, .5) !important;
}
.jumbotron {
/* padding: 18rem 0; */
padding: 15% 0;
background: url('./assets/img/background.jpg');
background-repeat: no-repeat;
background-size:cover;
background-position: 100% 10%;
min-width: 100%;
}
.rdv{
width:20%;
}
.rdv-container{
width:100%;
display:flex;
justify-content: flex-end;
}
.about-text{
width : 70%;
margin: auto;
}
.jumbotron .container p{
text-align: right;
color:#264029;
}
.jumbotron-title {
font-size: 3rem;
text-align: right;
text-transform: capitalize;
color:#264029;
}
section {
padding: 3rem 0 6rem;
}
.section-title {
margin-bottom: 6rem;
}
section img {
margin-bottom: 2rem;
}
.feature-section {
background: url('./assets/img/getty_patient_care.jpg');
background-position: 0% 100%;
background-size: 600px;
background-repeat: no-repeat;
}
.feature-section .card {
border-radius: 10px;
box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.08);
transition: .4s;
}
.feature-section .card:hover {
transform: scale(1.1);
box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.08);
}
.footer {
width: 100%;
height: auto;
color: #333;
bottom: 0px;
left: 0px;
padding: 45px 0 40px;
}
.footer a {
color: #333;
}
.footer a:hover {
color: purple;
text-decoration: none;
}
.footer ul li {
margin: .8rem 0;
}
.upper-footer {
border-bottom: #f8f8f9;
width: 100%;
}
.bottom-footer {
margin-top: 10px;
}
.footer ul {
list-style-type: none;
}
.footer ul li {
margin-left: -40px;
}
.footer-link {
text-align: right;
}
.bottom-footer-link {
margin: 0 5px;
}
.top-button {
position: absolute;
right: 30px;
}
.top-scroll {
padding: 10px 16px;
background-color: #f2f2f2;
border-radius: 5px;
font-size: 20px;
transition: .3s;
}
.top-scroll:hover {
background-color: #dfdddd;
}
img.banner {
/* width: 380px !important; */
/* height: 450px !important; */
}
/*
FOR ANIMATION
*/
.slideanim {
visibility: hidden;
}
.slide {
/* The name of the animation */
animation-name: slide;
-webkit-animation-name: slide;
/* The duration of the animation */
animation-duration: 1s;
-webkit-animation-duration: 1s;
/* Make the element visible */
visibility: visible;
}
/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
</style>
</head>
<body>
<div class="wrapper">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="#"><img src="./assets/img/logo.jpg" width ="82px" height ="70px" alt="Dermato as Ndere"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">A propos de nous</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#howitwork">Nos activites</a>
</li>
<li class="nav-item dropdown nav-dropdown">
<a class="nav-link dropdown-toggle dropdown-link" href="#" id="navbarDropdownMenuLink"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Compte
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<?php // start the session
if(isset($_SESSION['calendar_fd_user']['name'])){
echo '<a class="dropdown-item" href="appoint/index.php">'.strtoupper($_SESSION['calendar_fd_user']['name']).'</a>';
} else{
echo '<a class="dropdown-item" href="appoint/login.php">Login</a>';
}
?></a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h2 class="jumbotron-title">BIENVENUE <br>CHEZ <b>DERMATO AS NDERE</b></h2>
<p>Le lieu de la santé du bien être par excellence</p>
<div class="rdv-container"><a class="rdv btn btn-primary" href="appoint/">PRENDRE RENDEZ-VOUS</a></div>
</div>
</div>
<section class="text-center" id="about">
<h2 class="section-title">A propos de nous</h2>
<div class="container">
<div class="row slideanim">
<div class="about-text"><p><b>Dermato as ndere</b> a ete fonde sur trois grands principes l'importance de la santé, un service exceptionnel et des conseils adaptés à vous . Notre equipe s'engage a fournir à ses patients les conseils, les produits et les informations les plus surs et les plus efficaces. Vous souhaitez en savoir plus sur nos prestations ? <br> Appelez-nous dès aujourd'hui.</p></div> </div>
</div>
</section>
<section class="about-section text-center" id="howitwork">
<h2 class="section-title">Nos activites</h2>
<div class="container">
<div class="row slideanim">
<div class="col-6 col-md-4">
<div class="image">
<img src="assets/img/dermatologie.jpg" width="350px" alt="" title="">
</div>
<div class="desc">
<h4 class="mb-3">CONSULTATION DE DERMATOLOGIE</h4>
<p class="paragraph">
Nous vous proposons des télé consultations afin de venir à bout de vos problèmes de peau ou alors afin d'avoir une orientation claire quant aux prochaines étapes de votre prise en charge
</p>
</div>
</div>
<div class="col-6 col-md-4">
<div class="image">
<img src="assets/img/venerologie.jpg" width="350px" height="219px" alt="" title="">
</div>
<div class="desc">
<h4 class="mb-3">CONSULTATION VÉNÉROLOGIE</h4>
<p class="paragraph">
Nous parlons sans tabous de votre sexualité afin de vous aider à prévenir et à guérir de vos infections sexuellement transmissibles. Vous apprendrez à éviter autant que possible les comportements sexuels à risque.
</p>
</div>
</div>
<div class="col-6 col-md-4">
<div class="image">
<img src="assets/img/coaching.jpg" width="350px" height="219px" alt="" title="">
</div>
<div class="desc">
<h4 class="mb-3">CONSEILS DERMO-COSMÉTIQUES ET COACHING SUR MESURE</h4>
<p class="paragraph">
Nous vous accompagnons dans le choix de vos topiques qu'il s'agisse de vos cheveux ou de votre peaux pour avoir une solution adaptée à vous et à vos réalités. Nous aiderons à avoir des astuces pour être constants dans vos soins. contactez-nous !
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="upper-footer">
<div class="container">
<div class="row">
<div class="col-3">
<a class="navbar-brand" href="#">Dermato as Ndere</a>
</div>
<div class="col-3">
<h5>Dermato</h4>
<ul>
<li class=""><a href="#">A propos de nous</a></li>
<li class=""><a href="#">Nos activites</a></li>
</ul>
</div>
<div class="col-3">
<h5>Aide</h5>
<ul>
<li class=""><a href="#">centre d'aide</a></li>
<li class=""><a href="#">FAQ</a></li>
<li class=""><a href="#">Blog</a></li>
</ul>
</div>
<div class="col-3">
<a class="mr-3" href=""><i class="fab fa-facebook-f"></i></a>
<a class="mr-3" href=""><i class="fab fa-twitter"></i></a>
<a class="mr-3" href=""><i class="fab fa-google"></i></a>
<ul>
<li class=""><a href="mailto:dermatoas@gmail.com">dermatoas@gmail.com</a></li>
<li class=""><a href="#">009999999999</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom-footer">
<div class="container">
<div class="row">
<div class="col-6">
<p>©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script> Dermato as Ndere
</p>
</div>
<div class="col-6 footer-link">
<a class="bottom-footer-link" href="#">Privacy</a>·
<a class="bottom-footer-link" href="#">Accessibility</a>·
<a class="bottom-footer-link" href="#">Terms</a>
</div>
<div class="top-button"><a href="#top" class="top-scroll"><i class="fas fa-angle-up"></i></a></div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script>
$(window).scroll(function () {
$(".slideanim").each(function () {
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
</script>
</body>
</html>