-
Notifications
You must be signed in to change notification settings - Fork 1
/
all.html
65 lines (51 loc) · 1.82 KB
/
all.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>大连理工大学就业办公室</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="css/careerOffice.css" rel="stylesheet" type="text/css" >
<style>
.jumbotron{
width:650px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
padding: 50px;
border-radius: 20px;
}
</style>
</head>
<body>
<div class="row">
<div id="ban" class="col-md-12"></div>
</div>
<div id="index_div" class="row">
<a href="qy.html"><div id="index_pic" class="col-lg-3">
<img class="img-circle" width="150" height="150" alt="Generic placeholder image" src="img/1.jpg">
<h2 class="text-center">办理签约</h2>
</div></a>
<a href="wy.html"><div id="index_pic" class="col-lg-3">
<img class="img-circle" width="150" height="150" alt="Generic placeholder image" src="img/2.jpg">
<h2 class="text-center">办理违约</h2>
</div>
</a>
<a href="pq.html"><div id="index_pic" class="col-lg-3">
<img class="img-circle" width="150" height="150" alt="Generic placeholder image" src="img/3.jpg">
<h2 class="text-center">办理派遣</h2>
</div>
</a>
<a href="gp.html"><div id="index_pic" class="col-lg-3">
<img class="img-circle" width="150" height="150" alt="Generic placeholder image" src="img/4.jpg">
<h2 class="text-center">办理改派</h2>
</div>
</a>
</div>
<script src="js/jquery-2.0.2.js"></script>
<script type="text/javascript" src="js/careerOffice.js"></script>
<script type="text/javascript" src="js/qy.js"></script>
<script type="text/javascript" src="js/wy.js"></script>
<script type="text/javascript" src="js/gp.js"></script>
<script type="text/javascript" src="js/pq.js"></script>
</body>
</html>