-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetting_started.html
63 lines (46 loc) · 1.77 KB
/
getting_started.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenBoxes</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
<style type="text/css">
@media (max-width: 980px) {
body { padding-top: 0;}
}
.center { float: none; margin-left: auto; margin-right: auto; }
.icon-large:before { 1.3em }
ul.features > li { margin:0 5px 5px 0; vertical-align:top;}
.centered-content{ text-align:center !important; vertical-align: middle !important;}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;text-align:center;}
.raise { position: relative; z-index: 1; }
</style>
</head>
<body>
<div id="wrap">
<!--#include file="header.ext" -->
<div class="container-narrow">
<div class="jumbotron">
<h1>Getting Started </h1>
<p class="lead">Installing OpenBoxes on Ubuntu 14.04 </p>
</div>
<div class="row-fluid">
<iframe width="700" height="380" src="https://www.youtube.com/embed/TGC16JvbxiY?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="row-fluid text-centered">
<a href="http://docs.openboxes.com">Read more ...</a>
</div>
</div>
</div><!-- /END #wrap -->
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>