-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.html
More file actions
125 lines (105 loc) · 4.44 KB
/
sponsors.html
File metadata and controls
125 lines (105 loc) · 4.44 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenBoxes | About</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<link href="./bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="./bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<style type="text/css">
body { padding-top: 60px; }
@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;}
footer { text-align: center; }
.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;}
</style>
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="header.ext" -->
<div class="clear"/>
<div class="container">
<h1>Our Sponsors</h1>
<div class='row-fluid' >
<div class="span12">
<p class="sub-heading">OpenBoxes is generously supported by the following organizations:</p>
</div>
</div>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img src="images/rflogo.gif" alt="Rockefeller Foundation">
<p>
<a href="http://www.rockefellerfoundation.org" target="_blank">Rockefeller Foundation</a> generously provided a grant
to get the ball rolling on this project.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img src="images/yourkit2.png" alt="YourKit">
<p>
<a href="http://yourkit.com/" target="_blank">YourKit</a> is kindly supporting OpenBoxes with its full-featured Java Profiler.
YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products:
<a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
<a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img src="images/BrowserStackLogo.png" alt="BrowserStack">
<p>
<a href="http://browserstack.com" target="_blank">BrowserStack</a> loves open source projects and have
generously provided us with a free Live account to help us test OpenBoxes under various Browser/OS combinations.
</p>
</div>
</li>
</ul>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<img src="images/atlassian.png" alt="Atlassian">
<p>
<a href="https://www.atlassian.com/" target="_blank">Atlassian</a> have provided us with open source project
licenses for their On-Demand products.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img src="images/jetbrains.gif" alt="IntelliJ IDEA">
<p>
<a href="http://www.jetbrains.com/idea/" target="_blank">JetBrains Inc.</a> have generously provided our
developer(s) with licenses for IntelliJ IDEA.
</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<img src="http://rimuhosting.com//images/promo/rh_vpspowered_120_60.png" alt="RimuHosting">
<p>
OpenBoxes is powered by <a href="http://rimuhosting.com/?r=d91cf2bcee5396e721c700ded9a22481">RimuHosting</a> VPS Hosting.
</p>
</div>
</li>
</ul>
</div>
<!--#include file="footer.ext" -->
</div>
<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>