-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
61 lines (45 loc) · 1.34 KB
/
about.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
---
layout: single
title: About CloudOS
authors:
- Phil Windley
published: true
---
<div class="container">
<div class="row">
<div class="col-lg-12 page-title">
<hr class="alt" />
<div class="page-titles">
<h1>About CloudOS</h1>
<!-- <p>Your Page Description Goes Here</p> -->
</div>
<hr class="alt" />
</div> <!-- /col-lg-12 -->
</div> <!-- /row -->
<div class="row">
<div class="col-lg-12" id="content">
<p>
CloudOS is an open source project sponsored by Kynetx.
</p>
<p>
Contributors to CloudOS and the underlying Kinetic Rules Engine include:
</p>
<ul>
<li><a href="https://github.com/solargroovy">Mark Horstmeier</a></li>
<li><a href="https://github.com/JessieAMorris">Jessie Morris</a></li>
<li><a href="https://github.com/edorcutt">Ed Orcutt</a></li>
<li><a href="https://github.com/alexkolson">Alex Olson</a></li>
<li><a href="http://www.windley.com">Phil Windley</a></li>
</ul>
<p>
You can see the <a href="https://github.com/kre/Kinetic-Rules-Engine/graphs/contributors">contributor history for KRE here</a>.
</p>
<p>
If you'd like to contribute, we welcome the help.
</p>
<p>
Contact us at <a href="mailto:info@kynetx.com"><code>info@kynetx.com</code></a> with questions.
</p>
</div> <!-- /col-lg-12 -->
</div> <!-- /row -->
</div> <!-- /container -->