-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer.html
251 lines (227 loc) · 7.45 KB
/
career.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>miracle miles - 校园招聘</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="" />
<style>
.description-text {
text-align: center;
}
.description-text h3 {
margin-bottom: 40px;
}
.description-text h3,
.description-text h5 {
text-align: center;
position: relative;
}
.description-text h3::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 70px;
height: 2px;
margin: -20px auto;
content: "";
opacity: 1;
background: #fe4157;
}
.description-text h5 {
font-size: 14px;
font-weight: 500;
margin: 10px;
}
.description-text .line {
margin: 25px;
width: 50px;
height: 0;
line-height: 0;
overflow: hidden;
display: inline-block;
border-top: 1px solid #071c83;
}
.description-access {
margin-top: 20px;
}
.description-access>div {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.description-access img {
width: 100%;
}
.button-link {
display: block;
border: 1px solid #071c83;
padding: 14px 40px;
color: #071c83;
}
.button-link:hover {
background: #071c83;
color: #ffffff;
}
</style>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<style>
.inner-w3pvt-page {
background: url(./images/join/banner.jpg) no-repeat center;
background-size: 100%;
}
.overlay-innerpage {
min-height: 25em;
}
.campus-recruitment {
text-align: center;
}
.campus-recruitment h3 {
position: relative;
}
.campus-recruitment h3::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 70px;
height: 2px;
margin: -20px auto;
content: "";
opacity: 1;
background: #fe4157;
}
.campus-recruitment img{
max-width: 500px;
width: 80%;
}
</style>
</head>
<body>
<!--/home -->
<div id="home" class="inner-w3pvt-page">
<div class="overlay-innerpage">
<!--/top-nav -->
<div class="top_w3pvt_main container">
<!--/header -->
<header class="nav_w3pvt text-center">
<!-- nav -->
<nav class="wthree-w3ls">
<div id="logo">
<h1> <a class="navbar-brand px-0 mx-0" href="index.html">Miracle Miles
</a>
</h1>
</div>
<label for="drop" class="toggle" style="width:40px;padding: 6px;">
<img src="./images/home/menu.png" style="width:100%" alt="">
</label>
<input type="checkbox" id="drop" />
<ul class="menu mr-auto">
<li><a href="index.html">首页</a></li>
<li><a href="about.html">关于我们</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle toggle-2"><a href="team.html">集团成员</a> <span class="fa fa-angle-down"
aria-hidden="true"></span> </label>
<a href="team.html">集团成员<span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" checked="checked" id="drop-2" />
<ul>
<li><a href="./team-member.html#thirdly" class="drop-text">湖南弯弓信息科技有限公司</a></li>
<li><a href="./team-member.html#first" class="drop-text">TOP GLORY TRADING INC</a></li>
<li><a href="./team-member.html#fourthly" class="drop-text">福州市高盾仓储有限公司</a></li>
<li><a href="./team-member.html#second" class="drop-text">DREAM PAIRS EUROPE INC</a></li>
</ul>
</li>
<li class="active"><a href="join.html">加入我们</a></li>
<li><a href="contact.html">联系我们</a></li>
<li class="social-icons ml-lg-3">
<!-- <a target="_blank" href="https://www.facebook.com/DreamPairs/" class="p-0 social-icon">
<span class="fa fa-facebook-official" aria-hidden="true"></span>
<div class="tooltip">Facebook</div>
</a>
</li>
<li class="social-icons">
<a target="_blank" href="https://twitter.com/DreamPairs" class="p-0 social-icon">
<span class="fa fa-twitter" aria-hidden="true"></span>
<div class="tooltip">Twitter</div>
</a>
</li>
<li class="social-icons">
<a target="_blank" href="https://www.instagram.com/dreampairsshoes/" class="p-0 social-icon">
<span class="fa fa-instagram" aria-hidden="true"></span>
<div class="tooltip">Instagram</div>
</a> -->
</li>
</ul>
</nav>
<!-- //nav -->
</header>
<!--//header -->
<!--/breadcrumb-->
<div class="inner-w3pvt-page-info">
<ol class="breadcrumb d-flex">
<li class="breadcrumb-item">
<a href="index.html">首页</a>
</li>
<li class="breadcrumb-item active">校园招聘</li>
</ol>
</div>
<!--//breadcrumb-->
</div>
<!-- //top-nav -->
</div>
</div>
<!-- //home -->
<section class="campus-recruitment my-5">
<div class="container">
<h3 class="mb-5">2020年校园招聘暂未开启</h3>
<img src="./images/job/campus-recruitment.jpg" alt="">
</div>
</section>
<!-- footer -->
<footer>
<div class="footer-layer py-sm-5 pt-5 pb-3">
<div class="container py-md-3">
<div class="footer-grid_section text-center">
<div class="footer-title mb-4">
<a class="footer-title" href="index.html">MIRACLE MILES</a>
<!-- <div class="footer-text">
<p>您也可以通过以下方式关注我们</p>
</div>
<ul class="social_section_1info">
<li class="mb-2 facebook"><a target="_blank" href="https://www.facebook.com/DreamPairs/"><span
class="fa fa-facebook"></span></a>
</li>
<li class="mb-2 twitter"><a target="_blank" href="https://twitter.com/DreamPairs"><span
class="fa fa-twitter"></span></a></li>
<li class="linkedin"><a target="_blank" href="https://www.instagram.com/dreampairsshoes/"><span
class="fa fa-linkedin"></span></a></li>
<li class="vimeo"><a target="_blank" href="https://www.youtube.com/channel/UCjeu1MJuZnVB2sMjE2uX7wQ"><span
class="fa fa-youtube-play"></span></a></li>
</ul>
</div> -->
</div>
</div>
</footer>
<!-- footer -->
</body>
</html>