forked from technext/desi-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdv.html
157 lines (136 loc) · 6.42 KB
/
rdv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="Your description">
<meta name="author" content="Your name">
<!-- Webpage Title -->
<title>Prendre rendez-vous</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fontawesome-all.min.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
</head>
<body>
<!-- Navigation -->
<nav id="navbar" class="navbar navbar-expand-lg fixed-top navbar-light" aria-label="Main navigation" style="background-color: transparent;">
<div class="container">
<!-- Image Logo -->
<a class="navbar-brand" href="index.html"><img src="images/logo_texte-200.png" alt="alternative"></a>
<!-- Text Logo - Use this if you don't have a graphic logo -->
<!-- <a class="navbar-brand logo-text" href="index.html">Desi</a> -->
<button class="navbar-toggler p-0 border-0" type="button" id="navbarSideCollapse" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ms-auto navbar-nav-scroll">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html#header">Accueil</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#introduction">Rééducation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Qui suis-je ?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#reseau5E">Réseau 5E</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#testimonials">Témoignages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact">Contact</a>
</li>
</ul>
<span class="nav-item social-icons">
<span class="fa-stack">
<a href="https://www.facebook.com/La-main-%C3%A0-la-plume-105340058977298" target="blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
</span>
</div> <!-- end of navbar-collapse -->
</div> <!-- end of container -->
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Header -->
<header class="ex-header">
<div class="container mt-5">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h2>Prendre rendez-vous</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</header> <!-- end of ex-header -->
<!-- end of header -->
<!-- Basic -->
<div class="ex-basic-1">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h4>Les horaires</h4>
<p>Du lundi au jeudi de 14h à 18h et le samedi de 9h à 12h</p>
<ul>
<li>Par <strong>SMS</strong> au <strong>0474/29 37 04</strong>
<br/>Laissez vos nom, prénom, numéro de téléphone et l'objet de votre demande, je vous recontacterai.
</li>
<li><a href="index.html#contact">Via ce formulaire</a></li>
</ul>
Le cabinet se situe sur la <strong>rive gauche de Huy</strong>
<ul style="list-style-type:none">
<li>Clos Champ Voie n°1</li>
<li>4500 Huy</li>
</ul>
C’est la première maison à droite en entrant dans la rue.
</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of ex-basic-1 -->
<!-- end of basic -->
<!-- Cards -->
<div class="ex-cards-1 pt-3 pb-3">
<div class="container">
<div class="row">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2536.130658043887!2d5.2245282!3d50.531740400000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c1a9a01e84d6df%3A0x8ae468658959c1c2!2sLa%20main%20%C3%A0%20la%20plume!5e0!3m2!1sfr!2sfr!4v1657630131000!5m2!1sfr!2sfr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div> <!-- end of container -->
</div> <!-- end of ex-cards-1 -->
<!-- end of cards -->
<!-- Basic -->
<!-- end of basic -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Copyright © <a href="https://www.damry.org">HD</a></p>
</div> <!-- end of col -->
</div> <!-- enf of row -->
</div> <!-- end of container -->
</div> <!-- end of copyright -->
<!-- end of copyright -->
<!-- Back To Top Button -->
<button onclick="topFunction()" id="myBtn">
<img src="images/up-arrow.png" alt="alternative">
</button>
<!-- end of back to top button -->
<!-- Scripts -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/purecounter.min.js"></script> <!-- Purecounter counter for statistics numbers -->
<script src="js/isotope.pkgd.min.js"></script> <!-- Isotope for filter -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
</body>
</html>