forked from ONEARMY/precious-plastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreations.html
101 lines (89 loc) · 2.79 KB
/
creations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
title: Creations
layout: default
permalink: /creations/
index: 3
---
<section id="into-new-things">
<div class="container">
<h1>Turn your plastic waste into new things</h1>
<p>This is just a tiny fraction of what’s possible</p>
</div>
</section>
<section id="kinds">
<div class="container">
<article>
<div class="right">
<img src="/assets/images/blends.png" />
</div>
<div class="left">
<h1>Blends</h1>
<p>Working with plastic yourself allows you to mix different materials and create new textures</p>
</div>
</article>
<article>
<div class="left">
<img src="/assets/images/patterns.png" />
</div>
<div class="right">
<h1>Patterns</h1>
<p>Blend colors together, make weird patterns or keep it plain and simple. </p>
</div>
</article>
<article>
<div class="right">
<img src="/assets/images/production.png" />
</div>
<div class="left">
<h1>Production</h1>
<p>The machines works well for small productions. Create a solid mold and start making!</p>
</div>
</article>
<article>
<div class="left">
<img src="/assets/images/raw-material-kind.png" />
</div>
<div class="right">
<h1>Raw material</h1>
<p>Next to creating products you can also create raw material. Sell your materials to other makers that create wonderfull things with it.</p>
</div>
</article>
<article class="middle">
<h1>DIY Molds</h1>
<p>You can make the molds yourself starting with basic welding tools up to advanced CNC milling.</p>
</article>
</div>
</section>
<section id="slider">
<div class="container">
<ul>
<li><img src="/assets/images/slider_01.jpg" /></li>
<li><img src="/assets/images/slider_02.jpg" /></li>
<li><img src="/assets/images/slider_03.jpg" /></li>
<li><img src="/assets/images/slider_04.jpg" /></li>
</ul>
</div>
</section>
<section id="ready-to-start">
<div class="container">
<h1>Ready to start</h1>
</div>
<div class="container">
<figure data-url="/videos/plastics">
<img src="/assets/images/video-plastic.jpg" />
<figcaption>Learn about Plastic</figcaption>
</figure>
<figure data-url="/videos/collect">
<img src="/assets/images/video-collect.jpg" />
<figcaption>Collect your material</figcaption>
</figure>
<figure data-url="/videos/create">
<img src="/assets/images/video-create.jpg" />
<figcaption>Learn to create</figcaption>
</figure>
</div>
<div class="container">
<p class="more">We have created simple video tutorials to allow anyone to build the machines and start recycling plastic waste.</p>
<a href="/videos" class="button">start now</a>
</div>
</section>