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%)
|
||||
|
||||
.is-cncf-logo
|
||||
+logo(40%, 80%)
|
||||
margin-top: 1.5rem
|
||||
+logo(40%, 100%)
|
||||
|
||||
.is-footer-logo
|
||||
+logo(10%, 20%)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
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