-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14468 from yurii-vasyliev/WD-16533
copy: add Azure banner to multiple pages. WD-16533
- Loading branch information
Showing
4 changed files
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div id="notification" class="p-notification"> | ||
<div class="p-notification__content"> | ||
<h5 class="p-notification__title"> | ||
Apply to join our preview for Managed Kubeflow on Azure! | ||
</h5> | ||
<p class="p-notification__message"> | ||
<a href="https://krzty8pox19.typeform.com/to/UdYZJulp" target="_blank" rel="noopener noreferrer"> | ||
Learn more and sign up. | ||
</a> | ||
</p> | ||
</div> | ||
</div> |