Skip to content

Commit 3eafe3b

Browse files
yyx990803kazupon
authored andcommitted
adjust landing page design
1 parent 941d879 commit 3eafe3b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

assets/icons.psd

-940 KB
Binary file not shown.

themes/vue/layout/index.ejs

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<img id="logo" src="/images/logo.png">
2020
<h1>Vue.js</h1>
2121
<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>
2323
<p class="buttons">
2424
<a href="/guide/installation.html" class="button">Vue.js v<%- theme.vue_version %> を入手</a>
2525
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">GitHub のソース</a>
@@ -90,8 +90,8 @@
9090
<p>いくつか HTML を書いて、いくつか JSON を持ってきて、Vue インスタンスを作って、それでおしまいです。</p>
9191
</div>
9292
<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>
9595
</div>
9696
<div class="feat">
9797
<h2><span class="icon composable"></span>構成可能</h2>
@@ -102,8 +102,8 @@
102102
<p>min+gzip で19キロバイト〜、依存はありません。</p>
103103
</div>
104104
<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>
107107
</div>
108108
<div class="feat">
109109
<h2><span class="icon module"></span>モジュールフレンドリー</h2>

themes/vue/source/css/index.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ html, body
4343
#hero
4444
text-align center
4545
height 100%
46-
min-height 800px
46+
min-height 720px
4747
position relative
4848
.inner
4949
height 640px
5050
width 100%
5151
position absolute
5252
top 50%
53-
margin-top -360px
53+
margin-top -340px
5454
left 0
5555
h1
5656
font-family $logo-font
5757
font-size 3em
58-
margin .5em 0 0
58+
margin .5em 0 .8em
5959
.sub
6060
color $medium
6161
font-size 1.2em

themes/vue/source/images/icons.png

-740 Bytes
Loading

0 commit comments

Comments
 (0)