Skip to content

Simplify adopter information on the homepage #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed images/affiliates/cengn.jpg
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/cloudways.jpg
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/crowdfox.jpg
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
1 change: 0 additions & 1 deletion images/affiliates/gini.svg

This file was deleted.

Binary file removed images/affiliates/prp.jpg
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/radiosound.jpg
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
Binary file removed images/affiliates/[email protected]
Binary file not shown.
56 changes: 6 additions & 50 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,56 +62,12 @@ <h3 id="terminal-header">Ceph</h3>
<section class="grid-middle">
<div class="header-section">
<h1>Who loves Rook?</h1>
<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>
</div>
</section>
<section class="grid-middle affiliates">
<div class="col-2_xs-4">
<a href="//pacificresearchplatform.org/">
<img
class="prp"
src="{{ "/images/affiliates/prp.jpg" | relative_url }}"
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
</a>
</div>
<div class="col-2_xs-4">
<a href="//www.cengn.ca">
<img
class="cengn"
src="{{ "/images/affiliates/cengn.jpg" | relative_url }}"
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
</a>
</div>
<div class="col-2_xs-4">
<a href="//www.crowdfox.com">
<img
class="crowdfox"
src="{{ "/images/affiliates/crowdfox.jpg" | relative_url }}"
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
</a>
</div>
<div class="col-2_xs-4">
<a href="//www.cloudways.com">
<img
class="cloudways"
src="{{ "/images/affiliates/cloudways.jpg" | relative_url }}"
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
</a>
</div>
<div class="col-2_xs-4">
<a href="//gini.net">
<img
class="gini"
src="{{ "/images/affiliates/gini.svg" | relative_url }}"/>
</a>
</div>
<div class="col-2_xs-4">
<a href="//www.radiosound.com/">
<img
class="radiosound"
src="{{ "/images/affiliates/radiosound.jpg" | relative_url }}"
srcset="{{ "/images/affiliates/[email protected]" | relative_url }} 2x, {{ "/images/affiliates/[email protected]" | relative_url }} 3x" />
</a>
<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 many industries,
enabling them to store, deliver & protect the data that powers their businesses.<br />
See the list of published <a href="https://github.com/rook/rook/blob/master/ADOPTERS.md">Adopters</a>
for just a hint of who is running Rook in production.</p>
</div>
</section>
<section class="grid-middle">
Expand Down