-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (78 loc) · 3.98 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet" >
<link href="./assets/style.css" rel="stylesheet" crossorigin="anonymous">
<link rel="icon" type="image/png" href="./assets/img/TrustCoursierMain.png" />
<title>Trust Coursier</title>
</head>
<body>
<div class="mainview">
<img class="Main-logo" src="./assets/img/TrustCoursierMain.png" width="130" alt="" sizes="" srcset="">
<div class="animate__animated animate__fadeInUp">
<h1 class="head-title">la fiabilité fait grandir <span class="main-sub"> la confiance</span> </h1>
</div>
</div>
<div class="space"></div>
<div class="mini-caller text-center">
<h3>Nous assurons vos courses <br> <span style="font-weight:400;font-size:2em">en toute fiabilité et dynamisme</span> </h3>
</div>
<div class="space"></div>
<div class="tc-style">
<div class="row">
<div class="col-lg-4 pb-5">
<div class="card pr-lg-3" style="width: 18rem;">
<img src="/assets/img/TheMarket.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Marché</h5>
<p class="card-text describe">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Contacter</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="card pr-lg-3" style="width: 18rem;">
<img src="/assets/img/TheCoursier.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Course Sécurisé</h5>
<p class="card-text describe">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Contacter</a>
</div>
</div>
</div>
<div class="col-lg-4 pb-5">
<div class="card pr-lg-3" style="width: 18rem;">
<img src="/assets/img/TheAssistante.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">City Assistant</h5>
<p class="card-text describe">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Contacter</a>
</div>
</div>
</div>
</div>
</div>
<div class="space"></div>
<div class="mini-caller text-center">
<h3>Contactez-nous <br> <span style="font-weight:400;font-size:2em"> <a href="callto:+22587103715" class="callto">+225 87 10 37 15</a> </span> </h3>
</div>
<div class="space"></div>
<footer>
<div class="space"></div>
<div class="space"></div>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
</body>
</html>