-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
253 lines (220 loc) · 12.9 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
<!DOCTYPE html>
<!-- saved from url=(0043)http://getbootstrap.com/examples/carousel/# -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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 -->
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="http://getbootstrap.com/favicon.ico"> -->
<title>Cosmosbox 宇宙盒子游戏公司</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[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]-->
<!-- Custom styles for this template -->
<link href="./css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body cz-shortcut-listen="true">
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Cosmosbox 宇宙盒子</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">首页</a></li>
<li><a href="#about">关于</a></li>
<!-- <li><a href="http://getbootstrap.com/examples/carousel/#contact">Contact</a></li> -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">产品 <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#download">撞击女神</a></li>
<!-- <li><a href="./index_files/index.html">Another action</a></li>
<li><a href="./index_files/index.html">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="./index_files/index.html">Separated link</a></li>
<li><a href="./index_files/index.html">One more separated link</a></li> -->
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<!-- 小圆点 -->
<!-- <li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li> -->
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<!-- <img class="first-slide" src="./img/banner.jpg" alt="First slide"> -->
<div class="slide-img" style="background-image:url(./img/banner.jpg);"></div>
<div class="container">
<div class="carousel-caption">
<h1><!-- Example headline. --></h1>
<p><!-- Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules. --></p>
<!-- <p><a class="btn btn-lg btn-primary" href="#download" role="button">前往下载!</a></p> -->
</div>
</div>
</div>
<!--
<div class="item">
<img class="second-slide" src="https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superplus/img/logo_white_ee663702.png" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Another example headline.</h1>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a class="btn btn-lg btn-primary" href="./index_files/index.html" role="button">Learn more</a></p>
</div>
</div>
</div> -->
<!-- <div class="item">
<img class="third-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>One more for good measure.</h1>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p><a class="btn btn-lg btn-primary" href="./index_files/index.html" role="button">Browse gallery</a></p>
</div>
</div>
</div> -->
</div>
<a class="left carousel-control" href="http://getbootstrap.com/examples/carousel/#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">上一个</span>
</a>
<a class="right carousel-control" href="http://getbootstrap.com/examples/carousel/#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">下一个</span>
</a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<a name="download"></a>
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="./img/icon-android.png" alt="安卓版撞击英雄" width="140" height="140">
<h2>1.3.36.patch1 安卓版</h2>
<!-- <p>内测版·2015年9月7日更新</p> -->
<p>
<a class="btn btn-default" href="http://pre.im/strikelj" role="button">安卓官网版 »</a>
</p>
<p>
<a class="btn btn-default" href="http://pre.im/strikeuc" role="button">安卓UC版 »</a>
</p>
<p>
<a class="btn btn-default" href="http://pre.im/strike360" role="button">安卓360版 »</a>
</p>
<p>
<a class="btn btn-default" href="http://pre.im/strikemi" role="button">安卓小米版 »</a>
</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="./img/icon-ios.png" alt="Generic placeholder image" width="140" height="140">
<h2>0.1.0 苹果版</h2>
<p>内测版·2015年5月24日更新</p>
<p><a class="btn btn-default" href="http://fir.im/strikebeta" role="button">下载苹果版 »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="./img/icon-winphone.png" alt="Generic placeholder image" width="140" height="140">
<h2>WinPhone版</h2>
<!-- <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p> -->
<p><a class="btn btn-default" href="javascript:void(0);" role="button">敬请期待!</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">波涛汹涌 <span class="text-muted">的女神</span></h2>
<p class="lead">《撞击女神》有如其名,游戏中全是美丽的女神,就连敌人BOSS也是萌美的北欧女武神,而本游戏最突出的地方,就是每个女神都表现得很有生命力--因为她们都是可动的!真所谓波涛胸涌!</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" alt="500x500" src="./img/strikehero_screenshot1.jpg" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">创新的 <span class="text-muted">战斗</span></h2>
<p class="lead">《撞击女神》是一个结合了[弹珠]和[射击]的原创游戏,精美的日式风格和Q萌的敌人。攻击时能享受弹珠的爽快感,防御时考验射击的躲避能力,极具挑战性和趣味性。</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" alt="500x500" src="./img/strikehero_screenshot2.jpg" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">结合传说的 <span class="text-muted">原创故事 </span></h2>
<p class="lead">《撞击女神》具有原创的、有趣的故事剧本,出场人物丰富,英雄众多,技能和子弹组合超过上万个;整个游戏从浮岛打到上月球和宇宙,壮丽的场景,配合个性的人物,碰撞出让人期待的一场大冒险。 </p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" alt="500x500" src="./img/strikehero_screenshot3.jpg" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<a name="about"></a>
<p class="pull-right"><a href="index.html">返回顶部</a></p>
<p>
© 2012-2015 Cosmosbox, Inc.
<p>
<a target="_blank" href="http://jq.qq.com/?_wv=1027&k=TPWzG3">
撞击女神精英内测Q群:344133545
</a>
<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=7d2d76e19972513aba0a17da47f3efae912efcc21dd7e36b29f31355eb3bd820"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="撞击女神精英内测群" title="撞击女神精英内测群"></a>
</p>
<p>
合作联系人:
<a target="_blank" href="http://wpa.qq.com/msgrd?V=1&;Uin=626382694&Site=ioshenmue&Menu=yes">
张先生 QQ:626382694
</a>
<a target="_blank" href="http://wpa.qq.com/msgrd?V=1&;Uin=405773328&Site=ioshenmue&Menu=yes">
吴先生 QQ:405773328</a>
</p>
<!-- <a href="./index_files/index.html">Privacy</a> · <a href="./index_files/index.html">Terms</a> -->
</p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery-1.11.3.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="./js/holder.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500" preserveAspectRatio="none" style="visibility: hidden; position: absolute; top: -100%; left: -100%;"><defs></defs><text x="0" y="23" style="font-weight:bold;font-size:23pt;font-family:Arial, Helvetica, Open Sans, sans-serif;dominant-baseline:middle"></text></svg></body></html>