File tree Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" inner" >
3
3
<ul id =" nav" >
4
4
<li ><a href =" /guide/" class =" nav-link" >Guide</a ></li >
5
- <li ><a href =" /api/" class =" nav-link" >API Reference </a ></li >
5
+ <li ><a href =" /api/" class =" nav-link" >API</a ></li >
6
6
<li ><a href =" /examples/" class =" nav-link" >Examples</a ></li >
7
- <li ><a href =" /blog/" class =" nav-link" >Blog</a ></li >
7
+ <li ><a href =" https://github.com/yyx990803/vue" class =" nav-link" target =" _blank" >GitHub</a ></li >
8
+ <li ><a href =" http://forum.vuejs.org" class =" nav-link" target =" _blank" >Forum</a ></li >
9
+ <li ><a href =" https://gitter.im/yyx990803/vue" class =" nav-link" target =" _blank" >Chat</a ></li >
10
+ </ul >
11
+ <ul id =" translations" >
8
12
<li ><a href =" http://cn.vuejs.org" class =" nav-link" >中文</a ></li >
13
+ <li class =" delimiter" >|</li >
9
14
<li ><a href =" http://jp.vuejs.org" class =" nav-link" >日本語</a ></li >
10
15
</ul >
11
16
<img id =" logo" src =" /images/logo.png" >
12
17
<h1 >Vue.js</h1 >
13
- <p class =" desc" >Vue.js is a library for building modern web interfaces. < br >It provides data-reactive components with a simple and flexible API. </p >
18
+ <p class =" desc" >Reactive Components for Modern Web Interfaces </p >
14
19
<p class =" buttons" >
15
20
<a href =" /guide/installation.html" class =" button" >Install v<% - theme .vue_version %> </a >
16
- <a href =" https://github.com/yyx990803/vue" target =" _blank" class =" button" >Source on GitHub</a >
17
21
</p >
18
22
<ul id =" social" >
19
23
<li ><a href =" https://twitter.com/vuejs" class =" twitter-follow-button" data-show-count =" false" data-dnt =" true" >Follow @vuejs</a ></li >
20
24
<li ><iframe src =" http://ghbtns.com/github-btn.html?user=yyx990803&repo=vue&type=watch&count=true"
21
25
allowtransparency =" true" frameborder =" 0" scrolling =" 0" width =" 100" height =" 20" ></iframe ></li >
22
- <li class =" last" ><a href =" https://gitter.im/yyx990803/vue" target =" _blank" ><img src =" https://badges.gitter.im/Join%20Chat.svg" ></a ></li >
23
26
</ul >
24
27
</div >
25
28
<div class =" down" ><img src =" /images/down.png" ></div >
Original file line number Diff line number Diff line change 4
4
</form >
5
5
</li >
6
6
<li ><a href =" /guide/" class =" nav-link<%- page.path.match(/guide/) ? ' current' : '' %>" >Guide</a ></li >
7
- <li ><a href =" /api/" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API Reference </a ></li >
7
+ <li ><a href =" /api/" class =" nav-link<%- page.path.match(/api/) ? ' current' : '' %>" >API</a ></li >
8
8
<li ><a href =" /examples/" class =" nav-link<%- page.path.match(/examples/) ? ' current' : '' %>" >Examples</a ></li >
9
- <li ><a href =" /blog/" class =" nav-link<%- (page.path.match(/blog/) || is_post()) ? ' current' : '' %>" >Blog</a ></li >
10
- <li ><a href =" https://github.com/yyx990803/vue" target =" _blank" class =" nav-link" >GitHub</a ></li >
9
+ <li ><a href =" https://github.com/yyx990803/vue" class =" nav-link" target =" _blank" >GitHub</a ></li >
10
+ <li ><a href =" http://forum.vuejs.org" class =" nav-link" target =" _blank" >Forum</a ></li >
11
+ <li ><a href =" https://gitter.im/yyx990803/vue" class =" nav-link" target =" _blank" >Chat</a ></li >
Original file line number Diff line number Diff line change 9
9
html , body
10
10
height 100%
11
11
12
- #cn-link
13
- position absolute
14
- top 10px
15
- right 12px
16
- font-size 14px
17
-
18
- #nav
12
+ #nav , #translations
19
13
list-style-type none
20
14
text-align center
21
- margin-bottom 3em
22
15
padding 0
23
16
li
24
17
display inline-block
25
18
& :last-child .nav-link
26
19
margin-right 0
27
20
21
+ #translations
22
+ margin-bottom 3em
23
+ .delimiter
24
+ color $light
25
+ margin 0 5px
26
+ .nav-link
27
+ margin 0
28
+
28
29
.nav-link
29
30
color $light
30
31
padding-bottom 3px
@@ -33,7 +34,6 @@ html, body
33
34
margin-left 0
34
35
& :hover , & .current
35
36
border-bottom 3px solid $green
36
- zoom ()
37
37
38
38
#logo
39
39
display block
@@ -56,10 +56,7 @@ html, body
56
56
font-family $logo-font
57
57
font-weight 300
58
58
font-size 4em
59
- margin .4em 0 .7em
60
- .sub
61
- color $medium
62
- font-size 1.2em
59
+ margin .4em 0
63
60
.warning
64
61
color $light
65
62
.desc
@@ -77,7 +74,7 @@ html, body
77
74
img
78
75
width 20px
79
76
a .button
80
- width 180 px
77
+ width 280 px
81
78
margin .5em
82
79
83
80
#social
@@ -251,7 +248,9 @@ html, body
251
248
body
252
249
font-size 14px
253
250
#nav
254
- margin 3em 1.8em 2em
251
+ margin 3em 1.8em 0
252
+ #translations
253
+ margin-bottom 2em
255
254
#logo
256
255
width 100px
257
256
.nav-link
You can’t perform that action at this time.
0 commit comments