Skip to content

Commit

Permalink
mv mirage to top of section
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmc committed Oct 10, 2013
1 parent 0bde9d7 commit 7c2b373
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions _includes/frontpage/sw-infra.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<div class="row">
<div class="span3">
<div class="services-box">
<div class="icon" style="margin-top: 5px;">
<a href="/software/mirage"><span class="icon-cloud"></span></a>
</div>
</div>
</div>
<div class="span9">
<h3 id='mirage'>Mirage</h3>
<p>
Most applications that run in the cloud aren&#8217;t optimised to do so.
They inherently carry assumptions about the underlying operating
system with them, including vulnerabilities and bloat.
<strong>Mirage</strong> represents an approach where only the
necessary components are included, allowing for highly efficient and
extremely lean &#8216;appliances&#8217;. These can be deployed in
environments ranging from Amazon&#8217;s EC2 to the Raspberry Pi.<br />
<em>(<a href='/software/mirage/'>more about mirage</a></em>)
</p>
</div>
</div>

<div class="row">
<div class="span3">
<div class="services-box">
Expand Down Expand Up @@ -44,25 +67,4 @@ <h3 id='irminsule'>Irminsule</h3>
</div>
</div>

<div class="row">
<div class="span3">
<div class="services-box">
<div class="icon" style="margin-top: 5px;">
<a href="/software/mirage"><span class="icon-cloud"></span></a>
</div>
</div>
</div>
<div class="span9">
<h3 id='mirage'>Mirage</h3>
<p>
Most applications that run in the cloud aren&#8217;t optimised to do so.
They inherently carry assumptions about the underlying operating
system with them, including vulnerabilities and bloat.
<strong>Mirage</strong> represents an approach where only the
necessary components are included, allowing for highly efficient and
extremely lean &#8216;appliances&#8217;. These can be deployed in
environments ranging from Amazon&#8217;s EC2 to the Raspberry Pi.<br />
<em>(<a href='/software/mirage/'>more about mirage</a></em>)
</p>
</div>
</div>

0 comments on commit 7c2b373

Please sign in to comment.