Remove new provider icons for the time being

This commit is contained in:
Connor Chan 2019-09-16 18:04:23 -07:00
parent a16e0ecb2c
commit 04de25cf14
2 changed files with 22 additions and 25 deletions

View File

@ -113,6 +113,24 @@
margin-bottom: 50px;
}
img {
vertical-align: middle;
margin-right: 70px;
&:last-child {
margin-right: 0;
}
@media (max-width: $sm-width) {
margin: 40px auto 0;
display: block;
&:last-child {
margin: 20px auto;
}
}
}
.provider-wrap {
min-height: 65px;
position: relative;

View File

@ -83,31 +83,10 @@ stylesheet: index
Mix and match services from cloud providers and on-prem. Additional
support for other cloud providers coming soon.
</p>
<div class="images grid-center">
<div class="col-2_md-12 provider-wrap">
<img src="{{ "/images/aws.svg" | relative_url }}" alt="aws" class="provider-image" />
</div>
<div class="col-2_md-12 provider-wrap">
<img src="{{ "/images/google-cloud.svg" | relative_url }}" alt="google cloud" class="provider-image" />
</div>
<div class="col-2_md-12 provider-wrap">
<img src="{{ "/images/microsoft-azure.svg" | relative_url }}" alt="azure" class="provider-image" />
</div>
<div class="col-2_md-12 provider-wrap">
<img src="{{ "/images/digital-ocean.svg" | relative_url }}" alt="digital ocean" class="provider-image" />
<div class="coming-soon">
<img src="{{ "/images/tri-red-small.svg" | relative_url }}" />
<span class="caption">Coming Soon</span>
</div>
</div>
<div class="col-2_md-12 provider-wrap">
<img src="{{ "/images/alibaba-cloud.svg" | relative_url }}" alt="alibaba cloud" class="provider-image" />
<div class="coming-soon">
<img src="{{ "/images/tri-red-small.svg" | relative_url }}" />
<span class="caption">Coming Soon</span>
</div>
</div>
</div>
<p>
<img src="{{ "/images/google-cloud.svg" | relative_url }}" /> <img src="{{ "/images/aws.svg" | relative_url }}" />
<img src="{{ "/images/microsoft-azure.svg" | relative_url }}" />
</p>
</div>
</div>