forked from technext/desi-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avantapres.html
146 lines (123 loc) · 5.69 KB
/
avantapres.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
<!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>Avant / Après</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>Avant / Après</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">
<p>Vous trouverez ici le mur des progrès
</p>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of ex-basic-1 -->
<!-- end of basic -->
<div class="container">
<div class="row text-center">
<div class="col-lg-12">
<div class="image-container">
<img class="img-fluid" src="images/diplome_alexandre.jpg" alt="alternative">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
<!-- 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>