Skip to content

Commit

Permalink
Deployed 576cc5c to alpha with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IwahanaFuku committed Jun 3, 2024
1 parent 16a68e9 commit bb1e9d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions alpha/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ <h2 id="scene-builder_1">Scene Builderとは</h2>
<p>Scene Builderで3D空間を制作することで、特別なアプリのインストールや機器の用意をすることなく、ブラウザだけ他のユーザーと交流したり、コンテンツを楽しむことが出来る空間を自分の手で作ることが出来ます。</p>
<h2 id="_1">さあ、はじめましょう!</h2>
<p>Scene Builderを使ってみるには、下記リンクのウェブサイトに遷移するだけで使い始めることが出来るようになります。</p>
<p><strong><a href="https://scenebuilder.vket.com/"><img alt="index_2" class="hover-fade" src="../img/index_2.jpg" /></a></strong></p>
<p><strong><a href="https://scenebuilder.vket.com/"><img alt="index_2" class="link" src="../img/index_2.jpg" /></a></strong></p>
<p>ワールド制作に使える様々な素材を使いたくなった時は、
<a href="https://drive.google.com/file/d/1XTkBdcUL1scaxELPSQAdT5G6VAuzSHpd/view">SceneBuilderProject_Alpha.zip</a>からアセットをダウンロードすることが出来ます。</p>
<p>詳しい使い方は、<a href="GettingStarted/SceneBuilderSetup.html">SceneBuilderのセットアップ</a>をご確認ください。</p>
Expand Down Expand Up @@ -2594,7 +2594,7 @@ <h2 id="_4">質問・要望・バグ報告について</h2>
<h2 id="vket-cloud">Vket Cloudについて</h2>
<p>Scene Builderは、Vket Cloudという誰もが自分だけのメタバースを作成し利用できるメタバース開発エンジンによって開発されています。
Vket Cloudの利用については、下記リンクのウェブサイトをご覧ください。</p>
<p><strong><a href="https://cloud.vket.com/#about"><img alt="index_3" class="hover-fade" src="../img/index_3.jpg" /></a></strong></p>
<p><strong><a href="https://cloud.vket.com/#about"><img alt="index_3" class="link" src="../img/index_3.jpg" /></a></strong></p>
<p><br></p>
<h2 id="vketcloudsdk">VketCloudSDKについて</h2>
<p>Vket Cloudのコンテンツ・ワールド制作のための開発キットとして、Unityで動作するVketCloudSDKを使った開発を行うことが出来ます。
Expand Down
4 changes: 2 additions & 2 deletions alpha/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ <h2 id="scene-builder_1">Scene Builderとは</h2>
<p>Scene Builderで3D空間を制作することで、特別なアプリのインストールや機器の用意をすることなく、ブラウザだけ他のユーザーと交流したり、コンテンツを楽しむことが出来る空間を自分の手で作ることが出来ます。</p>
<h2 id="_1">さあ、はじめましょう!</h2>
<p>Scene Builderを使ってみるには、下記リンクのウェブサイトに遷移するだけで使い始めることが出来るようになります。</p>
<p><strong><a href="https://scenebuilder.vket.com/"><img alt="index_2" class="hover-fade" src="img/index_2.jpg" /></a></strong></p>
<p><strong><a href="https://scenebuilder.vket.com/"><img alt="index_2" class="link" src="img/index_2.jpg" /></a></strong></p>
<p>ワールド制作に使える様々な素材を使いたくなった時は、
<a href="https://drive.google.com/file/d/1XTkBdcUL1scaxELPSQAdT5G6VAuzSHpd/view">SceneBuilderProject_Alpha.zip</a>からアセットをダウンロードすることが出来ます。</p>
<p>詳しい使い方は、<a href="GettingStarted/SceneBuilderSetup.html">SceneBuilderのセットアップ</a>をご確認ください。</p>
Expand Down Expand Up @@ -2594,7 +2594,7 @@ <h2 id="_4">質問・要望・バグ報告について</h2>
<h2 id="vket-cloud">Vket Cloudについて</h2>
<p>Scene Builderは、Vket Cloudという誰もが自分だけのメタバースを作成し利用できるメタバース開発エンジンによって開発されています。
Vket Cloudの利用については、下記リンクのウェブサイトをご覧ください。</p>
<p><strong><a href="https://cloud.vket.com/#about"><img alt="index_3" class="hover-fade" src="img/index_3.jpg" /></a></strong></p>
<p><strong><a href="https://cloud.vket.com/#about"><img alt="index_3" class="link" src="img/index_3.jpg" /></a></strong></p>
<p><br></p>
<h2 id="vketcloudsdk">VketCloudSDKについて</h2>
<p>Vket Cloudのコンテンツ・ワールド制作のための開発キットとして、Unityで動作するVketCloudSDKを使った開発を行うことが出来ます。
Expand Down
Binary file modified alpha/sitemap.xml.gz
Binary file not shown.
16 changes: 9 additions & 7 deletions alpha/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
--md-primary-fg-color--dark: #DC3A88;
}

.hover-fade {
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
opacity: 1;
}

.hover-fade:hover {
opacity: 0.5;
@media (hover: hover) {
.link {
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
opacity: 1;
}

.link:hover {
opacity: 0.5;
}
}

0 comments on commit bb1e9d5

Please sign in to comment.