Joe Duffy 3be1dbddcd
Add a Migration Hub and associated blog post (#3264)
* Add a Migration Hub and associated blog post

* Add callouts to open source and startup offers

* Add a comparison link to the migration hub pages

* Update blog post publish date

* Layout fixes, minor spelling/punctuation nits

* Fix button hovers

* Apply suggestions from code review

Co-authored-by: James Denyer <james.denyer@gmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>

* Fix a few mistakes

* Fix contact link

* Apply suggestions from code review

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Add partner callout, and OSS and startup offers

* Link to the hub from the opening paragraph

* Update the blog go live date

Co-authored-by: Christian Nunciato <c@nunciato.org>

---------

Co-authored-by: Christian Nunciato <chris@nunciato.org>
Co-authored-by: James Denyer <james.denyer@gmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2023-08-22 07:41:50 -07:00

22 lines
638 B
HTML

{{ $level := (default .headingLevel 2) }}
{{ $headingClass := "" }}
{{ if eq .small_title "true" }}
{{ $headingClass = "small-title" }}
{{ end }}
<header class="page-hero">
<div class="dot-background-container">
<div class="dot-background"></div>
</div>
<div class="dot-overlay"></div>
<div class="page-hero-title">
<h{{ $level }} class="{{ $headingClass }}">
<span><span class="rainbow-text" data-text="{{ .title }}">{{ .title }}</span></span>
</h{{ $level }}>
{{ if .subtitle }}
<p class="text-2xl">{{ .subtitle }}</p>
{{ end }}
</div>
</header>