@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +43 -0
  3. package/assets/js/auto-complete.min.js +1 -0
  4. package/assets/js/loglevel-plugin-remote.min.js +1 -0
  5. package/assets/js/loglevel.min.js +2 -0
  6. package/assets/js/lunr.min.js +7 -0
  7. package/assets/js/scroll-to-top.js +33 -0
  8. package/assets/js/search.min.js +1 -0
  9. package/assets/js/tdcafLogger.min.js +1 -0
  10. package/assets/js/theme-toggle.js +48 -0
  11. package/assets/js/was-this-page-helpful.js +15 -0
  12. package/assets/styles/_article.scss +110 -0
  13. package/assets/styles/_autocomplete.scss +63 -0
  14. package/assets/styles/_cards.scss +25 -0
  15. package/assets/styles/_codefences-dark.scss +16 -0
  16. package/assets/styles/_codefences.scss +243 -0
  17. package/assets/styles/_col-sidebar.scss +3 -0
  18. package/assets/styles/_font-open-sans.scss +69 -0
  19. package/assets/styles/_footer.scss +4 -0
  20. package/assets/styles/_javascript-disabled.scss +21 -0
  21. package/assets/styles/_list-js.scss +27 -0
  22. package/assets/styles/_menu-right.scss +55 -0
  23. package/assets/styles/_mobile.scss +52 -0
  24. package/assets/styles/_navbar-search.scss +53 -0
  25. package/assets/styles/_navbar.scss +5 -0
  26. package/assets/styles/_news.scss +6 -0
  27. package/assets/styles/_onetrust-cookie-banner.scss +166 -0
  28. package/assets/styles/_posts.scss +17 -0
  29. package/assets/styles/_print.scss +5 -0
  30. package/assets/styles/_scroll-to-top-btn.scss +17 -0
  31. package/assets/styles/_sidebar.scss +65 -0
  32. package/assets/styles/_skippy.scss +15 -0
  33. package/assets/styles/_tables.scss +5 -0
  34. package/assets/styles/_theme-dark.scss +10 -0
  35. package/assets/styles/_theme-light.scss +5 -0
  36. package/assets/styles/_theme-toggle.scss +83 -0
  37. package/assets/styles/_utilities.scss +9 -0
  38. package/assets/styles/_was-this-page-helpful.scss +28 -0
  39. package/assets/styles/_xxl.scss +18 -0
  40. package/assets/styles/styles.scss +66 -0
  41. package/data/menu.yml +19 -0
  42. package/data/navbar_apps.yml +15 -0
  43. package/layouts/_default/_markup/render-heading.html +23 -0
  44. package/layouts/_default/_markup/render-image.html +4 -0
  45. package/layouts/_default/_markup/render-link.html +4 -0
  46. package/layouts/_default/baseof.html +65 -0
  47. package/layouts/_default/home.html +31 -0
  48. package/layouts/_default/list.html +41 -0
  49. package/layouts/_default/redirect.html +19 -0
  50. package/layouts/_default/single.html +113 -0
  51. package/layouts/index.json +18 -0
  52. package/layouts/index.rss.xml +49 -0
  53. package/layouts/partials/analytics.html +9 -0
  54. package/layouts/partials/blog-brief.html +34 -0
  55. package/layouts/partials/blog-share.html +58 -0
  56. package/layouts/partials/btn-theme-toggle.html +20 -0
  57. package/layouts/partials/card-component.html +29 -0
  58. package/layouts/partials/col-sidebar-menu.html +74 -0
  59. package/layouts/partials/col-sidebar.html +25 -0
  60. package/layouts/partials/custom-footer.html +1 -0
  61. package/layouts/partials/custom-header.html +1 -0
  62. package/layouts/partials/footer.html +13 -0
  63. package/layouts/partials/header.html +14 -0
  64. package/layouts/partials/icons/brands/codepen.svg +2 -0
  65. package/layouts/partials/icons/brands/facebook-square.svg +2 -0
  66. package/layouts/partials/icons/brands/github-alt.svg +1 -0
  67. package/layouts/partials/icons/brands/github.svg +2 -0
  68. package/layouts/partials/icons/brands/linkedin.svg +1 -0
  69. package/layouts/partials/icons/brands/square-x-twitter.svg +2 -0
  70. package/layouts/partials/icons/brands/vimeo-square.svg +2 -0
  71. package/layouts/partials/icons/modus-outlined/accessibility-circle.svg +3 -0
  72. package/layouts/partials/icons/modus-outlined/arrow-up.svg +3 -0
  73. package/layouts/partials/icons/modus-outlined/bar-graph-square.svg +3 -0
  74. package/layouts/partials/icons/modus-outlined/launch.svg +3 -0
  75. package/layouts/partials/icons/modus-outlined/menu.svg +3 -0
  76. package/layouts/partials/icons/modus-outlined/more-vertical.svg +3 -0
  77. package/layouts/partials/icons/modus-outlined/person-account.svg +3 -0
  78. package/layouts/partials/icons/modus-outlined/search.svg +3 -0
  79. package/layouts/partials/icons/modus-outlined/sync.svg +3 -0
  80. package/layouts/partials/icons/modus-outlined/thumbs-down.svg +3 -0
  81. package/layouts/partials/icons/modus-outlined/thumbs-up.svg +3 -0
  82. package/layouts/partials/icons/modus-outlined/web.svg +3 -0
  83. package/layouts/partials/icons/modus-solid/email.svg +3 -0
  84. package/layouts/partials/icons/modus-solid/palette.svg +3 -0
  85. package/layouts/partials/icons/navbar-toggler-icon.svg +1 -0
  86. package/layouts/partials/icons/transportation/truck.svg +3 -0
  87. package/layouts/partials/icons/trimble-logo.svg +1 -0
  88. package/layouts/partials/index/list-blog-brief.html +17 -0
  89. package/layouts/partials/logos/trimble.svg +1 -0
  90. package/layouts/partials/menu-right.html +24 -0
  91. package/layouts/partials/meta.html +81 -0
  92. package/layouts/partials/navbar-dropdown.html +21 -0
  93. package/layouts/partials/navbar-search.html +19 -0
  94. package/layouts/partials/navbar.html +31 -0
  95. package/layouts/partials/related-content.html +50 -0
  96. package/layouts/partials/skippy.html +11 -0
  97. package/layouts/partials/trimble-logo.html +47 -0
  98. package/layouts/partials/was-this-page-helpful.html +19 -0
  99. package/layouts/shortcodes/alert.html +18 -0
  100. package/layouts/shortcodes/blocks/cover.html +50 -0
  101. package/layouts/shortcodes/blocks/feature.html +17 -0
  102. package/layouts/shortcodes/blocks/link-down.html +7 -0
  103. package/layouts/shortcodes/blocks/section.html +13 -0
  104. package/layouts/shortcodes/checklist.html +7 -0
  105. package/layouts/shortcodes/cloakemail.html +38 -0
  106. package/layouts/shortcodes/date-today.html +1 -0
  107. package/layouts/shortcodes/example.html +50 -0
  108. package/layouts/shortcodes/iframe.html +24 -0
  109. package/layouts/shortcodes/img.html +10 -0
  110. package/layouts/shortcodes/markdown.html +1 -0
  111. package/layouts/shortcodes/message.html +7 -0
  112. package/layouts/shortcodes/partial.html +1 -0
  113. package/layouts/shortcodes/tab.html +55 -0
  114. package/layouts/shortcodes/table.html +9 -0
  115. package/layouts/shortcodes/tabpane.html +172 -0
  116. package/layouts/sitemap.xml +8 -0
  117. package/package.json +47 -0
  118. package/static/favicon.ico +0 -0
  119. package/static/favicon.svg +1 -0
  120. package/static/fonts/open-sans-v27-latin-300.woff +0 -0
  121. package/static/fonts/open-sans-v27-latin-300.woff2 +0 -0
  122. package/static/fonts/open-sans-v27-latin-300italic.woff +0 -0
  123. package/static/fonts/open-sans-v27-latin-300italic.woff2 +0 -0
  124. package/static/fonts/open-sans-v27-latin-600.woff +0 -0
  125. package/static/fonts/open-sans-v27-latin-600.woff2 +0 -0
  126. package/static/fonts/open-sans-v27-latin-700.woff +0 -0
  127. package/static/fonts/open-sans-v27-latin-700.woff2 +0 -0
  128. package/static/fonts/open-sans-v27-latin-800.woff +0 -0
  129. package/static/fonts/open-sans-v27-latin-800.woff2 +0 -0
  130. package/static/fonts/open-sans-v27-latin-italic.woff +0 -0
  131. package/static/fonts/open-sans-v27-latin-italic.woff2 +0 -0
  132. package/static/fonts/open-sans-v27-latin-regular.woff +0 -0
  133. package/static/fonts/open-sans-v27-latin-regular.woff2 +0 -0
  134. package/static/img/trimble-logo.svg +1 -0
  135. package/static/js/instant-page.min.js +2 -0
  136. package/static/js/theme-toggle.js +48 -0
  137. package/static/staticwebapp.config.json +24 -0
@@ -0,0 +1,113 @@
1
+ {{- define "main" }}
2
+
3
+ <div class="container-fluid">
4
+ <div class="row row-main px-0">
5
+
6
+ <div class="col-1 col-sidebar px-0 bg-body shadow-sm">
7
+ {{ partial "col-sidebar" . }}
8
+ </div>
9
+
10
+ <div class="col col-auto px-0 collapse collapse-horizontal bg-dark bg-opacity-10" id="sidebar">
11
+ <div id="sidebar-menu" class="z-2 sticky-top sticky-offset shadow-sm overflow-auto w-100">
12
+ {{ partial "col-sidebar-menu" . }}
13
+ </div>
14
+ </div>
15
+
16
+ <div class="col col-auto col-12 col-main border-start p-0 overflow-y-hidden">
17
+
18
+ {{ partial "header" . }}
19
+
20
+ <main class="container mx-auto mt-5" style="max-width: 1090px;">
21
+ <div class="row">
22
+ <div class="col-12 col-xl-9">
23
+ {{ if .Params.blog }}
24
+ <h1 class="ps-2 ps-sm-3 display-3 mb-3 {{ if .Params.DoNotTranslateTitle }} notranslate{{- end -}}">
25
+ {{- .Title | title -}}
26
+ </h1>
27
+ <div class="d-flex">
28
+ <div class="mx-3">
29
+ <img src="/img/author/{{ .Params.author | urlize }}.jpg"
30
+ class="bg-light rounded-circle mx-auto text-center border" height="44" width="44"
31
+ alt="{{ .Params.author }}">
32
+ </div>
33
+ <div>
34
+ <div class="text-body fw-bold">
35
+ {{- .Params.author -}}
36
+ </div>
37
+ <div class="text-body mb-3 opacity-75">
38
+ <span>Posted on</span>
39
+ {{ .Date.Format "Jan 2, 2006" -}}
40
+ </div>
41
+ </div>
42
+ </div>
43
+ {{ end }}
44
+
45
+ {{ if and (gt .WordCount 8350 ) (not .Params.hideToc) }}
46
+ <details class="mb-3 d-print-none d-xl-none">
47
+ <summary class="mb-1 user-select-none">Contents</summary>
48
+ {{ .TableOfContents }}
49
+ </details>
50
+ {{- end -}}
51
+ <article class="ps-2 ps-sm-3">
52
+ {{ .Content }}
53
+ </article>
54
+
55
+ <div class="row">
56
+ <div class="col-6">
57
+ <div class="feedback-center">
58
+ <!-- {{ partial "was-this-page-helpful.html" . }} -->
59
+ </div>
60
+ </div>
61
+ <div class="col-6">
62
+ {{- if not .Params.blog -}}
63
+ {{- if site.Params.GitHubRepo -}}
64
+ <a class="btn btn-sm btn-outline-secondary mt-5 float-end"
65
+ href="{{- site.Params.GitHubRepo -}}/tree/main/content/{{ .Page.File.Path | replaceRE `\\` "/" }}"
66
+ title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
67
+ {{ end }}
68
+ {{ end }}
69
+ {{- if .Params.blog -}}
70
+ {{ partial "blog-share" . }}
71
+ {{ end }}
72
+ </div>
73
+ </div>
74
+ <footer class="mb-4 pt-0">
75
+ <!-- this displays date that markdown file was last committed to Git -->
76
+ {{- if not .Params.hideDate -}}
77
+ {{- if ne .Lastmod .Date -}}
78
+ {{- if not .Params.blog -}}
79
+ <div class="text-secondary small"><em>
80
+ Last updated {{ .Lastmod.Format "January 2, 2006" }}.
81
+ </em></div>
82
+ {{- end -}}
83
+ {{- end -}}
84
+ {{- end -}}
85
+
86
+ {{ if .Params.contributors }}
87
+ <div class="text-secondary small mt-2">
88
+ Contributors: {{ .Params.contributors }}
89
+ </div>
90
+ {{- end -}}
91
+
92
+ {{ if .Params.blog }}
93
+
94
+ {{ partial "related-content" . }}
95
+ {{ end }}
96
+
97
+ </footer>
98
+ </div>
99
+ <div class="col-12 col-xl-3 menu-right">
100
+ {{ partial "menu-right" . }}
101
+ </div>
102
+ </div>
103
+
104
+ </main>
105
+
106
+ <footer class="p-2 footer py-4 bg-secondary bg-opacity-10">
107
+ {{ partial "footer" . }}
108
+ </footer>
109
+ </div>
110
+
111
+ </div>
112
+ </div>
113
+ {{ end }}
@@ -0,0 +1,18 @@
1
+ [{{ range $index, $page := .Site.Pages }}
2
+ {{ if not (in .Params.tags "search_exclude" ) }}
3
+ {{ if not (in .Params.tags "accessibility" ) }}
4
+ {{ if not (in .Params.tags "styles" ) }}
5
+ {{- if ne $page.Type "json" -}}
6
+ {{- if and $index (gt $index 0) -}},{{- end }}
7
+ {
8
+ "uri": "{{- $page.Permalink -}}",
9
+ "title": "{{- htmlEscape $page.Title }} {{ if in .Params.tags "in-field" }}(In-Field){{end}}{{ if .Params.componentsWeb }}(Web){{end}}{{ if in .Params.tags "xr" }}(XR){{end}}{{ if in .Params.tags "mobile" }}(Mobile){{end}}",
10
+ "tags": [{{ range $tindex, $tag := $page.Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}],
11
+ "description": "{{- htmlEscape .Description -}}",
12
+ "content": {{- $page.Plain | jsonify -}}
13
+ }
14
+ {{- end -}}
15
+ {{- end -}}
16
+ {{- end -}}
17
+ {{- end -}}
18
+ {{- end -}}]
@@ -0,0 +1,49 @@
1
+ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2
+ <channel>
3
+ <title>{{- .Site.Title -}}</title>
4
+ <link>{{- .Site.BaseURL -}}</link>
5
+ <description>Recent content for {{ .Site.Title }}</description>
6
+ <icon>{{- .Site.BaseURL -}}icon.png</icon>
7
+ <copyright>Copyright {{ now.Format "2006" }}, {{ .Site.Params.copyrightHolder }}</copyright>
8
+ {{- with .Site.LanguageCode }}
9
+ <language>{{.}}</language>
10
+ {{- end}}
11
+ {{- with .Site.Params.copyrightHolderEmail }}
12
+ <managingEditor>{{.}} ({{- $.Site.Params.copyrightHolder -}})</managingEditor>
13
+ {{- end}}
14
+ {{- with .Site.Params.copyrightHolderEmail }}
15
+ <webMaster>{{.}} ({{- $.Site.Params.copyrightHolder -}})</webMaster>
16
+ {{- end}}
17
+ {{- with .Site.Params.docsUrlForRssV2}}
18
+ <docs>{{- . -}}</docs>
19
+ {{- end }}
20
+ {{- if not .Date.IsZero }}
21
+ <lastBuildDate>{{- .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML -}}</lastBuildDate>
22
+ {{- end }}
23
+ {{ with .OutputFormats.Get "RSS" }}
24
+ {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
25
+ {{ end }}
26
+ {{ range first 7 (where .Site.RegularPages.ByPublishDate.Reverse ".Section" "not in" "addons") }}
27
+ <item>
28
+ <title>{{- .Title -}}</title>
29
+ <link>{{- .Permalink -}}</link>
30
+ <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
31
+ {{ with $.Site.Params.copyrightHolderEmail }}<author>{{.}} ({{ with $.Site.Params.copyrightHolder }}{{.}}){{end}}</author>{{end}}
32
+ <guid isPermaLink="true">{{ .Permalink }}</guid>
33
+ {{- range .Params.tags }}
34
+ <category>{{- . | urlize -}}</category>
35
+ {{- end }}
36
+ <description>
37
+ {{- with .Params.headline }}&lt;h2&gt;{{ . }}&lt;/h2&gt;{{- end }}
38
+ {{- $img := (.Resources.ByType "image").GetMatch "*featured*" }}
39
+ {{- with $img }}
40
+ {{- $img := .Resize "640x" }}
41
+ {{- printf "<![CDATA[<img src=\"%s\" width=\"%d\" height=\"%d\"/>]]>" $img.Permalink $img.Width $img.Height | safeHTML }}
42
+ {{- end }}
43
+ {{ .Content | html }}
44
+ </description>
45
+ <source url="{{- .Site.BaseURL -}}index.xml">{{- .Site.Title -}}</source>
46
+ </item>
47
+ {{ end }}
48
+ </channel>
49
+ </rss>
@@ -0,0 +1,9 @@
1
+ {{- if not .Site.IsServer -}}
2
+
3
+ <!--
4
+ <script defer data-domain="yourdomain.com" src="https://plausible.io/js/script.js"></script>
5
+ <script>
6
+ window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }
7
+ </script>
8
+ -->
9
+ {{- end -}}
@@ -0,0 +1,34 @@
1
+ {{- if not .Date.IsZero -}}
2
+ <div class="col-12 col-lg-6 col-xl-4 my-3">
3
+ <div class="card card-blog-brief h-100">
4
+ <div class="card-header top-rounded mb-0 pb-0 border-0"
5
+ style="background-image: url({{ .Params.Image | relURL }}); background-color: {{ .Params.headerBgColor }}">
6
+ </div>
7
+ <div class="card-body border-0 pb-0">
8
+ <h3 class="card-title text-body px-2 ms-n2 name" {{ if .Params.TitleNoTranslate }}translate="no" {{- end -}}>
9
+ {{- .Title -}}
10
+ </h3>
11
+ <p class="px-2 ms-0">
12
+ <a href="{{ .RelPermalink }}" class="stretched-link text-decoration-none text-muted">
13
+ {{ with .Description }}{{ . }}
14
+ {{ else }}{{ with .Summary }}{{- . | plainify | htmlUnescape -}}
15
+ {{- end -}}{{- end -}}
16
+ </a>
17
+ </p>
18
+ </div>
19
+ <div class="card-footer bg-transparent border-0 py-0">
20
+ <div class="d-flex mb-1">
21
+ <div class="me-2">
22
+ <img src="/img/author/{{ .Params.author | urlize }}.jpg"
23
+ class="bg-light rounded-circle mx-auto text-center img-fluid ms-2" height="40" width="40"
24
+ alt="{{ .Params.author }}">
25
+ </div>
26
+ <div>
27
+ <p class="text-muted small mb-0">{{ .Params.author }}</p>
28
+ <p class="text-muted small">{{- .Date.Format "Jan 2, 2006" }}</p>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ {{- end -}}
@@ -0,0 +1,58 @@
1
+ <div class="container mb-5">
2
+ <div class="share py-2 float-end">
3
+ <!-- <div class="d-inline-block me-2">
4
+ <a href="https://twitter.com/intent/tweet?via=TrimbleCorpNews&text={{- .Title -}}&url={{- .Permalink -}}"
5
+ class="opacity-75" title="Share on X" data-bs-toggle="tooltip"
6
+ onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
7
+ {{ partial "icons/brands/twitter-square.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
8
+ <span class="sr-only visually-hidden">X</span></a>
9
+ </div> -->
10
+ <div class="d-inline-block me-2">
11
+ <a href="https://www.facebook.com/sharer.php?u={{- .Permalink -}}" class="opacity-75" title="Share on Facebook"
12
+ data-bs-toggle="tooltip" data-bs-placement="top"
13
+ onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
14
+ {{- partial "icons/brands/facebook-square.svg" (dict "class" "text-body" "width" "28" "height" "28") -}}
15
+ <span class="sr-only visually-hidden">Facebook</span></a>
16
+ </div>
17
+ <div class="d-inline-block me-2">
18
+ <a href="https://www.linkedin.com/shareArticle?mini=true&url={{- .Permalink -}}&title={{- .Title -}}&summary={{- .Summary -}}"
19
+ class="opacity-75" title="Share on LinkedIn" data-bs-toggle="tooltip" data-bs-placement="top"
20
+ onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
21
+ {{ partial "icons/brands/linkedin.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
22
+ <span class="sr-only visually-hidden">LinkedIn</span></a>
23
+ </div>
24
+ <!-- <div class="d-inline-block me-2">
25
+ <a href="mailto:?subject={{- .Title -}}%20-%20Modus%20Style%20Guide&body=Check out this site: {{ .Permalink }}"
26
+ class="opacity-75 bg-light" title="Share via Email" data-bs-toggle="tooltip" data-bs-placement="top"
27
+ onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
28
+ {{ partial "icons/modus-solid/email.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
29
+ <span class="sr-only visually-hidden">Email</span></a>
30
+ </div> -->
31
+ <div class="d-inline-block me-2">
32
+ <button class="opacity-75 border-0 bg-transparent btn-share-web-api p-0 d-none" title="Share"
33
+ data-bs-toggle="tooltip" data-bs-placement="top">
34
+ <span class="sr-only visually-hidden">Share</span></button>
35
+ </div>
36
+ </div>
37
+ </div>
38
+
39
+ <script>
40
+ const shareButton = document.querySelector('.btn-share-web-api');
41
+
42
+ if (navigator.share) {
43
+ shareButton.classList.remove('d-none');
44
+ };
45
+
46
+ shareButton.addEventListener('click', event => {
47
+ if (navigator.share) {
48
+ navigator.share({
49
+ title: '{{- .Title }} | {{ .Site.Title -}}',
50
+ text: '{{- .Description -}}',
51
+ url: '{{- .Permalink -}}'
52
+ }).then(() => {
53
+ console.log('Thanks for sharing!');
54
+ })
55
+ .catch(console.error);
56
+ };
57
+ });
58
+ </script>
@@ -0,0 +1,20 @@
1
+ <button class="btn btn-lg btn-icon-only theme-toggle pt-0 border-0 mx-1" id="theme-toggle" title="Toggles light & dark"
2
+ aria-label="auto" aria-live="polite" type="button" data-bs-toggle="tooltip" data-bs-placement="right">
3
+ <svg class="sun-and-moon" aria-hidden="true" width="22" height="22" viewBox="0 0 24 24">
4
+ <mask class="moon" id="moon-mask">
5
+ <rect x="0" y="0" width="100%" height="100%" fill="#fff" />
6
+ <circle cx="24" cy="10" r="6" fill="#111" />
7
+ </mask>
8
+ <circle class="sun" cx="12" cy="12" r="6" mask="url(#moon-mask)" fill="#fff" />
9
+ <g class="sun-beams" stroke="#111">
10
+ <line x1="12" y1="1" x2="12" y2="3" />
11
+ <line x1="12" y1="21" x2="12" y2="23" />
12
+ <line x1="4.22" y1="4.22" x2="5.64" y2="5.64" />
13
+ <line x1="18.36" y1="18.36" x2="19.78" y2="19.78" />
14
+ <line x1="1" y1="12" x2="3" y2="12" />
15
+ <line x1="21" y1="12" x2="23" y2="12" />
16
+ <line x1="4.22" y1="19.78" x2="5.64" y2="18.36" />
17
+ <line x1="18.36" y1="5.64" x2="19.78" y2="4.22" />
18
+ </g>
19
+ </svg>
20
+ </button>
@@ -0,0 +1,29 @@
1
+ <div class="col-12 col-lg-6 col-xl-4 my-3" {{ if .Params.keywords }} data-tags="{{- .Params.keywords -}}" {{- end -}}>
2
+ <div class="card card-blog-brief h-100 shadow-sm">
3
+ <div class="card-header card-{{- .Title | urlize }} top-rounded mb-0 pb-0 border-0"
4
+ {{- with .Params.images }}
5
+ style="background-image: url({{- index . 0 | relURL -}});"
6
+ {{- end -}}
7
+ >
8
+ </div>
9
+ {{ if not .Params.noDarkMode -}}
10
+ <style>
11
+ [data-bs-theme="dark"] .card-{{- .Title | urlize -}} {
12
+ {{- with .Params.images -}} background-image: url({{- index . 0 | relURL | replaceRE `.png` "-dark.png" -}}) !important;{{- end -}}
13
+ }
14
+ </style>
15
+ {{ end -}}
16
+ <div class="card-body border-0 pb-0">
17
+ <h3 class="card-title px-2 ml-n2 name {{ if .Params.DoNotTranslateTitle }}notranslate{{ end -}}">
18
+ {{- .Title -}}
19
+ </h3>
20
+ <p class="px-2 ml-n2">
21
+ <a href="{{- .RelPermalink -}}" class="stretched-link text-decoration-none text-muted">
22
+ {{- with .Description -}}{{- . -}}
23
+ {{- else -}}{{- with .Summary -}}{{- . | plainify | htmlUnescape -}}
24
+ {{- end -}}{{- end -}}
25
+ </a>
26
+ </p>
27
+ </div>
28
+ </div>
29
+ </div>
@@ -0,0 +1,74 @@
1
+ <script>
2
+ // Get the viewport width
3
+ var viewportWidth = window.innerWidth || document.documentElement.clientWidth;
4
+
5
+ // Check if the viewport width is above 1080px
6
+ if (viewportWidth > 1080) {
7
+ // Get the div element
8
+ var div = document.querySelector('#sidebar');
9
+
10
+ // Add the class to the div element
11
+ div.classList.add('show');
12
+ }
13
+ </script>
14
+
15
+ <!-- https://github.com/twbs/bootstrap/blob/v5.3.0/site/layouts/partials/docs-sidebar.html -->
16
+ <div class="">
17
+ {{- $url := split .Permalink "/" -}}
18
+ {{- $page_slug := index $url (sub (len $url) 2) -}}
19
+
20
+ <div class="accordion accordion-flush menu-left overflow-x-hidden overflow-y-hidden">
21
+ {{- range $group := .Site.Data.menu -}}
22
+ {{- $link := $group.title -}}
23
+ {{- $link_slug := $link | urlize -}}
24
+
25
+ {{- if $group.pages -}}
26
+ {{- $link = index $group.pages 0 -}}
27
+ {{- $link_slug = $link.title | urlize -}}
28
+ {{- end -}}
29
+
30
+ {{- $group_slug := $group.title | urlize -}}
31
+ {{- $is_active_group := eq $.Page.Params.group $group_slug -}}
32
+
33
+ {{- if $group.pages }}
34
+ <div class="accordion-item">
35
+ <h6 class="accordion-header">
36
+ <button class="accordion-button collapsed fs-5 ps-3 py-1 opacity-75" type="button" data-bs-toggle="collapse"
37
+ data-bs-target="#flush-collapse-{{- $group.title | urlize -}}" aria-expanded="false"
38
+ aria-controls="flush-collapse-{{- $group.title | urlize -}}">
39
+ {{- if $group.icon }}
40
+ {{- end }}
41
+ {{ $group.title }}
42
+ </button>
43
+ </h6>
44
+
45
+ <div id="flush-collapse-{{- $group.title | urlize -}}"
46
+ class="accordion-collapse collapse {{ if $is_active_group }} show{{ end }} {{ if site.Params.expandAllAccordions }}show{{- end -}}">
47
+ <div class="accordion-body py-1 bg-secondary bg-opacity-10">
48
+ <ul class="list-unstyled">
49
+ {{- range $doc := $group.pages -}}
50
+ {{- $doc_slug := $doc.title | urlize -}}
51
+ {{- $is_active := and $is_active_group (eq $page_slug $doc_slug) -}}
52
+ {{- $href := printf "/%s/%s/" $group_slug $doc_slug }}
53
+ <li class="my-1">
54
+ <a href="{{ $href }}" class="nav-link text-body{{ if $is_active }} active fw-bold{{ end }}"
55
+ {{ if $is_active }} aria-current="page" {{- end -}}>{{- $doc.title -}}</a>
56
+ </li>
57
+ {{- end }}
58
+ </ul>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ {{- else }}
63
+ <li class="mt-1 mb-3 mx-4 border-top"></li>
64
+ <li class="">
65
+ <a href="/{{ $group_slug }}/"
66
+ class="bd-links-link d-inline-block rounded small {{ if $is_active_group }} active fw-bold{{ end }}"
67
+ {{ if $is_active_group }} aria-current="page" {{- end -}}>
68
+ {{- $group.title -}}
69
+ </a>
70
+ </li>
71
+ {{- end }}
72
+ {{- end }}
73
+ </div>
74
+ </div>
@@ -0,0 +1,25 @@
1
+ <div
2
+ class="list-group d-block border-0 text-center sticky-top sticky-offset d-flex flex-column align-items-start justify-content-between"
3
+ style="height: calc(100dvh - 66px)">
4
+
5
+ <button class="list-group-item border-0 mt-2" type="button" data-bs-target="#sidebar" data-bs-toggle="collapse"
6
+ aria-label="Expand Menu">
7
+ <div class="ms-1 text-body">
8
+ <svg width="24" height="24" fill="currentColor">
9
+ <use xlink:href="/modus-icons.svg#user-guide" />
10
+ </svg>
11
+ </div>
12
+ </button>
13
+
14
+ <div>
15
+ {{- with .Site.Params.GitHubRepo -}}
16
+ <a href="{{- . -}}" class="btn btn-lg btn-icon-only border-0 mx-1" target="_blank" rel="noopener"
17
+ data-bs-toggle="tooltip" title="GitHub">
18
+ {{ partial "icons/brands/github.svg" (dict "class" "mt-2" "width" "22" "height" "22") }}
19
+ </a>
20
+ {{ end }}
21
+
22
+ {{ partial "btn-theme-toggle" . }}
23
+ </div>
24
+
25
+ </div>
@@ -0,0 +1 @@
1
+ <!-- Insert custom scripts here -->
@@ -0,0 +1 @@
1
+ <!-- Insert custom scripts here -->
@@ -0,0 +1,13 @@
1
+ <div class="container">
2
+ <div class="row pt-2">
3
+ <div class="col-12 col-sm-6 small">
4
+ Copyright &copy; {{ now.Format "2006" }}, Trimble Inc.
5
+ </div>
6
+ <div class="col-12 col-sm-6 text-sm-end small">
7
+ <a href="https://www.trimble.com/en/our-commitment/responsible-business/data-privacy-and-security/data-privacy-center"
8
+ target="_blank" rel="noopener">Privacy Center</a> -
9
+ <a href="https://www.trimble.com/en/legal/terms-and-conditions/terms-of-use" target="_blank" rel="noopener">Terms
10
+ of Use</a>
11
+ </div>
12
+ </div>
13
+ </div>
@@ -0,0 +1,14 @@
1
+ <header class="pt-5 bg-secondary-subtle bg-opacity-10 border-bottom" {{- if (or (.Params.blog) (.Params.image)) -}}
2
+ style="background-image: url({{- .Params.Image | relURL -}});{{- with .Params.headerBgColor -}}background-color:{{- . -}} !important;{{- end -}};"
3
+ {{ end }}>
4
+ <div class="container pt-xl-3" style="max-width: 1090px">
5
+ {{ if not .Params.blog }}
6
+ <h1 class="ps-2 ps-sm-3 display-2 fw-bold {{ if .Params.DoNotTranslateTitle }} notranslate{{- end -}}">
7
+ {{- .Title | title -}}
8
+ </h1>
9
+ <h2 class="ps-2 ps-sm-3 my-4 opacity-75">
10
+ {{- .Params.description -}}
11
+ </h2>
12
+ {{ end }}
13
+ </div>
14
+ </header>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 26 26">
2
+ <path fill="currentColor" d="M13 25.2c-.2 0-.5-.1-.6-.2l-11-7.3-.3-.3v-.1c-.1-.2-.2-.4-.2-.6V9.3c0-.2.1-.4.2-.6l.3-.3 11-7.3c.4-.3.9-.3 1.3 0l11 7.3.3.3c.1.2.2.4.2.6v7.4c0 .2-.1.4-.2.6v.1l-.3.3-11 7.3c-.2.1-.5.2-.7.2zm1.2-8v4.6l7.8-5.2-3.5-2.3-4.3 2.9zm-10.1-.5l7.8 5.2v-4.6l-4.3-2.9-3.5 2.3zM9.6 13l3.4 2.3 3.4-2.3-3.4-2.3L9.6 13zm10.9 0l2.3 1.6v-3.1L20.5 13zM3.1 11.4v3.1L5.5 13l-2.4-1.6zm11.1-2.7l4.3 2.9L22 9.3l-7.8-5.2v4.6zm-10.1.6l3.5 2.3 4.3-2.9V4.1L4.1 9.3z"></path></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
+ <path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
+ <path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
+ <path fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"/></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
+ <path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M12 8.25c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5Zm4.75.75h-9.5c-.41 0-.75.34-.75.75s.34.75.75.75H10V18c0 .41.34.75.75.75s.75-.34.75-.75v-3.75h1V18c0 .41.34.75.75.75s.75-.34.75-.75v-7.5h2.75c.41 0 .75-.34.75-.75S17.16 9 16.75 9ZM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.53 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="m13.06 3.65 6.79 6.79A1.497 1.497 0 0 1 18.79 13H16v6.5c0 .83-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5V13H5.21c-.61 0-1.15-.36-1.39-.93s-.11-1.2.33-1.63l6.79-6.79c.29-.29.68-.44 1.06-.44s.77.15 1.06.44ZM10 11v8h4v-8h3.59L12 5.41 6.41 11H10Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 16H5V5h14v14Zm-3-1c.55 0 1-.45 1-1v-6.25c0-.55-.45-1-1-1s-1 .45-1 1V17c0 .55.45 1 1 1Zm-4 0c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1Zm-4 0c.55 0 1-.45 1-1v-3.25c0-.55-.45-1-1-1s-1 .45-1 1V17c0 .55.45 1 1 1Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M19.78 19.78H4.22V4.22h6.67c.61 0 1.11-.5 1.11-1.11C12 2.5 11.5 2 10.89 2H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-7.89c0-.61-.5-1.11-1.11-1.11-.61 0-1.11.5-1.11 1.11v6.67ZM14.22 3.11c0 .61.5 1.11 1.11 1.11h2.88L8.07 14.36c-.43.43-.43 1.13 0 1.57.43.43 1.13.43 1.57 0L19.78 5.79v2.88c0 .61.5 1.11 1.11 1.11.61 0 1.11-.5 1.11-1.11V3c0-.55-.45-1-1-1h-5.67c-.61 0-1.11.5-1.11 1.11Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1ZM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M10.59 10.59c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Zm0-7c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Zm0 14c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-2.14 0-4.09-.85-5.53-2.23 1.5-.64 3.38-1.06 5.53-1.06s4.01.43 5.51 1.07A7.98 7.98 0 0 1 12 20Zm6.82-3.84c-1.89-.91-4.25-1.46-6.82-1.46s-4.93.55-6.82 1.45A7.972 7.972 0 0 1 4 11.99c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.53-.44 2.95-1.18 4.16ZM12 5.72c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4Zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="m16.38 14.92-.66.05-.41-.41c2.44-2.81 2.28-7.1-.5-9.7S7.8 2.4 5.17 4.94a6.988 6.988 0 0 0-.08 9.98c2.61 2.61 6.77 2.72 9.52.34l.41.41-.05.65 3.89 3.89a.996.996 0 1 0 1.41-1.41l-3.88-3.88Zm-2.81-1.41a5.016 5.016 0 0 1-7.08 0c-1.95-1.95-1.95-5.13 0-7.08s5.13-1.95 7.08 0 1.95 5.13 0 7.08Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M11.99 4V2.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V6c3.31 0 6 2.69 6 6 0 .79-.15 1.56-.44 2.25-.15.36-.04.77.23 1.04.51.51 1.37.33 1.64-.34.37-.91.57-1.91.57-2.95 0-4.42-3.58-8-8-8Zm0 14c-3.31 0-6-2.69-6-6 0-.79.15-1.56.44-2.25.15-.36.04-.77-.23-1.04-.51-.51-1.37-.33-1.64.34-.37.91-.57 1.91-.57 2.95 0 4.42 3.58 8 8 8v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79a.5.5 0 0 0-.85.36V18Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
2
+ <path fill="currentColor" d="M21.99 12.15c0 1.85-1.5 3.35-3.35 3.35h-3.69c.21 1.88.16 4.52-2.64 5.65-.38.15-.76.23-1.13.23-.76 0-1.44-.32-1.93-.9-.92-1.1-.73-2.61-.65-3 .09-.56-.31-1.06-1.16-2.01-.16-.18-.32-.35-.47-.53-.44.38-1.01.6-1.63.6h-.83a2.5 2.5 0 0 1-2.5-2.5V5.53a2.5 2.5 0 0 1 2.5-2.5h.83c.76 0 1.45.34 1.91.88.6-.56 1.4-.9 2.28-.9h7.06c1.99 0 2.8 1.08 3.49 2.91.6 1.44 1.59 3.81 1.69 4.03.1.22.28.62.22 2.21ZM6.17 5.52c0-.46-.38-.83-.83-.83h-.83c-.46 0-.83.37-.83.83v7.51c0 .46.37.83.83.83h.83c.46 0 .83-.38.83-.83V5.52Zm14.07 5.11c-.12-.26-1.71-4.08-1.71-4.08-.63-1.65-1.02-1.88-1.95-1.88H9.52c-.93 0-1.68.75-1.68 1.68v6.53s-.01.45.1.61c.99 1.27 2.59 2.42 2.31 4.23-.18.99.14 2.38 1.45 1.87 2.29-.93 1.64-3.46 1.39-5.35.03-.22.32-.33.72-.38h.04c.18-.02.37-.03.58-.03h4.2c.93 0 1.68-.75 1.68-1.68 0 0 .05-1.26-.07-1.52Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
2
+ <path fill="currentColor" d="M21.99 12.23c0-1.85-1.5-3.35-3.35-3.35h-3.69c.21-1.88.16-4.52-2.64-5.65-.38-.15-.76-.23-1.13-.23-.76 0-1.44.32-1.93.9-.92 1.1-.73 2.61-.65 3 .09.56-.31 1.06-1.16 2.01-.16.18-.32.35-.47.53a2.48 2.48 0 0 0-1.63-.6h-.83a2.5 2.5 0 0 0-2.5 2.5v7.51a2.5 2.5 0 0 0 2.5 2.5h.83c.76 0 1.45-.34 1.91-.88.6.56 1.4.9 2.28.9h7.06c1.99 0 2.8-1.08 3.49-2.91.6-1.44 1.59-3.81 1.69-4.03.1-.22.28-.62.22-2.21ZM6.17 18.86c0 .46-.38.83-.83.83h-.83c-.46 0-.83-.37-.83-.83v-7.51c0-.46.37-.83.83-.83h.83c.46 0 .83.38.83.83v7.51Zm14.07-5.11c-.12.26-1.71 4.08-1.71 4.08-.63 1.65-1.02 1.88-1.95 1.88H9.52c-.93 0-1.68-.75-1.68-1.68V11.5s-.01-.45.1-.61c.99-1.27 2.59-2.42 2.31-4.23-.18-.99.14-2.38 1.45-1.87 2.29.93 1.64 3.46 1.39 5.35.03.22.32.33.72.38h.04c.18.02.37.03.58.03h4.2c.93 0 1.68.75 1.68 1.68 0 0 .05 1.26-.07 1.52Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10A10.03 10.03 0 0 0 12 2Zm6.9 6H16c-.32-1.25-.79-2.46-1.4-3.6 1.82.65 3.34 1.92 4.3 3.6ZM12 4c.85 1.22 1.49 2.57 1.9 4h-3.8c.43-1.42 1.07-2.77 1.9-4ZM4.3 14c-.4-1.3-.4-2.7 0-4h3.4c-.08.66-.12 1.33-.1 2 0 .7.1 1.3.1 2H4.3Zm.8 2h3c.3 1.26.77 2.47 1.4 3.6A7.92 7.92 0 0 1 5.1 16ZM8 8H5c.98-1.66 2.5-2.93 4.3-3.6C8.8 5.6 8.4 6.8 8 8Zm4 12c-.85-1.22-1.49-2.57-1.9-4h3.8c-.43 1.42-1.07 2.77-1.9 4Zm2.3-6H9.7c-.12-.66-.18-1.33-.2-2 .01-.67.08-1.34.2-2h4.7c.12.66.19 1.33.2 2a13.6 13.6 0 0 1-.3 2Zm.3 5.6c.63-1.13 1.1-2.34 1.4-3.6h2.9a8.492 8.492 0 0 1-4.3 3.6Zm1.8-5.6c.08-.66.12-1.33.1-2 0-.7-.1-1.3-.1-2h3.4c.4 1.3.4 2.7 0 4h-3.4Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M20 5H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2Zm-.11 3.64-7.5 4.5c-.12.07-.25.11-.39.11s-.27-.04-.39-.11l-7.5-4.5c-.36-.21-.47-.67-.26-1.03s.67-.47 1.03-.26l7.11 4.27 7.11-4.27a.751.751 0 1 1 .77 1.29Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M11.93 2C6.41 2 1.92 6.46 1.92 11.98c0 5.52 4.46 10.01 9.98 10.02.93 0 1.69-.74 1.7-1.67v-.03c.02-.41-.12-.8-.4-1.1-.23-.32-.37-.7-.4-1.1 0-.93.74-1.69 1.67-1.7h1.93c2.97 0 5.42-2.32 5.6-5.28.14-5.02-4.46-9.16-10.07-9.12ZM5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9 7 9.67 7 10.5 6.33 12 5.5 12Zm4-5C8.67 7 8 6.33 8 5.5S8.67 4 9.5 4s1.5.67 1.5 1.5S10.33 7 9.5 7Zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 4 14.5 4s1.5.67 1.5 1.5S15.33 7 14.5 7Zm4 5c-.83 0-1.5-.67-1.5-1.5S17.67 9 18.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5Z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" focusable="false" role="img" viewBox="0 0 30 30"><title>Menu</title><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
2
+ <path d="M19 9h-2V5H3.818A1.79 1.79 0 0 0 2 6.75v9.625h1.818A2.674 2.674 0 0 0 6.545 19a2.674 2.674 0 0 0 2.728-2.625h5.454a2.73 2.73 0 0 0 5.455 0H22V12ZM6.545 17.688a1.313 1.313 0 1 1 1.364-1.313 1.337 1.337 0 0 1-1.364 1.313ZM19 10l2 2h-4v-2Zm-1.545 7.688a1.313 1.313 0 1 1 1.363-1.313 1.337 1.337 0 0 1-1.363 1.313Z"/>
3
+ </svg>