From c7dd90b7dc5eb09a17219eeb7e238efdd1edba3e Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Mon, 13 Jun 2022 11:30:15 -0500 Subject: [PATCH 1/2] (#197) Update URLs to /event images Updates images URLs to point to the new shared image repository. --- partials/CollapsingRightSidebarContent.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/partials/CollapsingRightSidebarContent.txt b/partials/CollapsingRightSidebarContent.txt index 174cf30a..0339cb7b 100644 --- a/partials/CollapsingRightSidebarContent.txt +++ b/partials/CollapsingRightSidebarContent.txt @@ -39,7 +39,7 @@
- Simplifying Chocolatey Setup: Have it Your Way + Simplifying Chocolatey Setup: Have it Your Way

Webinar Replay from
Thursday, 02 September 2021

@@ -51,7 +51,7 @@

- 12 Days of Chocolatey + 12 Days of Chocolatey

Event from
December 1 - December 16 2020

@@ -75,7 +75,7 @@

- Accelerate Automation of Windows with Ansible + Chocolatey + Accelerate Automation of Windows with Ansible + Chocolatey

Webinar Replay from
Thursday, 10 December 2020

@@ -88,7 +88,7 @@

- Chocolatey Explained - Monthly Twitch Stream + Chocolatey Explained - Monthly Twitch Stream

Join us on the first Thursday of every month for "Chocolatey Explained" where we will cover different Chocolatey topics in detail.

@@ -105,7 +105,7 @@
- Find It, Add It, Install It with Script Builder + Find It, Add It, Install It with Script Builder

Twitch Stream from
Thursday, 7 April 2022

Script Builder allows you to bulk install Chocolatey packages in just a few clicks. Just add packages to Script Builder and choose your integration method to get started!

@@ -117,7 +117,7 @@
- Chocolatey and Intune Overview + Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

@@ -129,7 +129,7 @@
- Chocolatey Community Coffee Break + Chocolatey Community Coffee Break

Twitch Stream from
Thursday, 5 May 2022

The Chocolatey Community is close to the hearts of many of the Chocolatey Team. Join Gary, Kim, and Paul if you want to find out more about it, what we do, and how you can get involved.

@@ -141,7 +141,7 @@
- Chocolatey For Business. In Azure. In One Click. + Chocolatey For Business. In Azure. In One Click.

Twitch Stream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

From 52b9f53bab2bf652aa8f4b5527e962e8df2009bf Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Wed, 15 Jun 2022 20:35:52 -0500 Subject: [PATCH 2/2] (events) Update Flyout and Supporting Styles This updates the right side flyout to use links from the new img repository. At the same time, this also adds two new events and styles to support each of them. --- partials/CollapsingRightSidebarContent.txt | 99 ++++++++++++++++------ scss/_atcb.scss | 14 +++ scss/_buttons-badges.scss | 2 +- scss/variables/_global.scss | 2 +- 4 files changed, 91 insertions(+), 26 deletions(-) diff --git a/partials/CollapsingRightSidebarContent.txt b/partials/CollapsingRightSidebarContent.txt index 0339cb7b..5c8ed33d 100644 --- a/partials/CollapsingRightSidebarContent.txt +++ b/partials/CollapsingRightSidebarContent.txt @@ -36,6 +36,76 @@

+
+ + Unboxing The Third Marjor Release of Boxstarter + +

+

Boxstarter version 3.0 marks the beginning of a new era of Boxstarter and Chocolatey. Join Gary, Paul, and Manfred as they unbox the best features of Boxstarter live.

+
+ Learn More +
+ +
+
+
+
+
+ + Chocolatey Community Coffee Break + +

+

The Chocolatey Community is close to the hearts of the Chocolatey Team. Join us on Discord and meet the Chocolatey Team, find out more about the Chocolatey Community, what we do, and how you can get involved.

+
+ Learn More +
+ +
+
+
+
- - Chocolatey Explained - Monthly Twitch Stream - + Chocolatey Explained - Monthly Twitch Stream

Join us on the first Thursday of every month for "Chocolatey Explained" where we will cover different Chocolatey topics in detail.

Follow on Twitch + Subscribe on YouTube
@@ -109,10 +178,7 @@

Twitch Stream from
Thursday, 7 April 2022

Script Builder allows you to bulk install Chocolatey packages in just a few clicks. Just add packages to Script Builder and choose your integration method to get started!

- + Watch On-Demand
@@ -128,27 +194,12 @@
- - Chocolatey Community Coffee Break - -

Twitch Stream from
Thursday, 5 May 2022

-

The Chocolatey Community is close to the hearts of many of the Chocolatey Team. Join Gary, Kim, and Paul if you want to find out more about it, what we do, and how you can get involved.

- -
-
-
- + Chocolatey For Business. In Azure. In One Click.

Twitch Stream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

- + Watch On-Demand
\ No newline at end of file diff --git a/scss/_atcb.scss b/scss/_atcb.scss index 74b43a2d..a1f65612 100644 --- a/scss/_atcb.scss +++ b/scss/_atcb.scss @@ -85,6 +85,20 @@ } } +.atcb-theme-opposite .atcb_button { + border: 1px solid var(--text); + color: var(--text); + + &:focus, &:hover, &.atcb_active { + background: var(--text); + color: var(--background-light); + } + + &:focus { + box-shadow: 0 0 0 0.25rem rgba($secondary, .25); + } +} + .atcb-link { .atcb_button { padding: 0; diff --git a/scss/_buttons-badges.scss b/scss/_buttons-badges.scss index 5aa80ade..a3a1c2bf 100644 --- a/scss/_buttons-badges.scss +++ b/scss/_buttons-badges.scss @@ -305,7 +305,7 @@ } } -.btn-twitch, .btn-linkedin, .btn-twitter, .btn-website, .btn-facebook, .btn-youtube { +.btn-twitch, .btn-linkedin, .btn-twitter, .btn-website, .btn-facebook, .btn-youtube, .btn-chat { color: var(--bs-white); &:focus, &:hover, &.active { diff --git a/scss/variables/_global.scss b/scss/variables/_global.scss index 0f8af0bd..eff74e2c 100644 --- a/scss/variables/_global.scss +++ b/scss/variables/_global.scss @@ -458,7 +458,7 @@ $rotations: ( ); // Numbers -$general-numbers: 5, 10, 20, 30, 35, 40, 50, 60, 70, 75, 80, 90, 100, 125, 130, 200, 250, 300, 400; +$general-numbers: 5, 10, 20, 30, 35, 40, 50, 60, 65, 70, 75, 80, 90, 100, 125, 130, 200, 250, 300, 400; // Padding and Margin in rem $spaces: (