-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.26 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
---
title: "Home"
layout: main
---
<!-- MAIN CONTENT -->
<div id='what'>
<h1>What is Winged Monkey?</h1>
<p>Winged Monkey is an application that provides an elegant and intuitive user interface for self-service consumers of cloud resources. It offers simplified interactions for non-administrative users, with some specific goals:</p>
<ul>
<li>Browse a list of applications that the user can launch</li>
<li>Launch an application with the minimum necessary steps</li>
<li>See the status of applications which the user has launched</li>
<li>Terminate an application that the user has launched</li>
</ul>
<p>Winged Monkey is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p>
</div>
<div id='developer_info'>
<h1>Try It</h1>
<p>Visit <a href="http://demo.wingedmonkey.org" class="external">our demo site</a> to try it out for yourself!</p>
</div>
<div id='developer_info'>
<h1>Get It</h1>
<p>Take a look at our <a href="https://github.com/wingedmonkey/wingedmonkey" class="external">our GitHub repository</a> to view the source code and learn how to run Winged Monkey. Additional documentation is coming soon!</p>
</div>
<img alt='Winged Monkey' class='logo' src='images/wm-audience.png' />