Banner for in-person meetup. (#1259)

This commit is contained in:
Terry Wilson 2024-02-22 16:15:56 -08:00 committed by GitHub
parent 22b9525da3
commit a0fa2f7155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{{ if site.Params.show_banner -}} {{ if site.Params.show_banner -}}
<div class="o-banner"> <div class="o-banner">
<p> <p>
Check out the new Come meet the community and maintainers at:
<a href="https://grpc.io/blog/postman-grpcweb" target="_blank" rel="noopener"> <a href="https://www.meetup.com/grpcio/events/298617332/" target="_blank" rel="noopener">
<strong>guest blog entry on gRPC Web</strong> <strong>Intro to gRPC & Lessons Learned Developing gRPC for Web Platforms (In-person)</strong>
</a> </a>
from Postman! on Monday Feb 26th from 6-8:30 PM
</p> </p>
</div> </div>
{{ end -}} {{ end -}}