Skip to content

Commit

Permalink
Merge pull request #28 from weseek/imprv/120946-124461-add-ja-picture
Browse files Browse the repository at this point in the history
Add Japanese mock image
  • Loading branch information
yuki-takei committed Jun 12, 2023
2 parents 9e2fbb8 + 0cb6932 commit c636514
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/.vuepress/public/assets/images/mock-img-ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/.vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<div class="header-content row pt-4 pt-lg-5 pb-0 pb-lg-5 mt-5">
<div class="col-lg-6 px-0 animated fadeIn">
<h2 class="fs-1 border-0 mt-0 mt-lg-4 mb-4"> {{ data.heroText.line1 }}<br />{{ data.heroText.line2 }}</h2>
<img src="/assets/images/mock-img.png" alt="GROWI" v-on:click="handleClick" class="d-lg-none">
<img :src="data.mockImage" alt="GROWI" v-on:click="handleClick" class="d-lg-none">
<p class="mt-3" v-html="data.heroText.subtext"></p>
<a :href="data.links.admin_guide" class="btn mt-4 btn-hexagon-angle-right" target="_blank">
<span class="fs-6"> {{ data.button.start }}</span>
</a>
</div>
<div class="d-none d-lg-block col-lg-6 my-auto animated fadeIn">
<p class="animated fadeIn">
<img src="/assets/images/mock-img.png" alt="GROWI" v-on:click="handleClick">
<img :src="data.mockImage" alt="GROWI" v-on:click="handleClick">
</p>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ heroText:
line2: wiki tool
subtext: This tool for sharing munual, <br /> business proposal and simultaneous editing minutes in real time.<br /> it supports comfortable information sharing and work efficiency within the team.
heroImage: /assets/images/banner-logo.png
mockImage: /assets/images/mock-img-en.png
heroButtons:
- text: Features
link: /en/#features
Expand Down
1 change: 1 addition & 0 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ heroText:
line2: 高機能なwikiツール
subtext: マニュアルや企画書の共有、議事録の同時編集など、 <br /> チーム内での快適な情報共有と作業効率化を支えるツールです。
heroImage: /assets/images/banner-logo.png
mockImage: /assets/images/mock-img-ja.png
heroButtons:
- text: 機能紹介
link: /ja/#features
Expand Down

0 comments on commit c636514

Please sign in to comment.