-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (268 loc) · 8.3 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="images/favicon.png" />
<title>ActionView - 面向中小企业的、开源免费的、类JIRA的问题需求跟踪工具</title>
<link rel="stylesheet" href="/css/jquery.fullPage.css">
<script src="/script/jquery.min.js"></script>
<script src="/script/jquery.fullPage.min.js"></script>
<script>
$(function () {
$('#container').fullpage({
navigation: true,
loopBottom: true,
sectionsColor: ['#fff', '#f4f4f4', '#fff', '#f4f4f4', '#fff', '#f4f4f4'],
onLeave: function (index, direction) {
if (direction === 1) {
console.log('111')
$('#fp-nav ul li a span').toggleClass('bgf')
}
if (index === 1) {
console.log(222);
$('#fp-nav ul li a span').toggleClass('bgf')
}
}
});
// setInterval(function () {
// $.fn.fullpage.moveSlideRight();
// }, 3000);
});
</script>
<style type="text/css">
/* reset */
* {
padding: 0;
margin: 0;
}
a {
color: #000;
text-decoration: none;
}
body {
letter-spacing: 1px;
font-family: 'Helvetica Neue,helvetica,lucida grande,lucida sans unicode,lucida,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif';
}
.hidden {
display: none;
}
/* reset */
h1,
h2,
h3,
h4,
h5 {
text-align: center;
font-weight: normal;
}
p {
text-align: center;
}
#nav {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
#nav .logo {
float: left;
margin-top: 18px;
margin-left: 40px;
}
#nav ul {
float: right;
margin-right: 40px;
height: 40px;
padding: 10px 0;
line-height: 40px;
}
#nav li {
display: inline-block;
}
#nav li a {
display: inline-block;
padding: 0 15px;
width: auto;
transform: all .6;
border-radius: 4px;
}
#nav li a:hover {
opacity: 1;
background-color: #0033cc;
color: #fff;
}
.section1 {
background: url(./images/bg.jpg) top no-repeat;
background-size: cover;
position: relative;
}
.section1 .banner {
width: 100%;
text-align: center;
color: #fff;
}
.section1 .banner h1 {
font-size: 40px;
margin-bottom: 20px;
}
.section1 .banner h2 {
font-size: 24px;
margin-bottom: 20px;
}
.section1 .try-btn {
display: inline-block;
width: 180px;
height: 60px;
line-height: 60px;
margin-top: 30px;
border: 1px solid #fff;
border-radius: 4px;
font-size: 20px;
color: #fff;
}
.try-btn:hover {
background-color: #fff;
border-color: #fff;
color: #004290;
}
/* ===== */
.container {
max-height: 80%;
max-width: 70%;
margin: 0 auto;
}
.section2 .container {
max-width: 70%;
margin: 0 auto;
}
.section2 .container img {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}
.section5 {
text-align: center;
}
.section5 img {
width: 50px;
}
.section5 .container h3 {
margin-bottom: 50px;
}
.section5 .container ul {
display: inline-block;
text-align: left;
margin-bottom: 150px;
}
.section5 .container ul li {
margin-bottom: 10px;
}
/* ===== */
#fp-nav ul li a span {
background-color: #fff;
}
.bgf {
background: #333!important;
}
.section img {
border: 1px solid #ccc;
}
.section .content h3 {
text-align: left;
}
.section h3 {
font-size: 28px;
line-height: 1.1em;
margin-bottom: 10px;
}
.hr {
position: relative;
border-bottom: 1px solid #ccc;
margin: 30px 0;
width: 50%;
}
.hr:before {
position: absolute;
left: 0;
top: -3px;
background: #fff;
border: 1px solid #ccc;
content: '';
width: 6px;
height: 6px;
border-radius: 100%;
}
</style>
</head>
<body>
<nav id='nav'>
<img class='logo' src='images/brand.png' width=160/>
<ul>
<li>
<a href="/">首页</a>
</li>
<li>
<a href="https://github.com/lxerxa/actionview#roadmap" target='_blank'>路线图</a>
</li>
<li>
<a href="https://github.com/lxerxa/actionview" target='_blank'>GitHub</a>
</li>
<li>
<a href="/contact.html">联系我们</a>
</li>
<li>
<a href="/ticket.html" target='_blank' class="btn try-btn">试 用</a>
</li>
</ul>
</nav>
<div id="container">
<div class="section section1">
<div class='banner'>
<h1>更好用的问题需求跟踪工具</h1>
<h2>ActionView 一个面向中小企业的、开源免费的、简单易用的、类Jira的问题需求跟踪工具</h2>
<a class="try-btn" href='/ticket.html' target='_blank'>试 用</a>
</div>
</div>
<div class="section section2">
<h4 style="padding: 30px 0px 20px 0px">支持用户创建项目和定义属于项目自己的配置方案,实现全局配置方案和本地配置方案的完美结合。</h4>
<div class="container">
<img src="./images/scheme.png" alt="">
</div>
</div>
<div class="section section2">
<h4 style="padding: 30px 0px 20px 0px">支持Scrum敏捷开发和看板方法,通过看板轻松实现任务、需求、Bug的管理跟踪。</h4>
<div class="container">
<img src="./images/kanban.png" alt="">
</div>
</div>
<div class="section section2">
<h4 style="padding: 30px 0px 20px 0px">可自定义工作流,每一步可进行精细控制,确保正确的人在正确的时间执行正确的操作。</h4>
<div class="container">
<img src="./images/workflow.png" alt="">
</div>
</div>
<div class="section section2">
<h4 style="padding: 30px 0px 20px 0px">完备的权限控制模型,可自定义角色,不仅可给用户授权,同时支持给用户组授权。</h4>
<div class="container">
<img src="./images/role.png" alt="">
</div>
</div>
<div class="section section2">
<h4 style="padding: 30px 0px 20px 0px">简洁流畅的SPA页面体验。</h4>
<div class="container">
<img src="./images/issue-list.png" alt="">
</div>
</div>
<div class="section section5">
<h3>承诺:该系统后续无论增加什么功能,只要是我们发布的都会永久免费!</h3>
</div>
</div>
</body>
</html>