mirror of https://github.com/crossplane/docs.git
Add CNCF logo and language to the homepage
Signed-off-by: Connor Chan <connorjosephchan@gmail.com>
This commit is contained in:
parent
fb96cc2acd
commit
009fd049ea
|
@ -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/" %}
|
||||
|
|
|
@ -346,6 +346,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#cncf {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
#community {
|
||||
background-color: $dark-background-color;
|
||||
color: white;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
13
index.html
13
index.html
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue