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:
@@ -89,7 +89,8 @@ blockquote
|
|||||||
+logo(40%, 90%)
|
+logo(40%, 90%)
|
||||||
|
|
||||||
.is-cncf-logo
|
.is-cncf-logo
|
||||||
+logo(40%, 80%)
|
margin-top: 1.5rem
|
||||||
|
+logo(40%, 100%)
|
||||||
|
|
||||||
.is-footer-logo
|
.is-footer-logo
|
||||||
+logo(10%, 20%)
|
+logo(10%, 20%)
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ site = "/img/color-logo.png"
|
|||||||
hero = "/img/white-logo.png"
|
hero = "/img/white-logo.png"
|
||||||
navbar = "/img/white-logo.png"
|
navbar = "/img/white-logo.png"
|
||||||
sidebar = "/img/stacked-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]]
|
[[params.fonts]]
|
||||||
name = "Noto Sans TC"
|
name = "Noto Sans TC"
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
|
{{ $logo := site.Params.logos.cncf | relURL }}
|
||||||
<section class="section has-background-grey-lightest">
|
<section class="section has-background-grey-lightest">
|
||||||
<div class="container has-text-centered">
|
<div class="container has-text-centered">
|
||||||
<p class="title is-size-4 is-size-5-mobile has-text-weight-light">
|
<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
|
Virtual Kubelet is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> sandbox project
|
||||||
</p>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
BIN
website/static/img/cncf-color.png
Normal file
BIN
website/static/img/cncf-color.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
website/static/img/virtualkubelet-icon-white.png
Normal file
BIN
website/static/img/virtualkubelet-icon-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user