-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·48 lines (48 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: iocage
title: Home
---
<div class="hero-container">
<div class="hero" style="background-image: url(/img/homepage_hero_1920x615px.png);">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-5 col-md-offset-0">
<h1>Convenient, Lightweight, & Easy Container Management</h1>
<a href="https://github.com/iocage/iocage/releases"><button>get iocage</button></a>
</div>
</div>
</div>
</div>
<div class="under-hero">
<h2 class="under-hero-h2">Taking the Frustration out of Container Management</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-11 col-xs-offset-0 col-sm-offset-1">
<div class="row">
<div class="col-xs-11 col-xs-offset-1 col-sm-offset-0 col-md-3 col-md-offset-0">
<div class="box" id="box1">
<h3 class="box-h">Ease of Use</h3>
<div>Fetch, extract, and start a cage (container) with one simple command. Updates are a snap with iocage’s simplified container management syntax.</div>
</div>
</div>
<div class="col-xs-11 col-xs-offset-1 col-sm-offset-0 col-md-3 col-md-offset-1">
<div class="box" id="box2">
<h3 class="box-h">Powerful & Lightweight</h3>
<div>iocage gives you the power to manage your jails efficiently while leaving only a small footprint on your system.</div>
</div>
</div>
<div class="col-xs-11 col-xs-offset-1 col-sm-offset-0 col-md-3 col-md-offset-1">
<div class="box" id="box3">
<h3 class="box-h">Safe & Secure</h3>
<div>iocage builds on the trusted FreeBSD Jails system to add convenient ways to manage your cages without having to sacrifice the security you know and love.</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12" style="width: 100%; text-align: center; padding-bottom: 1em;">
<a href="/more-on-iocage/" class="button"><button>More on iocage</button></a>
</div>
</div>
</div>