diff options
-rwxr-xr-x | index.html | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -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" --> |