add: explanation text

This commit is contained in:
King Kévin 2015-09-05 18:37:20 +02:00
parent ed4f7fbb46
commit ce39d03833
1 changed files with 7 additions and 1 deletions

View File

@ -182,6 +182,12 @@
draw()
}
</script>
<h2>Open Source Hardware logo generator</h2>
<p>This is the logo I use for the hardware I design in my <a href="https://www.cuvoodoo.info/">electronics projects</a>.<br/>
It is simple, and more suited for being included in board layouts as it only uses vertical and horizontal lines, and some arcs.
Here you can customize it, generate your own version, and save it for your favorite CAD tool (gEDA pcb, KiCAD, or eagle).<br/>
I hold no rights on this logo and you can do whatever you want with it.
But preferably use it for open source hardware projects (which ever definition and licence you are using).<br/>
<div id="svg"></div>
<p id="control">
<form onchange="draw()">
@ -206,7 +212,7 @@
<option value="pcb">gEDA pcb footprint (.fp)</option>
<option value="kicad">KiCad s-expr. footprint (.kicad_mod)</option>
<option value="eagle">Eagle XML component library (.lbr)</option>
<option value="zip">all (zip)</option>
<option value="zip">all (.zip)</option>
</select><br />
</p>
</body>