Skip to content

Commit 14d1cc0

Browse files
committed
simplify adopter information on the homepage
In the interest of equal representation of rook upstream adopters, remove the logos of the few companies and add a link to the full list of adopters. The company logos have anyway not been updated since the list was first created, and is not realistic to maintain. Signed-off-by: Travis Nielsen <[email protected]>
1 parent 742de6b commit 14d1cc0

File tree

1 file changed

+6
-50
lines changed

1 file changed

+6
-50
lines changed

index.html

+6-50
Original file line numberDiff line numberDiff line change
@@ -62,56 +62,12 @@ <h3 id="terminal-header">Ceph</h3>
6262
<section class="grid-middle">
6363
<div class="header-section">
6464
<h1>Who loves Rook?</h1>
65-
<p>With hundreds of contributors and millions of downloads of the Rook software, this true community-driven effort is putting dynamic orchestration, high performance, and solid reliability in the hands of a global user base.<br /><br />The Rook operator is deployed in production across multiple industries, enabling them to store, deliver & protect the data that powers their businesses.</p>
66-
</div>
67-
</section>
68-
<section class="grid-middle affiliates">
69-
<div class="col-2_xs-4">
70-
<a href="//pacificresearchplatform.org/">
71-
<img
72-
class="prp"
73-
src="{{ "/images/affiliates/prp.jpg" | relative_url }}"
74-
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
75-
</a>
76-
</div>
77-
<div class="col-2_xs-4">
78-
<a href="//www.cengn.ca">
79-
<img
80-
class="cengn"
81-
src="{{ "/images/affiliates/cengn.jpg" | relative_url }}"
82-
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
83-
</a>
84-
</div>
85-
<div class="col-2_xs-4">
86-
<a href="//www.crowdfox.com">
87-
<img
88-
class="crowdfox"
89-
src="{{ "/images/affiliates/crowdfox.jpg" | relative_url }}"
90-
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
91-
</a>
92-
</div>
93-
<div class="col-2_xs-4">
94-
<a href="//www.cloudways.com">
95-
<img
96-
class="cloudways"
97-
src="{{ "/images/affiliates/cloudways.jpg" | relative_url }}"
98-
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
99-
</a>
100-
</div>
101-
<div class="col-2_xs-4">
102-
<a href="//gini.net">
103-
<img
104-
class="gini"
105-
src="{{ "/images/affiliates/gini.svg" | relative_url }}"/>
106-
</a>
107-
</div>
108-
<div class="col-2_xs-4">
109-
<a href="//www.radiosound.com/">
110-
<img
111-
class="radiosound"
112-
src="{{ "/images/affiliates/radiosound.jpg" | relative_url }}"
113-
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
114-
</a>
65+
<p>With hundreds of contributors and millions of downloads of the Rook software, this true community-driven
66+
effort is putting dynamic orchestration, high performance, and solid reliability in the hands of a
67+
global user base.<br /><br />The Rook operator is deployed in production across many industries,
68+
enabling them to store, deliver & protect the data that powers their businesses.<br />
69+
See the list of published <a href="https://github.com/rook/rook/blob/master/ADOPTERS.md">Adopters</a>
70+
for just a hint of who is running Rook in production.</p>
11571
</div>
11672
</section>
11773
<section class="grid-middle">

0 commit comments

Comments
 (0)