-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
62 lines (61 loc) · 2.12 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
---
layout: default
---
<section id="home">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h3><i class="fa fa-icon fa-flash"></i> Latest Release: Monkey v{{ site.mk_version }} <small>{{ site.mk_date }}</small></h3>
<p>
Monkey Project development team is glad to announce the availability of Monkey v{{ site.mk_version }} release,
for more information about this new version we invite you to read the
official <a href="/announcements/v{{ site.mk_version }}/">Release Notes</a>.
<br /><br />
</p>
<h3><i class="fa fa-icon fa-tasks"></i> Monkey in less than 30 seconds</h3>
{% highlight bash %}
$ wget http://monkey-project.com/releases/{{ site.mk_major }}/monkey-{{ site.mk_version }}.tar.gz
$ tar zxfv monkey-{{ site.mk_version }}.tar.gz
$ cd monkey-{{ site.mk_version }}
$ ./configure --malloc-libc --local
$ make
$ build/monkey
{% endhighlight %}
<br />
</div>
<div class="col-lg-8 col-lg-offset-2">
<h3><i class="fa fa-heart"></i> Sponsors</h3>
<p>
Our Open Source organization and projects involved are backed by the following companies that in a yearly basis
donate in different ways to support the growth of our mission:
</p>
</div>
<div class="col-lg-3 col-lg-offset-2">
<center>
<a href="http://www.treasuredata.com">
<img src="/img/sponsors/treasure-data.png" />
</a>
</center>
</div>
<div class="col-lg-3">
<center>
<a href="http://rackspace.com">
<img src="/img/sponsors/rackspace.png" />
</a>
</center>
</div>
<div class="col-lg-3">
<center>
<a href="http://osuosl.org">
<img src="/img/sponsors/osuosl.png" />
</a>
</center>
</div>
<div class="col-lg-8 col-lg-offset-2">
<p>
<br />
If you want to know more about how they are sponsoring, please review our <a href="/sponsors/">Sponsors</a> section.
</p>
</div>
</div>
</section>