<?php include("header.php"); ?>
<h1>Products</h1>
<hr>
New product launch comming soon...
<!--
<div class="wrapper">
<div class="content"><div align="center">
<a href="screenshots/mockup-a.png" rel="lightbox#screenshots"><img src="screenshots/thumbs/mockup-a.png" /></a>
<a href="screenshots/mockup-b.png" rel="lightbox#screenshots"><img src="screenshots/thumbs/mockup-b.png" /></a>
<a href="screenshots/mockup-c.png" rel="lightbox#screenshots"><img src="screenshots/thumbs/mockup-c.png" /></a>
<a href="screenshots/mockup-b.png" rel="lightbox#screenshots"><img src="screenshots/thumbs/mockup-b.png" /></a>
<br />
</div>
</div>
</div>
InvertedLogic is developing a single graphical tool to make creating an embedded Linux based device easier.
<br>
Included in the tool will be an easy way for doing the following:
<ul>
<li>Configuring and building the Linux Kernel</li>
<li>Setting up and building a cross-compiling toolchain</li>
<li>Root filesystem building and packaging</li>
<li>Configuring and installing other components of the system</li>
<li>Managing and building user and API documentation</li>
<li>Building an SDK</li>
</ul>
<p>
InvertedLogic is also creating designer friendly tools for bridging the gap between the UI specification
as created by the UI designers and the programmers implementing the user experience. This tool will make
save time and allow for more flexibility for changing the UI without requiring heavy coding yet still
compiling to fast native code.
<p>
-->
<?php include("footer.php") ?>