mizu images
BIN
public/images/mizu/card-details.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
public/images/mizu/card-fighter.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
public/images/mizu/card.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
public/images/mizu/collection1.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
public/images/mizu/collection2.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
public/images/mizu/complete-trade.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/mizu/current-trade.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/mizu/forage-design.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
public/images/mizu/forage-locations.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/images/mizu/forage.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/mizu/inventory.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/mizu/pack-planning.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/mizu/quests-planning.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/images/mizu/quests.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/mizu/update-planning.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
import ProjectPage from "../../components/ProjectPage.astro";
|
import ProjectPage from "../../components/ProjectPage.astro";
|
||||||
|
import Demo from "../../components/Demo.astro";
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "MIZU",
|
title: "MIZU",
|
||||||
@@ -44,5 +45,86 @@ export const metadata = {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>images here</p>
|
<div class="mt-4">
|
||||||
|
<h2 class="text-2xl text-ayu-accent mb-3">Pre-Production</h2>
|
||||||
|
<div
|
||||||
|
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4"
|
||||||
|
>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/forage-design.png"
|
||||||
|
title="Forage Design"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/forage-locations.png"
|
||||||
|
title="Forage Locations"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/quests-planning.png"
|
||||||
|
title="Quests Planning"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/update-planning.png"
|
||||||
|
title="Update Management"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/pack-planning.png"
|
||||||
|
title="Pack System"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-4">
|
||||||
|
<h2 class="text-2xl text-ayu-accent mb-3">Screenshots</h2>
|
||||||
|
<div
|
||||||
|
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4"
|
||||||
|
>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/card.png"
|
||||||
|
title="Card (Large image)"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/card-fighter.png"
|
||||||
|
title="Card (Fighter)"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/card-details.png"
|
||||||
|
title="Card (Details)"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/collection1.png"
|
||||||
|
title="Collection"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/collection2.png"
|
||||||
|
title="Collection with sorting and filtering"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/current-trade.png"
|
||||||
|
title="Ongoing Trade"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/complete-trade.png"
|
||||||
|
title="Completed Trade"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo image="/images/mizu/forage.png" title="Forage" type="boxed" />
|
||||||
|
<Demo
|
||||||
|
image="/images/mizu/inventory.png"
|
||||||
|
title="Inventory"
|
||||||
|
type="boxed"
|
||||||
|
/>
|
||||||
|
<Demo image="/images/mizu/quests.png" title="Quests" type="boxed" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</ProjectPage>
|
</ProjectPage>
|
||||||
|
|||||||