-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
64 lines (59 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: Home
no_date: true
---
{% include top.html %}
<style>
.navbar {
margin-bottom: 0px;
}
</style>
<meta name="google-site-verification" content="ybqGQF8Gh-nDnuN9jl9-fJOmtwr85k2Xi_oFCfi9Ft8" />
</head>
<body>
{% include header.html %}
<div id="front-page-banner" class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="{{ site.baseurl }}/images/logo-frontpage.png"/>
</div>
<div id="front-page-blurb" class="col-md-6">
<h1>Candlepin</h1>
<h2>Subscription and Entitlement Management<br/>all open source</h2>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</div> <!-- End Jumbotron -->
<div id="front-page-lower" class="container-fluid">
<div class="row">
<div class="front-column col-xs-12 col-md-6">
{% capture what_is_link %}{{ site.baseurl }}/docs/candlepin/overview.html{% endcapture %}
<h3>
<a href="{{ what_is_link }}" role="button">What is Candlepin?</a>
</h3>
<p>
Candlepin is a collection of tools which allow companies to manage
software subscriptions. The subscriptions allow users to access
provided content over secure connections.
</p>
<a class="more-link" href="{{ what_is_link }}">More</a>
</div>
<div class="front-column col-xs-12 col-md-6">
{% capture features_link %}{{ site.baseurl }}/docs/candlepin/developer_notes.html{% endcapture %}
<h3>
<a href="{{ features_link }}" role="button">Features</a>
</h3>
<ul>
<li>is open source</li>
<li>is written in Java with Ruby bindings</li>
<li>is part of <a href="http://www.katello.org">Katello</a></li>
</ul>
<a class="more-link" href="{{ features_link }}">More</a>
</div>
</div>
</div>
{% include footer.html %}
{% include bootstrap.html %}
</body>
</html>