-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·70 lines (70 loc) · 2.02 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网维招新报名</title>
<!-- css -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<style>
body{
background-image: url("./pics/LgnBg.jpg");
background-position: center;
background-size:100% 100%;
overflow:hidden;
}
</style>
</head>
<!-- javascript -->
<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<header>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">
<img alt="Brand" src="pics/logo.png" id="logo">
</a>
</div>
</div>
</nav>
</header>
<body>
<div class="container" id="text">
<div>
<div class="grText">
中山学院
</div>
<div class="grText" style="margin-top: 42px">
网络维护科
</div>
<div class="grText" style="margin-top: 90px">
招新报名系统
</div>
</div>
</div>
<div id="sign">
<div class="text-center" id="deadline">
<p>报名将于9月25日中午截止</p>
<p>↓扫码关注微信公众号↓</p>
</div>
<div class="container" id="linkarea">
<div>
<img alt="QRCode" src="pics/QRCode.png" id="QRCode">
</div>
<div>
<a class="linkBtn" href="not_start.html">加入我们</a>
</div>
<div>
<a class="linkBtn" href="verify_page.html">修改信息</a>
</div>
</div>
</div>
<div class="cpy" id="cpy_index">
<div>
<p>Copyright © 2018 <a href="http://zsxyww.com/">中山学院网络维护科</a></p>
</div>
</div>
</body>
</html>