-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (107 loc) · 6.17 KB
/
index.html
File metadata and controls
110 lines (107 loc) · 6.17 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>游戏游戏游戏</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#c4f4ff">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="css/bootstrap-theme.min.css">-->
<link rel="stylesheet" type="text/css" href="css/pages.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body class="body ">
<nav class=" navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <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="nav-brand" href="index.html"><img style="width: 40px;height: 40px;" src="img/logo.png" /></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav" role="tablist">
<li role="presentation" class="hidden-sm active"> <a href="index.html">首页</a> </li>
<li role="presentation"> <a href="recommend.html">游戏佳作推荐</a> </li>
<li role="presentation" class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">
游戏分发平台 <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation"> <a href="origin.html">Origin</a> </li>
<li role="presentation"> <a href="steam.html">Steam</a> </li>
<li role="presentation"> <a href="uplay.html">UPlay</a> </li>
</ul>
</li>
<li role="presentation"> <a href="personalinformation.html">添加我为好友</a> </li>
</ul>
<form class="navbar-form navbar-right " role="search" action="http://store.steampowered.com/search/">
<div class="input-group">
<div class="form-group">
<input type="text" class="form-control" placeholder="游戏搜索" name="term"> </div> <span class="input-group-btn">
<button type="submit" class="btn btn-default" onclick="var $Form = $J(this).parents('form'); $Form.submit(); return false;"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
</form>
</div>
</div>
</nav>
<div class="reheader2 "></div>
<article class="slider">
<section class=" headercover2">
<div style="margin:200px auto;">
<h1>Let's Play Games</h1>
<p>游戏作为第九艺术</p>
<p>却曾被视为精神鸦片</p>
<p>无论你玩儿不玩儿游戏</p>
<p>欢迎走进游戏的世界</p>
</div>
</section>
<section>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active"> <img src="img/slider0.jpg" alt="Ti6 Wings Dota2夺冠" width="100%">
<div class="carousel-caption">
<h2>Ti6 Wings Dota2夺冠</h2> </div>
</div>
<div class="item"> <img src="img/slider1.jpg" alt="VR游戏来临" width="100%">
<div class="carousel-caption">
<h2>VR游戏来临</h2> </div>
</div>
<div class="item"> <img src="img/slider2.jpg" alt="XBOX one S" width="100%">
<div class="carousel-caption">
<h2>微软新主机</h2> </div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a>
</div>
</section>
<section class="pagegrey">
<div class="container">
<div class="pagediv row">
<center>
<h2>三大主流游戏分发平台</h2> </center>
<br />
<div class="col-md-4">
<center>
<h3>Steam</h2></center> <img class="img-responsive center-block" alt="steam logo" src="img/steam.png"></div>
<div class="col-md-4">
<center>
<h3>Origin</h2></center><img class="img-responsive" alt="origin logo" src="img/origin.png"></div>
<div class="col-md-4">
<center>
<h3>Uplay</h2></center><img class="img-responsive" alt="uplay logo" src="img/uplay.png"></div>
</div>
</div>
</section>
</article>
</body>
</html>