-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenroll.html
46 lines (42 loc) · 2.08 KB
/
enroll.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
<html>
<head>
<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="Song Zhou" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>HackCraft | Enroll</title>
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<link href="assets/login/main.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 style="font-family:StructrMe;">
<header id="login_header">
<h1 style="font-size:400%;">Let Me in!!</h1>
</header>
<p style="font-size:150%;" class="row col-md-5"><span style="font-family: YueHei">提交简单的基础信息,我们的工作人员会在2-3天内和您联系,协助您完成比赛的注册。 </span></p>
<form name="login" method="post" action="http://enroll.stzone.org/enroll" class="form-horizontal">
<div class="row col-md-4" style="font-family:StructrBo;">
<input id="email" type="text" name="name" autocomplete="off" value="" placeholder="Name">
<br>
<input id="gender" type="text" name="gender" autocomplete="off" value="" placeholder="Gender ♂♀">
<br>
<input id="qq" type="text" name="qq" autocomplete="off" value="" placeholder="QQ Number / WeChat">
<br>
<input id="phone" type="text" name="phone" autocomplete="off" value="" placeholder="Phone Number">
<br>
<input id="email" type="email" name="email" autocomplete="off" value="" placeholder="Email">
<br>
<input type="submit" value="Done!" />
</div>
</form>
<script src="assets/js/jquery-1.11.1.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/login/js/login.js"></script>
</body>
</html>