Skip to content
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

Remove references to blackrock on /business. #328

Merged
merged 1 commit into from
Aug 29, 2020
Merged
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
41 changes: 17 additions & 24 deletions business.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,43 +24,36 @@ <h2>Features for Organizations</h2>
<div class="row">
<span class="image"></span><div class="content"><h3><strong>On-prem deployment</strong></h3><p>Get the ease-of-use of SaaS while keeping your data in-house. Deploy to physical machines or any private or public cloud.</p></div>
</div>
</li>
<li class="ldap">
<h3><strong>LDAP, SAML and Active Directory integration</strong></h3>
<p>Let employees log in with their company-wide credentials.</p>
</li>
<li class="global">
<h3><strong>Global Access Control</strong></h3>
<p>Set organization-wide access control policies, such as prohibiting your employees from sharing grains outside of the organization.</p>
</li>
<li class="audit">
<div class="row">
<span class="image"></span><div class="content">
<h3><strong>Global Audit Logging</strong></h3>
<p>[maybe someday] Monitor data across your whole organization to keep track of who has accessed what. Not implemented yet, but Sandstorm can do this transparently, without help from the apps.</p></div>
</ul>

<section id="scale-features">
<h2>Blackrock: Sandstorm at Scale</h2>

<p>In development. <a href="https://github.com/sandstorm-io/blackrock">See the code &raquo;</a></p>

<ul id="scale">
<h3>Blackrock is an alternative back-end for Sandstorm designed for scale. It is the technology we used to run Sandstorm Oasis.</h3>
<li class="scale-out">
<h3><strong>Automatic Scale-out</strong></h3>
<p>Scale out free machines to thousands as your needs grow.</p>
<li class="failover">
<h3><strong>Automatic Failover</strong></h3>
<p>Random hardware failures are invisible to your users.</p>
<li class="encryption">
<span class="image"></span>
<div class="content">
<h3><strong>Global Audit Logging</strong></h3>
<p>[maybe someday] Monitor data across your whole organization to keep track of who has accessed what. Not implemented yet, but Sandstorm can do this transparently, without help from the apps.</p>
</div>
</div>
</li>
<li class="encryption">
<div class="row">
<span class="image"></span>
<h3><strong>Automatic Encryption</strong></h3>
<p>[maybe someday] Sandstorm's fine-grained model makes it possible for the platform to encrypt every grain with a unique key at rest, and to guarantee that the key can only be accessed by those who have been granted permission to that grain -- all completely transparent to the app. We haven't implemented this yet, but our model allows for it.</p>
</ul>
</section>

</div>
</li>
</ul>
<div class="action">
<li>Deploy Sandstorm in your organization</li><a href="/install">Install Sandstorm</a>
</div>

</section>


7 changes: 2 additions & 5 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1370,11 +1370,8 @@ body >footer {
}
}

.failover, .encryption, {
width: 50%;
@media (max-width: 700px) {
width: 100%;
}
.encryption {
width: 100%;
}

ul {
Expand Down