Files: 38b309aee4694adb06629f3648731a558539c2cb / _includes / equipment.html
2106 bytesRaw
1 | <!-- Download Section --> |
2 | <section id="equipment" class="content-section"> |
3 | <div class="equipment-section"> |
4 | <div class="container"> |
5 | <div class="col-lg-12"> |
6 | <h2>Current Equipment</h2> |
7 | |
8 | <table class="table"> |
9 | <tr> |
10 | <td> |
11 | <p>3D Delta PET/Ceramic Printer</p> |
12 | </td> |
13 | <td> |
14 | <p>Print small objects in PET Plastic or ceramic clay</p> |
15 | </td> |
16 | </tr> |
17 | <tr> |
18 | <td> |
19 | <p>CNC Laser ENGRAVER</p> |
20 | </td> |
21 | <td> |
22 | <p>Engrave with a lasers onto plastics, wood or aluminium</p> |
23 | </td> |
24 | </tr> |
25 | <tr> |
26 | <td> |
27 | <p>Ethereum miner</p> |
28 | </td> |
29 | <td> |
30 | <p>Provides warmth and runs a Ethereum Cryptocurrency node</p> |
31 | </td> |
32 | </tr> |
33 | <tr> |
34 | <td> |
35 | <p>Dremel</p> |
36 | </td> |
37 | <td> |
38 | <p>High speed multi purpose tool</p> |
39 | </td> |
40 | </tr> |
41 | <tr> |
42 | <td> |
43 | <p>Mill</p> |
44 | </td> |
45 | <td> |
46 | <p>Can be used to make asymetrical parts</p> |
47 | </td> |
48 | </tr> |
49 | <tr> |
50 | <td> |
51 | <p>Lathe</p> |
52 | </td> |
53 | <td> |
54 | <p>Can be used to make symetrical parts</p> |
55 | </td> |
56 | </tr> |
57 | </table> |
58 | |
59 | <p>Drills</p> |
60 | <p>Hand Tools</p> |
61 | <p>Sewing Machine</p> |
62 | <p>Easels</p> |
63 | |
64 | <p>More to come...</p> |
65 | |
66 | </div> |
67 | </div> |
68 | </div> |
69 | </section> |
70 |
Built with git-ssb-web