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
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Location -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Adresse</h4>
<p class="lead mb-0">263 rue du grand Bail
<br>DOUAI, 59500</p>
</div>
<!-- Footer Social Icons -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Contact</h4>
<p class="lead mb-0">Contactez-nous sur Linkedin : <br>
<a href="https://www.linkedin.com/in/liang-wu-58a699180/">Liang Wu</a> <br>
<a href="https://www.linkedin.com/in/charlotte-raulin-7a2735176/">Charlotte Raulin</a>
</p>
</div>
<!-- Footer About Text -->
<div class="col-lg-4">
<h4 class="text-uppercase mb-4">A propos</h4>
<p class="lead mb-0">Stars de l'IMT Lille Douai
</p>
</div>
</div>
</div>
</footer>
<section class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Manger Mieux avec Liang WU et Charlotte Raulin</small>
</div>
</section>
</body>
</html>