update: 作ったものページに「お仕事の実績」セクションを追加
This commit is contained in:
parent
d9b021dbc6
commit
d629ba366e
BIN
public/images/product/gatebox.png
Normal file
BIN
public/images/product/gatebox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
@ -10,13 +10,13 @@
|
|||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h3 class="sub-title">ライブラリ</h3>
|
<h3 class="sub-title">お仕事の実績</h3>
|
||||||
<section>
|
<section>
|
||||||
<a each={ lib, key in opts.products.lib } href={ lib.link } target="_blank">
|
<a each={ work, key in opts.products.works } href={ work.link } target="_blank">
|
||||||
<img src={ lib.thumb } alt={ lib.name } />
|
<img src={ work.thumb } alt={ work.name } />
|
||||||
<h4 class="name">{ lib.name }</h4>
|
<h4 class="name">{ work.name }</h4>
|
||||||
<p class="description">{ lib.description }</p>
|
<p class="description">{ work.description }</p>
|
||||||
<small class="date">{ lib.date }</small>
|
<small class="date">{ work.date }</small>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -29,6 +29,16 @@
|
|||||||
<small class="date">{ design.date }</small>
|
<small class="date">{ design.date }</small>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<h3 class="sub-title">ライブラリ</h3>
|
||||||
|
<section>
|
||||||
|
<a each={ lib, key in opts.products.lib } href={ lib.link } target="_blank">
|
||||||
|
<img src={ lib.thumb } alt={ lib.name } />
|
||||||
|
<h4 class="name">{ lib.name }</h4>
|
||||||
|
<p class="description">{ lib.description }</p>
|
||||||
|
<small class="date">{ lib.date }</small>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
<h3 class="sub-title">動画</h3>
|
<h3 class="sub-title">動画</h3>
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
@ -36,6 +36,31 @@ export default {
|
|||||||
"date": "2017/04/15"
|
"date": "2017/04/15"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"works": [
|
||||||
|
{
|
||||||
|
"name": "初音ミク HomeLive in Gatebox",
|
||||||
|
"link": "https://gatebox.ai/homelive/",
|
||||||
|
"thumb": "./images/product/gatebox.png",
|
||||||
|
"description": "コーディング&アニメーションを担当。Webデザインは@KmGraphさんです。ロゴデザインは@reku_ALさんです。",
|
||||||
|
"date": "2018/04/28"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"design": [
|
||||||
|
{
|
||||||
|
"name": "ChocolateCake",
|
||||||
|
"link": "https://chocolate-cake.yuki540.com/",
|
||||||
|
"thumb": "./images/product/chocolate-cake.png",
|
||||||
|
"description": "僕が作ったCSS Animation作品をまとめたサイト",
|
||||||
|
"date": "2018/03/22"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "俺ガイル非公式サイト",
|
||||||
|
"link": "http://oregairu.yuki540.com",
|
||||||
|
"thumb": "./images/product/oregairu.png",
|
||||||
|
"description": "『俺は、本物が欲しい。』",
|
||||||
|
"date": "2016/03/20"
|
||||||
|
}
|
||||||
|
],
|
||||||
"lib": [
|
"lib": [
|
||||||
{
|
{
|
||||||
"name": "shuvi-lib",
|
"name": "shuvi-lib",
|
||||||
@ -59,22 +84,6 @@ export default {
|
|||||||
"date": "2016/09/25"
|
"date": "2016/09/25"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"design": [
|
|
||||||
{
|
|
||||||
"name": "ChocolateCake",
|
|
||||||
"link": "https://chocolate-cake.yuki540.com/",
|
|
||||||
"thumb": "./images/product/chocolate-cake.png",
|
|
||||||
"description": "僕が作ったCSS Animation作品をまとめたサイト",
|
|
||||||
"date": "2018/03/22"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "俺ガイル非公式サイト",
|
|
||||||
"link": "http://oregairu.yuki540.com",
|
|
||||||
"thumb": "./images/product/oregairu.png",
|
|
||||||
"description": "『俺は、本物が欲しい。』",
|
|
||||||
"date": "2016/03/20"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"movie": [
|
"movie": [
|
||||||
{
|
{
|
||||||
"name": "COLORFUL_STEP",
|
"name": "COLORFUL_STEP",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user