-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (184 loc) · 9.49 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
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
<!DOCTYPE html>
<html lang="en" ng-app="skillApp">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>萝卜多</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="style/public.css">
<link rel="stylesheet" href="style/reset.css">
</head>
<body>
<header>
<!--顶部公共样式-->
<nav class="navbar navbar-default header-nav" role="navigation">
<!--顶部导航栏-->
<div class="container">
<div class="row">
<div class="navbar-header header-nav-left">
<button type="button" class="navbar-toggle header-nav-btn" data-toggle="collapse"
data-target="#example-navbar-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="navbar-brand" src="images/index-header-logo.png" ui-sref="home">
</div>
<div class="header-nav-location" data-toggle="modal" data-target="#myModal">
<!--导航栏选择地址-->
<img src="images/index-header-location.png">
<span class="header-nav-location-text">北京站</span>
</div>
<div class="modal fade"
id="myModal"
tabindex="-1"
role="dialog"
aria-labelledby="myModalLabel">
<!--地址选择模态框-->
<div class="modal-dialog">
<div class="modal-content">
<span class="header-nav-modalText">点击进入</span>
<div class="btn header-nav-modalBtn" ui-sref="home">
北京站
</div>
<span class="header-nav-modalText2">or</span><br>
<button data-dismiss="modal"
class="btn btn-default header-nav-modalBtn2"
disabled>
全国站
</button>
<p class="header-nav-modalText3">其他城市正在开通中,敬请期待...</p>
</div>
</div>
</div>
<div class="collapse navbar-collapse header-nav-right pull-right" id="example-navbar-collapse">
<ul class="nav navbar-nav">
<li ui-sref="home">
<a href=""
ng-class="{'navChoiceA': currentState.includes('home')}">
首页
<i class="header-nav-right-underline"
ng-class="{'navChoice': currentState.includes('home')}">
</i>
</a>
</li>
<li ui-sref="profession">
<a href=""
ng-class="{'navChoiceA': currentState.includes('profession')||
currentState.includes('companySearch')||
currentState.includes('searchPage')||
currentState.includes('companyInfo')||
currentState.includes('professionInfo')||
currentState.includes('recommendProfession')}">
找职位
<i class="header-nav-right-underline"
ng-class="{'navChoice': currentState.includes('profession')||
currentState.includes('companySearch')||
currentState.includes('searchPage')||
currentState.includes('companyInfo')||
currentState.includes('professionInfo')||
currentState.includes('recommendProfession')}">
</i>
</a>
</li>
<li ui-sref="elite">
<a href=""
ng-class="{'navChoiceA': currentState.includes('elite')||
currentState.includes('companyList')}">
找精英
<i class="header-nav-right-underline"
ng-class="{'navChoice': currentState.includes('elite')||
currentState.includes('companyList')}">
</i>
</a>
</li>
<li ui-sref="about">
<a href=""
ng-class="{'navChoiceA': currentState.includes('about')}">
关于我们
<i class="header-nav-right-underline"
ng-class="{'navChoice': currentState.includes('about')}">
</i>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div ui-view=""></div>
<footer>
<!--底部公共样式-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="footer-left col-md-4 col-xs-12">
<p class="footer-link">
<a class="footer-link-a" ui-sref="about({status:'true'})">关于我们</a>
</p>
<p class="font-14">萝卜多——知根知底的社群招聘</p>
</div>
<div class="footer-middle col-md-5 col-xs-12">
<p class="footer-link">
<a class="footer-link-a" ui-sref="about({status:'false'})">联系我们</a>
</p>
<ul class="footer-right-ul">
<li class="footer-right-line"><img src="images/i-phone.jpg">
<span class="footer-right-span">联系电话</span>
<span>(010)59478634</span>
</li>
<li class="footer-right-line">
<img src="images/i-email.jpg">
<span class="footer-right-span">邮箱支持</span>
<span>[email protected]</span>
</li>
<li class="footer-right-line">
<img src="images/i-address.png">
<span class="footer-right-span">地 址</span>
<span>北京市海淀区翠微路甲10#225室</span>
</li>
</ul>
</div>
<div class="footer-right col-md-3 col-xs-12 ">
<img src="images/index-footer-code.png" class="footer-right-image">
<p class="footer-right-text">微信号:葡萄藤IT技术孵化</p>
</div>
</div>
</div>
</div>
<div class="copyright">
Copyright © 2015 北京葡萄藤信息技术有限公司 All Rights Reserved | 京ICP备15035574号-3
</div>
</footer>
<script src="https://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/angular.js/1.3.18/angular.min.js"></script>
<script src="https://cdn.bootcss.com/angular-messages/1.5.5/angular-messages.min.js"></script>
<script src="https://cdn.bootcss.com/angular-ui-router/0.2.15/angular-ui-router.min.js"></script>
<script src="https://cdn.bootcss.com/angular.js/1.3.18/angular-cookies.min.js"></script>
<script src="https://cdn.bootcss.com/angular-strap/2.3.2/angular-strap.min.js"></script>
<script src="https://cdn.bootcss.com/angular-strap/2.3.2/angular-strap.tpl.min.js"></script>
<script src="https://cdn.bootcss.com/oclazyload/1.0.4/ocLazyLoad.min.js"></script>
<!--<script src="bower_components/jquery.js"></script>-->
<!--<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>-->
<!--<script src="bower_components/angular.min.js"></script>-->
<!--<script src="bower_components/angular-ui-router.js"></script>-->
<!--<script src="bower_components/ocLazyLoad.js"></script>-->
<!--<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>-->
<!--<script src="bower_components/angular-bootstrap/ui-bootstrap.min.js"></script>-->
<script src="bower_components/bootbox.min.js"></script>
<script src="bower_components/base/base.js"></script>
<script src="script/router.js"></script>
<script src="script/config.js"></script>
<script src="script/constant/constant.js"></script>
<script src="script/constant/project-constant.js"></script>
<script src="script/filter/filter.js"></script>
<script src="script/factory/factorySearch.js"></script>
<script src="script/service/http-url.js"></script>
<script src="script/service/service.js"></script>
<script src="script/constant/areaConstant.js"></script>
</body>
</html>