Skip to content

Commit b3b8c36

Browse files
committed
(#380) Add Coding livestream
The Chocolatey Coding Livestream has been added to the right side flyout and an alert at the top of the page.
1 parent 67f5bf7 commit b3b8c36

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

partials/AlertText.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href='https://chocolatey.org/events/chocolatey-coding-livestream'>Join us at the Chocolatey Coding Livestream - 7 March - 5PM UTC</a>

partials/CollapsingRightSidebarContent.txt

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@
5252
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
5353
</div>
5454
<hr />
55+
<div class="text-center">
56+
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" rel="noreferrer" target="_blank">
57+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-21-2.jpg" alt="Chocolatey Coding Livestream" />
58+
</a>
59+
<p class="text-start">Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don’t miss this opportunity to engage with our team and contribute to the future of Chocolatey!</p>
60+
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
61+
</div>
62+
<hr />
5563
<div class="shuffle">
5664
<div class="text-center">
5765
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank">

partials/TopAlertBanner.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
if (!string.IsNullOrEmpty(topNoticeText))
66
{
7-
<div id="topNoticeAlert" class="alert alert-warning alert-dismissible alert-dismissible-center fade show d-none" role="alert">
8-
<p class="mb-0 me-3 me-xl-0">@Html.Raw(topNoticeText)</p>
7+
<div id="topNoticeAlert" class="alert alert-success alert-dismissible alert-dismissible-center fade show d-none" role="alert">
8+
<p class="mb-0 me-3 me-xl-0 text-dark">@Html.Raw(topNoticeText)</p>
99
<button type="button" class="btn-close text-dark" data-bs-dismiss="alert" aria-label="Close">
1010
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
1111
</button>

0 commit comments

Comments
 (0)