29 lines
772 B
Markdown
29 lines
772 B
Markdown
---
|
|
id: Switch
|
|
title: Switch
|
|
description: Save water without limiting your child's play with water.
|
|
---
|
|
|
|
Here's a step by step guide to build the base structure of the sink yourself.
|
|
|
|
### Body of materials
|
|
|
|
|
|
|
|
|
|
|
|
import ImageCarousel from '@site/src/components/ImageCarousel';
|
|
|
|
<ImageCarousel
|
|
images={[
|
|
{ src: '/img/sink1.jpg', alt: 'Melt the plastic', caption: 'Step 1: Melt the plastic' },
|
|
{ src: '/img/try.JPG', alt: 'Shape the shell', caption: 'Step 2: Shape the shell' },
|
|
{ src: '/img/step3.png', alt: 'Add electronics', caption: 'Step 3: Add electronics' },
|
|
{ src: '/img/step4.png', alt: 'Finished mouse', caption: 'Step 4: Final product' },
|
|
]}
|
|
/>
|
|
<!-- truncate -->
|
|
|
|
:::info[materials]
|
|
Here's a list of materials needed to construct this sink:
|
|
:::
|