-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathour-partner.html
434 lines (423 loc) · 14.4 KB
/
our-partner.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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>miracle miles - 旗下品牌</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<meta name="keywords" content="" />
<script>
addEventListener(
"load",
function () {
setTimeout(hideURLbar, 0);
},
false
);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet" />
<!-- //font-awesome-icons -->
<style>
.team-member {
display: none;
}
</style>
</head>
<body>
<!--/home -->
<div id="home" class="inner-w3pvt-page">
<div class="overlay-innerpage">
<!--/top-nav -->
<div class="top_w3pvt_main container">
<!--/header -->
<header class="nav_w3pvt text-center">
<!-- nav -->
<nav class="wthree-w3ls">
<div id="logo">
<h1>
<a class="navbar-brand px-0 mx-0" href="index.html">Miracle Miles
</a>
</h1>
</div>
<label for="drop" class="toggle" style="width:40px;padding: 6px;">
<img src="./images/home/menu.png" style="width:100%" alt="">
</label>
<input type="checkbox" id="drop" />
<ul class="menu mr-auto">
<li><a href="index.html">首页</a></li>
<li><a href="about.html">关于我们</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle toggle-2">
<a href="team.html">集团成员</a>
<span class="fa fa-angle-down" aria-hidden="true"></span>
</label>
<a href="team.html">集团成员<span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" checked="checked" id="drop-2" />
<ul>
<li><a href="./team-member.html#thirdly" class="drop-text">湖南弯弓信息科技有限公司</a></li>
<li><a href="./team-member.html#first" class="drop-text">TOP GLORY TRADING INC</a></li>
<li><a href="./team-member.html#fourthly" class="drop-text">福州市高盾仓储有限公司</a></li>
<li><a href="./team-member.html#second" class="drop-text">DREAM PAIRS EUROPE INC</a></li>
</ul>
</li>
<li><a href="join.html">加入我们</a></li>
<li><a href="contact.html">联系我们</a></li>
<li class="social-icons ml-lg-3">
<!-- <a target="_blank" href="https://www.facebook.com/DreamPairs/" class="p-0 social-icon">
<span class="fa fa-facebook-official" aria-hidden="true"></span>
<div class="tooltip">Facebook</div>
</a>
</li>
<li class="social-icons">
<a target="_blank" href="https://twitter.com/DreamPairs" class="p-0 social-icon">
<span class="fa fa-twitter" aria-hidden="true"></span>
<div class="tooltip">Twitter</div>
</a>
</li>
<li class="social-icons">
<a target="_blank" href="https://www.instagram.com/dreampairsshoes/" class="p-0 social-icon">
<span class="fa fa-instagram" aria-hidden="true"></span>
<div class="tooltip">Instagram</div>
</a> -->
</li>
</ul>
</nav>
<!-- //nav -->
</header>
<!--//header -->
<!--/breadcrumb-->
<div class="inner-w3pvt-page-info">
<ol class="breadcrumb d-flex">
<li class="breadcrumb-item">
<a href="index.html">首页</a>
</li>
<li class="breadcrumb-item active">旗下品牌</li>
</ol>
</div>
<!--//breadcrumb-->
</div>
<!-- //top-nav -->
</div>
</div>
<!-- //home -->
<!-- Contact -->
<section class="about-info p-lg-5 p-3 Dream-Pairs team-member">
<div class="content-w3ls-inn px-lg-5">
<div class="container py-md-5 py-3">
<div class="content-sing-w3pvt px-lg-5">
<div class="row about-w3pvt-top mt-2">
<div class="col-lg-6 about-info">
<h4 class="title-hny mb-3">Dream pairs</h4>
<p>
为快销系列,打造适合所有人的全品类产品,以物美价廉为主轴,快速更新迭
代,同时以高性价比打造爆款;
</p>
</div>
<div class="col-lg-6 about-img">
<div class="row">
<div class="col">
<!-- <img src="images/g3.jpg" class="img-fluid" alt="user-image" style=" margin-top: 84px;"> -->
</div>
<div class="col">
<!-- <img src="images/g2.jpg" class="img-fluid" alt="user-image" style="margin-top: 84px;"> -->
</div>
</div>
</div>
</div>
<div class="social-icons-footer">
<ul class="list-unstyled w3pvt-icons mb-5">
<li class="lead">
Catch On Social :
</li>
<li>
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-pinterest-p"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- //single -->
<!-- Contact -->
<section class="about-info p-lg-5 p-3 Brunoi-Marc team-member">
<div class="content-w3ls-inn px-lg-5">
<div class="container py-md-5 py-3">
<div class="content-sing-w3pvt px-lg-5">
<div class="row about-w3pvt-top mt-2">
<div class="col-lg-6 about-info">
<h4 class="title-hny mb-3">Bruno Marc</h4>
<p>
主攻男鞋,以休闲正装为主,结合当下流行运
动时尚概念,打造成男性消费者首选的“THESHOES”;
</p>
</div>
<div class="col-lg-6 about-img">
<div class="row">
<div class="col">
<!-- <img src="images/g3.jpg" class="img-fluid" alt="user-image" style=" margin-top: 84px;"> -->
</div>
<div class="col">
<!-- <img src="images/g2.jpg" class="img-fluid" alt="user-image" style="margin-top: 84px;"> -->
</div>
</div>
</div>
</div>
<div class="social-icons-footer">
<ul class="list-unstyled w3pvt-icons mb-5">
<li class="lead">
Catch On Social :
</li>
<li>
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-pinterest-p"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- //single -->
<!-- Contact -->
<section class="about-info p-lg-5 p-3 Notiv8 team-member">
<div class="content-w3ls-inn px-lg-5">
<div class="container py-md-5 py-3">
<div class="content-sing-w3pvt px-lg-5">
<div class="row about-w3pvt-top mt-2">
<div class="col-lg-6 about-info">
<h4 class="title-hny mb-3">notiv8</h4>
<p>
深耕工作靴和户外系列,
以品质为品牌脊梁,对标Timberland和Columbia等大牌。
</p>
</div>
<div class="col-lg-6 about-img">
<div class="row">
<div class="col">
<!-- <img src="images/g3.jpg" class="img-fluid" alt="user-image" style=" margin-top: 84px;"> -->
</div>
<div class="col">
<!-- <img src="images/g2.jpg" class="img-fluid" alt="user-image" style="margin-top: 84px;"> -->
</div>
</div>
</div>
</div>
<div class="social-icons-footer">
<ul class="list-unstyled w3pvt-icons mb-5">
<li class="lead">
Catch On Social :
</li>
<li>
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-pinterest-p"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- //single -->
<!-- Contact -->
<section class="about-info p-lg-5 p-3 Toetos team-member">
<div class="content-w3ls-inn px-lg-5">
<div class="container py-md-5 py-3">
<div class="content-sing-w3pvt px-lg-5">
<div class="row about-w3pvt-top mt-2">
<div class="col-lg-6 about-info">
<h4 class="title-hny mb-3">Toetos</h4>
<p>
以舒适系列为主,主攻上班族
和服务业人群,打造全品类舒适系列做所有人都爱穿的鞋子;
</p>
</div>
<div class="col-lg-6 about-img">
<div class="row">
<div class="col">
<!-- <img src="images/g3.jpg" class="img-fluid" alt="user-image" style=" margin-top: 84px;"> -->
</div>
<div class="col">
<!-- <img src="images/g2.jpg" class="img-fluid" alt="user-image" style="margin-top: 84px;"> -->
</div>
</div>
</div>
</div>
<div class="social-icons-footer">
<ul class="list-unstyled w3pvt-icons mb-5">
<li class="lead">
Catch On Social :
</li>
<li>
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-pinterest-p"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- //single -->
<!-- footer -->
<footer>
<div class="footer-layer py-sm-5 pt-5 pb-3">
<div class="container py-md-3">
<div class="footer-grid_section text-center">
<div class="footer-title mb-4">
<a class="footer-title" href="index.html">MIRACLE MILES</a>
</div>
<!-- <div class="footer-text">
<p>
您也可以通过以下方式关注我们
</p>
</div>
<ul class="social_section_1info">
<li class="mb-2 facebook">
<a href="#"><span class="fa fa-facebook"></span></a>
</li>
<li class="mb-2 twitter">
<a href="#"><span class="fa fa-twitter"></span></a>
</li>
<li class="google">
<a href="#"><span class="fa fa-google-plus"></span></a>
</li>
<li class="linkedin">
<a href="#"><span class="fa fa-linkedin"></span></a>
</li>
<li class="pinterest">
<a href="#"><span class="fa fa-pinterest"></span></a>
</li>
<li class="vimeo">
<a href="#"><span class="fa fa-vimeo"></span></a>
</li>
</ul> -->
</div>
</div>
</div>
</footer>
<!-- //copyright -->
</body>
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script>
var locationHerf = window.location.href.split("#");
var tag = locationHerf[locationHerf.length - 1];
$("." + tag + "").show();
</script>
</html>