Skip to content

Commit

Permalink
Merge pull request #110 from cynack/feat/help_page
Browse files Browse the repository at this point in the history
feat: ヘルプページの実装
  • Loading branch information
futahei authored May 11, 2022
2 parents 02a8402 + 7321030 commit 07b9a3f
Show file tree
Hide file tree
Showing 7 changed files with 34,743 additions and 46 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- 使い方を紹介しているヘルプページを追加

### Changed

- *panel*のサイズを調整

### Deprecated

### Removed
Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>テストページ</h1>
visible-state="neutral"
>
クローズアップ
<div slot="panel">
<div slot="panel" place="bottom left">
<img src="https://admin.figni.io//sample/suitcase/caption_2.png" />
<h4>タイトル</h4>
<p>文章</p>
Expand All @@ -60,7 +60,7 @@ <h4>タイトル</h4>
visible-state="neutral"
>
クローズアップ2
<div slot="panel" place="right top">
<div slot="panel" place="middle center">
<img src="https://admin.figni.io//sample/suitcase/caption_1.png" />
<h4>タイトル</h4>
<p>文章</p>
Expand All @@ -80,12 +80,14 @@ <h4>タイトル</h4>
</button>
</div>
<div>
<!--
<iframe
src="http://100.67.174.172:3000/#/contents/sample/iframe"
width="100%"
height="480"
scrolling="no"
></iframe>
-->
</div>
<style>
#viewer {
Expand All @@ -100,7 +102,8 @@ <h4>タイトル</h4>
}
body {
height: 5000px;
--figni-viewer-primary: #3b5eff;
--figni-viewer-primary: #35e644;
--figni-viewer-secondary: #ffce3b;
}
</style>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07b9a3f

Please sign in to comment.