-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalogues.html
256 lines (237 loc) · 10.3 KB
/
catalogues.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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Credeco-Catalogues</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css" >
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/catalogues.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Gabriela" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<script src="js/holder.js"></script>
</head>
<body>
<!-- start header -->
<header class="container-fluid mt-4">
<div class="row pt-3 header">
<div class="col-auto" id="menutop">
<ul class="list-inline">
<li class="list-inline-item blue pr-4">02 343 12 22</li>
<li class="list-inline-item pr-4"><a href="mailto:[email protected]" class="blue">[email protected]</a></li>
<li class="list-inline-item">
<div class="dropdown">
<button class="btn btn-link dropdown-toggle blue" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
FR
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item blue" href="#">NL</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</header>
<!-- end header -->
<!-- start nav -->
<nav class="navbar navbar-expand-lg navbar-light bg-white align-items-end">
<a class="navbar-brand credecoLogo" href="accueil.html">
<img src="images/credeco_logo.svg" alt="Credeco logo" class="img-fluid">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav menu justify-content-between">
<li class="nav-item">
<a class="nav-link darkgrey" href="accueil.html">Accueil</a>
</li>
<li class="nav-item">
<a class="nav-link darkgrey" href="techniques.html">Techniques de marquage</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="active2" href="catalogues.html">Catalogues</a>
</li>
<li class="nav-item">
<a class="nav-link darkgrey" href="devis.html">Devis en ligne</a>
</li>
<li class="nav-item">
<a class="nav-link darkgrey" href="sportplayer.html">SportPlayer</a>
</li>
</ul>
</div>
</nav>
<!-- end nav -->
<!-- carousel -->
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/catalogues_car_1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/catalogues_car_4.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/catalogues_car_3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/catalogues_car_2.jpg" alt="Fourth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span> -->
<img src="icons/left_arrow.svg" alt="" class="arrow">
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<!-- <span class="carousel-control-next-icon" aria-hidden="true"></span> -->
<img src="icons/right_arrow.svg" alt="" class="arrow">
<span class="sr-only">Next</span>
</a>
</div>
<!-- end carousel -->
<!-- start page title -->
<div class="container-fluid spaceTop mb-5 mb-md-5 mb-lg-0">
<div class="row justify-content-center">
<div class="col-md-10">
<h1 class="display-5 title text-center">Consultez nos catalogues textile et objets publicitaires</h1>
</div>
</div>
</div>
<!-- end page title -->
<!-- line 1-->
<div class="container-fluid">
<div class="row justify-content-start">
<div class="offset-md-1 col-md-5 d-none d-md-block lineLeft mt-md-3 mt-lg-5"></div>
</div>
</div>
<!-- end line 1-->
<!-- textile -->
<div class="container-fluid mb-5">
<div class="row textile">
<div class="offset-md-1 col pb-5">
<h1 class="title red">Catalogues Textile</h1>
</div>
</div>
<div class="row justify-content-between textileCenter">
<div class="offset-md-1 col-sm-5 col-xl-2 cardCenter">
<div class="card icewhite text-center mb-md-5">
<a href="https://www.sols-europe.com/" target="_blanc"><img class="card-img-top" src="icons/catalogues_1.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="https://www.sols-europe.com/" target="_blanc" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
<div class="col-sm-5 col-xl-2 cardCenter">
<div class="card icewhite text-center mb-md-5">
<a href="https://www.jako.de/be" target="_blanc"><img class="card-img-top" src="icons/catalogues_2.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="https://www.jako.de/be" target="_blanc" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
<div class="offset-md-1 offset-xl-0 col-sm-5 col-xl-2 cardCenter">
<div class="card icewhite text-center">
<a href="https://shop.l-shop-team.be" target="_blanc"><img class="card-img-top" src="icons/catalogues_3.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="https://shop.l-shop-team.be" target="_blanc" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
<div class="col-sm-5 col-xl-2 spaceRight cardCenter">
<div class="card icewhite text-center">
<a href="https://www.toptex.fr/" target="_blanc"><img class="card-img-top" src="icons/catalogues_4.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="https://www.toptex.fr/" target="_blanc" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
</div>
</div>
<!-- end textile -->
<!-- line 2 right only xl-->
<div class="container-fluid">
<div class="row justify-content-start">
<div class="col-xl-5 d-none d-xl-block lineRight mt-xl-3 mt-xl-5"></div>
</div>
</div>
<!-- end line 2 right only xl-->
<!-- photo on lg -->
<div class="container-fluid d-none d-lg-block d-xl-none photoExceptional">
<img src="images/catalogues_1.jpg" class="photo">
</div>
<!-- end photo on lg -->
<!-- line 2 left-->
<div class="container-fluid d-none d-md-block d-xl-none">
<div class="row justify-content-start">
<div class="offset-md-1 col-md-5 d-none d-md-block lineLeft mt-md-5 mt-lg-5"></div>
</div>
</div>
<!-- end line 2 left-->
<!-- objets -->
<div class="container-fluid">
<div class="row spaceBottom">
<!-- photo on xl -->
<div class="offset-xl-1 col-xl-5 mt-3 d-none d-xl-block">
<img src="images/catalogues_1.jpg" class="photo">
</div>
<!-- end photo on xl -->
<div class="col-md-5 objets">
<div class="row">
<div class="offset-md-1 offset-xl-0 col pb-5 pl-lg-0">
<h1 class="title red">Catalogues Objets</h1>
</div>
</div>
<div class="row justify-content-between objetsRight">
<div class="col-sm-5 col-xl-6 pl-xl-0 objetsLeft">
<div class="card icewhite text-center">
<a href="http://mymakito.fr/" target="_blanc"><img class="card-img-top" src="icons/catalogues_5.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="http://mymakito.fr/" target="_blanc"" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
<div class="col-sm-5 col-xl-6">
<div class="card icewhite text-center">
<a href="http://www.pfconcept.com" target="_blanc"><img class="card-img-top" src="icons/catalogues_6.svg" alt="Card image cap"></a>
<div class="card-body">
<p class="card-text darkgrey text-left">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href=""http://www.pfconcept.com" target="_blanc"" class="btn btnBlue"><strong>Voir le catalogue</strong></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end objets -->
<!-- footer -->
<div class="footer text-center text-white py-4 px-3">
<p class="pt-5">
Credeco, société spécialisée dans l'impression, la broderie et la sérigraphie sur textile et vêtements publicitaires<br>
comme t-shirt, sweat-shirt, chemise, veste... et dans l'impression d'objets publicitaires.
</p>
<p>
Credeco SPRL - Rue du Feu 55, 1190 Bruxelles 02 343 12 22
</p>
<p ">
<a href="conditions generales/CGVFacture-1.jpg">Conditions générales de vente</a> - <a href="mentions legales/mentions-legales.jpg">Mentions légales</a>
</p>
</div>
<!-- end footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js" ></script>
<script src="js/popper.min.js" ></script>
<script src="js/bootstrap.js" ></script>
</body>
</html>