Skip to content

Commit

Permalink
Merge pull request #382 from st3phhays/calendar-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Feb 8, 2024
2 parents fb2b583 + 93dfe4d commit 67f5bf7
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 417 deletions.
2 changes: 1 addition & 1 deletion getting-started/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/chocolatey/chocolatey.org#readme",
"devDependencies": {
"choco-theme": "0.5.23"
"choco-theme": "0.5.24"
},
"resolutions": {
"glob-parent": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choco-theme",
"version": "0.5.23",
"version": "0.5.24",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
Expand Down
76 changes: 0 additions & 76 deletions partials/CalendarButtonProductSpotlight.html

This file was deleted.

76 changes: 0 additions & 76 deletions partials/CalendarButtonUnpackingSoftware.html

This file was deleted.

14 changes: 2 additions & 12 deletions partials/CollapsingRightSidebarContent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,15 @@
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-25.jpg" alt="Unpacking Software Livestream" />
</a>
<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>
<div class="d-flex justify-content-center flex-wrap">
<div class="btn-add-to-calendar mt-2 mx-1">
<span id="FlyoutCalendarButtonUnpackingSoftware"></span>
</div>
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
</div>
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
</div>
<hr />
<div class="text-center">
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank">
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-23.jpg" alt="Chocolatey Product Spotlight" />
</a>
<p class="text-start">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.</p>
<div class="d-flex justify-content-center flex-wrap">
<div class="btn-add-to-calendar mt-2 mx-1">
<span id="FlyoutCalendarButtonProductSpotlight"></span>
</div>
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
</div>
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank" class="btn btn-primary mt-2 mx-1">Learn More</a>
</div>
<hr />
<div class="shuffle">
Expand Down
Loading

0 comments on commit 67f5bf7

Please sign in to comment.