Update banner with two weeks left for early bird pricing(#1451)

This commit is contained in:
cjqzhao 2025-07-17 01:17:59 -07:00 committed by GitHub
parent e566f2d43f
commit de5a33dd55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -1,15 +1,10 @@
{{ if site.Params.show_banner -}} {{ if site.Params.show_banner -}}
<div class="o-banner"> <div class="o-banner">
<p> <p>
gRPConf 2025 is on <strong>Aug. 26th!</strong> - Only two more weeks until July 30th to get Early Bird tickets ($50) for gRPConf 2025 on <strong>Aug. 26th!</strong> -
<a href="https://events.linuxfoundation.org/grpconf/" target="_blank" rel="noopener"> <a href="https://events.linuxfoundation.org/grpconf/" target="_blank" rel="noopener">
<strong>Register now</strong> <strong>Register now</strong>
</a> </a>
($50 until Jul 30th) or
<a href="https://events.linuxfoundation.org/grpconf/program/cfp/" target="_blank" rel="noopener">
<strong>Submit a talk proposal</strong>
</a>
(by May 28th)
</p> </p>
</div> </div>
{{ end -}} {{ end -}}