@chocolatey-software/design 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +9 -0
- package/dist/css/design.css +58009 -0
- package/dist/css/design.min.css +26 -0
- package/dist/partials/_CollapsingRightSidebarContent.cshtml +111 -0
- package/dist/partials/_GlobalNavigation.cshtml +41 -0
- package/dist/partials/_GoogleTag.cshtml +8 -0
- package/dist/partials/_SocialMedia.cshtml +79 -0
- package/dist/partials/_SvgStyles.cshtml +12 -0
- package/dist/partials/_TermsContent.cshtml +500 -0
- package/dist/partials/_TermsLastUpdated.cshtml +1 -0
- package/dist/partials/_TermsToc.cshtml +38 -0
- package/dist/partials/_ThemeToggle.cshtml +31 -0
- package/dist/partials/_TopAlertBanner.cshtml +14 -0
- package/dist/scripts/design.js +10342 -0
- package/dist/scripts/design.min.js +30 -0
- package/dist/scripts/theme-toggle.js +65 -0
- package/dist/scripts/theme-toggle.min.js +1 -0
- package/package.json +31 -0
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
<!-- When adding a new announcement, change the number on the end of the value to the next available. Example: 1 becomes 2, 2 becomes 3. -->
|
|
2
|
+
<input id="announcementCookie" value="chocolatey_announcement_10" type="hidden" />
|
|
3
|
+
<!-- When adding a new announcement, update the value number to the amount of new announcements added. -->
|
|
4
|
+
<input id="announcementCount" value="1" type="hidden" />
|
|
5
|
+
|
|
6
|
+
<div id="announcementCount"></div>
|
|
7
|
+
<div id="announcementCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel" data-bs-interval="6000">
|
|
8
|
+
<div class="position-relative w-100 overflow-hidden">
|
|
9
|
+
<div class="carousel-item active">
|
|
10
|
+
<div class="card card-body text-bg-primary text-center">
|
|
11
|
+
<h3>Resources</h3>
|
|
12
|
+
<p>Watch videos, read documentation, and hear Chocolatey success stories from companies you trust.</p>
|
|
13
|
+
<a href="https://chocolatey.org/resources" class="btn btn-bg-body">View Resources</a>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="carousel-item">
|
|
17
|
+
<div class="card card-body text-bg-success text-center">
|
|
18
|
+
<h3>Events</h3>
|
|
19
|
+
<p>Find past and upcoming webinars, workshops, and conferences. New events have recently been added!</p>
|
|
20
|
+
<a href="https://chocolatey.org/events" class="btn btn-bg-body">View Events</a>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="carousel-item">
|
|
24
|
+
<div class="card card-body text-bg-primary-900 text-center">
|
|
25
|
+
<h3>Courses</h3>
|
|
26
|
+
<p>Step-by-step guides for all things Chocolatey! Earn badges as you learn through interactive digital courses.</p>
|
|
27
|
+
<a href="https://community.chocolatey.org/courses" class="btn btn-bg-body">View Courses</a>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
<hr />
|
|
33
|
+
<div class="text-center">
|
|
34
|
+
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank">
|
|
35
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-25.jpg" alt="Unpacking Software Livestream" />
|
|
36
|
+
</a>
|
|
37
|
+
<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>
|
|
38
|
+
<a href="https://chocolatey.org/events/unpacking-software" rel="noreferrer" target="_blank" class="btn btn-secondary mt-2 mx-1">Learn More</a>
|
|
39
|
+
</div>
|
|
40
|
+
<hr />
|
|
41
|
+
<div class="text-center">
|
|
42
|
+
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank">
|
|
43
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-23.jpg" alt="Chocolatey Product Spotlight" />
|
|
44
|
+
</a>
|
|
45
|
+
<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>
|
|
46
|
+
<a href="https://chocolatey.org/events/chocolatey-product-spotlight" rel="noreferrer" target="_blank" class="btn btn-secondary mt-2 mx-1">Learn More</a>
|
|
47
|
+
</div>
|
|
48
|
+
<hr />
|
|
49
|
+
<div class="text-center">
|
|
50
|
+
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" rel="noreferrer" target="_blank">
|
|
51
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-21-2.jpg" alt="Chocolatey Coding Livestream" />
|
|
52
|
+
</a>
|
|
53
|
+
<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>
|
|
54
|
+
<a href="https://chocolatey.org/events/chocolatey-coding-livestream" rel="noreferrer" target="_blank" class="btn btn-secondary mt-2 mx-1">Learn More</a>
|
|
55
|
+
</div>
|
|
56
|
+
<hr />
|
|
57
|
+
<div class="shuffle">
|
|
58
|
+
<div class="text-center">
|
|
59
|
+
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank">
|
|
60
|
+
<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" />
|
|
61
|
+
</a>
|
|
62
|
+
<p><strong>Webinar from<br />Wednesday, 17 January 2024</strong></p>
|
|
63
|
+
<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>
|
|
64
|
+
<a href="https://chocolatey.org/events/whipping-up-windows-automation-with-chocolatey-central-management" rel="noreferrer" target="_blank" class="btn btn-secondary mt-2 mx-1">Watch On-Demand</a>
|
|
65
|
+
<hr />
|
|
66
|
+
</div>
|
|
67
|
+
<div class="text-center">
|
|
68
|
+
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" rel="noreferrer" target="_blank">
|
|
69
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-15-2.jpg" alt="Chocolatey Community Coffee Break" />
|
|
70
|
+
</a>
|
|
71
|
+
<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>
|
|
72
|
+
<a href="https://chocolatey.org/events/chocolatey-community-coffee-break" class="btn btn-secondary mt-2 mx-1">Watch The Replays</a>
|
|
73
|
+
<hr />
|
|
74
|
+
</div>
|
|
75
|
+
<div class="text-center">
|
|
76
|
+
<a href="https://chocolatey.org/events/chocolatey-and-intune-overview" rel="noreferrer" target="_blank">
|
|
77
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-11.jpg" alt="Chocolatey and Intune Overview" />
|
|
78
|
+
</a>
|
|
79
|
+
<p><strong>Webinar Replay from<br />Wednesday, 30 March 2022</strong></p>
|
|
80
|
+
<p class="text-start">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!</p>
|
|
81
|
+
<a href="https://chocolatey.org/events/chocolatey-and-intune-overview" class="btn btn-secondary mt-2 mx-1">Watch On-Demand</a>
|
|
82
|
+
<hr />
|
|
83
|
+
</div>
|
|
84
|
+
<div class="text-center">
|
|
85
|
+
<a href="https://chocolatey.org/events/chocolatey-for-business-in-azure" rel="noreferrer" target="_blank">
|
|
86
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-14.jpg" alt="Chocolatey For Business. In Azure. In One Click." />
|
|
87
|
+
</a>
|
|
88
|
+
<p><strong>Livestream from<br />Thursday, 9 June 2022</strong></p>
|
|
89
|
+
<p class="text-start">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.</p>
|
|
90
|
+
<a href="https://chocolatey.org/events/chocolatey-for-business-in-azure" class="btn btn-secondary mt-2 mx-1">Watch On-Demand</a>
|
|
91
|
+
<hr />
|
|
92
|
+
</div>
|
|
93
|
+
<div class="text-center">
|
|
94
|
+
<a href="https://chocolatey.org/events/the-future-of-chocolatey-cli" rel="noreferrer" target="_blank">
|
|
95
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-17.jpg" alt="The Future of Chocolatey CLI" />
|
|
96
|
+
</a>
|
|
97
|
+
<p><strong>Livestream from<br />Thursday, 04 August 2022</strong></p>
|
|
98
|
+
<p class="text-start">Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!</p>
|
|
99
|
+
<a href="https://chocolatey.org/events/the-future-of-chocolatey-cli" class="btn btn-secondary mt-2 mx-1">Watch On-Demand</a>
|
|
100
|
+
<hr />
|
|
101
|
+
</div>
|
|
102
|
+
<div class="text-center">
|
|
103
|
+
<a href="https://chocolatey.org/events/hacktoberfest-tuesdays-2022" rel="noreferrer" target="_blank">
|
|
104
|
+
<img class="border rounded mb-3" src="https://img.chocolatey.org/events/01-19.jpg" alt="Hacktoberfest Tuesdays 2022" />
|
|
105
|
+
</a>
|
|
106
|
+
<p><strong>Livestreams from<br />October 2022</strong></p>
|
|
107
|
+
<p class="text-start">For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.</p>
|
|
108
|
+
<a href="https://chocolatey.org/events/hacktoberfest-tuesdays-2022" class="btn btn-secondary mt-2 mx-1">Watch On-Demand</a>
|
|
109
|
+
<hr />
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<ul class="nav global-nav-ul fw-bold flex-wrap flex-sm-fill justify-content-sm-end">
|
|
2
|
+
<li class="nav-item"><a class="nav-link" href="https://chocolatey.org" target="_blank" rel="noreferrer">Main</a></li>
|
|
3
|
+
<li class="nav-item"><a class="nav-link" href="https://community.chocolatey.org" target="_blank" rel="noreferrer">Community</a></li>
|
|
4
|
+
<li class="nav-item"><a class="nav-link" href="https://docs.chocolatey.org/en-us/" target="_blank" rel="noreferrer">Docs</a></li>
|
|
5
|
+
<li class="nav-item"><a class="nav-link" href="https://blog.chocolatey.org" target="_blank" rel="noreferrer">Blog</a></li>
|
|
6
|
+
<li class="nav-item"><a class="nav-link" href="https://chocolatey.org/install" target="_blank" rel="noreferrer">Install</a></li>
|
|
7
|
+
<li class="nav-item d-none d-md-flex align-items-center">
|
|
8
|
+
<div class="vr me-3 my-auto h-50"></div>
|
|
9
|
+
<div class="dropdown dropdown-theme">
|
|
10
|
+
<button class="btn btn-outline-hover-secondary dropdown-toggle w-px-60 d-md-none" type="button" aria-expanded="false" data-bs-toggle="dropdown" aria-label="Toggle theme (auto)">
|
|
11
|
+
<span class="theme-icon-active"><i></i></span>
|
|
12
|
+
</button>
|
|
13
|
+
<button class="btn nav-link dropdown-toggle py-0 px-0 w-px-30 d-none d-md-block" type="button" aria-expanded="false" data-bs-toggle="dropdown" aria-label="Toggle theme (auto)">
|
|
14
|
+
<span class="theme-icon-active"><i></i></span>
|
|
15
|
+
</button>
|
|
16
|
+
<ul class="dropdown-menu dropdown-menu-end">
|
|
17
|
+
<li>
|
|
18
|
+
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light" aria-pressed="false">
|
|
19
|
+
<i class="fa-solid fa-sun me-2" data-ct-theme-icon="fa-sun"></i>
|
|
20
|
+
Light
|
|
21
|
+
<i class="fa-solid fa-check ms-auto d-none"></i>
|
|
22
|
+
</button>
|
|
23
|
+
</li>
|
|
24
|
+
<li>
|
|
25
|
+
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark" aria-pressed="true">
|
|
26
|
+
<i class="fa-solid fa-moon me-2" data-ct-theme-icon="fa-moon"></i>
|
|
27
|
+
Dark
|
|
28
|
+
<i class="fa-solid fa-check ms-auto d-none"></i>
|
|
29
|
+
</button>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="auto" aria-pressed="false">
|
|
33
|
+
<i class="fa-solid fa-circle-half-stroke me-2" data-ct-theme-icon="fa-circle-half-stroke"></i>
|
|
34
|
+
Auto
|
|
35
|
+
<i class="fa-solid fa-check ms-auto d-none"></i>
|
|
36
|
+
</button>
|
|
37
|
+
</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
</li>
|
|
41
|
+
</ul>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-0WDD29GGN2"></script>
|
|
2
|
+
<script is:inline>
|
|
3
|
+
window.dataLayer = window.dataLayer || [];
|
|
4
|
+
function gtag(){dataLayer.push(arguments);}
|
|
5
|
+
gtag('js', new Date());
|
|
6
|
+
|
|
7
|
+
gtag('config', 'G-0WDD29GGN2');
|
|
8
|
+
</script>
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<ul class="list-unstyled list-inline mb-0">
|
|
2
|
+
<li class="list-inline-item">
|
|
3
|
+
<a href="https://twitter.com/chocolateynuget" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on Twitter" title="Connect with Chocolatey on Twitter">
|
|
4
|
+
<div class="text-bg-twitter circle" aria-hidden="true">
|
|
5
|
+
<i class="fa-brands fa-x-twitter"></i>
|
|
6
|
+
</div>
|
|
7
|
+
</a>
|
|
8
|
+
</li>
|
|
9
|
+
<li class="list-inline-item">
|
|
10
|
+
<a href="https://www.linkedin.com/company/chocolatey-software/" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on LinkedIn" title="Connect with Chocolatey on LinkedIn">
|
|
11
|
+
<div class="text-bg-linkedin circle" aria-hidden="true">
|
|
12
|
+
<i class="fa-brands fa-linkedin-in"></i>
|
|
13
|
+
</div>
|
|
14
|
+
</a>
|
|
15
|
+
</li>
|
|
16
|
+
<li class="list-inline-item">
|
|
17
|
+
<a href="https://github.com/chocolatey" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on GitHub" title="Connect with Chocolatey on GitHub">
|
|
18
|
+
<div class="text-bg-body-contrast circle" aria-hidden="true">
|
|
19
|
+
<i class="fa-brands fa-github"></i>
|
|
20
|
+
</div>
|
|
21
|
+
</a>
|
|
22
|
+
</li>
|
|
23
|
+
<li class="list-inline-item">
|
|
24
|
+
<a href="https://www.youtube.com/chocolateysoftware" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on YouTube" title="Connect with Chocolatey on YouTube">
|
|
25
|
+
<div class="text-bg-youtube circle" aria-hidden="true">
|
|
26
|
+
<i class="fa-brands fa-youtube"></i>
|
|
27
|
+
</div>
|
|
28
|
+
</a>
|
|
29
|
+
</li>
|
|
30
|
+
<li class="list-inline-item">
|
|
31
|
+
<a href="https://www.twitch.tv/chocolateysoftware" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on Twitch" title="Connect with Chocolatey on Twitch">
|
|
32
|
+
<div class="text-bg-twitch circle" aria-hidden="true">
|
|
33
|
+
<i class="fa-brands fa-twitch"></i>
|
|
34
|
+
</div>
|
|
35
|
+
</a>
|
|
36
|
+
</li>
|
|
37
|
+
<li class="list-inline-item">
|
|
38
|
+
<a href="https://facebook.com/ChocolateySoftware" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on Facebook" title="Connect with Chocolatey on Facebook">
|
|
39
|
+
<div class="text-bg-facebook circle" aria-hidden="true">
|
|
40
|
+
<i class="fa-brands fa-facebook-f"></i>
|
|
41
|
+
</div>
|
|
42
|
+
</a>
|
|
43
|
+
</li>
|
|
44
|
+
<li class="list-inline-item">
|
|
45
|
+
<a href="https://ch0.co/community" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on Community Chat" title="Connect with Chocolatey on Community Chat">
|
|
46
|
+
<div class="text-bg-chat circle" aria-hidden="true">
|
|
47
|
+
<i class="fa-solid fa-comment"></i>
|
|
48
|
+
</div>
|
|
49
|
+
</a>
|
|
50
|
+
</li>
|
|
51
|
+
<li class="list-inline-item">
|
|
52
|
+
<a href="https://groups.google.com/forum/#!forum/chocolatey" class="link-underline-none" target="_blank" rel="noreferrer" aria-label="Connect with Chocolatey on Google Groups" title="Connect with Chocolatey on Google Groups">
|
|
53
|
+
<div class="text-bg-google circle" aria-hidden="true">
|
|
54
|
+
<i class="fa-brands fa-google"></i>
|
|
55
|
+
</div>
|
|
56
|
+
</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li class="list-inline-item">
|
|
59
|
+
<a href="https://fosstodon.org/@@chocolatey" class="link-underline-none" target="_blank" rel="me" aria-label="Connect with Chocolatey on Mastodon" title="Connect with Chocolatey on Mastodon">
|
|
60
|
+
<div class="text-bg-mastodon circle" aria-hidden="true">
|
|
61
|
+
<i class="fa-brands fa-mastodon"></i>
|
|
62
|
+
</div>
|
|
63
|
+
</a>
|
|
64
|
+
</li>
|
|
65
|
+
<li class="list-inline-item">
|
|
66
|
+
<a href="https://bsky.app/profile/chocolatey.org" class="link-underline-none" target="_blank" rel="me" aria-label="Connect with Chocolatey on Bluesky" title="Connect with Chocolatey on Bluesky">
|
|
67
|
+
<div class="text-bg-bluesky circle" aria-hidden="true">
|
|
68
|
+
<svg class="w-50" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 568 501"><title>Bluesky butterfly logo</title><path fill="#fff" d="M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.21C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 388.56 473.333 453.32c-119.86 122.992-172.272-30.859-185.702-70.281-2.462-7.227-3.614-10.608-3.631-7.733-.017-2.875-1.169.506-3.631 7.733-13.43 39.422-65.842 193.273-185.702 70.281-63.111-64.76-33.89-129.52 80.986-149.071-65.72 11.185-139.6-7.295-159.875-79.748C9.945 203.659 0 75.291 0 57.946 0-28.906 76.135-1.612 123.121 33.664Z"></path></svg>
|
|
69
|
+
</div>
|
|
70
|
+
</a>
|
|
71
|
+
</li>
|
|
72
|
+
<li class="list-inline-item">
|
|
73
|
+
<a href="https://ch0.co/podcast" class="link-underline-none" target="_blank" rel="me" aria-label="Listen to the Unpacking Software Podcast" title="Listen to the Unpacking Software Podcast">
|
|
74
|
+
<div class="text-bg-podcast circle" aria-hidden="true">
|
|
75
|
+
<i class="fa-solid fa-podcast"></i>
|
|
76
|
+
</div>
|
|
77
|
+
</a>
|
|
78
|
+
</li>
|
|
79
|
+
</ul>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg class="position-absolute" style="right:999999px">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg-gradient-primary" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:var(--bs-primary);stop-opacity:1" />
|
|
5
|
+
<stop offset="100%" style="stop-color:var(--bs-primary);stop-opacity:1" />
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="bg-gradient-light" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
8
|
+
<stop offset="0%" style="stop-color:var(--bs-secondary-bg);stop-opacity:1" />
|
|
9
|
+
<stop offset="100%" style="stop-color:var(--bs-secondary-bg);stop-opacity:1" />
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|