Add local CNCF logo (#591)

* Add local CNCF logo

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Update footer icon

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2019-05-06 09:44:57 -07:00
committed by Brian Goff
parent ef62defcea
commit 0583b5c4fd
5 changed files with 6 additions and 3 deletions

View File

@@ -89,7 +89,8 @@ blockquote
+logo(40%, 90%)
.is-cncf-logo
+logo(40%, 80%)
margin-top: 1.5rem
+logo(40%, 100%)
.is-footer-logo
+logo(10%, 20%)

View File

@@ -33,7 +33,8 @@ site = "/img/color-logo.png"
hero = "/img/white-logo.png"
navbar = "/img/white-logo.png"
sidebar = "/img/stacked-white-logo.png"
footer = "/img/stacked-white-logo.png"
footer = "/img/virtualkubelet-icon-white.png"
cncf = "/img/cncf-color.png"
[[params.fonts]]
name = "Noto Sans TC"

View File

@@ -1,9 +1,10 @@
{{ $logo := site.Params.logos.cncf | relURL }}
<section class="section has-background-grey-lightest">
<div class="container has-text-centered">
<p class="title is-size-4 is-size-5-mobile has-text-weight-light">
Virtual Kubelet is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> sandbox project
</p>
<img class="is-cncf-logo" src="https://raw.githubusercontent.com/cncf/artwork/master/cncf/horizontal/color/cncf-color.png" alt="Cloud Native Computing Foundation logo">
<img class="is-cncf-logo" src="{{ $logo }}" alt="Cloud Native Computing Foundation logo">
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB