hdoc-tools 0.8.22 → 0.8.24

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 (38) hide show
  1. package/hdoc-build-db.js +141 -0
  2. package/hdoc-build-pdf.js +169 -0
  3. package/hdoc-build.js +44 -14
  4. package/hdoc-init.js +0 -1
  5. package/hdoc-validate.js +0 -2
  6. package/hdoc.js +2 -2
  7. package/package.json +5 -2
  8. package/templates/pdf/css/custom-block.css +90 -0
  9. package/templates/pdf/css/fonts.css +221 -0
  10. package/templates/pdf/css/hdocs-pdf.css +242 -0
  11. package/templates/pdf/css/vars.css +393 -0
  12. package/templates/pdf/fonts/inter-cyrillic copy.woff2 +0 -0
  13. package/templates/pdf/fonts/inter-cyrillic-ext.woff2 +0 -0
  14. package/templates/pdf/fonts/inter-cyrillic.woff2 +0 -0
  15. package/templates/pdf/fonts/inter-greek-ext.woff2 +0 -0
  16. package/templates/pdf/fonts/inter-greek.woff2 +0 -0
  17. package/templates/pdf/fonts/inter-italic-cyrillic-ext.woff2 +0 -0
  18. package/templates/pdf/fonts/inter-italic-cyrillic.woff2 +0 -0
  19. package/templates/pdf/fonts/inter-italic-greek-ext.woff2 +0 -0
  20. package/templates/pdf/fonts/inter-italic-greek.woff2 +0 -0
  21. package/templates/pdf/fonts/inter-italic-latin-ext.woff2 +0 -0
  22. package/templates/pdf/fonts/inter-italic-latin.woff2 +0 -0
  23. package/templates/pdf/fonts/inter-italic-vietnamese.woff2 +0 -0
  24. package/templates/pdf/fonts/inter-latin-ext.woff2 +0 -0
  25. package/templates/pdf/fonts/inter-latin.woff2 +0 -0
  26. package/templates/pdf/fonts/inter-roman-cyrillic-ext.woff2 +0 -0
  27. package/templates/pdf/fonts/inter-roman-cyrillic.woff2 +0 -0
  28. package/templates/pdf/fonts/inter-roman-greek-ext.woff2 +0 -0
  29. package/templates/pdf/fonts/inter-roman-greek.woff2 +0 -0
  30. package/templates/pdf/fonts/inter-roman-latin-ext.woff2 +0 -0
  31. package/templates/pdf/fonts/inter-roman-latin.woff2 +0 -0
  32. package/templates/pdf/fonts/inter-roman-vietnamese.woff2 +0 -0
  33. package/templates/pdf/fonts/inter-vietnamese.woff2 +0 -0
  34. package/templates/pdf/images/hornbill-logo-full.svg +92 -0
  35. package/templates/pdf/template-footer.html +19 -0
  36. package/templates/pdf/template.html +13 -0
  37. package/templates/pdf-header-non-git.html +13 -0
  38. package/templates/pdf-header.html +17 -0
@@ -0,0 +1,393 @@
1
+ /**
2
+ * Colors Base
3
+ *
4
+ * These are the pure base color presets. Most of the time, you should not be
5
+ * using these colors directly in the theme but rather use "Colors Theme"
6
+ * instead because those are "Theme (light or dark)" dependant.
7
+ * -------------------------------------------------------------------------- */
8
+
9
+ :root {
10
+ --htl-c-white: rgba(255, 255, 255, 1);
11
+ --htl-c-white-soft: #f9f9f9;
12
+ --htl-c-white-mute: #f1f1f1;
13
+
14
+ --htl-c-black: #1a1a1a;
15
+ --htl-c-black-pure: #000000;
16
+ --htl-c-black-soft: #242424;
17
+ --htl-c-black-mute: #2f2f2f;
18
+
19
+ --htl-c-gray: #8e8e8e;
20
+ --htl-c-gray-light-1: #aeaeae;
21
+ --htl-c-gray-light-2: #c7c7c7;
22
+ --htl-c-gray-light-3: #d1d1d1;
23
+ --htl-c-gray-light-4: #e5e5e5;
24
+ --htl-c-gray-light-5: #f2f2f2;
25
+ --htl-c-gray-dark-1: #636363;
26
+ --htl-c-gray-dark-2: #484848;
27
+ --htl-c-gray-dark-3: #3a3a3a;
28
+ --htl-c-gray-dark-4: #282828;
29
+ --htl-c-gray-dark-5: #202020;
30
+
31
+ --htl-c-divider-light-1: rgba(60, 60, 60, 0.29);
32
+ --htl-c-divider-light-2: rgba(60, 60, 60, 0.12);
33
+ --htl-c-divider-dark-1: rgba(84, 84, 84, 0.65);
34
+ --htl-c-divider-dark-2: rgba(84, 84, 84, 0.48);
35
+
36
+ --htl-c-text-light-1: var(--htl-c-indigo);
37
+ --htl-c-text-light-2: rgb(27, 27, 27);
38
+ --htl-c-text-light-3: rgba(60, 60, 60, 0.33);
39
+ --htl-c-text-light-4: rgba(60, 60, 60, 0.18);
40
+
41
+ --htl-c-text-dark-1: rgba(255, 255, 255, 0.87);
42
+ --htl-c-text-dark-2: rgba(235, 235, 235, 0.6);
43
+ --htl-c-text-dark-3: rgba(235, 235, 235, 0.38);
44
+ --htl-c-text-dark-4: rgba(235, 235, 235, 0.18);
45
+
46
+ --htl-c-indigo: #213547;
47
+ --htl-c-indigo-soft: #476582;
48
+ --htl-c-indigo-light: #aac8e4;
49
+ --htl-c-indigo-lighter: #c9def1;
50
+ --htl-c-indigo-dark: #1d2f3f;
51
+ --htl-c-indigo-darker: #14212e;
52
+
53
+ --htl-c-green: #42b883;
54
+ --htl-c-green-light: #42d392;
55
+ --htl-c-green-lighter: #35eb9a;
56
+ --htl-c-green-dark: #33a06f;
57
+ --htl-c-green-darker: #155f3e;
58
+ --htl-c-green-dimm-1: rgba(66, 184, 131, 0.5);
59
+ --htl-c-green-dimm-2: rgba(66, 184, 131, 0.25);
60
+ --htl-c-green-dimm-3: rgba(66, 184, 131, 0.05);
61
+
62
+ --htl-c-yellow: #ffc517;
63
+ --htl-c-yellow-light: #fcd253;
64
+ --htl-c-yellow-lighter: #fcfc7c;
65
+ --htl-c-yellow-dark: #e0ad15;
66
+ --htl-c-yellow-darker: #ad850e;
67
+ --htl-c-yellow-dimm-1: rgba(255, 197, 23, 0.5);
68
+ --htl-c-yellow-dimm-2: rgba(255, 197, 23, 0.25);
69
+ --htl-c-yellow-dimm-3: rgba(255, 197, 23, 0.05);
70
+
71
+ --htl-c-red: #ed3c50;
72
+ --htl-c-red-light: #f54e82;
73
+ --htl-c-red-lighter: #fd1d7c;
74
+ --htl-c-red-dark: #cd2d3f;
75
+ --htl-c-red-darker: #ab2131;
76
+ --htl-c-red-dimm-1: rgba(237, 60, 80, 0.5);
77
+ --htl-c-red-dimm-2: rgba(237, 60, 80, 0.25);
78
+ --htl-c-red-dimm-3: rgba(237, 60, 80, 0.05);
79
+
80
+ --htl-c-blue: #379cdbff;
81
+ --htl-c-blue-light: #75c7faff;
82
+ --htl-c-blue-lighter: #87cefaff;
83
+ --htl-c-blue-dark: #208fd4ff;
84
+ --htl-c-blue-darker: #187cbaff;
85
+ --htl-c-blue-dimm-1: rgba(55, 156, 219, 0.5);
86
+ --htl-c-blue-dimm-2: rgba(55, 156, 219, 0.25);
87
+ --htl-c-blue-dimm-3: rgba(55, 156, 219, 0.05);
88
+
89
+ }
90
+
91
+ /**
92
+ * Colors Theme
93
+ * -------------------------------------------------------------------------- */
94
+
95
+ :root {
96
+ --htl-c-bg: var(--htl-c-white);
97
+ --htl-c-bg-soft: var(--htl-c-white-soft);
98
+ --htl-c-bg-mute: var(--htl-c-white-mute);
99
+ --htl-c-bg-alt: var(--htl-c-white-soft);
100
+
101
+ --htl-c-divider: var(--htl-c-divider-light-1);
102
+ --htl-c-divider-light: var(--htl-c-divider-light-2);
103
+
104
+ --htl-c-divider-inverse: var(--htl-c-divider-dark-1);
105
+ --htl-c-divider-inverse-light: var(--htl-c-divider-dark-2);
106
+
107
+ --htl-c-text-1: var(--htl-c-text-light-1);
108
+ --htl-c-text-2: var(--htl-c-text-light-2);
109
+ --htl-c-text-3: var(--htl-c-text-light-3);
110
+ --htl-c-text-4: var(--htl-c-text-light-4);
111
+
112
+ --htl-c-text-inverse-1: var(--htl-c-text-dark-1);
113
+ --htl-c-text-inverse-2: var(--htl-c-text-dark-2);
114
+ --htl-c-text-inverse-3: var(--htl-c-text-dark-3);
115
+ --htl-c-text-inverse-4: var(--htl-c-text-dark-4);
116
+
117
+ --htl-c-text-code: var(--htl-c-indigo-soft);
118
+
119
+ --htl-c-brand: var(--htl-c-blue);
120
+ --htl-c-brand-light: var(--htl-c-blue-light);
121
+ --htl-c-brand-lighter: var(--htl-c-blue-lighter);
122
+ --htl-c-brand-dark: var(--htl-c-blue-dark);
123
+ --htl-c-brand-darker: var(--htl-c-blue-darker);
124
+
125
+ --htl-c-sponsor: #fd1d7c;
126
+ }
127
+
128
+ .dark {
129
+ --htl-c-bg: var(--htl-c-black-soft);
130
+ --htl-c-bg-soft: var(--htl-c-black-mute);
131
+ --htl-c-bg-mute: var(--htl-c-gray-dark-3);
132
+ --htl-c-bg-alt: var(--htl-c-black);
133
+
134
+ --htl-c-divider: var(--htl-c-divider-dark-1);
135
+ --htl-c-divider-light: var(--htl-c-divider-dark-2);
136
+
137
+ --htl-c-divider-inverse: var(--htl-c-divider-light-1);
138
+ --htl-c-divider-inverse-light: var(--htl-c-divider-light-2);
139
+
140
+ --htl-c-text-1: var(--htl-c-text-dark-1);
141
+ --htl-c-text-2: var(--htl-c-text-dark-2);
142
+ --htl-c-text-3: var(--htl-c-text-dark-3);
143
+ --htl-c-text-4: var(--htl-c-text-dark-4);
144
+
145
+ --htl-c-text-inverse-1: var(--htl-c-text-light-1);
146
+ --htl-c-text-inverse-2: var(--htl-c-text-light-2);
147
+ --htl-c-text-inverse-3: var(--htl-c-text-light-3);
148
+ --htl-c-text-inverse-4: var(--htl-c-text-light-4);
149
+
150
+ --htl-c-text-code: var(--htl-c-indigo-lighter);
151
+ }
152
+
153
+ /**
154
+ * Typography
155
+ * -------------------------------------------------------------------------- */
156
+
157
+ :root {
158
+ --htl-font-family-base: 'Inter var experimental', 'Inter var', 'Inter',
159
+ ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
160
+ Roboto, 'Helvetica Neue', Helvetica, Arial, 'Noto Sans', sans-serif,
161
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
162
+ --htl-font-family-mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Monaco,
163
+ Consolas, 'Liberation Mono', 'Courier New', monospace;
164
+
165
+
166
+ --htl-default-font-size:14px;
167
+ --htl-small-font-size:12px;
168
+ --htl-smallest-font-size:10px;
169
+ --htl-big-font-size:16px;
170
+ --htl-biggest-font-size:18px;
171
+ --htl-massive-font-size:24px;
172
+
173
+ }
174
+
175
+ /**
176
+ * Shadows
177
+ * -------------------------------------------------------------------------- */
178
+
179
+ :root {
180
+ --htl-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
181
+ --htl-shadow-2: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07);
182
+ --htl-shadow-3: 0 12px 32px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
183
+ --htl-shadow-4: 0 14px 44px rgba(0, 0, 0, 0.12), 0 3px 9px rgba(0, 0, 0, 0.12);
184
+ --htl-shadow-5: 0 18px 56px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.16);
185
+ }
186
+
187
+ /**
188
+ * Z-indexes
189
+ * -------------------------------------------------------------------------- */
190
+
191
+ :root {
192
+ --htl-z-index-local-nav: 10;
193
+ --htl-z-index-nav: 20;
194
+ --htl-z-index-layout-top: 30;
195
+ --htl-z-index-backdrop: 40;
196
+ --htl-z-index-sidebar: 50;
197
+ --htl-z-index-footer: 60;
198
+ }
199
+
200
+ /**
201
+ * Icons
202
+ * -------------------------------------------------------------------------- */
203
+
204
+ :root {
205
+ --htl-icon-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");
206
+ --htl-icon-copied: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E");
207
+ }
208
+
209
+ /**
210
+ * Layouts
211
+ * -------------------------------------------------------------------------- */
212
+
213
+ :root {
214
+ --htl-layout-max-width: 1440px;
215
+ }
216
+
217
+ /**
218
+ * Component: Code
219
+ * -------------------------------------------------------------------------- */
220
+
221
+ :root {
222
+ --htl-code-line-height: 1.7;
223
+ --htl-code-font-size: var(--htl-default-font-size);
224
+
225
+ --htl-code-block-color: var(--htl-c-text-dark-1);
226
+ --htl-code-block-bg: #292d3e;
227
+
228
+ --htl-code-line-highlight-color: rgba(0, 0, 0, 0.5);
229
+ --htl-code-line-number-color: var(--htl-c-text-dark-3);
230
+
231
+ --htl-code-line-diff-add-color: rgba(125, 191, 123, 0.1);
232
+ --htl-code-line-diff-add-symbol-color: rgba(125, 191, 123, 0.5);
233
+
234
+ --htl-code-line-diff-remove-color: rgba(255, 128, 128, 0.05);
235
+ --htl-code-line-diff-remove-symbol-color: rgba(255, 128, 128, 0.5);
236
+
237
+ --htl-code-line-error-color: var(--htl-c-red-dimm-2);
238
+ --htl-code-line-warning-color: var(--htl-c-yellow-dimm-2);
239
+
240
+ --htl-code-copy-code-hover-bg: rgba(255, 255, 255, 0.05);
241
+ --htl-code-copy-code-active-text: var(--htl-c-text-dark-2);
242
+ }
243
+
244
+ .dark {
245
+ --htl-code-block-bg: var(--htl-c-bg-alt);
246
+ }
247
+
248
+ /**
249
+ * Component: Button
250
+ * -------------------------------------------------------------------------- */
251
+
252
+ :root {
253
+ --htl-button-brand-border: var(--htl-c-brand-light);
254
+ --htl-button-brand-text: var(--htl-c-text-dark-1);
255
+ --htl-button-brand-bg: var(--htl-c-brand);
256
+ --htl-button-brand-hover-border: var(--htl-c-brand-light);
257
+ --htl-button-brand-hover-text: var(--htl-c-text-dark-1);
258
+ --htl-button-brand-hover-bg: var(--htl-c-brand-light);
259
+ --htl-button-brand-active-border: var(--htl-c-brand-light);
260
+ --htl-button-brand-active-text: var(--htl-c-text-dark-1);
261
+ --htl-button-brand-active-bg: var(--htl-button-brand-bg);
262
+
263
+ --htl-button-alt-border: var(--htl-c-gray-light-3);
264
+ --htl-button-alt-text: var(--htl-c-text-light-1);
265
+ --htl-button-alt-bg: var(--htl-c-gray-light-5);
266
+ --htl-button-alt-hover-border: var(--htl-c-gray-light-3);
267
+ --htl-button-alt-hover-text: var(--htl-c-text-light-1);
268
+ --htl-button-alt-hover-bg: var(--htl-c-gray-light-4);
269
+ --htl-button-alt-active-border: var(--htl-c-gray-light-3);
270
+ --htl-button-alt-active-text: var(--htl-c-text-light-1);
271
+ --htl-button-alt-active-bg: var(--htl-c-gray-light-3);
272
+
273
+ --htl-button-sponsor-border: var(--htl-c-gray-light-3);
274
+ --htl-button-sponsor-text: var(--htl-c-text-light-2);
275
+ --htl-button-sponsor-bg: transparent;
276
+ --htl-button-sponsor-hover-border: var(--htl-c-sponsor);
277
+ --htl-button-sponsor-hover-text: var(--htl-c-sponsor);
278
+ --htl-button-sponsor-hover-bg: transparent;
279
+ --htl-button-sponsor-active-border: var(--htl-c-sponsor);
280
+ --htl-button-sponsor-active-text: var(--htl-c-sponsor);
281
+ --htl-button-sponsor-active-bg: transparent;
282
+ }
283
+
284
+ .dark {
285
+ --htl-button-brand-border: var(--htl-c-brand-light);
286
+ --htl-button-brand-text: var(--htl-c-text-dark-1);
287
+ --htl-button-brand-bg: var(--htl-c-brand-dark);
288
+ --htl-button-brand-hover-border: var(--htl-c-brand-lighter);
289
+ --htl-button-brand-hover-text: var(--htl-c-text-dark-1);
290
+ --htl-button-brand-hover-bg: var(--htl-c-brand);
291
+ --htl-button-brand-active-border: var(--htl-c-brand-lighter);
292
+ --htl-button-brand-active-text: var(--htl-c-text-dark-1);
293
+ --htl-button-brand-active-bg: var(--htl-button-brand-bg);
294
+
295
+ --htl-button-alt-border: var(--htl-c-gray-dark-2);
296
+ --htl-button-alt-text: var(--htl-c-text-dark-1);
297
+ --htl-button-alt-bg: var(--htl-c-bg-mute);
298
+ --htl-button-alt-hover-border: var(--htl-c-gray-dark-2);
299
+ --htl-button-alt-hover-text: var(--htl-c-text-dark-1);
300
+ --htl-button-alt-hover-bg: var(--htl-c-gray-dark-2);
301
+ --htl-button-alt-active-border: var(--htl-c-gray-dark-2);
302
+ --htl-button-alt-active-text: var(--htl-c-text-dark-1);
303
+ --htl-button-alt-active-bg: var(--htl-button-alt-bg);
304
+
305
+ --htl-button-sponsor-border: var(--htl-c-gray-dark-1);
306
+ --htl-button-sponsor-text: var(--htl-c-text-dark-2);
307
+ }
308
+
309
+ /**
310
+ * Component: Custom Block
311
+ * -------------------------------------------------------------------------- */
312
+
313
+ :root {
314
+ --htl-custom-block-code-font-size: var(--htl-default-font-size);
315
+
316
+ --htl-custom-block-info-border: rgba(23, 23, 23, 0.5);
317
+ --htl-custom-block-info-text: #171717;
318
+ --htl-custom-block-info-bg: #d7eaf8;
319
+ --htl-custom-block-info-code-bg: var(--htl-c-gray-light-4);
320
+
321
+
322
+ --htl-custom-block-tip-border: var(--htl-c-green-dimm-1);
323
+ --htl-custom-block-tip-text: var(--htl-c-green-darker);
324
+ --htl-custom-block-tip-bg: var(--htl-c-green-dimm-3);
325
+ --htl-custom-block-tip-code-bg: var(--htl-custom-block-tip-bg);
326
+
327
+ --htl-custom-block-caution-border: var(--htl-c-yellow-dimm-1);
328
+ --htl-custom-block-caution-text: var(--htl-c-yellow-darker);
329
+ --htl-custom-block-caution-bg: var(--htl-c-yellow-dimm-3);
330
+ --htl-custom-block-caution-code-bg: var(--htl-custom-block-caution-bg);
331
+
332
+ --htl-custom-block-warning-border: var(--htl-c-red-dimm-1);
333
+ --htl-custom-block-warning-text: var(--htl-c-red-darker);
334
+ --htl-custom-block-warning-bg: var(--htl-c-red-dimm-3);
335
+ --htl-custom-block-warning-code-bg: var(--htl-custom-block-warning-bg);
336
+
337
+ --htl-custom-block-details-border: var(--htl-c-divider-light);
338
+ --htl-custom-block-details-text: var(--htl-c-text-2);
339
+ --htl-custom-block-details-bg: var(--htl-c-white-soft);
340
+ --htl-custom-block-details-code-bg: var(---htl-custom-block-details-bg);
341
+
342
+ }
343
+
344
+ .dark {
345
+ --htl-custom-block-details-border: var(--htl-c-divider-light);
346
+ --htl-custom-block-details-bg: var(--htl-c-black-mute);
347
+ --htl-custom-block-details-code-bg: var(--htl-c-gray-dark-4);
348
+
349
+ --htl-custom-block-tip-border: var(--htl-c-green-dimm-2);
350
+ --htl-custom-block-tip-text: var(--htl-c-green-light);
351
+
352
+ --htl-custom-block-caution-border: var(--htl-c-yellow-dimm-2);
353
+ --htl-custom-block-caution-text: var(--htl-c-yellow-light);
354
+
355
+ --htl-custom-block-warning-border: var(--htl-c-red-dimm-2);
356
+ --htl-custom-block-warning-text: var(--htl-c-red-light);
357
+ }
358
+
359
+ /**
360
+ * Component: Nav
361
+ * -------------------------------------------------------------------------- */
362
+
363
+ :root {
364
+ --htl-nav-height: var(--htl-nav-height-mobile);
365
+ --htl-nav-height-mobile: 56px;
366
+ --htl-nav-height-desktop: 72px;
367
+ }
368
+
369
+ @media (min-width: 960px) {
370
+ :root {
371
+ --htl-nav-height: var(--htl-nav-height-desktop);
372
+ }
373
+ }
374
+
375
+ /**
376
+ * Component: Sidebar
377
+ * -------------------------------------------------------------------------- */
378
+
379
+ :root {
380
+ --htl-sidebar-width: 272px;
381
+ }
382
+
383
+ /**
384
+ * Component: Home
385
+ * -------------------------------------------------------------------------- */
386
+
387
+ :root {
388
+ --htl-home-hero-name-color: var(--htl-c-brand);
389
+ --htl-home-hero-name-background: transparent;
390
+
391
+ --htl-home-hero-image-background-image: none;
392
+ --htl-home-hero-image-filter: none;
393
+ }
@@ -0,0 +1,92 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 2053.3 283.5" style="enable-background:new 0 0 2053.3 283.5;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#224287;}
7
+ .st1{fill:#5CB77C;}
8
+ .st2{fill:#2991D0;}
9
+ .st3{fill:#C71051;}
10
+ .st4{fill:#F2892B;}
11
+ </style>
12
+ <g>
13
+ <g>
14
+ <path class="st0" d="M358.4,234.7V48.2c0-3.6,2-5.6,5.6-5.6h16.2c3.6,0,5.6,2,5.6,5.6v78.7h126.6V48.2c0-3.6,2-5.6,5.6-5.6h16.5
15
+ c3.6,0,5.6,2,5.6,5.6v186.5c0,3.6-2,5.6-5.6,5.6H518c-3.6,0-5.6-2-5.6-5.6v-82.3H385.9v82.3c0,3.6-2,5.6-5.6,5.6H364
16
+ C360.4,240.3,358.4,238.3,358.4,234.7z"/>
17
+ <path class="st0" d="M599.8,172.3v-61.3c0-43.7,18.2-68.3,66.4-68.3h70.3c48.2,0,66.4,24.6,66.4,68.3v61.3c0,43.4-18.2,68-66.4,68
18
+ h-70.3C618,240.3,599.8,215.7,599.8,172.3z M736.4,213.7c28.3,0,38.9-9,38.9-40.6v-63c0-31.9-10.4-40.9-38.9-40.9h-70.3
19
+ c-28.3,0-38.9,9-38.9,40.9v63c0,31.6,10.9,40.6,38.9,40.6H736.4z"/>
20
+ <path class="st0" d="M1003,178.7l38.4,54.9c2.5,3.6,0.8,6.7-3.6,6.7h-19.3c-2.8,0-5-1.1-6.7-3.6l-37.5-55.2h-84.3v53.2
21
+ c0,3.6-2,5.6-5.6,5.6H868c-3.6,0-5.6-2-5.6-5.6V48.2c0-3.6,2-5.6,5.6-5.6h101.4c58.8,0,78.4,21.6,78.4,68.3v3.4
22
+ C1047.8,150.1,1036.6,171.7,1003,178.7z M1020.1,111.2c0-34.4-12.9-42-52.4-42h-77.8v86h77.8c39.2,0,52.4-7.3,52.4-41.2V111.2z"/>
23
+ <path class="st0" d="M1105.2,234.7V48.2c0-3.6,2-5.6,5.6-5.6h17.6c2.8,0,5.3,1.1,7,3.4l127.4,154.3v-152c0-3.6,2-5.6,5.6-5.6h16.2
24
+ c3.6,0,5.6,2,5.6,5.6v186.5c0,3.6-2,5.6-5.6,5.6h-18.2c-2.8,0-5.3-1.1-7-3.4L1132.6,83.5v151.2c0,3.6-2,5.6-5.6,5.6h-16.2
25
+ C1107.2,240.3,1105.2,238.3,1105.2,234.7z"/>
26
+ <path class="st0" d="M1353.6,234.7V48.2c0-3.6,2-5.6,5.6-5.6h107.2c47.3,0,66.4,17.1,66.6,53.2v2.8c0,27.4-12.9,36.4-24.4,42
27
+ c11.8,5.6,25.8,16.5,25.8,45.1v2.5c0,35.8-18.8,52.1-66.1,52.1h-109.2C1355.5,240.3,1353.6,238.3,1353.6,234.7z M1472,128.3
28
+ c21.3,0,32.8-5.9,32.8-26.3v-3.9c0-21.6-12-28.8-39.8-28.8h-84v59.1H1472z M1467,214c27.4,0,39.5-6.7,39.5-28.3v-3.6
29
+ c0-21-11.8-29.4-33.6-29.4H1381V214H1467z"/>
30
+ <path class="st0" d="M1592.7,234.7V48.2c0-3.6,2-5.6,5.6-5.6h16.2c3.6,0,5.6,2,5.6,5.6v186.5c0,3.6-2,5.6-5.6,5.6h-16.2
31
+ C1594.6,240.3,1592.7,238.3,1592.7,234.7z"/>
32
+ <path class="st0" d="M1683.4,234.7V48.2c0-3.6,2-5.6,5.6-5.6h16.2c3.6,0,5.6,2,5.6,5.6v165.5h127.4c3.6,0,5.6,2,5.6,5.6v15.4
33
+ c0,3.6-2,5.6-5.6,5.6H1689C1685.4,240.3,1683.4,238.3,1683.4,234.7z"/>
34
+ <path class="st0" d="M1892.8,234.7V48.2c0-3.6,2-5.6,5.6-5.6h16.2c3.6,0,5.6,2,5.6,5.6v165.5h127.4c3.6,0,5.6,2,5.6,5.6v15.4
35
+ c0,3.6-2,5.6-5.6,5.6h-149.2C1894.8,240.3,1892.8,238.3,1892.8,234.7z"/>
36
+ </g>
37
+ <g>
38
+ <g>
39
+ <g>
40
+ <path class="st1" d="M185.1,251.3c0,0,0,0.1,0,0.1C185.1,251.3,185.1,251.3,185.1,251.3z"/>
41
+ </g>
42
+ <g>
43
+ <path class="st1" d="M187.4,246.9c0.1-0.2,0.3-0.4,0.4-0.6C187.7,246.5,187.5,246.7,187.4,246.9z"/>
44
+ </g>
45
+ <g>
46
+ <path class="st1" d="M186.5,248.5c-0.1,0.2-0.2,0.4-0.3,0.6C186.2,248.9,186.3,248.7,186.5,248.5z"/>
47
+ </g>
48
+ </g>
49
+ </g>
50
+ <g>
51
+ <path class="st2" d="M111.3,35.1c-4.6,5.4-10.6,9.2-16.9,10.6c-6.2,1.4-12.2,0.3-16.9-2.9c-12.2,16.7-22.2,59.9-10.6,97.6
52
+ c0.4,1.4,2.3,1.5,3,0.2c0,0,5.5-99.8,113.2-93c1.4,0.1,2.2-1.5,1.4-2.6c-25.9-33.3-62.6-29.5-65.6-29.5
53
+ C118.8,22.2,116.2,29.2,111.3,35.1z"/>
54
+ <ellipse transform="matrix(0.7049 -0.7093 0.7093 0.7049 12.0913 71.5212)" class="st2" cx="92" cy="21.2" rx="23.8" ry="18.2"/>
55
+ </g>
56
+ <g>
57
+ <g>
58
+ <path class="st3" d="M23.8,173.1c0,0-0.1,0-0.1,0C23.8,173.1,23.8,173.1,23.8,173.1z"/>
59
+ <path class="st3" d="M28.2,175.5c0.2,0.1,0.4,0.3,0.6,0.4C28.6,175.7,28.4,175.6,28.2,175.5z"/>
60
+ <path class="st4" d="M35.1,172.6c5.4,4.6,9.2,10.6,10.6,16.9c1.4,6.2,0.3,12.2-2.9,16.9c16.7,12.2,59.9,22.2,97.6,10.6
61
+ c1.4-0.4,1.5-2.3,0.2-3c0,0-99.8-5.5-93-113.2c0.1-1.4-1.5-2.2-2.6-1.4c-33.3,25.9-29.5,62.6-29.5,65.6
62
+ C22.2,165,29.2,167.7,35.1,172.6z"/>
63
+ <path class="st3" d="M26.6,174.5c-0.2-0.1-0.4-0.2-0.6-0.4C26.2,174.3,26.4,174.4,26.6,174.5z"/>
64
+ </g>
65
+
66
+ <ellipse transform="matrix(0.7049 -0.7093 0.7093 0.7049 -129.8393 71.6899)" class="st4" cx="21.2" cy="191.9" rx="18.2" ry="23.8"/>
67
+ </g>
68
+ <g>
69
+ <g>
70
+ <path class="st1" d="M173.2,248.4c4.6-5.4,10.6-9.2,16.9-10.6c6.2-1.4,12.2-0.3,16.9,2.9c12.2-16.7,22.2-59.9,10.6-97.6
71
+ c-0.4-1.4-2.3-1.5-3-0.2c0,0-5.5,99.8-113.2,93c-1.4-0.1-2.2,1.5-1.4,2.6c25.9,33.3,62.6,29.5,65.6,29.5
72
+ C165.6,261.3,168.2,254.2,173.2,248.4z"/>
73
+ </g>
74
+ <g>
75
+
76
+ <ellipse transform="matrix(0.7049 -0.7093 0.7093 0.7049 -129.2198 213.9002)" class="st1" cx="192.4" cy="262.2" rx="23.8" ry="18.2"/>
77
+ </g>
78
+ </g>
79
+ <g>
80
+ <g>
81
+ <path class="st3" d="M259.6,110c0,0,0.1,0,0.1,0C259.7,110.1,259.7,110.1,259.6,110z"/>
82
+ <path class="st3" d="M255.2,107.7c-0.2-0.1-0.4-0.3-0.6-0.4C254.8,107.4,255,107.6,255.2,107.7z"/>
83
+ <path class="st3" d="M248.4,110.6c-5.4-4.6-9.2-10.6-10.6-16.9c-1.4-6.2-0.3-12.2,2.9-16.9c-16.7-12.2-59.9-22.2-97.6-10.6
84
+ c-1.4,0.4-1.5,2.3-0.2,3c0,0,99.8,5.5,93,113.2c-0.1,1.4,1.5,2.2,2.6,1.4c33.3-25.9,29.5-62.6,29.5-65.6
85
+ C261.3,118.1,254.2,115.5,248.4,110.6z"/>
86
+ <path class="st3" d="M256.8,108.7c0.2,0.1,0.4,0.2,0.6,0.4C257.2,108.9,257,108.8,256.8,108.7z"/>
87
+ </g>
88
+
89
+ <ellipse transform="matrix(0.7049 -0.7093 0.7093 0.7049 12.6367 212.9606)" class="st3" cx="262.2" cy="91.3" rx="18.2" ry="23.8"/>
90
+ </g>
91
+ </g>
92
+ </svg>
@@ -0,0 +1,19 @@
1
+ <style>
2
+ .wrap {
3
+ width: 100%;
4
+ text-align: center;
5
+ display:flex;
6
+ justify-content:center;
7
+ margin-right: 40px;
8
+ margin-left: 40px;
9
+ }
10
+
11
+ .wrap h6 {
12
+ float: left;
13
+ font-size: 10px;
14
+ }
15
+ </style>
16
+
17
+ <div class="wrap">
18
+ <h6><span class="pageNumber"></span> of <span class="totalPages"></span></h6>
19
+ </div>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" /></head>
4
+ <body>
5
+ <div class="header">
6
+ <img src="{{hb_logo}}" />
7
+ <h3>{{book_title}}</h3>
8
+ <div style="clear: both;"></div>
9
+ </div>
10
+ <hr>
11
+ {{document_content}}
12
+ </body>
13
+ </html>
@@ -0,0 +1,13 @@
1
+ <div class="document-header">
2
+
3
+ <h1>{{title}}</h1>
4
+
5
+ <div class="hb-container-horizontal">
6
+ <div class="hb-center-v hb-container-expand">
7
+ <ul class="ps-0 nav-bar-nav-list noeffects after-bullets overflow-ellipsis text-light-2">
8
+ <li class="ps-0 mt-0 nav-bar-item">{{doc-type}}</li>
9
+ <li class="ps-0 mt-0 nav-bar-item">{{reading-time}} minutes to read</li>
10
+ </ul>
11
+ </div>
12
+ </div>
13
+ </div>
@@ -0,0 +1,17 @@
1
+ <div class="document-header">
2
+
3
+ <h1>{{title}}</h1>
4
+
5
+ <div class="hb-container-horizontal">
6
+ <div class="hb-center-v hb-container-expand">
7
+ <ul class="ps-0 nav-bar-nav-list noeffects after-bullets overflow-ellipsis text-light-2">
8
+ <li class="ps-0 mt-0 nav-bar-item">{{doc-type}}</li>
9
+ <li class="ps-0 mt-0 nav-bar-item">{{last-update}}</li>
10
+ <li class="ps-0 mt-0 nav-bar-item">{{reading-time}} minutes to read</li>
11
+ <li class="ps-0 mt-0 nav-bar-item">
12
+ <a class="link c-pointer" data-bs-toggle="modal" data-bs-target="#contributersModal">{{contributor-count}} contributors</a>
13
+ </li>
14
+ </ul>
15
+ </div>
16
+ </div>
17
+ </div>