summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 13:30:21 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 13:30:21 (EDT)
commit96a9b0395d1d2a96c7189209ec8426e4356bfe7d (patch)
treebbba08c0abb943f2b1332ec09037dab88d214f02 /index.html
parent2d19f6f2d59d4edba219158c428faff68ffb9be0 (diff)
Rewrite home page to show features.
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/index.html b/index.html
index 34cae07..cbfb24d 100755
--- a/index.html
+++ b/index.html
@@ -1,5 +1,27 @@
<!--#set var="pagetitle" value="About the System" -->
<!--#include file="includes/header.html" -->
-<p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p>
-<p><a href="about">Read more</a></p>
+<p>This is an operating system distribution for embedded devices. Its design allows it to be built and optimized for any environment and to be configured for any use case.</p>
+<div class="features">
+ <h2>What makes this system different?</h2>
+ <div>
+ <h3>Freedom</h3>
+ <p>Every package we provide can be freely used, studied, modified, and distributed.</p>
+ <p><a href="about#freedom">See how software freedom benefits you</a></p>
+ </div>
+ <div>
+ <h3>Flexibility</h3>
+ <p>This system supports a wide variety of hardware and use cases.</p>
+ <p><a href="about#flexibility">See how this system can work for you</a></p>
+ </div>
+ <div>
+ <h3>Size</h3>
+ <p>This system is kept as small as possible.</p>
+ <p><a href="about#size">See how this system fits your needs</a></p>
+ </div>
+ <div>
+ <h3>Speed</h3>
+ <p>This system boots and runs quickly.</p>
+ <p><a href="about#speed">See how well this system performs</a></p>
+ </div>
+</div>
<!--#include file="includes/footer.html" -->