File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
<img id =" logo" src =" /images/logo.png" >
20
20
<h1 >Vue.js</h1 >
21
21
<p class =" sub" >よくわかる MVVM</p >
22
- <p class =" desc" >Vue.js はインタラクティブな Web インターフェースを構築するためのライブラリです。<br >シンプルで柔軟性の高い API でデータリアクティブなコンポーネントを提供します。</p >
22
+ <p class =" desc" >Vue.js はモダンな Web インターフェースを構築するためのライブラリです。<br >シンプルで柔軟性の高い API でデータリアクティブなコンポーネントを提供します。</p >
23
23
<p class =" buttons" >
24
24
<a href =" /guide/installation.html" class =" button" >Vue.js v<% - theme .vue_version %> を入手</a >
25
25
<a href =" https://github.com/yyx990803/vue" target =" _blank" class =" button" >GitHub のソース</a >
90
90
<p >いくつか HTML を書いて、いくつか JSON を持ってきて、Vue インスタンスを作って、それでおしまいです。</p >
91
91
</div >
92
92
<div class =" feat" >
93
- <h2 ><span class =" icon fast " ></span >速い </h2 >
94
- <p >精密で効率のよい非同期バッチで DOM を更新します 。</p >
93
+ <h2 ><span class =" icon powerful " ></span >パワフル </h2 >
94
+ <p >式 (Expressions) と透過依存性トラッキングによる computed properties 。</p >
95
95
</div >
96
96
<div class =" feat" >
97
97
<h2 ><span class =" icon composable" ></span >構成可能</h2 >
102
102
<p >min+gzip で19キロバイト〜、依存はありません。</p >
103
103
</div >
104
104
<div class =" feat" >
105
- <h2 ><span class =" icon powerful " ></span >パワフル </h2 >
106
- <p >式 (Expressions) と透過依存性トラッキングによる computed properties 。</p >
105
+ <h2 ><span class =" icon fast " ></span >速い </h2 >
106
+ <p >精密で効率のよい非同期バッチで DOM を更新します 。</p >
107
107
</div >
108
108
<div class =" feat" >
109
109
<h2 ><span class =" icon module" ></span >モジュールフレンドリー</h2 >
Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ html, body
43
43
#hero
44
44
text-align center
45
45
height 100%
46
- min-height 800 px
46
+ min-height 720 px
47
47
position relative
48
48
.inner
49
49
height 640px
50
50
width 100%
51
51
position absolute
52
52
top 50%
53
- margin-top - 360 px
53
+ margin-top - 340 px
54
54
left 0
55
55
h1
56
56
font-family $logo-font
57
57
font-size 3em
58
- margin .5em 0 0
58
+ margin .5em 0 .8 em
59
59
.sub
60
60
color $medium
61
61
font-size 1.2em
You can’t perform that action at this time.
0 commit comments