buner 0.0.2 → 1.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.
Files changed (175) hide show
  1. package/.env +15 -0
  2. package/.env.development +6 -0
  3. package/.env.eshn +5 -0
  4. package/README.md +141 -5
  5. package/bin/buner.js +566 -0
  6. package/cli/README.md +1 -0
  7. package/cli/buner.ts +234 -0
  8. package/cli/cli.ts +125 -0
  9. package/cli/create-app.ts +59 -0
  10. package/cli/helpers/copy.ts +62 -0
  11. package/cli/helpers/format-files.ts +189 -0
  12. package/cli/helpers/git.ts +77 -0
  13. package/cli/helpers/install.ts +26 -0
  14. package/cli/helpers/is-folder-empty.ts +40 -0
  15. package/cli/helpers/is-writeable.ts +14 -0
  16. package/cli/helpers/make-dir.ts +7 -0
  17. package/cli/helpers/validate-pkg.ts +17 -0
  18. package/cli/install-template.ts +77 -0
  19. package/eslint.config.mjs +187 -0
  20. package/index.html +44 -0
  21. package/integration.ts +179 -0
  22. package/migrate-scss.ts +42 -0
  23. package/package.json +135 -7
  24. package/prerender.ts +229 -0
  25. package/public/.nojekyll +1 -0
  26. package/public/400.html +1 -0
  27. package/public/401.html +21 -0
  28. package/public/403.html +252 -0
  29. package/public/404.css +51 -0
  30. package/public/404.html +29 -0
  31. package/public/__images__/awww.jpeg +0 -0
  32. package/public/__images__/bat-body.png +0 -0
  33. package/public/__images__/bat-wing.png +0 -0
  34. package/public/__images__/haunted-house-background.png +0 -0
  35. package/public/__images__/haunted-house-foreground.png +0 -0
  36. package/public/assets/fonts/crimson-text/CrimsonText-Bold.ttf +0 -0
  37. package/public/assets/fonts/crimson-text/CrimsonText-BoldItalic.ttf +0 -0
  38. package/public/assets/fonts/crimson-text/CrimsonText-Italic.ttf +0 -0
  39. package/public/assets/fonts/crimson-text/CrimsonText-Regular.ttf +0 -0
  40. package/public/assets/fonts/crimson-text/CrimsonText-SemiBold.ttf +0 -0
  41. package/public/assets/fonts/crimson-text/CrimsonText-SemiBoldItalic.ttf +0 -0
  42. package/public/assets/fonts/crimson-text/CrimsonText.woff2 +0 -0
  43. package/public/assets/fonts/crimson-text/OFL.txt +93 -0
  44. package/public/assets/fonts/work-sans/OFL.txt +93 -0
  45. package/public/assets/fonts/work-sans/README.txt +81 -0
  46. package/public/assets/fonts/work-sans/WorkSans-Italic-VariableFont_wght.ttf +0 -0
  47. package/public/assets/fonts/work-sans/WorkSans-VariableFont_wght.ttf +0 -0
  48. package/public/assets/fonts/work-sans/WorkSans.woff2 +0 -0
  49. package/public/assets/fonts/work-sans/static/WorkSans-Black.ttf +0 -0
  50. package/public/assets/fonts/work-sans/static/WorkSans-BlackItalic.ttf +0 -0
  51. package/public/assets/fonts/work-sans/static/WorkSans-Bold.ttf +0 -0
  52. package/public/assets/fonts/work-sans/static/WorkSans-BoldItalic.ttf +0 -0
  53. package/public/assets/fonts/work-sans/static/WorkSans-ExtraBold.ttf +0 -0
  54. package/public/assets/fonts/work-sans/static/WorkSans-ExtraBoldItalic.ttf +0 -0
  55. package/public/assets/fonts/work-sans/static/WorkSans-ExtraLight.ttf +0 -0
  56. package/public/assets/fonts/work-sans/static/WorkSans-ExtraLightItalic.ttf +0 -0
  57. package/public/assets/fonts/work-sans/static/WorkSans-Italic.ttf +0 -0
  58. package/public/assets/fonts/work-sans/static/WorkSans-Light.ttf +0 -0
  59. package/public/assets/fonts/work-sans/static/WorkSans-LightItalic.ttf +0 -0
  60. package/public/assets/fonts/work-sans/static/WorkSans-Medium.ttf +0 -0
  61. package/public/assets/fonts/work-sans/static/WorkSans-MediumItalic.ttf +0 -0
  62. package/public/assets/fonts/work-sans/static/WorkSans-Regular.ttf +0 -0
  63. package/public/assets/fonts/work-sans/static/WorkSans-SemiBold.ttf +0 -0
  64. package/public/assets/fonts/work-sans/static/WorkSans-SemiBoldItalic.ttf +0 -0
  65. package/public/assets/fonts/work-sans/static/WorkSans-Thin.ttf +0 -0
  66. package/public/assets/fonts/work-sans/static/WorkSans-ThinItalic.ttf +0 -0
  67. package/public/assets/images/icons.svg +67 -0
  68. package/public/assets/images/logo.svg +14 -0
  69. package/public/assets/images/root.svg +49 -0
  70. package/public/assets/vendors/axios@0.24.0/axios.js +2275 -0
  71. package/public/assets/vendors/axios@0.24.0/axios.map +1 -0
  72. package/public/assets/vendors/axios@0.24.0/axios.min.js +2 -0
  73. package/public/assets/vendors/axios@0.24.0/axios.min.map +1 -0
  74. package/public/favicon.ico +0 -0
  75. package/public/favicon.svg +3 -0
  76. package/public/icon-128.png +0 -0
  77. package/public/icon-16.png +0 -0
  78. package/public/icon-192.png +0 -0
  79. package/public/icon-48.png +0 -0
  80. package/public/icon-512.png +0 -0
  81. package/public/json/avatar.json +42 -0
  82. package/public/manifest.webmanifest +29 -0
  83. package/public/mockServiceWorker.js +349 -0
  84. package/public/pl-states.svg +4 -0
  85. package/public/samples/01.svg +1 -0
  86. package/public/samples/Airbnb.svg +3 -0
  87. package/public/samples/Facebook.svg +3 -0
  88. package/public/samples/Google.svg +8 -0
  89. package/public/samples/Microsoft.svg +7 -0
  90. package/public/samples/Spotify.svg +3 -0
  91. package/public/samples/alexandra-stolz.svg +35 -0
  92. package/public/samples/browserconfig.xml +9 -0
  93. package/public/samples/cliff-curtis.jpg +0 -0
  94. package/public/samples/emilia-clarke.jpg +0 -0
  95. package/public/samples/favicon.ico +0 -0
  96. package/public/samples/icons/android-chrome-192x192.png +0 -0
  97. package/public/samples/icons/apple-touch-icon.png +0 -0
  98. package/public/samples/icons/favicon-144x144.png +0 -0
  99. package/public/samples/icons/favicon-150x150.png +0 -0
  100. package/public/samples/icons/favicon-16x16.png +0 -0
  101. package/public/samples/icons/favicon-32x32.png +0 -0
  102. package/public/samples/icons/favicon-48x48.png +0 -0
  103. package/public/samples/icons/favicon-70x70.png +0 -0
  104. package/public/samples/icons/favicon.ico +0 -0
  105. package/public/samples/image-1.svg +166 -0
  106. package/public/samples/image-2.svg +110 -0
  107. package/public/samples/image-3.svg +113 -0
  108. package/public/samples/janet-bray.svg +36 -0
  109. package/public/samples/kate-winslet.jpg +0 -0
  110. package/public/samples/manifest.json +19 -0
  111. package/public/samples/michelle-yeoh.jpg +0 -0
  112. package/public/samples/peg-legge.svg +37 -0
  113. package/public/samples/richard-guerra.svg +42 -0
  114. package/public/samples/rose-leslie.jpg +0 -0
  115. package/public/samples/sample-1.svg +365 -0
  116. package/public/samples/sample-2.svg +129 -0
  117. package/public/samples/sample-3.svg +93 -0
  118. package/public/samples/sample-4.svg +168 -0
  119. package/public/samples/sample-5.svg +155 -0
  120. package/public/samples/sample-6.svg +445 -0
  121. package/public/samples/sample-7.svg +404 -0
  122. package/public/samples/sample-8.png +0 -0
  123. package/public/staticwebapp.config.json +138 -0
  124. package/scripts.ts +56 -0
  125. package/server.ts +29 -0
  126. package/states.ts +63 -0
  127. package/styles.ts +232 -0
  128. package/tsconfig.json +71 -25
  129. package/types.d.ts +54 -0
  130. package/vite.config.ts +3 -0
  131. package/xpack/alias.ts +21 -0
  132. package/xpack/config.ts +59 -0
  133. package/xpack/create-server.ts +68 -0
  134. package/xpack/create-vite-dev-server.ts +33 -0
  135. package/xpack/deploy/deploy-inte.ts +3 -0
  136. package/xpack/filename.ts +43 -0
  137. package/xpack/hooks/build-start.ts +17 -0
  138. package/xpack/hooks/close-bundle.ts +19 -0
  139. package/xpack/hooks/handle-hot-update.ts +22 -0
  140. package/xpack/hooks/options.ts +55 -0
  141. package/xpack/hooks/resolve-dynamic-import.ts +18 -0
  142. package/xpack/hooks/transform-index-html.ts +18 -0
  143. package/xpack/hooks/transform.ts +72 -0
  144. package/xpack/hooks/write-bundle.ts +16 -0
  145. package/xpack/manual-chunk.ts +56 -0
  146. package/xpack/paths.ts +30 -0
  147. package/xpack/renderer.ts +141 -0
  148. package/xpack/root/active-item-options.tsx +98 -0
  149. package/xpack/root/frame-controls.tsx +139 -0
  150. package/xpack/root/index.tsx +107 -0
  151. package/xpack/root/rendered-item.tsx +25 -0
  152. package/xpack/root/root-context.ts +22 -0
  153. package/xpack/root/root-nav.tsx +162 -0
  154. package/xpack/root/state-animation-html.tsx +18 -0
  155. package/xpack/root/template.tsx +23 -0
  156. package/xpack/root/use-click-outside.ts +37 -0
  157. package/xpack/scripts/color-mode.entry.ts +28 -0
  158. package/xpack/scripts/mock-api.entry.ts +11 -0
  159. package/xpack/scripts/pl-states.entry.ts +321 -0
  160. package/xpack/scripts/root.entry.ts +135 -0
  161. package/xpack/scripts/theme-critical.entry.ts +20 -0
  162. package/xpack/states.schema.json +61 -0
  163. package/xpack/styles/_border.scss +22 -0
  164. package/xpack/styles/_breakpoint.scss +117 -0
  165. package/xpack/styles/_form.scss +23 -0
  166. package/xpack/styles/_px2rem.scss +5 -0
  167. package/xpack/styles/_reset.scss +134 -0
  168. package/xpack/styles/_state-toggle.scss +121 -0
  169. package/xpack/styles/_theme.scss +68 -0
  170. package/xpack/styles/_top-panel.scss +87 -0
  171. package/xpack/styles/_xpack-root.scss +322 -0
  172. package/xpack/styles/pl-states.scss +308 -0
  173. package/xpack/styles/root.scss +129 -0
  174. package/.github/workflows/deploy.yaml +0 -32
  175. package/index.ts +0 -1
package/public/404.css ADDED
@@ -0,0 +1,51 @@
1
+ * {
2
+ box-sizing: border-box;
3
+ }
4
+
5
+ body {
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+
10
+ #container {
11
+ margin: 0 auto;
12
+ padding: 2rem 1.5rem 4rem;
13
+ min-height: 100vh;
14
+ min-height: 100dvh;
15
+ display: flex;
16
+ flex-direction: column;
17
+ justify-content: center;
18
+ align-items: center;
19
+ text-align: center;
20
+ }
21
+
22
+ #text {
23
+ margin: 0 auto;
24
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
25
+ max-width: 30rem;
26
+ text-align: center;
27
+ }
28
+
29
+ @media (min-width: 800px) {
30
+ #container {
31
+ padding: 2rem 1.5rem 5rem;
32
+ flex-direction: row;
33
+ }
34
+
35
+ #text {
36
+ margin: 0;
37
+ padding: 0;
38
+ }
39
+ }
40
+
41
+ #awww {
42
+ width: max(12rem, min(20rem, 30vw));
43
+ }
44
+
45
+ #text h1 {
46
+ font-size: max(1.5rem, min(5vw, 2rem));
47
+ }
48
+
49
+ #text p {
50
+ font-size: max(1.2rem, min(5vw, 1.5rem));
51
+ }
@@ -0,0 +1,29 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <link rel="icon" href="/favicon.svg" />
8
+
9
+ <link rel='stylesheet' href="/404.css"/>
10
+
11
+ <title>404 - Not Found</title>
12
+ </head>
13
+
14
+ <body>
15
+ <main>
16
+ <div id="container">
17
+ <div id="image">
18
+ <img id="awww" src="/__images__/awww.jpeg" alt="Don't cry" loading="lazy">
19
+ </div>
20
+ <div id="text">
21
+ <h1>AWWW... DON’T CRY.</h1>
22
+ <p>It's just a 404 Error!</p>
23
+ <p>What you’re looking for may have been misplaced in Long Term Memory.</p>
24
+ </div>
25
+ </div>
26
+ </main>
27
+ </body>
28
+
29
+ </html>
Binary file
Binary file
Binary file
@@ -0,0 +1,93 @@
1
+ Copyright 2010 The Crimson Text Project Authors (https://github.com/googlefonts/Crimson)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2019 The Work Sans Project Authors (https://github.com/weiweihuanghuang/Work-Sans)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,81 @@
1
+ Work Sans Variable Font
2
+ =======================
3
+
4
+ This download contains Work Sans as both variable fonts and static fonts.
5
+
6
+ Work Sans is a variable font with this axis:
7
+ wght
8
+
9
+ This means all the styles are contained in these files:
10
+ Work_Sans/WorkSans-VariableFont_wght.ttf
11
+ Work_Sans/WorkSans-Italic-VariableFont_wght.ttf
12
+
13
+ If your app fully supports variable fonts, you can now pick intermediate styles
14
+ that aren’t available as static fonts. Not all apps support variable fonts, and
15
+ in those cases you can use the static font files for Work Sans:
16
+ Work_Sans/static/WorkSans-Thin.ttf
17
+ Work_Sans/static/WorkSans-ExtraLight.ttf
18
+ Work_Sans/static/WorkSans-Light.ttf
19
+ Work_Sans/static/WorkSans-Regular.ttf
20
+ Work_Sans/static/WorkSans-Medium.ttf
21
+ Work_Sans/static/WorkSans-SemiBold.ttf
22
+ Work_Sans/static/WorkSans-Bold.ttf
23
+ Work_Sans/static/WorkSans-ExtraBold.ttf
24
+ Work_Sans/static/WorkSans-Black.ttf
25
+ Work_Sans/static/WorkSans-ThinItalic.ttf
26
+ Work_Sans/static/WorkSans-ExtraLightItalic.ttf
27
+ Work_Sans/static/WorkSans-LightItalic.ttf
28
+ Work_Sans/static/WorkSans-Italic.ttf
29
+ Work_Sans/static/WorkSans-MediumItalic.ttf
30
+ Work_Sans/static/WorkSans-SemiBoldItalic.ttf
31
+ Work_Sans/static/WorkSans-BoldItalic.ttf
32
+ Work_Sans/static/WorkSans-ExtraBoldItalic.ttf
33
+ Work_Sans/static/WorkSans-BlackItalic.ttf
34
+
35
+ Get started
36
+ -----------
37
+
38
+ 1. Install the font files you want to use
39
+
40
+ 2. Use your app's font picker to view the font family and all the
41
+ available styles
42
+
43
+ Learn more about variable fonts
44
+ -------------------------------
45
+
46
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
47
+ https://variablefonts.typenetwork.com
48
+ https://medium.com/variable-fonts
49
+
50
+ In desktop apps
51
+
52
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
53
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
54
+
55
+ Online
56
+
57
+ https://developers.google.com/fonts/docs/getting_started
58
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
59
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
60
+
61
+ Installing fonts
62
+
63
+ MacOS: https://support.apple.com/en-us/HT201749
64
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
65
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
66
+
67
+ Android Apps
68
+
69
+ https://developers.google.com/fonts/docs/android
70
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
71
+
72
+ License
73
+ -------
74
+ Please read the full license text (OFL.txt) to understand the permissions,
75
+ restrictions and requirements for usage, redistribution, and modification.
76
+
77
+ You can use them in your products & projects – print or digital,
78
+ commercial or otherwise.
79
+
80
+ This isn't legal advice, please consider consulting a lawyer and see the full
81
+ license for all details.
@@ -0,0 +1,67 @@
1
+ <svg aria-hidden="true" version="1.1" xmlns="http://www.w3.org/2000/svg"
2
+ xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <symbol id="zzz-facebook" viewBox="0 0 10 19">
4
+ <path
5
+ d="M9.00943 10.6251L9.50902 7.36758H6.38326V5.25323C6.38326 4.3619 6.81978 3.49347 8.21986 3.49347H9.64077V0.719781C9.64077 0.719781 8.3516 0.5 7.1184 0.5C4.54363 0.5 2.86171 2.05982 2.86171 4.88439V7.36758H0V10.6251H2.86171V18.5H6.38326V10.6251H9.00943Z"
6
+ fill="currentColor" />
7
+ </symbol>
8
+
9
+ <symbol id="zzz-instagram" viewBox="0 0 19 19">
10
+ <path
11
+ d="M14.4058 3.71362C13.8228 3.71362 13.3502 4.18624 13.3502 4.76874C13.3502 5.35175 13.8228 5.82436 14.4058 5.82436C14.9883 5.82436 15.4609 5.35175 15.4609 4.76874C15.4609 4.18624 14.9883 3.71362 14.4058 3.71362Z"
12
+ fill="currentColor" />
13
+ <path
14
+ d="M9.71404 12.3392C8.14816 12.3392 6.87428 11.0654 6.87428 9.49999C6.87428 7.93411 8.14816 6.66025 9.71404 6.66025C11.2794 6.66025 12.5533 7.93411 12.5533 9.49999C12.5533 11.0654 11.2794 12.3392 9.71404 12.3392ZM9.71404 5.06689C7.26958 5.06689 5.28094 7.05553 5.28094 9.49999C5.28094 11.9439 7.26958 13.9326 9.71404 13.9326C12.158 13.9326 14.1466 11.9439 14.1466 9.49999C14.1466 7.05553 12.158 5.06689 9.71404 5.06689Z"
15
+ fill="currentColor" />
16
+ <path
17
+ d="M6.04706 2.19357C3.99941 2.19357 2.33381 3.85917 2.33381 5.90682V13.0932C2.33381 15.1408 3.99941 16.8064 6.04706 16.8064H13.2334C15.2811 16.8064 16.9472 15.1408 16.9472 13.0932V5.90682C16.9472 3.85917 15.2811 2.19357 13.2334 2.19357H6.04706ZM13.2334 18.5H6.04706C3.06538 18.5 0.640747 16.0744 0.640747 13.0932V5.90682C0.640747 2.92513 3.06538 0.5 6.04706 0.5H13.2334C16.2146 0.5 18.6402 2.92513 18.6402 5.90682V13.0932C18.6402 16.0744 16.2146 18.5 13.2334 18.5Z"
18
+ fill="currentColor" />
19
+ </symbol>
20
+
21
+ <symbol id="zzz-twitter" viewBox="0 0 23 19">
22
+ <path
23
+ d="M22.4202 2.65762C21.7253 2.97202 20.9576 3.16229 20.2082 3.28795C20.5638 3.22842 21.0863 2.58436 21.2959 2.32389C21.6154 1.92707 21.8804 1.47428 22.0295 0.985381C22.0488 0.947225 22.0636 0.899404 22.0249 0.870406C21.9771 0.851583 21.9461 0.861255 21.9079 0.880079C21.071 1.32828 20.2062 1.65336 19.2854 1.88382C19.2091 1.90265 19.1521 1.88382 19.1042 1.83549C19.0284 1.74951 18.9562 1.66812 18.8753 1.60147C18.4882 1.27232 18.073 1.01387 17.605 0.823092C16.9904 0.572791 16.3189 0.46647 15.657 0.509204C15.0124 0.55143 14.3801 0.732542 13.8088 1.03117C13.2359 1.33031 12.7246 1.74697 12.3171 2.2491C11.8964 2.76903 11.5861 3.38207 11.4268 4.03275C11.2742 4.66053 11.2864 5.2812 11.38 5.9156C11.3943 6.02091 11.3846 6.03515 11.2895 6.02091C7.68807 5.4847 4.70277 4.19656 2.27913 1.43461C2.17382 1.31454 2.11685 1.31454 2.03087 1.44376C0.970149 3.03357 1.48447 5.58695 2.80923 6.84202C2.98628 7.0099 3.16741 7.17677 3.36328 7.32939C3.29155 7.34414 2.41039 7.24901 1.62438 6.84202C1.51958 6.77537 1.46618 6.81404 1.45702 6.93308C1.44735 7.10504 1.46209 7.26326 1.48549 7.44946C1.68899 9.06064 2.80518 10.5507 4.33344 11.1327C4.51455 11.2091 4.71551 11.2757 4.91087 11.3093C4.56289 11.3856 4.20423 11.44 3.20557 11.3617C3.08144 11.3383 3.03411 11.4003 3.08143 11.5199C3.83233 13.5645 5.45113 14.1735 6.66448 14.5199C6.82677 14.5484 6.98959 14.5484 7.15238 14.5866C7.14221 14.6013 7.13252 14.6013 7.12286 14.6156C6.72095 15.2286 5.326 15.685 4.67634 15.9119C3.49504 16.325 2.20844 16.5107 0.959984 16.3875C0.760557 16.358 0.718335 16.3606 0.664408 16.3875C0.609464 16.4216 0.656777 16.4694 0.721387 16.5213C0.97474 16.6887 1.23266 16.8368 1.49568 16.9802C2.2883 17.4004 3.115 17.7352 3.97986 17.9738C8.44407 19.2065 13.4725 18.3004 16.8246 14.9702C19.4568 12.3547 20.3797 8.74776 20.3797 5.13671C20.3797 4.99528 20.5465 4.91744 20.6452 4.84266C21.3305 4.32832 21.883 3.71224 22.3938 3.02493C22.5087 2.87027 22.5097 2.73291 22.5097 2.67644C22.5097 2.66677 22.5097 2.65762 22.5097 2.65762C22.5097 2.59962 22.5087 2.61743 22.4202 2.65762Z"
24
+ fill="currentColor" />
25
+ </symbol>
26
+
27
+ <symbol id="zzz-pinterest" viewBox="0 0 15 19">
28
+ <path fill-rule="evenodd" clip-rule="evenodd"
29
+ d="M6.33834 12.2417C6.32307 12.2936 6.30933 12.3368 6.29763 12.3806C5.63626 14.9706 5.56301 15.546 4.88384 16.7497C4.55926 17.321 4.1945 17.8628 3.79056 18.3817C3.74477 18.4402 3.70255 18.5155 3.61148 18.4972C3.51177 18.4758 3.50412 18.3863 3.49293 18.3064C3.38406 17.5194 3.32455 16.7298 3.3505 15.9357C3.38458 14.9004 3.51276 14.5453 4.8472 8.93284C4.86704 8.84737 4.84516 8.77666 4.81667 8.69882C4.49718 7.83752 4.43411 6.96299 4.7129 6.07676C5.31678 4.16236 7.48706 4.01584 7.86658 5.59549C8.10009 6.57227 7.48199 7.85023 7.00733 9.7397C6.61408 11.299 8.44909 12.407 10.0181 11.269C11.4639 10.22 12.0256 7.70423 11.9187 5.92159C11.7086 2.36752 7.81165 1.59932 5.33815 2.74399C2.50394 4.05451 1.85935 7.56839 3.13935 9.17398C3.30113 9.37849 3.4263 9.50314 3.37289 9.71071C3.29047 10.0317 3.21772 10.3558 3.1292 10.6758C3.06306 10.9134 2.8636 11.0004 2.62297 10.9022C2.15136 10.7114 1.75812 10.4112 1.43914 10.0154C0.352468 8.66982 0.0416091 6.00706 1.4783 3.75384C3.07066 1.25642 6.03259 0.246569 8.73605 0.553341C11.9655 0.920144 14.0066 3.12707 14.3892 5.63008C14.5632 6.77069 14.438 9.5825 12.8375 11.5702C10.9953 13.8539 8.01005 14.005 6.63289 12.6034C6.52707 12.4961 6.44212 12.3699 6.33834 12.2417Z"
30
+ fill="currentColor" />
31
+ </symbol>
32
+
33
+ <symbol id="zzz-tiktok" viewBox="0 0 16 19">
34
+ <path
35
+ d="M15.8491 7.78289C15.702 7.79686 15.5543 7.80434 15.4062 7.80534C13.7851 7.80534 12.2738 6.98832 11.3859 5.6321V13.0312C11.3859 16.0519 8.93684 18.5 5.91714 18.5C2.89644 18.5 0.448364 16.0519 0.448364 13.0312C0.448364 10.011 2.89644 7.56293 5.91714 7.56293C6.03087 7.56293 6.1426 7.57291 6.25483 7.57989V10.2749C6.1426 10.2614 6.03236 10.241 5.91714 10.241C4.37537 10.241 3.12588 11.4909 3.12588 13.0317C3.12588 14.5735 4.37537 15.823 5.91714 15.823C7.45892 15.823 8.82013 14.6084 8.82013 13.0666L8.84756 0.5H11.4258C11.6687 2.81191 13.5327 4.61805 15.8516 4.78764V7.78289"
36
+ fill="currentColor" />
37
+ </symbol>
38
+
39
+ <symbol id="zzz-whatsapp" viewBox="0 0 19 19">
40
+ <path
41
+ d="M5.93199 15.3997L6.23673 15.5813C7.35546 16.2478 8.62835 16.6003 9.91701 16.6003C13.8929 16.6003 17.127 13.3662 17.127 9.39036C17.127 5.41501 13.8929 2.1804 9.91701 2.1804C5.94217 2.1804 2.70704 5.41501 2.70704 9.39036C2.70704 10.7029 3.0718 11.9957 3.76217 13.1286L3.94888 13.4354L3.22849 16.1241L5.93199 15.3997ZM0.851624 18.5L2.14181 13.6857C1.41125 12.367 1.02716 10.8902 1.02716 9.39036C1.02716 4.48858 5.01472 0.5 9.91701 0.5C14.8193 0.5 18.8079 4.48858 18.8079 9.39036C18.8079 14.2927 14.8193 18.2812 9.91701 18.2812C8.44571 18.2812 6.99221 17.9093 5.69134 17.2042L0.851624 18.5Z"
42
+ fill="currentColor" />
43
+ <path fill-rule="evenodd" clip-rule="evenodd"
44
+ d="M13.2241 10.6271C12.8578 10.4079 12.3821 10.1637 11.9507 10.3397C11.6205 10.4755 11.4094 10.9934 11.1947 11.2575C11.0848 11.3933 10.9536 11.4142 10.7847 11.3465C9.54333 10.8515 8.59198 10.0228 7.9067 8.88112C7.79071 8.70357 7.81154 8.56367 7.95145 8.39934C8.15851 8.15565 8.41848 7.87889 8.47445 7.55024C8.53041 7.2221 8.37628 6.8385 8.24044 6.54546C8.06696 6.17204 7.87312 5.63939 7.49868 5.42775C7.15477 5.23341 6.70147 5.34227 6.39521 5.59156C5.86611 6.02298 5.6107 6.69759 5.61833 7.3671C5.62087 7.55737 5.64428 7.74713 5.68854 7.93028C5.79537 8.37136 5.99888 8.78395 6.22883 9.17518C6.40181 9.47076 6.59005 9.7577 6.79304 10.0334C7.45695 10.9355 8.28317 11.7194 9.23962 12.3055C9.71784 12.598 10.2322 12.855 10.7653 13.031C11.3631 13.2284 11.8958 13.4339 12.5414 13.3113C13.217 13.1831 13.884 12.7649 14.1521 12.1137C14.2314 11.9204 14.2711 11.7057 14.2269 11.5022C14.1348 11.0809 13.565 10.8306 13.2241 10.6271Z"
45
+ fill="currentColor" />
46
+ </symbol>
47
+
48
+ <symbol id="zzz-youtube" viewBox="0 0 27 19">
49
+ <path
50
+ d="M18.0368 10.0035L11.566 13.205C11.3121 13.3416 10.4502 13.1578 10.4502 12.8695V6.29853C10.4502 6.00671 11.3192 5.8229 11.5731 5.96738L17.7672 9.33693C18.0268 9.48498 18.2993 9.86121 18.0368 10.0035ZM26.5219 6.14262C26.5219 3.02627 23.9956 0.5 20.8793 0.5H6.44979C3.33344 0.5 0.807892 3.02627 0.807892 6.14262V12.8574C0.807892 15.9744 3.33344 18.5 6.44979 18.5H20.8793C23.9956 18.5 26.5219 15.9744 26.5219 12.8574V6.14262Z"
51
+ fill="currentColor" />
52
+ </symbol>
53
+
54
+ <symbol id="zzz-tick" viewBox="0 0 16 16">
55
+ <path d="M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z" fill="currentColor" />
56
+ </symbol>
57
+
58
+ <symbol id="zzz-theme-light" viewBox="0 0 19 19">
59
+ <path fill="currentColor"
60
+ d="M18.24 8.831c-0.175 0-0.767 0-0.941 0-0.531 0-0.96 0.345-0.96 0.769s0.429 0.767 0.96 0.767c0.175 0 0.767 0 0.941 0 0.53 0 0.96-0.343 0.96-0.767s-0.431-0.769-0.96-0.769zM9.6 4.32c-2.929 0-5.28 2.351-5.28 5.28s2.351 5.28 5.28 5.28c2.928 0 5.28-2.351 5.28-5.28s-2.353-5.28-5.28-5.28zM9.6 13.44c-2.123 0-3.84-1.719-3.84-3.84 0-2.123 1.717-3.84 3.84-3.84 2.121 0 3.84 1.717 3.84 3.84 0 2.121-1.719 3.84-3.84 3.84zM2.88 9.6c0-0.423-0.431-0.769-0.96-0.769-0.178 0-0.783 0-0.96 0-0.531 0-0.96 0.345-0.96 0.769s0.429 0.767 0.96 0.767c0.177 0 0.782 0 0.96 0 0.529 0 0.96-0.344 0.96-0.767zM9.6 2.88c0.423 0 0.767-0.429 0.767-0.96 0-0.177 0-0.783 0-0.96 0-0.531-0.344-0.96-0.767-0.96s-0.769 0.429-0.769 0.96c0 0.177 0 0.783 0 0.96 0 0.531 0.345 0.96 0.769 0.96zM9.6 16.32c-0.424 0-0.769 0.429-0.769 0.96 0 0.177 0 0.783 0 0.96 0 0.531 0.345 0.96 0.769 0.96s0.767-0.429 0.767-0.96c0-0.177 0-0.783 0-0.96 0-0.531-0.344-0.96-0.767-0.96zM16.67 3.615c0.375-0.375 0.436-0.923 0.136-1.222s-0.848-0.238-1.221 0.137c-0.104 0.103-0.569 0.568-0.672 0.671-0.375 0.375-0.436 0.923-0.136 1.222s0.848 0.238 1.222-0.137c0.103-0.104 0.567-0.568 0.671-0.671zM3.201 14.912c-0.104 0.105-0.569 0.57-0.672 0.673-0.375 0.375-0.436 0.921-0.136 1.22s0.848 0.24 1.221-0.135c0.104-0.103 0.569-0.568 0.672-0.671 0.375-0.375 0.436-0.923 0.136-1.223s-0.848-0.237-1.221 0.136zM3.614 2.53c-0.374-0.375-0.923-0.437-1.222-0.137s-0.238 0.848 0.135 1.223c0.104 0.103 0.569 0.568 0.672 0.671 0.375 0.375 0.922 0.437 1.221 0.137s0.239-0.848-0.135-1.222c-0.103-0.104-0.567-0.569-0.671-0.672zM14.913 15.999c0.104 0.103 0.569 0.568 0.672 0.671 0.375 0.375 0.922 0.435 1.221 0.137 0.3-0.3 0.239-0.848-0.136-1.222-0.103-0.103-0.568-0.568-0.671-0.671-0.375-0.375-0.923-0.437-1.223-0.137s-0.238 0.847 0.137 1.222z" />
61
+ </symbol>
62
+
63
+ <symbol id="zzz-theme-moon" viewBox="0 0 19 19">
64
+ <path fill="currentColor"
65
+ d="M14.78 13.31c-4.913 0-8.892-3.982-8.892-8.892 0-1.617 0.464-3.113 1.219-4.418-4.094 1.181-7.106 4.912-7.106 9.386 0 5.419 4.392 9.813 9.811 9.813 4.474 0 8.208-3.014 9.389-7.106-1.308 0.752-2.803 1.217-4.42 1.217z" />
66
+ </symbol>
67
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="70" height="50" viewBox="0 0 70 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M39.7719 12.3454C40.9881 11.1262 41.7406 9.44383 41.7406 7.5851C41.7406 3.86264 38.7226 0.844696 35.0001 0.844696C32.6467 0.844696 30.5777 2.05287 29.372 3.88062C29.0517 4.2014 2.21949 37.2729 1.96866 37.6531C0.752489 38.8723 0 40.5551 0 42.4129C0 46.1358 3.01794 49.1538 6.7404 49.1538C9.0938 49.1538 11.1629 47.9461 12.3686 46.1178C12.6889 45.7971 39.5211 12.7251 39.7719 12.3454Z"
4
+ fill="#fff" />
5
+ <path
6
+ d="M55.2974 28.0393C56.5171 26.8192 57.271 25.1348 57.271 23.2736C57.271 19.5511 54.2531 16.5332 50.5306 16.5332C48.1762 16.5332 46.1061 17.7423 44.9005 19.5716C44.5777 19.8949 30.4848 37.2665 30.2325 37.6493C29.0128 38.8695 28.2588 40.5538 28.2588 42.4145C28.2588 46.1375 31.2767 49.1555 34.9992 49.1555C37.3536 49.1555 39.4237 47.9463 40.6289 46.117C40.9517 45.7942 55.0451 28.4221 55.2974 28.0393Z"
7
+ fill="#fff" />
8
+ <path
9
+ d="M70.0001 7.5851C70.0001 11.3081 66.9822 14.3255 63.2597 14.3255C59.5367 14.3255 56.5193 11.3081 56.5193 7.5851C56.5193 3.86264 59.5367 0.844696 63.2597 0.844696C66.9822 0.844696 70.0001 3.86264 70.0001 7.5851Z"
10
+ fill="#fff" />
11
+ <path
12
+ d="M13.4808 7.5851C13.4808 11.3081 10.4629 14.3255 6.7404 14.3255C3.01794 14.3255 0 11.3081 0 7.5851C0 3.86264 3.01794 0.844696 6.7404 0.844696C10.4629 0.844696 13.4808 3.86264 13.4808 7.5851Z"
13
+ fill="#fff" />
14
+ </svg>
@@ -0,0 +1,49 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <symbol viewBox="0 0 24 24" id="phone">
3
+ <path fill="currentColor"
4
+ d="M15.984 18V3.984h-9V18h9zm-4.5 3.984c.844 0 1.5-.656 1.5-1.5s-.656-1.5-1.5-1.5-1.5.656-1.5 1.5.656 1.5 1.5 1.5zm4.032-21C16.875.984 18 2.156 18 3.515v16.969c0 1.359-1.125 2.531-2.484 2.531H7.5c-1.359 0-2.484-1.172-2.484-2.531V3.515C5.016 2.156 6.141.984 7.5.984h8.016z"></path>
5
+ </symbol>
6
+ <symbol viewBox="0 0 24 24" id="tablet">
7
+ <path fill="currentColor"
8
+ d="M18.984 18.984V3h-15v15.984h15zm-7.5 4.032c.844 0 1.5-.656 1.5-1.5s-.656-1.5-1.5-1.5-1.5.656-1.5 1.5.656 1.5 1.5 1.5zM18.516 0A2.5 2.5 0 0 1 21 2.484v19.031a2.5 2.5 0 0 1-2.484 2.484H4.5a2.5 2.5 0 0 1-2.484-2.484V2.484A2.5 2.5 0 0 1 4.5 0h14.016z"></path>
9
+ </symbol>
10
+ <symbol viewBox="0 0 24 24" id="desktop">
11
+ <path fill="currentColor"
12
+ d="M21 14.016V3.985H3v10.031h18zm0-12c1.078 0 2.016.891 2.016 1.969v12c0 1.078-.938 2.016-2.016 2.016h-6.984l1.969 3v.984H8.016v-.984l1.969-3H3.001c-1.078 0-2.016-.938-2.016-2.016v-12c0-1.078.938-1.969 2.016-1.969h18z"></path>
13
+ </symbol>
14
+ <symbol viewBox="0 0 22 22" id="hay">
15
+ <path
16
+ d="m16.995 10.79-2.625-2.5a1.082 1.082 0 0 0-.745-.294c-.28 0-.548.106-.745.294a.98.98 0 0 0-.31.71.98.98 0 0 0 .31.71l.84.79H8.28l.84-.79A.98.98 0 0 0 9.43 9a.98.98 0 0 0-.31-.71 1.082 1.082 0 0 0-.745-.294c-.28 0-.548.106-.745.294l-2.625 2.5a.995.995 0 0 0-.221.33.956.956 0 0 0 0 .76c.05.123.125.235.22.33l2.626 2.5c.097.094.213.168.341.219a1.095 1.095 0 0 0 1.15-.219 1 1 0 0 0 .23-.325.96.96 0 0 0-.23-1.095l-.84-.79h5.438l-.84.79a1 1 0 0 0-.23.325.96.96 0 0 0 .23 1.095 1.095 1.095 0 0 0 1.491 0l2.625-2.5a.995.995 0 0 0 .221-.33.956.956 0 0 0 0-.76.995.995 0 0 0-.22-.33zM1.55 5.5c-.278 0-.546.105-.742.293A.976.976 0 0 0 .5 6.5v10c0 .265.11.52.308.707.196.188.464.293.742.293.278 0 .546-.105.742-.293A.976.976 0 0 0 2.6 16.5v-10c0-.265-.11-.52-.308-.707A1.077 1.077 0 0 0 1.55 5.5zm18.9 0c-.278 0-.546.105-.742.293a.976.976 0 0 0-.308.707v10c0 .265.11.52.308.707.196.188.464.293.742.293.279 0 .546-.105.742-.293a.976.976 0 0 0 .308-.707v-10c0-.265-.11-.52-.308-.707a1.077 1.077 0 0 0-.742-.293z"
17
+ fill="currentColor"></path>
18
+ </symbol>
19
+ <symbol viewBox="0 0 26 26" id="random">
20
+ <path
21
+ d="M19 9c1.125 0 2-.875 2-2 0-1.126-.875-2-2-2-1.126 0-2 .874-2 2 0 1.125.874 2 2 2zm0 11.999c1.125 0 2-.875 2-2s-.875-2-2-2c-1.126 0-2 .875-2 2s.874 2 2 2zm-6-6c1.125 0 2-.874 2-2 0-1.125-.875-2-2-2-1.126 0-2 .875-2 2 0 1.126.874 2 2 2zM7 9c1.125 0 2-.874 2-2 0-1.125-.875-2-2-2s-2 .875-2 2c0 1.126.875 2 2 2zm0 12c1.125 0 2-.875 2-2s-.875-2-2-2-2 .875-2 2 .875 2 2 2zM22.311 1C23.748 1 25 2.25 25 3.688v18.624c0 1.437-1.25 2.688-2.688 2.688H3.687C2.25 25 .999 23.75.999 22.312V3.688C.999 2.25 2.249 1 3.687 1H22.31z"
22
+ fill-rule="nonzero" stroke="currentColor" stroke-width="2" fill="none"></path>
23
+ </symbol>
24
+ <symbol viewBox="0 0 24 24" id="disco-ball">
25
+ <g fill="none" fill-rule="evenodd">
26
+ <path
27
+ d="M21.698 11.973c0-4.892-3.841-9.006-8.795-9.498h-1.471l-.37-.002c-5.286.444-9.244 4.91-8.938 10.072.306 5.162 4.769 9.153 10.072 8.998 5.303-.155 9.512-4.4 9.502-9.57z"
28
+ stroke="currentColor"></path>
29
+ <path
30
+ d="M5.294 8.839h2.009a15.33 15.33 0 0 0-.318 2.314H4.606c.106-.823.318-1.594.688-2.314zm0 6.326c-.37-.72-.582-1.492-.688-2.314h2.38c.052.822.158 1.594.317 2.314h-2.01zm1.11 1.697h1.375c.211.617.475 1.234.793 1.8a7.284 7.284 0 0 1-2.168-1.8zM7.779 7.09H6.404a7.284 7.284 0 0 1 2.168-1.8 10.998 10.998 0 0 0-.793 1.8zm3.278 12.344c-.9-.515-1.534-1.595-1.957-2.572h1.957v2.572zm0-4.27H8.572a15.33 15.33 0 0 1-.318-2.313h2.803v2.314zm0-4.01H8.254a15.33 15.33 0 0 1 .318-2.315h2.485v2.314zm.158-3.91H8.89l.106-.205c.475-1.183 1.163-2.16 1.956-2.623l.264-.154v2.983zm6.292-.154h-1.375a10.998 10.998 0 0 0-.793-1.8 8.9 8.9 0 0 1 2.168 1.8zm-4.653-2.52c.899.463 1.533 1.595 1.903 2.52h-1.903V4.57zm0 14.864v-2.572h1.903c-.37.977-1.004 2.057-1.903 2.572zm2.432-4.27h-2.432v-2.313h2.75c0 .822-.106 1.594-.318 2.314zm-2.432-4.01V8.838h2.432c.212.72.317 1.491.37 2.314h-2.802zm2.485 7.508c.317-.566.582-1.183.793-1.8h1.375a8.9 8.9 0 0 1-2.168 1.8zm3.278-3.497h-2.01l.265-2.314h2.38a8.346 8.346 0 0 1-.635 2.314zm-1.745-4.012c-.053-.823-.105-1.594-.264-2.314h2.009c.317.72.529 1.491.634 2.314h-2.379zM22.488 20.97l-.687-1.234-.74 1.234-1.269.72 1.269.669.74 1.285.687-1.285 1.27-.67-1.27-.72zM3.825.792l-1.428.411L1.023.792l.423 1.389-.423 1.388 1.374-.411 1.428.411-.423-1.388.423-1.389zm.408 19.972-.529-1.028-.581 1.028-1.058.566 1.058.514.581 1.029.53-1.029 1.057-.514-1.058-.566zm17.95-17.891-.581-1.029-.53 1.029-1.057.566 1.058.565.529 1.03.581-1.03 1.058-.565-1.058-.566z"
31
+ fill="currentColor" fill-rule="nonzero"></path>
32
+ </g>
33
+ </symbol>
34
+ <symbol id="close" viewBox="0 0 32 32">
35
+ <path d="M0 0h30v30H0z" fill="none" />
36
+ <path
37
+ d="m2.8.915 13.2 13.2L29.2.914l1.885 1.886L17.885 16l13.2 13.2-1.886 1.885-13.2-13.2-13.198 13.2-1.886-1.886L14.113 16 .915 2.8 2.801.916z" fill="currentColor" />
38
+ </symbol>
39
+ <symbol id="list" viewBox="0 0 20 17">
40
+ <rect width="20" height="3" fill="currentColor" />
41
+ <rect y="7" width="20" height="3" fill="currentColor" />
42
+ <rect y="14" width="20" height="3" fill="currentColor" />
43
+ </symbol>
44
+ <symbol id="setting" viewBox="0 0 48 48">
45
+ <path
46
+ d="m19.4 44-1-6.3q-.95-.35-2-.95t-1.85-1.25l-5.9 2.7L4 30l5.4-3.95q-.1-.45-.125-1.025Q9.25 24.45 9.25 24q0-.45.025-1.025T9.4 21.95L4 18l4.65-8.2 5.9 2.7q.8-.65 1.85-1.25t2-.9l1-6.35h9.2l1 6.3q.95.35 2.025.925Q32.7 11.8 33.45 12.5l5.9-2.7L44 18l-5.4 3.85q.1.5.125 1.075.025.575.025 1.075t-.025 1.05q-.025.55-.125 1.05L44 30l-4.65 8.2-5.9-2.7q-.8.65-1.825 1.275-1.025.625-2.025.925l-1 6.3ZM24 30.5q2.7 0 4.6-1.9 1.9-1.9 1.9-4.6 0-2.7-1.9-4.6-1.9-1.9-4.6-1.9-2.7 0-4.6 1.9-1.9 1.9-1.9 4.6 0 2.7 1.9 4.6 1.9 1.9 4.6 1.9Zm0-3q-1.45 0-2.475-1.025Q20.5 25.45 20.5 24q0-1.45 1.025-2.475Q22.55 20.5 24 20.5q1.45 0 2.475 1.025Q27.5 22.55 27.5 24q0 1.45-1.025 2.475Q25.45 27.5 24 27.5Zm0-3.5Zm-2.2 17h4.4l.7-5.6q1.65-.4 3.125-1.25T32.7 32.1l5.3 2.3 2-3.6-4.7-3.45q.2-.85.325-1.675.125-.825.125-1.675 0-.85-.1-1.675-.1-.825-.35-1.675L40 17.2l-2-3.6-5.3 2.3q-1.15-1.3-2.6-2.175-1.45-.875-3.2-1.125L26.2 7h-4.4l-.7 5.6q-1.7.35-3.175 1.2-1.475.85-2.625 2.1L10 13.6l-2 3.6 4.7 3.45q-.2.85-.325 1.675-.125.825-.125 1.675 0 .85.125 1.675.125.825.325 1.675L8 30.8l2 3.6 5.3-2.3q1.2 1.2 2.675 2.05Q19.45 35 21.1 35.4Z"
47
+ fill='currentColor' />
48
+ </symbol>
49
+ </svg>