website: Add DO logo
This commit is contained in:
parent
690de3f361
commit
cf2208e881
Binary file not shown.
Binary file not shown.
|
@ -294,7 +294,10 @@
|
|||
background: image-url('../images/partner-engineyard.png') center center no-repeat;
|
||||
@include img-retina("../images/partner-engineyard.png", "../images/partner-engineyard@2x.png", 178px, 37px);
|
||||
}
|
||||
|
||||
&.digitalocean-logo{
|
||||
background: image-url('../images/partner-digitalocean.png') center center no-repeat;
|
||||
@include img-retina("../images/partner-digitalocean.png", "../images/partner-digitalocean@2x.png", 134px, 85px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="feature-footer">
|
||||
<p>Applications containerized with Docker can be quickly deployed, making it easy to scale.</p>
|
||||
<p>Docker is a built in, making it easy to deploy one container or thousands.</p>
|
||||
<span class="docker-outline-logo"></span>
|
||||
</div>
|
||||
</div> <!-- .feature -->
|
||||
|
@ -78,7 +78,7 @@
|
|||
<span class="partner-logo aws-logo"></span>
|
||||
<span class="partner-logo google-logo"></span>
|
||||
<span class="partner-logo microsoft-logo"></span>
|
||||
<span class="partner-logo engineyard-logo"></span>
|
||||
<span class="partner-logo digitalocean-logo"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -110,8 +110,8 @@
|
|||
|
||||
<div id="density" class="feature">
|
||||
<div class="feature-header">
|
||||
<h3>Increase density and reduce cost</h3>
|
||||
<p>Nomad automatically bin packs tasks to maximize efficency, increase density and reduce costs.</p>
|
||||
<h3>Maximize Density, Reduce Cost</h3>
|
||||
<p>Nomad packs applications onto servers, increasing resource utilization, maximizing density, and reducing costs.</p>
|
||||
</div>
|
||||
<div class="feature-graphic"></div>
|
||||
</div> <!-- .feature -->
|
||||
|
|
Loading…
Reference in New Issue