tomu.im/index.html
Tim 'mithro' Ansell 5d88e52534 Adding bomu.
2019-09-01 12:09:25 -07:00

147 lines
3.5 KiB
HTML

---
layout: default
title: The Fomu family.
permalink: /
---
<style type="text/css">
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div.option {
min-width: 100px;
max-width: 20%;
float: left;
text-align: center;
margin-top: 10px;
}
div.option img {
width: 90%;
display: block;
clear: both;
}
div.option a {
text-decoration-color: #b5e853;
}
div.option a h2 {
text-decoration: none;
}
div.option img {
padding: 4px;
}
div.option a.available-now-cs {
text-decoration-color: #63c0f5;
padding: 2px;
}
span.madeby {
margin: 1em;
}
.spacer {
clear: both;
height: 10px;
}
p {
margin-block-start: 0;
}
</style>
<h1>I'm the Tomu family!</h1>
<p>
The Tomu family are a group of tiny boards designed to fit <b>inside</b> your USB
port. All of the Tomu family have both open source firmware and open source
hardware!
</p>
<div id=before class="spacer">&nbsp;</div>
<div>
<div id=tomu class="option">
<a href="tomu.html">
<h2>Tomu</h2><h3>The original Tomu</h3>
<img class="logo" src="img/logos/tomu.png" alt="Logo for original Tomu">
</a>
<span class="madeby">Made by Kosagi!</span><br>
<a class="available-now-cs" href="https://j.mp/tomu-cs">Available on Crowdsupply!</a>
</div>
<div id=fomu class="option">
<a href="fomu.html">
<h2>Fomu</h2><h3>The FPGA based Tomu</h3>
<img class="logo" src="img/logos/fomu.png" alt="Logo for the FPGA Tomu">
</a>
<span class="madeby">Made by Kosagi!</span><br>
<a class="available-now-cs" href="https://j.mp/fomu-cs">Available on Crowdsupply!</a>
</div>
<div id=somu class="option">
<a href="somu.html">
<h2>Somu</h2><h3>The security Tomu</h3>
<img class="logo" src="img/logos/somu.png" alt="Logo for the security Tomu">
</a>
<span class="madeby">Made by SoloKeys!</span><br>
<a class="available-now-cs" href="https://j.mp/somu-cs">Crowdfunding on Crowdsupply!</a>
</div>
<div id=Womu class="option">
<a href="womu.html">
<h2>Womu</h2><h3>The Wireless Tomu</h3>
<img class="logo" src="img/logos/womu.png" alt="Logo for the wireless Tomu">
</a>
<span class="madeby">Made by Femto!</span><br>
<a class="under-development">Under development!</a>
</div>
<div id=Bomu class="option">
<a href="bomu.html">
<h2>Bomu</h2><h3>The Bluetooth Tomu</h3>
<img class="logo" src="img/logos/bomu.png" alt="Logo for the bluetooth Tomu">
</a>
<span class="madeby">Made by Femto?</span><br>
<a class="under-development">Under development!</a>
</div>
</div>
<div id=after class="spacer">&nbsp;</div>
<div id=get>
<div id=toc></div>
<h1>Help! Which Tomu should I get?</h1>
<p>
As there are multiple Tomu boards now, it can be confusing to figure out
which board to purchase. This guide is designed to help you figure out
which Tomu is right for you!
</p>
<h4>I want to build my own device!</h4>
<p>
You should <a href="/tomu.html">build your own Tomu</a>.
</p>
<h4>I want to play with RISC-V!</h4>
<p>
You should <a href="/fomu.html">get the Fomu</a>.
</p>
<h4>I want to play with FPGAs!</h4>
<p>
You should <a href="/fomu.html">get the Fomu</a>.
</p>
<h4>I need the highest security to protect my accounts!</h4>
<p>
You should <a href="/somu.html">get the Somu</a>, as it supports the latest crypto standards and
contains a real random number source.
</p>
</div>
<div id=which>
<h1>Help! Which Tomu do I have?</h1>
<p>
As there are multiple Tomu boards which come in multiple versions, this
guide will help you figure out which Tomu board you have!
</p>
</div>