mirror of https://github.com/crossplane/docs.git
Remove new provider icons for the time being
This commit is contained in:
parent
a16e0ecb2c
commit
04de25cf14
|
@ -113,6 +113,24 @@
|
||||||
margin-bottom: 50px;
|
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 {
|
.provider-wrap {
|
||||||
min-height: 65px;
|
min-height: 65px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
29
index.html
29
index.html
|
@ -83,31 +83,10 @@ stylesheet: index
|
||||||
Mix and match services from cloud providers and on-prem. Additional
|
Mix and match services from cloud providers and on-prem. Additional
|
||||||
support for other cloud providers coming soon.
|
support for other cloud providers coming soon.
|
||||||
</p>
|
</p>
|
||||||
<div class="images grid-center">
|
<p>
|
||||||
<div class="col-2_md-12 provider-wrap">
|
<img src="{{ "/images/google-cloud.svg" | relative_url }}" /> <img src="{{ "/images/aws.svg" | relative_url }}" />
|
||||||
<img src="{{ "/images/aws.svg" | relative_url }}" alt="aws" class="provider-image" />
|
<img src="{{ "/images/microsoft-azure.svg" | relative_url }}" />
|
||||||
</div>
|
</p>
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue