Show a banner with a gRPConf 2023 speaker callout (#1156)

This commit is contained in:
Terry Wilson 2023-06-28 12:38:25 -07:00 committed by GitHub
parent 6b30da11d5
commit f9ef809c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -226,9 +226,10 @@ c - Component (Aware of its content/context...)
width: 100%; width: 100%;
position: fixed; position: fixed;
margin-left: -15px; margin-left: -15px;
padding-top: 15px;
z-index: 32; z-index: 32;
top: 4rem; top: 4rem;
background: $gray-100; background: $light;
text-align: center; text-align: center;
& p { & p {

View File

@ -37,7 +37,7 @@ params:
navbar_translucent_over_cover_disable: true navbar_translucent_over_cover_disable: true
sidebar_menu_compact: true sidebar_menu_compact: true
show_banner: false show_banner: true
fonts: fonts:
- name: Open Sans - name: Open Sans

View File

@ -1,12 +1,11 @@
{{ if site.Params.show_banner -}} {{ if site.Params.show_banner -}}
<div class="o-banner"> <div class="o-banner">
<p> <p>
For <a href="https://events.linuxfoundation.org/grpc-conf" target="_blank" rel="noopener">
<a href="https://events.linuxfoundation.org/grpc-conf/" target="_blank" rel="noopener"> <strong>gRPConf 2023</strong></a>
<strong>gRPC Conf 2020</strong></a> is happening on Sep 20th -
session videos, visit the <a href="https://events.linuxfoundation.org/grpc-conf/program/cfp" target="_blank" rel="noopener">
<a href="https://www.youtube.com/playlist?list=PLj6h78yzYM2NN72UX_fdmc5CZI-D5qfJL" target="_blank" rel="noopener"> <strong>submit your talk proposal now!</strong></a>
CNCF YouTube channel</a>
</p> </p>
</div> </div>
{{ end -}} {{ end -}}