-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (106 loc) · 4.87 KB
/
Copy pathindex.html
File metadata and controls
113 lines (106 loc) · 4.87 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="hackcraft" />
<meta name="author" content="" />
<meta name="baidu-site-verification" content="temjHg7Y7M" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>HackCraft</title>
<!-- BOOTSTRAP STYLE SHEET -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME ICONS STYLE SHEET -->
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<!-- CUSTOM STYLES -->
<link href="assets/css/style.css" rel="stylesheet" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<!-- <header id="header">
<h1>HackCraft</h1>
<p>February • ShangHai</p>
<nav>
<ul>
<li><a href="http://hackcraft.ziorix.com" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<a href="http://hackcraft.ziorix.com" target="_blank">
<button type="button" class="btn btn-default btn-lg">
点击了解详情
</button>
</a>
</ul>
</nav>
</header> -->
<style type="text/css">
#header {
background-color: rgba(102, 102, 102, 0);
font-family: StructrBo;
color: white;
}
#but {
background-color: rgba(102, 102, 102, 0.7);
margin-top: 30px;
font-size: 23pt;
}
</style>
<div class="jumbotron" id="header">
<h1 style="font-size:520%;font-family: StructrRe;">HackCraft</h1>
<p style="font-size:180%;">February • ShangHai</p>
<p style="font-size:200%;font-family:YueHei;">* Now ready for registration *</p>
<p>
<div class="btn-group" role="group" aria-label="...">
<a style='font-family:YueHei'class="btn btn-primary btn-lg" id="but" onclick="jump1();" role="button"> 中文 </a>
<a class="btn btn-primary btn-lg" id="but" onclick="jump2();" role="button">English</a>
</div>
<br> <a class="btn btn-primary btn-lg" id="but" onclick="jump3();" role="button"> Enroll </a>
</p>
<script type="text/javascript">
function jump1 () {
window.location.href='cn/main.html';
}
function jump2 () {
window.location.href='en/main.html';
}function jump3 () {
window.location.href='enroll.html';
}
</script>
<br><br><br><br><br><br>
<!-- <span style="font-size:15pt;background-color:rgba(102, 102, 102, 0.7);">All Copyright Reserved @ Ziorix Studio</span> -->
</div>
</div>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script>
window.onload = function() {
document.body.className = '';
}
window.ontouchmove = function() {
return false;
}
window.onorientationchange = function() {
document.body.scrollTop = 0;
}
</script>
<script src="assets/js/jquery-1.11.1.js"></script>
<!-- REQUIRED BOOTSTRAP SCRIPTS -->
<script src="assets/js/bootstrap.js"></script>
<!-- SCROLLING SCRIPTS PLUGIN -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- CUSTOM SCRIPTS -->
</body>
</html>