-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
288 lines (256 loc) · 10.4 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
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
<!DOCTYPE html>
<html lang="zh">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- SITE TITLE -->
<title>XMCL</title>
<link rel="icon" href="assets/img/logo%20(2).ico" type="image/x-icon"/>
<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome CSS -->
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- flexslider CSS -->
<link rel="stylesheet" href="assets/css/flexslider.css">
<!-- venobox -->
<link rel="stylesheet" href="assets/venobox/css/venobox.css" />
<!---owl carousel Css-->
<link rel="stylesheet" href="assets/owlcarousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/owlcarousel/css/owl.theme.css">
<!-- animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS FOR COLOR SWITCHER -->
<link rel="stylesheet" href="assets/css/switcher/switcher.css">
<link rel="stylesheet" href="assets/css/switcher/style1.css" id="colors">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="80">
<!-- START PRELOADER -->
<div class="preloader">
<div class="status">
<div class="status-mes"></div>
</div>
</div>
<!-- END PRELOADER -->
<!-- START NAVBAR -->
<div class="navbar navbar-default navbar-fixed-top menu-top menu_dropdown">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><img src="assets/img/logo.png" alt="logo"></a>
</div>
<div class="navbar-collapse collapse">
<nav>
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a>
<!-- <ul class="sub-menu">
<li><a href="index_parallax.html">Home Parallax</a></li>
<li><a href="index_slideshow.html">Home Slideshow</a></li>
<li><a href="index_htmlvideo.html">Home Html5 Video</a></li>
<li><a href="index_youtube.html">Home Youtube</a></li>
<li><a href="without_map.html">Without Google Map</a></li>
</ul> -->
</li>
<li><a href="#about">XMCL特点</a></li>
<li><a href="/Xcute-studio">Xcube 工作室</a></li>
<li><a href="#download" target="_blank">Download下载</a>
</ul>
</nav>
</div>
</div><!--- END CONTAINER -->
</div>
<!-- END NAVBAR -->
<!-- START HOME DESIGN -->
<section id="home" class="home_slider">
<div class="flexslider">
<ul class="slides text-center">
<!-- SLISER ONE -->
<li>
<img src="assets/img/bg/bg1.png" alt="">
<div class="slider_text_one">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h1>XMCL</h1>
<h2>XMCL 启动器从未如此简洁 </h2>
<a class="btn-light-bg" href="#download">Download Now!</a>
</div>
</div>
</div><!-- //.HERO-TEXT -->
</li>
<!-- END SLIDER ONE -->
<!-- SLIDER TWO -->
<li>
<img src="assets/img/bg/bg2.png" alt="">
<div class="slider_text_one">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h1>XMCL</h1>
<h2>XMCL 支持全部MC版本启动</h2>
<a class="btn-light-bg" href="#download">Download Now!</a>
</div>
</div>
</div><!-- //.HERO-TEXT -->
</li>
<li>
<img src="assets/img/bg/bg3.png" alt="">
<div class="slider_text_one">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h1>XMCL</h1>
<h2>XMCL 全自动查找JAVA </h2>
<a class="btn-light-bg" href="#download">Download Now!</a>
</div>
</div>
</div><!-- //.HERO-TEXT -->
</li>
<!-- END SLIDER ONE -->
<!-- SLIDER THREE -->
<!-- END SLIDER THREE -->
</ul>
</div>
</section>
<!-- END HOME DESIGN -->
<!-- START FEATURE CONTENT -->
<section id="about" class="feature section-padding">
<div class="container">
<div class="row text-center">
<div class="section-title">
<h1>XMCL 的特点</h1>
<span></span>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="about_single wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<i class="fa fa-file-zip-o color-icon-one"></i>
<h2>方便轻量</h2>
<p>单文件存储少 <br>内存占用少 </p>
</div>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="about_single wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
<i class="fa fa-check-circle-o color-icon-two"></i>
<h2>完全启动</h2>
<p>XMCL的启动算法精心研制 <br> 可启动全部MC版本 </p>
</div>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="about_single wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0">
<i class="fa fa-code color-icon-three"></i>
<h2>代码严谨</h2>
<p>每一行代码都严谨 <br> UI无比简约 </p>
</div>
</div><!--- END COL -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="about_single wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<i class="fa fa-retweet color-icon-four"></i>
<h2>持续更新</h2>
<p>每周至少更新一次开发版 <br> 更新速度之快</p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div>
</section>
<!-- END FEATURE CONTENT -->
<!-- START ABOUT CONTENT -->
<!-- END ABOUT CONTENT -->
<!-- START BEAUTIFUL WORKS -->
<section id="download" class="works_area section-padding">
<div class="container-fluid">
<div class="row text-center">
<div class="section-title">
<h1>下载XMCL</h1>
<p> 你可以从两个站点下载<p>
<span></span>
<br> <br>
<a class="btn-light-bg" href="http://api.axing6.cn/download/XMCL_3.1.0.2.exe">直链下载</a>
<br> <br>
<span></span>
<br> <br>
<!-- <a class="btn-light-bg" href="/pre.html">下载Pre版本?</a>-->
</div><!--- END ROW -->
</div><!--- END CONTAINER-FLUID -->
</section>
<!-- END BEAUTIFUL WORKS -->
<div id="style-switcher">
<h2>选择你喜欢的颜色<a href="#"><i class="fa fa-cog fa-spin"></i></a></h2>
<div>
<ul class="colors" id="color1">
<li><a href="#" class="style1"></a></li>
<li><a href="#" class="style2"></a></li>
<li><a href="#" class="style3"></a></li>
<li><a href="#" class="style4"></a></li>
<li><a href="#" class="style5"></a></li>
<li><a href="#" class="style6"></a></li>
<li><a href="#" class="style7"></a></li>
<li><a href="#" class="style8"></a></li>
<li><a href="#" class="style9"></a></li>
<li><a href="#" class="style10"></a></li>
<li><a href="#" class="style11"></a></li>
<li><a href="#" class="style12"></a></li>
<li><a href="#" class="style13"></a></li>
<li><a href="#" class="style14"></a></li>
<li><a href="#" class="style15"></a></li>
<li><a href="#" class="style16"></a></li>
<li><a href="#" class="style17"></a></li>
<li><a href="#" class="style18"></a></li>
<li><a href="#" class="style19"></a></li>
<li><a href="#" class="style20"></a></li>
</ul>
</div>
</div>
<!-- END OF STYLE SWITCHER -->
<!-- Latest jQuery -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- scrolltopcontrol js -->
<script src="assets/js/scrolltopcontrol.js"></script>
<!-- flexslider js -->
<script src="assets/js/jquery.flexslider.js"></script>
<!-- venobox js -->
<script src="assets/venobox/js/venobox.min.js"></script>
<!-- jquery mixitup min js -->
<script src="assets/js/jquery.mixitup.js"></script>
<!-- countTo js -->
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<!-- owl-carousel min js -->
<script src="assets/owlcarousel/js/owl.carousel.min.js"></script>
<!-- map js -->
<!-- WOW - Reveal Animations When You Scroll -->
<script src="assets/js/wow.min.js"></script>
<!-- switcher js -->
<script src="assets/js/switcher.js"></script>
<!-- scripts js -->
<script src="assets/js/scripts.js"></script>
<script type="text/javascript">
/*START SLIDER JS*/
$('.flexslider').flexslider({
animation: "slide"
});
/*END SLIDER JS*/
</script>
<script type="text/javascript">
$(".partner").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
items : 4,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
</script>
</body>
</html>