File tree 6 files changed +32
-12
lines changed
6 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 34
34
<a href =" https://starter.someline.com/ " target =" _blank " >
35
35
<img width="250px" src="/images/someline.png">
36
36
</a >
37
+ <a href =" http://gold.xitu.io/?utm_source=vuejs&utm_medium=image&utm_content=juejin&utm_campaign=q3_website " target =" _blank " >
38
+ <img width="180px" src="/images/juejin.png">
39
+ </a >
37
40
</p >
38
41
39
42
Vue.js is an MIT licensed open source project and completely free to use.
Original file line number Diff line number Diff line change 13
13
</div >
14
14
<p class =" desc" >Reactive Components for Modern Web Interfaces</p >
15
15
<p class =" buttons" >
16
- <a href =" /guide/installation.html" class =" button" >Install v<% - theme .vue_version %> </a >
16
+ <a href =" /guide/installation.html" class =" small-button" >Install v<% - theme .vue_version %> </a >
17
+ <a href =" /guide/index.html" class =" small-button" >Get Started</a >
17
18
</p >
18
19
<ul id =" social" >
19
20
<li ><a href =" https://twitter.com/vuejs" class =" twitter-follow-button" data-show-count =" false" data-dnt =" true" >Follow @vuejs</a ></li >
Original file line number Diff line number Diff line change 21
21
<a href =" https://starter.someline.com/" target =" _blank" style =" top :-2px " >
22
22
<img src =" /images/someline.png" >
23
23
</a >
24
+ <a href =" http://gold.xitu.io/?utm_source=vuejs&utm_medium=image&utm_content=juejin&utm_campaign=q3_website" target =" _blank" style =" width :75px " >
25
+ <img src =" /images/juejin.png" style =" width :75px " >
26
+ </a >
Original file line number Diff line number Diff line change 40
40
p
41
41
word-spacing 0.05em
42
42
43
- a . button
43
+ button ()
44
44
display inline-block
45
- font-family $code-font
46
45
font-weight 700
47
46
color #f f f
48
47
background-color lighten ($green , 8% )
49
- border-bottom 2px solid darken ($green , 12% )
50
- padding 12px 14px
51
- border-radius 4px
52
48
transition all .15s ease
53
49
& :hover
54
50
background-color lighten ($green , 15% )
55
- -webkit- transform translate (0 , - 2px )
56
- transform translate (0 , - 2px )
51
+ -webkit- transform scale (1.03 )
52
+ transform scale (1.03 )
53
+
54
+ a .button
55
+ button ()
56
+ font-family $code-font
57
+ border-bottom 2px solid darken ($green , 12% )
58
+ padding 12px 14px
59
+ border-radius 4px
60
+
61
+
62
+ a .small-button
63
+ button ()
64
+ padding 4px 8px 5px
65
+ border-radius 4px
66
+ width 140px
67
+ margin 0 5px
57
68
58
69
.highlight
59
70
overflow-x auto
Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ html, body
258
258
#donate
259
259
margin-left - 2px !important
260
260
261
+ #sponsors
262
+ padding-top 20px
263
+
261
264
#sponsors , #sponsors-mobile
262
265
span
263
266
color $light
@@ -274,10 +277,9 @@ html, body
274
277
display none
275
278
text-align center
276
279
margin-bottom 2em
280
+ padding 0 1em
277
281
a
278
- display block
279
- width auto
280
- margin 10px auto
282
+ margin 20px 10px 0
281
283
282
284
@media screen and (max-width : 480px )
283
285
body
@@ -335,7 +337,7 @@ html, body
335
337
h2
336
338
font-size 1.4em
337
339
338
- @media screen and (max-width : 860 px )
340
+ @media screen and (max-width : 960 px )
339
341
#features , #hero
340
342
font-size 16px
341
343
#sponsors
You can’t perform that action at this time.
0 commit comments