Add CNCF logo and language to the homepage

Signed-off-by: Connor Chan <connorjosephchan@gmail.com>
This commit is contained in:
Connor Chan 2020-07-27 15:37:43 -07:00
parent fb96cc2acd
commit 009fd049ea
No known key found for this signature in database
GPG Key ID: C61FF92DDE2DA2A6
6 changed files with 18 additions and 0 deletions

View File

@ -7,3 +7,4 @@
{% assign blogLink = "https://blog.crossplane.io/" %}
{% assign communityMeetingLink = "https://github.com/crossplane/crossplane/#get-involved" %}
{% assign latestDocs = site.data.versions[0].path | append: '/' | relative_url %}
{% assign cncfLink = "https://www.cncf.io/" %}

View File

@ -346,6 +346,10 @@
}
}
#cncf {
padding-bottom: 50px;
}
#community {
background-color: $dark-background-color;
color: white;

BIN
images/cncf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
images/cncf@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/cncf@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -231,6 +231,19 @@ stylesheet: index
</div>
</div>
<div id="cncf">
<div>
<div class="grid">
<div class="col-12">
<a href="{{ cncfLink }}">
<img class="img" src="{{ "/images/cncf.png" | relative_url }}" srcset="{{ "/images/cncf.png" | relative_url }} 1x, {{ "/images/cncf@2x.png" | relative_url }} 2x, {{ "/images/cncf@3x.png" | relative_url }} 3x" alt="CNCF logo" />
</a>
<p>We are a Cloud Native Computing Foundation sandbox project.</p>
</div>
</div>
</div>
</div>
<div id="community">
<div>
<div class="grid-center">