-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (44 loc) · 1.46 KB
/
index.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
---
layout: frontpage
active: index
---
<div class="row">
<div class="col-md-6">
{% include block_FAQ.html %}
</div>
<div class="col-md-6">
{% include block_instruction.html %}
</div>
</div>
<!-- <div class="row">
<div class="col-md-12">
<section class="section">
<h2 class="section-title h4 clearfix">Featured</h2>
<div class="col-md-2">
<a href="https://hackaday.io/project/963-firepick-delta-the-open-source-microfactory">
<img src="/assets/img/hackaday.svg" alt="Hackaday">
</a>
</div>
<div class="col-md-2">
<a href="http://hardware.slashdot.org/story/14/07/29/1921200/a-look-at-the-firepick-delta-circuit-board-assembler-video">
<img src="/assets/img/slashdot.svg" alt="Slashdot">
</a>
</div>
<div class="col-md-2">
<a href="https://makerfaire.com/maker/entry/50597/">
<img src="/assets/img/makerfaire.jpg" alt="MakerFaire">
</a>
</div>
<div class="col-md-2">
<a href="http://techcrunch.com/2014/06/09/the-open-source-electronics-robot-the-firepick-delta-could-bring-real-manufacturing-to-the-desktop/">
<img src="/assets/img/techcrunch.png" alt="Tech Crunch">
</a>
</div>
<div class="col-md-2">
<a href="https://blog.octopart.com/archives/2014/11/firepick-delta">
<img src="/assets/img/octopart.png" alt="Octopart">
</a>
</div>
</section>
</div>
</div> -->