summaryrefslogtreecommitdiffstats
path: root/index.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-12-04 20:19:38 (EST)
committer P. J. McDermott <pjm@nac.net>2012-12-04 20:19:38 (EST)
commit20582c701f5b3293ca92a85ae036c5b589ca4a70 (patch)
treec6586bb2b408e1a5a329ba3eca7e034877083453 /index.mdwn
parenteabbee4550ce95c36dfe931bf58eb6b8a03db1a7 (diff)
Add features grid to index page.
Diffstat (limited to 'index.mdwn')
-rw-r--r--index.mdwn58
1 files changed, 58 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index 745919d..2df4c14 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -3,3 +3,61 @@
ProteanOS is an operating system for embedded devices. Its innovative design
enables it to offer a competitive solution in a wide variety of hardware and
software environments and embedded applications.
+
+<div class="grid-container grid-container-4">
+ <h1>What makes ProteanOS great?</h1>
+ <div class="grid grid-a">
+ <div>
+ <h2>Freedom</h2>
+ <p>
+ ProteanOS can be used, modified, and distributed without
+ restriction.
+ </p>
+ <p>
+ <a href="about#freedom">
+ See how software freedom benefits you >
+ </a>
+ <p>
+ </div>
+ </div>
+ <div class="grid">
+ <div>
+ <h2>Flexibility</h2>
+ <p>
+ ProteanOS is designed to support a wide variety of environments
+ and use cases.
+ </p>
+ <p>
+ <a href="about#flexibility">
+ See how ProteanOS can work for you >
+ <a>
+ </p>
+ </div>
+ </div>
+ <div class="grid">
+ <div>
+ <h2>Size</h2>
+ <p>
+ ProteanOS is kept as small as possible.
+ </p>
+ <p>
+ <a href="about#size">
+ See how ProteanOS fits your needs >
+ </a>
+ </p>
+ </div>
+ </div>
+ <div class="grid">
+ <div>
+ <h2>Speed</h2>
+ <p>
+ ProteanOS is built to boot and run quickly.
+ </p>
+ <p>
+ <a href="about#speed">
+ See how well ProteanOS can perform for you >
+ </a>
+ </p>
+ </div>
+ </div>
+</div>