13 lines
398 B
HTML
13 lines
398 B
HTML
{{ $summary := "Join Pulumi at KubeCon in Chicago, November 6-9 at booth C33." }}
|
|
{{ $url := "/kubecon/" }}
|
|
{{ $label := "Meet with us." }}
|
|
|
|
<div class="top-nav-banner-cta-container">
|
|
<div class="top-nav-banner-cta">
|
|
<a href="{{ $url }}" class="top-nav-banner-cta-text">
|
|
{{ $summary }}
|
|
<span class="underline"> {{ $label }}</span>
|
|
</a>
|
|
</div>
|
|
</div>
|