-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (423 loc) · 17.9 KB
/
index.html
File metadata and controls
576 lines (423 loc) · 17.9 KB
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en">
<head>
<!-- TITLE OF SITE -->
<title>基岩盒子官网</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="description" content="强大的我的世界基岩版工具盒子" />
<meta name="keywords" content="基岩盒子, 基岩版, 我的世界, Minecraft, MC, 我的世界盒子, MC盒子, bedrock" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- FAV AND TOUCH ICONS -->
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- GOOGLE FONTS -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600' rel='stylesheet' type='text/css'>
<!-- BOOTSTRAP CSS -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- POP UP IMAGE AND VIDEO -->
<link rel="stylesheet" href="css/plagin-css/plagin.css">
<!-- FONT ICONS -->
<link rel="stylesheet" href="icons/rik-icons/styles.css">
<!-- COUSTOM CSS link -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- COLOR -->
<link rel="stylesheet" href="css/colors/color-1.css" type="text/css" id="color-scheme" />
<!-- <link rel="stylesheet" href="css/colors/color-2.css" type="text/css"/> -->
<!-- <link rel="stylesheet" href="css/colors/color-3.css" type="text/css"/> -->
<!--[if lt IE 9]>
<script src="js/plagin-js/html5shiv.js"></script>
<script src="js/plagin-js/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<!-- Start: Navbar Area
============================= -->
<header id="header" class="okayNav-header navbar-fixed-top main-navbar-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<!-- TEMPLATE LOGO LIGHT -->
<a class="navbar-brand light-logo" href="index.html"><img src="images/logo-color.png" alt="" class="img-responsive"></a>
</div> <!-- End: .col-xs-3 -->
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-6">
<nav role="navigation" class="okayNav pull-right" id="js-navbar-menu">
<ul id="navbar-nav" class="navbar-nav">
<li><a class="btn-nav" href="#features">首页</a></li>
<li><a class="btn-nav" href="#describe">Describe</a></li>
<li><a class="btn-nav" href="#subscribe">Subscribe</a></li>
<li><a class="btn-nav" href="#screenshots">截图</a></li>
<li><a class="btn-nav" href="#download">下载</a></li>
</ul>
</nav>
</div> <!-- End: .col-xs-9 -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</header><!-- /header -->
<!-- End: Navbar Area
============================= -->
<!-- Start: Header Section
================================ -->
<section class="header-section-1 bg-1 header-js" id="header" >
<div class="overlay-color">
<div class="container">
<div class="row section-separator sp-top">
<div class="part-1 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<div class="part-inner text-center mr-small">
<!-- Main Logo -->
<a href="index.html" class="logo-link">
<img src="images/logo.png" alt="" class="img-responsive logo">
</a>
<!-- Header SubTitle Goes here -->
<h1 class="title">基岩盒子</h1>
<!-- Button Area -->
<div class="btn-form m-t-40 btn-scroll">
<a href="https://www.123pan.com/s/QNUrVv-Rqrgv" class="btn btn-fill">下载</a>
</div>
<!-- Mobile App Image -->
<div class="image-group">
<img src="images/home-left.png" alt="" class="home-left img-responsive">
<img src="images/home-center.png" alt="" class="home-center img-responsive">
<img src="images/home-right.png" alt="" class="home-right img-responsive">
</div>
</div>
</div> <!-- End: .part-1 -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</div> <!-- End: .overlay-color -->
</section>
<!-- End: Header Section
================================ -->
<!-- Start: Features Section 1
================================== -->
<section class="features-section-1 section" id="features">
<div class="container">
<div class="row section-separator">
<!-- Start: Section Heading -->
<div class="section-header col-md-10 col-md-offset-1">
<h2 class="section-heading">App Features</h2>
<p class="sub-title">强大的MC基岩版工具箱,<b><big style="color: purple;text">不止是多</big></b></p>
</div>
<!-- End: Section Heading -->
<div class="part-1 col-xs-12">
<div class="row">
<div class="vertical-middle col-md-4 col-sm-6 col-sm-offset-3 ">
<!-- Each Features Item -->
<div class="feature-item text-center">
<div class="gradient-border">
<i class="icon features-icon gradient-text icon-icon-map-alt"></i>
</div>
<div class="feature-content text-center">
<h3 class="title">资源管理与下载</h3>
<p>存档、行为包、资源包、皮肤包应有尽有 </br>
涉及信息修改、NBT编辑、图标替换、json修改、皮肤3D预览、资源一键导入、备份导出等众多功能</p>
</div>
</div> <!-- End: .feature-item -->
<!-- Each Features Item -->
<div class="feature-item text-center">
<div class="gradient-border">
<i class="icon features-icon gradient-text icon-icon-genius"></i>
</div>
<div class="feature-content text-center">
<h3 class="title">丰富的本地工具</h3>
<p>极大提高玩家便捷性 </p>
</div>
</div> <!-- End: .feature-item -->
</div> <!-- End: .col-md-4 -->
<div class="vertical-middle col-md-4">
<!-- Features Image -->
<div class="features-image">
<img src="images/feature-phone.png" alt="">
</div> <!-- End: .features-image -->
</div> <!-- End: .col-md-4 -->
<div class="vertical-middle col-md-4 col-sm-6 col-sm-offset-3">
<!-- Each Features Item -->
<div class="feature-item text-center">
<div class="gradient-border">
<i class="icon features-icon gradient-text icon-icon-gift-alt"></i>
</div>
<div class="feature-content text-center">
<h3 class="title">繁多的在线工具</h3>
<p>为用户搜罗全网好用的MC在线工具或资源网站</p>
</div>
</div> <!-- End: .feature-item -->
<!-- Each Features Item -->
<div class="feature-item text-center">
<div class="gradient-border">
<i class="icon features-icon gradient-text icon-icon-like"></i>
</div>
<div class="feature-content text-center">
<h3 class="title">资源社区</h3>
<p>分享、下载游戏资源,获取游戏攻略,交流游戏心得</p>
</div>
</div> <!-- End: .feature-item -->
</div> <!-- End: .col-md-4 -->
</div> <!-- End: .row -->
</div> <!-- End: .part-1 -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</section>
<!-- End: Features Section 1
================================== -->
<!-- Start: Features Section 3
================================== -->
<section class="features-section-3 section bg-dark" id="describe">
<div class="container">
<div class="row section-separator">
<div class="features-image col-md-6 col-md-push-6">
<img src="images/2-phone-right.png" alt="App Picture" class="img-responsive pull-right">
</div>
<div class="features-content m-t-50 col-md-6 col-md-pull-6">
<!-- Start: Section Heading -->
<div class="section-header text-left m-b-30">
<h2 class="section-heading gradient-text-full">Describe the app</h2>
</div>
<!-- End: Section Heading -->
<div class="detail">
<p>超多功能的工具箱与资源社区,可以管理资源、编辑nbt、查询服务器、一键迁徙文件、偷皮肤、一键备份资源、生成uuid、获取市场包、制作mcfunction,下载资源,分享资源,聊天交友,更有众多在线工具收录,为玩家提供一站式服务</p>
</div> <!-- End: .detail -->
<!-- Button Area -->
<div class="btn-form m-t-50 btn-scroll">
<a href="#download" class="btn btn-fill">免费下载</a>
<a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=MXCCgnBPGuHb3Z2FiR2GEsOSnQlZxQ-M&authKey=4ZGVHe56Pf%2BJ0Fbg%2FkIUEDw0KWeDBrZz7utuOCwy4xyopkrftNKbKlfU%2BNbaMzBG&noverify=0&group_code=138547166">
<i class="icon icon-arrow-triangle-right-alt2"></i>
<span class="btn-text">加入群聊</span>
</a> <!-- End: .androad -->
</div>
</div> <!-- End: .features-content -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</section>
<!-- End: Features Section 3
================================== -->
<!-- Start: Section Separator
================================== -->
<section class="Section-separator">
<div class="container">
<hr class="section-separator-line"> <!-- Separatior Two Section -->
</div> <!-- End: .container -->
</section>
<!-- End: Section Separator
================================== -->
<!-- Start: Features Section 3
================================== -->
<section class="features-section-3 section app-swiper-slide" id="screenshots">
<div class="container">
<div class="row section-separator">
<div class="features-content m-t-50 col-md-6">
<!-- Start: Section Heading -->
<div class="section-header text-left m-b-30">
<h2 class="section-heading gradient-text-full">Screenshots</h2>
</div>
<!-- End: Section Heading -->
<div class="detail">
<p>功能预览</p>
</div> <!-- End: .detail -->
</div> <!-- End: .features-content -->
<div class="col-md-6">
<div class="swiper-container screenshots-thumb">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="item"><img src="images/app-screenshots/1.png" alt=""></div>
</div>
<div class="swiper-slide">
<div class="item"><img src="images/app-screenshots/2.png" alt=""></div>
</div>
<div class="swiper-slide">
<div class="item"><img src="images/app-screenshots/3.png" alt=""></div>
</div>
<div class="swiper-slide">
<div class="item"><img src="images/app-screenshots/4.png" alt=""></div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination "></div>
</div> <!-- End: .testimonials-thumb -->
</div> <!-- End: .col-sm-6 -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</section>
<!-- End: Features Section 3
================================== -->
<!-- Start: Features Section 5
================================== -->
<section class="features-section-5 testimonials-1 bg-4 section" id="download">
<div class="overlay-color">
<div class="container">
<div class="row section-separator light-text">
<!-- Start: Section Heading -->
<div class="section-header col-md-10 col-md-offset-1">
<h2 class="section-heading">Download the App Now!</h2>
<p class="sub-title">即刻开始使用</p>
</div>
<!-- End: Section Heading -->
<div class="clearfix"></div>
<!-- Start: Download Button -->
<div class="btn-form btn-scroll text-center"> <!-- Button Area -->
<a href="https://www.123pan.com/s/QNUrVv-Rqrgv" class="btn btn-icon left-icon btn-fill">
<i class="icon icon-app-store"></i>
<span class="btn-text">123网盘下载</span>
</a> <!-- End: .androad -->
<a href="https://www.pgyer.com/bedrockmcbox" class="btn btn-icon left-icon btn-fill">
<i class="icon icon-google-play"></i>
<span class="btn-text">蒲公英分发下载</span>
</a> <!-- End: .apple -->
</div>
<!-- End: Download Button -->
<div class="clearfix"></div>
</hr>
<div class=" col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 col-xs-12">
<div class="swiper-container">
<h6>用户评价</h6>
<p>以下均截取自各大平台真实评论</p>
<div class="swiper-wrapper">
<!-- SLIDES -->
<div class="swiper-slide">
<blockquote>真厉害</blockquote>
<p class="client-profile">
<img src="images/clients-pic/client-1.jpg" alt="" class="client-img img-responsive">
<span class="detail-group text-left">
<span class="name">老君</span>
<span class="position">葫芦侠三楼用户</span>
</span>
</p>
</div> <!-- End: .swioer-slide -->
<div class="swiper-slide">
<blockquote>这个盒子的功能还是挺多的</blockquote>
<p class="client-profile">
<img src="images/clients-pic/client-2.jpg" alt="" class="client-img img-responsive">
<span class="detail-group text-left">
<span class="name">Minecraft云风君</span>
<span class="position">苦力怕论坛用户</span>
</span>
</p>
</div> <!-- End: .swioer-slide -->
<div class="swiper-slide">
<blockquote>好有技术力</blockquote>
<p class="client-profile">
<img src="images/clients-pic/client-3.jpg" alt="" class="client-img img-responsive">
<span class="detail-group text-left">
<span class="name">姜棂儿</span>
<span class="position">葫芦侠三楼用户</span>
</span>
</p>
</div> <!-- End: .swioer-slide -->
</div>
</div> <!-- /#testimonials-1 -->
</div> <!-- End: .col-xs-12 -->
</div> <!-- End: .row -->
</div> <!-- End: .container -->
</div> <!-- End: .overlay-color-full -->
</section>
<!-- End: Features Section 5
================================== -->
<!-- Start: Footer Section 1
================================== -->
<footer class="footer-section-1" id="footer">
<div class="container">
<div class="row section-separator">
<div class="each-item col-sm-5">
<div class="inner text-right">
<h5 class="sub-title">友情链接</h5>
<a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=MXCCgnBPGuHb3Z2FiR2GEsOSnQlZxQ-M&authKey=4ZGVHe56Pf%2BJ0Fbg%2FkIUEDw0KWeDBrZz7utuOCwy4xyopkrftNKbKlfU%2BNbaMzBG&noverify=0&group_code=138547166" data-toggle="modal" data-target="#contact-form">
<p class="title">申请加入</p></a>
<a href="https://www.pixelecraft.com/r/"><p>像素工坊</p></a>
<a href="https://binarydev.top"><p>Binarydev</p></a>
</div>
</div>
<div class="each-item col-sm-2">
<div class="inner text-center">
<a href="index.html" class="logo-link">
<img src="images/logo-color.png" alt="" class="img-responsive logo">
</a>
</div>
</div>
<div class="each-item col-sm-5">
<div class="inner text-left">
<p class="sub-title">Follow us on</p>
<ul class="nav social-icon">
<li><a href="#"><i class="icon icon-social-facebook"></i></a></li>
<li><a href="#"><i class="icon icon-social-twitter"></i></a></li>
<li><a href="#"><i class="icon icon-social-pinterest"></i></a></li>
<li><a href="#"><i class="icon icon-social-instagram"></i></a></li>
</ul>
<br>
Copyright © 2020-2023 <a target="_blank" href="https://binarydev.top/">Binarydev</a> All rights reserved.
</div>
</div>
</div><!-- End: .section-separator -->
</div> <!-- End: .container -->
</footer>
<!-- End: Footer Section 1
================================== -->
<!-- Start: Contact Form
================================== -->
<div id="contact-form" class="contact-form modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<!-- Modal Close Button -->
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<form id="contact-form-2" method="post" class="single-form" action="php/sendmail-4-input.php">
<div class=" col-xs-12">
<p class="email-loading"><img src="images/loading.gif" alt=""> Sending...</p>
<p class="email-success"><i class="icon icon-icon-check-alt2"></i> Your quote has successfully been sent.</p>
<p class="email-failed"><i class="icon icon-icon-close-alt2"></i> Something went wrong!</p>
</div>
<div class="col-xs-12 text-center">
<h4 class="title">Get 1 Month FREE Trial Now</h4>
</div>
<div class="col-xs-12">
<!-- Name -->
<input name="name" class="contact-name form-control" type="text" placeholder="Name*" required="">
</div>
<div class="col-xs-12">
<!-- Email -->
<input name="email" class="contact-email form-control" type="email" placeholder="Email*" required="">
</div>
<div class="col-xs-12">
<!-- Subject -->
<input name="subject" class="contact-subject form-control" type="text" placeholder="Subject">
</div>
<div class="col-xs-12">
<textarea class="contact-message form-control" rows="3" placeholder="Message*"></textarea>
</div>
<!-- Subject Button -->
<div class="btn-form text-center col-xs-12">
<button class="btn btn-fill">SEND MESSAGE</button>
</div>
</form>
</div><!-- End: .modal-content -->
</div><!-- End: .modal-dialog -->
</div><!-- End: .modal -->
<!-- End: Contact Form
================================== -->
<!-- SCRIPTS
========================================-->
<script src="js/plagin-js/jquery-1.11.3.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/plagin-js/plagin.js"></script>
<!-- Custom Script
==========================================-->
<script src="js/custom-scripts.js"></script>
<script type="text/javascript">
$(document).ready(customizer.init({
colors: {
title: 'COLORS:',
options: [
['color-1', 'css/colors/color-1.css', '', true],
['color-2', 'css/colors/color-2.css', ''],
['color-3', 'css/colors/color-3.css', '']
]
}
}, '../../demo-style/css/main.css'));
</script>
</body>
</html>