Skip to content

Commit fb2b583

Browse files
authored
Merge pull request #379 from st3phhays/unpacking-software
2 parents 91a84bd + d5210ec commit fb2b583

7 files changed

+148
-77
lines changed

getting-started/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"homepage": "https://github.com/chocolatey/chocolatey.org#readme",
1414
"devDependencies": {
15-
"choco-theme": "0.5.22"
15+
"choco-theme": "0.5.23"
1616
},
1717
"resolutions": {
1818
"glob-parent": "^6.0.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choco-theme",
3-
"version": "0.5.22",
3+
"version": "0.5.23",
44
"description": "The global theme for Chocolatey Software.",
55
"repository": {
66
"type": "git",

partials/CalendarButtonCoffeeBreak.html

-26
This file was deleted.

partials/CalendarButtonProductSpotlight.html

+47-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,57 @@
44
"description":"Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.",
55
"dates":[
66
{
7-
"startDate":"2023-12-14",
7+
"startDate":"2024-02-01",
88
"startTime":"17:00",
99
"endTime":"18:00"
1010
},
1111
{
12-
"startDate":"2024-02-01",
12+
"startDate":"2024-03-07",
13+
"startTime":"17:00",
14+
"endTime":"18:00"
15+
},
16+
{
17+
"startDate":"2024-04-04",
18+
"startTime":"16:00",
19+
"endTime":"17:00"
20+
},
21+
{
22+
"startDate":"2024-05-02",
23+
"startTime":"16:00",
24+
"endTime":"17:00"
25+
},
26+
{
27+
"startDate":"2024-06-06",
28+
"startTime":"16:00",
29+
"endTime":"17:00"
30+
},
31+
{
32+
"startDate":"2024-07-04",
33+
"startTime":"16:00",
34+
"endTime":"17:00"
35+
},
36+
{
37+
"startDate":"2024-08-01",
38+
"startTime":"16:00",
39+
"endTime":"17:00"
40+
},
41+
{
42+
"startDate":"2024-09-05",
43+
"startTime":"16:00",
44+
"endTime":"17:00"
45+
},
46+
{
47+
"startDate":"2024-10-03",
48+
"startTime":"16:00",
49+
"endTime":"17:00"
50+
},
51+
{
52+
"startDate":"2024-11-07",
53+
"startTime":"17:00",
54+
"endTime":"18:00"
55+
},
56+
{
57+
"startDate":"2024-12-05",
1358
"startTime":"17:00",
1459
"endTime":"18:00"
1560
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<div class="atcb" style="display:none;">
2+
{
3+
"name":"Unpacking Software Livestream",
4+
"description":"Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!",
5+
"dates":[
6+
{
7+
"startDate":"2024-02-15",
8+
"startTime":"17:00",
9+
"endTime":"18:00"
10+
},
11+
{
12+
"startDate":"2024-03-21",
13+
"startTime":"17:00",
14+
"endTime":"18:00"
15+
},
16+
{
17+
"startDate":"2024-04-18",
18+
"startTime":"16:00",
19+
"endTime":"17:00"
20+
},
21+
{
22+
"startDate":"2024-05-16",
23+
"startTime":"16:00",
24+
"endTime":"17:00"
25+
},
26+
{
27+
"startDate":"2024-06-20",
28+
"startTime":"16:00",
29+
"endTime":"17:00"
30+
},
31+
{
32+
"startDate":"2024-07-18",
33+
"startTime":"16:00",
34+
"endTime":"17:00"
35+
},
36+
{
37+
"startDate":"2024-08-15",
38+
"startTime":"16:00",
39+
"endTime":"17:00"
40+
},
41+
{
42+
"startDate":"2024-09-19",
43+
"startTime":"16:00",
44+
"endTime":"17:00"
45+
},
46+
{
47+
"startDate":"2024-10-17",
48+
"startTime":"16:00",
49+
"endTime":"17:00"
50+
},
51+
{
52+
"startDate":"2024-11-21",
53+
"startTime":"17:00",
54+
"endTime":"18:00"
55+
},
56+
{
57+
"startDate":"2024-12-19",
58+
"startTime":"17:00",
59+
"endTime":"18:00"
60+
}
61+
],
62+
"location":"https://chocolatey.org/events/unpacking-software",
63+
"options":[
64+
"Apple",
65+
"Google",
66+
"iCal",
67+
"Microsoft365",
68+
"Outlook.com",
69+
"Yahoo"
70+
],
71+
"timeZone":"UTC",
72+
"iCalFileName":"unpacking-software",
73+
"checkmark":false,
74+
"trigger":"click"
75+
}
76+
</div>

partials/CollapsingRightSidebarContent.txt

+18-47
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,15 @@
3737
</div>
3838
<hr />
3939
<div class="text-center">
40-
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank">
41-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-24.png" alt="Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management" />
40+
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank">
41+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-25.jpg" alt="Unpacking Software Livestream" />
4242
</a>
43-
<span class="convert-utc-to-local" data-event-utc="2024-01-17T17:00:00.0000000Z" data-event-include-break="true"></span>
44-
<p class="text-start">We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!</p>
45-
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank" class="btn btn-outline-primary mt-2 mx-1">Learn More</a>
46-
<a href="https://chocolatey.zoom.us/webinar/register/1617012772529/WN_CR32j2T-Tme0pfn5YjMUXw" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Register Now</a>
47-
</div>
48-
<hr />
49-
<div class="text-center">
50-
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" rel="noreferrer" target="_blank">
51-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-15-2.jpg" alt="Chocolatey Community Coffee Break" />
52-
</a>
53-
<p class="text-start">Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.</p>
43+
<p class="text-start">Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!</p>
5444
<div class="d-flex justify-content-center flex-wrap">
5545
<div class="btn-add-to-calendar mt-2 mx-1">
56-
<span id="FlyoutCalendarButtonCoffeeBreak"></span>
46+
<span id="FlyoutCalendarButtonUnpackingSoftware"></span>
5747
</div>
58-
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
48+
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
5949
</div>
6050
</div>
6151
<hr />
@@ -74,12 +64,20 @@
7464
<hr />
7565
<div class="shuffle">
7666
<div class="text-center">
77-
<a href="https://chocolatey.org/events/announcing-chocolatey-central-management-0-10-0" rel="noreferrer" target="_blank">
78-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-18.jpg" alt="Announcing Chocolatey Central Management 0.10.0" />
67+
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank">
68+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-24.png" alt="Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management" />
69+
</a>
70+
<p><strong>Webinar from<br />Wednesday, 17 January 2024</strong></p>
71+
<p class="text-start">We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!</p>
72+
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
73+
<hr />
74+
</div>
75+
<div class="text-center">
76+
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" rel="noreferrer" target="_blank">
77+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-15-2.jpg" alt="Chocolatey Community Coffee Break" />
7978
</a>
80-
<p><strong>Livestream from<br />Thursday, 06 October 2022</strong></p>
81-
<p class="text-start">We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.</p>
82-
<a href="https://chocolatey.org/events/announcing-chocolatey-central-management-0-10-0" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
79+
<p class="text-start">Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.</p>
80+
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" class="btn btn-primary mt-2 mx-1">Watch The Replays</a>
8381
<hr />
8482
</div>
8583
<div class="text-center">
@@ -118,31 +116,4 @@
118116
<a href="https://chocolatey.org/events/hacktoberfest-tuesdays-2022" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
119117
<hr />
120118
</div>
121-
<div class="text-center">
122-
<a href="https://chocolatey.org/events/chocolatey-spotlight-2022-november" rel="noreferrer" target="_blank">
123-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-20.jpg" alt="Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0" />
124-
</a>
125-
<p><strong>Livestream from<br />Thursday, 03 November 2022</strong></p>
126-
<p class="text-start">Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!</p>
127-
<a href="https://chocolatey.org/events/chocolatey-spotlight-2022-november" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
128-
<hr />
129-
</div>
130-
<div class="text-center">
131-
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" rel="noreferrer" target="_blank">
132-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-21.jpg" alt="Chocolatey Coding Livestream" />
133-
</a>
134-
<p><strong>Livestream from<br />Tuesday, 29 November 2022</strong></p>
135-
<p class="text-start">Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.</p>
136-
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
137-
<hr />
138-
</div>
139-
<div class="text-center">
140-
<a href="https://www.youtube.com/watch?v=Kr3gGdOTsbA" rel="noreferrer" target="_blank">
141-
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/02-03.jpg" alt="Introduction into Chocolatey with Veeam" />
142-
</a>
143-
<p><strong>Webinar from<br />Tuesday, 13 December 2022</strong></p>
144-
<p class="text-start">Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.</p>
145-
<a href="https://www.youtube.com/watch?v=Kr3gGdOTsbA" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Watch On-Demand</a>
146-
<hr />
147-
</div>
148119
</div>

scss/_backgrounds-headers.scss

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
background: var(--choco-theme-elevation-1) !important;
3636
}
3737

38+
.text-bg-elevation-1 {
39+
color: $gray-100 !important;
40+
background: $primary-900 !important;
41+
}
42+
3843
.text-bg-theme-elevation-2 {
3944
color: var(--choco-theme-contrast) !important;
4045
background: var(--choco-theme-elevation-2) !important;

0 commit comments

Comments
 (0)