jekyll-theme-gouvfr 0.0.1

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 (56) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +2 -0
  4. data/_includes/footer.html +27 -0
  5. data/_includes/head.html +12 -0
  6. data/_includes/header.html +38 -0
  7. data/_includes/hero.html +15 -0
  8. data/_includes/script.html +1 -0
  9. data/_includes/sidebar.html +15 -0
  10. data/_layouts/blog.html +29 -0
  11. data/_layouts/default.html +61 -0
  12. data/_layouts/home.html +9 -0
  13. data/_layouts/page.html +21 -0
  14. data/_layouts/post.html +16 -0
  15. data/_sass/_variables.scss +46 -0
  16. data/_sass/main.scss +27 -0
  17. data/assets/fonts/Evolventa/Evolventa-Bold.ttf +0 -0
  18. data/assets/fonts/Evolventa/Evolventa-BoldOblique.ttf +0 -0
  19. data/assets/fonts/Evolventa/Evolventa-Oblique.ttf +0 -0
  20. data/assets/fonts/Evolventa/Evolventa-Regular.ttf +0 -0
  21. data/assets/fonts/Evolventa/gpl.txt +340 -0
  22. data/assets/fonts/Evolventa/lppl.txt +416 -0
  23. data/assets/fonts/Source Sans Pro/SIL Open Font License.txt +43 -0
  24. data/assets/fonts/Source Sans Pro/SourceSansPro-Black.otf +0 -0
  25. data/assets/fonts/Source Sans Pro/SourceSansPro-BlackIt.otf +0 -0
  26. data/assets/fonts/Source Sans Pro/SourceSansPro-Bold.otf +0 -0
  27. data/assets/fonts/Source Sans Pro/SourceSansPro-BoldIt.otf +0 -0
  28. data/assets/fonts/Source Sans Pro/SourceSansPro-ExtraLight.otf +0 -0
  29. data/assets/fonts/Source Sans Pro/SourceSansPro-ExtraLightIt.otf +0 -0
  30. data/assets/fonts/Source Sans Pro/SourceSansPro-It.otf +0 -0
  31. data/assets/fonts/Source Sans Pro/SourceSansPro-Light.otf +0 -0
  32. data/assets/fonts/Source Sans Pro/SourceSansPro-LightIt.otf +0 -0
  33. data/assets/fonts/Source Sans Pro/SourceSansPro-Regular.otf +0 -0
  34. data/assets/fonts/Source Sans Pro/SourceSansPro-Semibold.otf +0 -0
  35. data/assets/fonts/Source Sans Pro/SourceSansPro-SemiboldIt.otf +0 -0
  36. data/assets/images/datagouvfr.svg +1 -0
  37. data/assets/images/etalab.svg +1 -0
  38. data/assets/images/favicon.ico +0 -0
  39. data/assets/images/favicons/apple-icon-180x180.png +0 -0
  40. data/assets/images/favicons/browserconfig.xml +9 -0
  41. data/assets/images/favicons/favicon-16x16.png +0 -0
  42. data/assets/images/favicons/favicon-32x32.png +0 -0
  43. data/assets/images/favicons/manifest.json +18 -0
  44. data/assets/images/favicons/safari-pinned-tab.svg +15 -0
  45. data/assets/images/icons/arrow-down.svg +1 -0
  46. data/assets/images/icons/arrow-right.svg +1 -0
  47. data/assets/images/icons/tick.svg +1 -0
  48. data/assets/images/logo-footer.svg +1 -0
  49. data/assets/images/logo-marianne.svg +1 -0
  50. data/assets/images/preview.png +0 -0
  51. data/assets/images/preview_fb.png +0 -0
  52. data/assets/main.scss +6 -0
  53. data/assets/style/main.css +1548 -0
  54. data/assets/style/main.min.css +1 -0
  55. data/assets/template.css +1686 -0
  56. metadata +140 -0
@@ -0,0 +1,416 @@
1
+ The LaTeX Project Public License
2
+ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3
+
4
+ LPPL Version 1.3c 2008-05-04
5
+
6
+ Copyright 1999 2002-2008 LaTeX3 Project
7
+ Everyone is allowed to distribute verbatim copies of this
8
+ license document, but modification of it is not allowed.
9
+
10
+
11
+ PREAMBLE
12
+ ========
13
+
14
+ The LaTeX Project Public License (LPPL) is the primary license under
15
+ which the LaTeX kernel and the base LaTeX packages are distributed.
16
+
17
+ You may use this license for any work of which you hold the copyright
18
+ and which you wish to distribute. This license may be particularly
19
+ suitable if your work is TeX-related (such as a LaTeX package), but
20
+ it is written in such a way that you can use it even if your work is
21
+ unrelated to TeX.
22
+
23
+ The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE',
24
+ below, gives instructions, examples, and recommendations for authors
25
+ who are considering distributing their works under this license.
26
+
27
+ This license gives conditions under which a work may be distributed
28
+ and modified, as well as conditions under which modified versions of
29
+ that work may be distributed.
30
+
31
+ We, the LaTeX3 Project, believe that the conditions below give you
32
+ the freedom to make and distribute modified versions of your work
33
+ that conform with whatever technical specifications you wish while
34
+ maintaining the availability, integrity, and reliability of
35
+ that work. If you do not see how to achieve your goal while
36
+ meeting these conditions, then read the document `cfgguide.tex'
37
+ and `modguide.tex' in the base LaTeX distribution for suggestions.
38
+
39
+
40
+ DEFINITIONS
41
+ ===========
42
+
43
+ In this license document the following terms are used:
44
+
45
+ `Work'
46
+ Any work being distributed under this License.
47
+
48
+ `Derived Work'
49
+ Any work that under any applicable law is derived from the Work.
50
+
51
+ `Modification'
52
+ Any procedure that produces a Derived Work under any applicable
53
+ law -- for example, the production of a file containing an
54
+ original file associated with the Work or a significant portion of
55
+ such a file, either verbatim or with modifications and/or
56
+ translated into another language.
57
+
58
+ `Modify'
59
+ To apply any procedure that produces a Derived Work under any
60
+ applicable law.
61
+
62
+ `Distribution'
63
+ Making copies of the Work available from one person to another, in
64
+ whole or in part. Distribution includes (but is not limited to)
65
+ making any electronic components of the Work accessible by
66
+ file transfer protocols such as FTP or HTTP or by shared file
67
+ systems such as Sun's Network File System (NFS).
68
+
69
+ `Compiled Work'
70
+ A version of the Work that has been processed into a form where it
71
+ is directly usable on a computer system. This processing may
72
+ include using installation facilities provided by the Work,
73
+ transformations of the Work, copying of components of the Work, or
74
+ other activities. Note that modification of any installation
75
+ facilities provided by the Work constitutes modification of the Work.
76
+
77
+ `Current Maintainer'
78
+ A person or persons nominated as such within the Work. If there is
79
+ no such explicit nomination then it is the `Copyright Holder' under
80
+ any applicable law.
81
+
82
+ `Base Interpreter'
83
+ A program or process that is normally needed for running or
84
+ interpreting a part or the whole of the Work.
85
+
86
+ A Base Interpreter may depend on external components but these
87
+ are not considered part of the Base Interpreter provided that each
88
+ external component clearly identifies itself whenever it is used
89
+ interactively. Unless explicitly specified when applying the
90
+ license to the Work, the only applicable Base Interpreter is a
91
+ `LaTeX-Format' or in the case of files belonging to the
92
+ `LaTeX-format' a program implementing the `TeX language'.
93
+
94
+
95
+
96
+ CONDITIONS ON DISTRIBUTION AND MODIFICATION
97
+ ===========================================
98
+
99
+ 1. Activities other than distribution and/or modification of the Work
100
+ are not covered by this license; they are outside its scope. In
101
+ particular, the act of running the Work is not restricted and no
102
+ requirements are made concerning any offers of support for the Work.
103
+
104
+ 2. You may distribute a complete, unmodified copy of the Work as you
105
+ received it. Distribution of only part of the Work is considered
106
+ modification of the Work, and no right to distribute such a Derived
107
+ Work may be assumed under the terms of this clause.
108
+
109
+ 3. You may distribute a Compiled Work that has been generated from a
110
+ complete, unmodified copy of the Work as distributed under Clause 2
111
+ above, as long as that Compiled Work is distributed in such a way that
112
+ the recipients may install the Compiled Work on their system exactly
113
+ as it would have been installed if they generated a Compiled Work
114
+ directly from the Work.
115
+
116
+ 4. If you are the Current Maintainer of the Work, you may, without
117
+ restriction, modify the Work, thus creating a Derived Work. You may
118
+ also distribute the Derived Work without restriction, including
119
+ Compiled Works generated from the Derived Work. Derived Works
120
+ distributed in this manner by the Current Maintainer are considered to
121
+ be updated versions of the Work.
122
+
123
+ 5. If you are not the Current Maintainer of the Work, you may modify
124
+ your copy of the Work, thus creating a Derived Work based on the Work,
125
+ and compile this Derived Work, thus creating a Compiled Work based on
126
+ the Derived Work.
127
+
128
+ 6. If you are not the Current Maintainer of the Work, you may
129
+ distribute a Derived Work provided the following conditions are met
130
+ for every component of the Work unless that component clearly states
131
+ in the copyright notice that it is exempt from that condition. Only
132
+ the Current Maintainer is allowed to add such statements of exemption
133
+ to a component of the Work.
134
+
135
+ a. If a component of this Derived Work can be a direct replacement
136
+ for a component of the Work when that component is used with the
137
+ Base Interpreter, then, wherever this component of the Work
138
+ identifies itself to the user when used interactively with that
139
+ Base Interpreter, the replacement component of this Derived Work
140
+ clearly and unambiguously identifies itself as a modified version
141
+ of this component to the user when used interactively with that
142
+ Base Interpreter.
143
+
144
+ b. Every component of the Derived Work contains prominent notices
145
+ detailing the nature of the changes to that component, or a
146
+ prominent reference to another file that is distributed as part
147
+ of the Derived Work and that contains a complete and accurate log
148
+ of the changes.
149
+
150
+ c. No information in the Derived Work implies that any persons,
151
+ including (but not limited to) the authors of the original version
152
+ of the Work, provide any support, including (but not limited to)
153
+ the reporting and handling of errors, to recipients of the
154
+ Derived Work unless those persons have stated explicitly that
155
+ they do provide such support for the Derived Work.
156
+
157
+ d. You distribute at least one of the following with the Derived Work:
158
+
159
+ 1. A complete, unmodified copy of the Work;
160
+ if your distribution of a modified component is made by
161
+ offering access to copy the modified component from a
162
+ designated place, then offering equivalent access to copy
163
+ the Work from the same or some similar place meets this
164
+ condition, even though third parties are not compelled to
165
+ copy the Work along with the modified component;
166
+
167
+ 2. Information that is sufficient to obtain a complete,
168
+ unmodified copy of the Work.
169
+
170
+ 7. If you are not the Current Maintainer of the Work, you may
171
+ distribute a Compiled Work generated from a Derived Work, as long as
172
+ the Derived Work is distributed to all recipients of the Compiled
173
+ Work, and as long as the conditions of Clause 6, above, are met with
174
+ regard to the Derived Work.
175
+
176
+ 8. The conditions above are not intended to prohibit, and hence do not
177
+ apply to, the modification, by any method, of any component so that it
178
+ becomes identical to an updated version of that component of the Work as
179
+ it is distributed by the Current Maintainer under Clause 4, above.
180
+
181
+ 9. Distribution of the Work or any Derived Work in an alternative
182
+ format, where the Work or that Derived Work (in whole or in part) is
183
+ then produced by applying some process to that format, does not relax or
184
+ nullify any sections of this license as they pertain to the results of
185
+ applying that process.
186
+
187
+ 10. a. A Derived Work may be distributed under a different license
188
+ provided that license itself honors the conditions listed in
189
+ Clause 6 above, in regard to the Work, though it does not have
190
+ to honor the rest of the conditions in this license.
191
+
192
+ b. If a Derived Work is distributed under a different license, that
193
+ Derived Work must provide sufficient documentation as part of
194
+ itself to allow each recipient of that Derived Work to honor the
195
+ restrictions in Clause 6 above, concerning changes from the Work.
196
+
197
+ 11. This license places no restrictions on works that are unrelated to
198
+ the Work, nor does this license place any restrictions on aggregating
199
+ such works with the Work by any means.
200
+
201
+ 12. Nothing in this license is intended to, or may be used to, prevent
202
+ complete compliance by all parties with all applicable laws.
203
+
204
+
205
+ NO WARRANTY
206
+ ===========
207
+
208
+ There is no warranty for the Work. Except when otherwise stated in
209
+ writing, the Copyright Holder provides the Work `as is', without
210
+ warranty of any kind, either expressed or implied, including, but not
211
+ limited to, the implied warranties of merchantability and fitness for a
212
+ particular purpose. The entire risk as to the quality and performance
213
+ of the Work is with you. Should the Work prove defective, you assume
214
+ the cost of all necessary servicing, repair, or correction.
215
+
216
+ In no event unless required by applicable law or agreed to in writing
217
+ will The Copyright Holder, or any author named in the components of the
218
+ Work, or any other party who may distribute and/or modify the Work as
219
+ permitted above, be liable to you for damages, including any general,
220
+ special, incidental or consequential damages arising out of any use of
221
+ the Work or out of inability to use the Work (including, but not limited
222
+ to, loss of data, data being rendered inaccurate, or losses sustained by
223
+ anyone as a result of any failure of the Work to operate with any other
224
+ programs), even if the Copyright Holder or said author or said other
225
+ party has been advised of the possibility of such damages.
226
+
227
+
228
+ MAINTENANCE OF THE WORK
229
+ =======================
230
+
231
+ The Work has the status `author-maintained' if the Copyright Holder
232
+ explicitly and prominently states near the primary copyright notice in
233
+ the Work that the Work can only be maintained by the Copyright Holder
234
+ or simply that it is `author-maintained'.
235
+
236
+ The Work has the status `maintained' if there is a Current Maintainer
237
+ who has indicated in the Work that they are willing to receive error
238
+ reports for the Work (for example, by supplying a valid e-mail
239
+ address). It is not required for the Current Maintainer to acknowledge
240
+ or act upon these error reports.
241
+
242
+ The Work changes from status `maintained' to `unmaintained' if there
243
+ is no Current Maintainer, or the person stated to be Current
244
+ Maintainer of the work cannot be reached through the indicated means
245
+ of communication for a period of six months, and there are no other
246
+ significant signs of active maintenance.
247
+
248
+ You can become the Current Maintainer of the Work by agreement with
249
+ any existing Current Maintainer to take over this role.
250
+
251
+ If the Work is unmaintained, you can become the Current Maintainer of
252
+ the Work through the following steps:
253
+
254
+ 1. Make a reasonable attempt to trace the Current Maintainer (and
255
+ the Copyright Holder, if the two differ) through the means of
256
+ an Internet or similar search.
257
+
258
+ 2. If this search is successful, then enquire whether the Work
259
+ is still maintained.
260
+
261
+ a. If it is being maintained, then ask the Current Maintainer
262
+ to update their communication data within one month.
263
+
264
+ b. If the search is unsuccessful or no action to resume active
265
+ maintenance is taken by the Current Maintainer, then announce
266
+ within the pertinent community your intention to take over
267
+ maintenance. (If the Work is a LaTeX work, this could be
268
+ done, for example, by posting to comp.text.tex.)
269
+
270
+ 3a. If the Current Maintainer is reachable and agrees to pass
271
+ maintenance of the Work to you, then this takes effect
272
+ immediately upon announcement.
273
+
274
+ b. If the Current Maintainer is not reachable and the Copyright
275
+ Holder agrees that maintenance of the Work be passed to you,
276
+ then this takes effect immediately upon announcement.
277
+
278
+ 4. If you make an `intention announcement' as described in 2b. above
279
+ and after three months your intention is challenged neither by
280
+ the Current Maintainer nor by the Copyright Holder nor by other
281
+ people, then you may arrange for the Work to be changed so as
282
+ to name you as the (new) Current Maintainer.
283
+
284
+ 5. If the previously unreachable Current Maintainer becomes
285
+ reachable once more within three months of a change completed
286
+ under the terms of 3b) or 4), then that Current Maintainer must
287
+ become or remain the Current Maintainer upon request provided
288
+ they then update their communication data within one month.
289
+
290
+ A change in the Current Maintainer does not, of itself, alter the fact
291
+ that the Work is distributed under the LPPL license.
292
+
293
+ If you become the Current Maintainer of the Work, you should
294
+ immediately provide, within the Work, a prominent and unambiguous
295
+ statement of your status as Current Maintainer. You should also
296
+ announce your new status to the same pertinent community as
297
+ in 2b) above.
298
+
299
+
300
+ WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE
301
+ ======================================================
302
+
303
+ This section contains important instructions, examples, and
304
+ recommendations for authors who are considering distributing their
305
+ works under this license. These authors are addressed as `you' in
306
+ this section.
307
+
308
+ Choosing This License or Another License
309
+ ----------------------------------------
310
+
311
+ If for any part of your work you want or need to use *distribution*
312
+ conditions that differ significantly from those in this license, then
313
+ do not refer to this license anywhere in your work but, instead,
314
+ distribute your work under a different license. You may use the text
315
+ of this license as a model for your own license, but your license
316
+ should not refer to the LPPL or otherwise give the impression that
317
+ your work is distributed under the LPPL.
318
+
319
+ The document `modguide.tex' in the base LaTeX distribution explains
320
+ the motivation behind the conditions of this license. It explains,
321
+ for example, why distributing LaTeX under the GNU General Public
322
+ License (GPL) was considered inappropriate. Even if your work is
323
+ unrelated to LaTeX, the discussion in `modguide.tex' may still be
324
+ relevant, and authors intending to distribute their works under any
325
+ license are encouraged to read it.
326
+
327
+ A Recommendation on Modification Without Distribution
328
+ -----------------------------------------------------
329
+
330
+ It is wise never to modify a component of the Work, even for your own
331
+ personal use, without also meeting the above conditions for
332
+ distributing the modified component. While you might intend that such
333
+ modifications will never be distributed, often this will happen by
334
+ accident -- you may forget that you have modified that component; or
335
+ it may not occur to you when allowing others to access the modified
336
+ version that you are thus distributing it and violating the conditions
337
+ of this license in ways that could have legal implications and, worse,
338
+ cause problems for the community. It is therefore usually in your
339
+ best interest to keep your copy of the Work identical with the public
340
+ one. Many works provide ways to control the behavior of that work
341
+ without altering any of its licensed components.
342
+
343
+ How to Use This License
344
+ -----------------------
345
+
346
+ To use this license, place in each of the components of your work both
347
+ an explicit copyright notice including your name and the year the work
348
+ was authored and/or last substantially modified. Include also a
349
+ statement that the distribution and/or modification of that
350
+ component is constrained by the conditions in this license.
351
+
352
+ Here is an example of such a notice and statement:
353
+
354
+ %% pig.dtx
355
+ %% Copyright 2005 M. Y. Name
356
+ %
357
+ % This work may be distributed and/or modified under the
358
+ % conditions of the LaTeX Project Public License, either version 1.3
359
+ % of this license or (at your option) any later version.
360
+ % The latest version of this license is in
361
+ % http://www.latex-project.org/lppl.txt
362
+ % and version 1.3 or later is part of all distributions of LaTeX
363
+ % version 2005/12/01 or later.
364
+ %
365
+ % This work has the LPPL maintenance status `maintained'.
366
+ %
367
+ % The Current Maintainer of this work is M. Y. Name.
368
+ %
369
+ % This work consists of the files pig.dtx and pig.ins
370
+ % and the derived file pig.sty.
371
+
372
+ Given such a notice and statement in a file, the conditions
373
+ given in this license document would apply, with the `Work' referring
374
+ to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being
375
+ generated from `pig.dtx' using `pig.ins'), the `Base Interpreter'
376
+ referring to any `LaTeX-Format', and both `Copyright Holder' and
377
+ `Current Maintainer' referring to the person `M. Y. Name'.
378
+
379
+ If you do not want the Maintenance section of LPPL to apply to your
380
+ Work, change `maintained' above into `author-maintained'.
381
+ However, we recommend that you use `maintained', as the Maintenance
382
+ section was added in order to ensure that your Work remains useful to
383
+ the community even when you can no longer maintain and support it
384
+ yourself.
385
+
386
+ Derived Works That Are Not Replacements
387
+ ---------------------------------------
388
+
389
+ Several clauses of the LPPL specify means to provide reliability and
390
+ stability for the user community. They therefore concern themselves
391
+ with the case that a Derived Work is intended to be used as a
392
+ (compatible or incompatible) replacement of the original Work. If
393
+ this is not the case (e.g., if a few lines of code are reused for a
394
+ completely different task), then clauses 6b and 6d shall not apply.
395
+
396
+
397
+ Important Recommendations
398
+ -------------------------
399
+
400
+ Defining What Constitutes the Work
401
+
402
+ The LPPL requires that distributions of the Work contain all the
403
+ files of the Work. It is therefore important that you provide a
404
+ way for the licensee to determine which files constitute the Work.
405
+ This could, for example, be achieved by explicitly listing all the
406
+ files of the Work near the copyright notice of each file or by
407
+ using a line such as:
408
+
409
+ % This work consists of all files listed in manifest.txt.
410
+
411
+ in that place. In the absence of an unequivocal list it might be
412
+ impossible for the licensee to determine what is considered by you
413
+ to comprise the Work and, in such a case, the licensee would be
414
+ entitled to make reasonable conjectures as to which files comprise
415
+ the Work.
416
+
@@ -0,0 +1,43 @@
1
+ Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
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: http://scripts.sil.org/OFL
5
+
6
+ -----------------------------------------------------------
7
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
8
+ -----------------------------------------------------------
9
+
10
+ PREAMBLE
11
+ The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
12
+
13
+ The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
14
+
15
+ DEFINITIONS
16
+ "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
17
+
18
+ "Reserved Font Name" refers to any names specified as such after the copyright statement(s).
19
+
20
+ "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
21
+
22
+ "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
23
+
24
+ "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
25
+
26
+ PERMISSION & CONDITIONS
27
+ Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
28
+
29
+ 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
30
+
31
+ 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
32
+
33
+ 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
34
+
35
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
36
+
37
+ 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
38
+
39
+ TERMINATION
40
+ This license becomes null and void if any of the above conditions are not met.
41
+
42
+ DISCLAIMER
43
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 113 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g><path d="M0.937,12.452c-0.511,0 -0.937,0.401 -0.937,0.914c0,0.465 0.426,0.866 0.92,0.866c0.528,0 0.972,-0.385 0.972,-0.866c0,-0.497 -0.444,-0.914 -0.955,-0.914Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M13.903,2.206c0,0 0,3.95 0,11.85c0,0 -0.694,0 -2.08,0c0,0 0,-0.384 0,-1.151c-0.461,0.48 -0.935,0.827 -1.423,1.041c-0.488,0.214 -1.051,0.321 -1.689,0.321c-0.882,0 -1.685,-0.203 -2.409,-0.61c-0.724,-0.408 -1.294,-0.969 -1.71,-1.684c-0.416,-0.716 -0.624,-1.507 -0.624,-2.374c0,-0.872 0.209,-1.673 0.628,-2.404c0.419,-0.731 0.99,-1.305 1.714,-1.723c0.724,-0.418 1.519,-0.627 2.384,-0.627c0.594,0 1.15,0.1 1.668,0.298c0.519,0.198 0.945,0.47 1.278,0.814l0,-3.751l2.263,0Zm-4.926,4.597c-0.766,0 -1.411,0.261 -1.935,0.784c-0.524,0.522 -0.786,1.169 -0.786,1.942c0,0.778 0.273,1.436 0.82,1.974c0.546,0.538 1.21,0.806 1.992,0.806c0.766,0 1.414,-0.263 1.943,-0.791c0.53,-0.527 0.795,-1.172 0.795,-1.934c0,-0.804 -0.266,-1.469 -0.799,-1.993c-0.532,-0.525 -1.209,-0.788 -2.03,-0.788Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M25.687,5.166c0,0 0,2.964 0,8.89c0,0 -0.691,0 -2.072,0c0,0 0,-0.384 0,-1.151c-0.455,0.485 -0.925,0.834 -1.41,1.045c-0.486,0.212 -1.061,0.317 -1.727,0.317c-0.91,0 -1.727,-0.197 -2.451,-0.591c-0.723,-0.394 -1.289,-0.944 -1.697,-1.649c-0.408,-0.704 -0.612,-1.498 -0.612,-2.381c0,-0.892 0.206,-1.695 0.616,-2.408c0.411,-0.713 0.982,-1.27 1.714,-1.672c0.733,-0.402 1.559,-0.603 2.48,-0.603c0.682,0 1.27,0.111 1.764,0.333c0.494,0.222 0.935,0.575 1.323,1.061l0,-1.191l2.072,0Zm-4.959,1.755c-0.788,0 -1.439,0.261 -1.952,0.783c-0.513,0.522 -0.769,1.185 -0.769,1.989c0,0.778 0.259,1.409 0.778,1.892c0.518,0.483 1.191,0.724 2.017,0.724c0.821,0 1.483,-0.245 1.985,-0.736c0.502,-0.491 0.753,-1.133 0.753,-1.927c0,-0.804 -0.262,-1.459 -0.786,-1.965c-0.524,-0.507 -1.2,-0.76 -2.026,-0.76Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M28.794,14.056c0,0 0,-2.316 0,-6.947c0,0 -0.369,0 -1.107,0c0,0 0,-0.648 0,-1.943c0,0 0.369,0 1.107,0c0,0 0,-0.986 0,-2.96c0,0 0.754,0 2.263,0c0,0 0,0.987 0,2.96c0,0 0.455,0 1.365,0c0,0 0,0.648 0,1.943c0,0 -0.455,0 -1.365,0c0,0 0,2.316 0,6.947c0,0 -0.754,0 -2.263,0Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M43.866,5.166c0,0 0,2.964 0,8.89c0,0 -0.69,0 -2.072,0c0,0 0,-0.384 0,-1.151c-0.455,0.485 -0.925,0.834 -1.41,1.045c-0.485,0.212 -1.061,0.317 -1.727,0.317c-0.909,0 -1.726,-0.197 -2.45,-0.591c-0.724,-0.394 -1.29,-0.944 -1.698,-1.649c-0.407,-0.704 -0.611,-1.498 -0.611,-2.381c0,-0.892 0.205,-1.695 0.616,-2.408c0.41,-0.713 0.981,-1.27 1.714,-1.672c0.732,-0.402 1.558,-0.603 2.479,-0.603c0.683,0 1.271,0.111 1.764,0.333c0.494,0.222 0.935,0.575 1.323,1.061l0,-1.191l2.072,0Zm-4.959,1.755c-0.788,0 -1.438,0.261 -1.951,0.783c-0.513,0.522 -0.77,1.185 -0.77,1.989c0,0.778 0.259,1.409 0.778,1.892c0.519,0.483 1.191,0.724 2.018,0.724c0.821,0 1.482,-0.245 1.984,-0.736c0.502,-0.491 0.753,-1.133 0.753,-1.927c0,-0.804 -0.262,-1.459 -0.786,-1.965c-0.524,-0.507 -1.199,-0.76 -2.026,-0.76Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M47.772,12.452c-0.511,0 -0.937,0.401 -0.937,0.914c0,0.465 0.426,0.866 0.92,0.866c0.528,0 0.971,-0.385 0.971,-0.866c0,-0.497 -0.443,-0.914 -0.954,-0.914Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M58.967,5.166c0,0 0.721,0 2.163,0c0,0 0,2.402 0,7.206c0,0.883 -0.081,1.615 -0.245,2.197c-0.164,0.582 -0.429,1.08 -0.795,1.492c-0.898,1.029 -2.183,1.543 -3.852,1.543c-1.154,0 -2.155,-0.248 -3.004,-0.744c-0.849,-0.496 -1.465,-1.191 -1.847,-2.083l2.571,0c0.333,0.344 0.679,0.588 1.04,0.732c0.36,0.143 0.804,0.215 1.331,0.215c0.843,0 1.484,-0.235 1.922,-0.705c0.439,-0.47 0.677,-1.182 0.716,-2.138c-0.444,0.491 -0.906,0.845 -1.385,1.061c-0.48,0.217 -1.053,0.325 -1.719,0.325c-0.887,0 -1.685,-0.201 -2.392,-0.603c-0.707,-0.402 -1.258,-0.962 -1.652,-1.68c-0.394,-0.718 -0.59,-1.528 -0.59,-2.432c0,-1.315 0.441,-2.409 1.323,-3.281c0.882,-0.872 1.991,-1.308 3.328,-1.308c1.353,0 2.382,0.444 3.087,1.331l0,-1.128Zm-2.862,1.755c-0.777,0 -1.402,0.249 -1.877,0.748c-0.474,0.498 -0.711,1.158 -0.711,1.977c0,0.81 0.24,1.456 0.72,1.939c0.479,0.483 1.124,0.724 1.934,0.724c0.821,0 1.476,-0.244 1.964,-0.732c0.488,-0.488 0.732,-1.142 0.732,-1.962c0,-0.804 -0.254,-1.454 -0.761,-1.95c-0.508,-0.496 -1.175,-0.744 -2.001,-0.744Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M68.439,4.963c0.899,0 1.731,0.209 2.497,0.626c0.765,0.418 1.37,0.986 1.814,1.704c0.443,0.718 0.665,1.497 0.665,2.338c0,0.835 -0.223,1.609 -0.67,2.322c-0.446,0.713 -1.055,1.277 -1.826,1.692c-0.771,0.415 -1.609,0.622 -2.513,0.622c-0.91,0 -1.751,-0.207 -2.525,-0.622c-0.774,-0.415 -1.386,-0.979 -1.835,-1.692c-0.449,-0.713 -0.674,-1.487 -0.674,-2.322c0,-0.637 0.132,-1.244 0.395,-1.821c0.264,-0.577 0.622,-1.073 1.074,-1.488c0.452,-0.415 0.991,-0.746 1.618,-0.991c0.627,-0.245 1.287,-0.368 1.98,-0.368Zm-0.091,1.958c-0.732,0 -1.363,0.265 -1.893,0.795c-0.53,0.53 -0.795,1.163 -0.795,1.899c0,0.742 0.267,1.376 0.799,1.903c0.533,0.528 1.173,0.791 1.922,0.791c0.755,0 1.401,-0.262 1.939,-0.787c0.538,-0.524 0.807,-1.155 0.807,-1.891c0,-0.763 -0.269,-1.405 -0.807,-1.927c-0.538,-0.522 -1.196,-0.783 -1.972,-0.783Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M84.019,5.166c0,0 0,2.964 0,8.89c0,0 -0.699,0 -2.096,0c0,0 0,-0.285 0,-0.854c-0.433,0.392 -0.851,0.667 -1.253,0.827c-0.402,0.159 -0.886,0.238 -1.452,0.238c-0.638,0 -1.209,-0.121 -1.714,-0.364c-0.505,-0.243 -0.912,-0.588 -1.223,-1.037c-0.244,-0.361 -0.416,-0.758 -0.516,-1.191c-0.1,-0.433 -0.15,-1.013 -0.15,-1.739l0,-4.77l2.272,0l0,4.347c0,0.616 0.036,1.098 0.108,1.445c0.072,0.348 0.194,0.62 0.366,0.819c0.327,0.355 0.766,0.532 1.315,0.532c0.394,0 0.745,-0.074 1.052,-0.223c0.308,-0.149 0.543,-0.359 0.704,-0.63c0.122,-0.199 0.206,-0.456 0.253,-0.772c0.048,-0.316 0.071,-0.758 0.071,-1.327l0,-4.191l2.263,0Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M89.639,14.056c0,0 -1.267,-2.963 -3.802,-8.89c0,0 0.84,0 2.521,0c0,0 0.727,1.964 2.18,5.89c0,0 0.716,-1.963 2.147,-5.89c0,0 0.854,0 2.563,0c0,0 -1.268,2.964 -3.803,8.89c0,0 -0.602,0 -1.806,0Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M96.441,12.453c-0.481,0 -0.881,0.4 -0.881,0.914c0,0.465 0.4,0.865 0.865,0.865c0.497,0 0.914,-0.384 0.914,-0.865c0,-0.498 -0.417,-0.914 -0.898,-0.914Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M99.45,5.831l1.862,0l-1.883,8.716c-0.491,2.251 -1.166,3.376 -2.046,3.376c-0.245,0 -0.409,-0.143 -0.409,-0.348c0,-0.061 0.021,-0.102 0.082,-0.204c0.082,-0.144 0.102,-0.226 0.102,-0.348c0,-0.45 -0.368,-0.798 -0.818,-0.798c-0.43,0 -0.757,0.389 -0.757,0.88c0,0.695 0.716,1.248 1.616,1.248c1.862,0 3.315,-2.046 4.215,-5.872l1.535,-6.65l2.271,0l0.122,-0.655l-2.23,0c0.614,-3.273 1.412,-4.726 2.558,-4.726c0.286,0 0.45,0.102 0.45,0.266c0,0.041 -0.021,0.102 -0.082,0.205c-0.102,0.163 -0.123,0.266 -0.123,0.429c0,0.491 0.307,0.819 0.757,0.819c0.471,0 0.88,-0.389 0.88,-0.839c0,-0.757 -0.757,-1.33 -1.78,-1.33c-1.003,0 -1.821,0.45 -2.578,1.412c-0.614,0.818 -1.043,1.759 -1.678,3.764l-1.923,0l-0.143,0.655Z" style="fill:#373c42;fill-rule:nonzero;"/><path d="M106.672,14.056c1.126,-3.58 1.473,-4.419 2.415,-5.995c0.716,-1.166 1.289,-1.8 1.636,-1.8c0.144,0 0.246,0.082 0.348,0.286c0.164,0.348 0.328,0.45 0.737,0.45c0.614,0 0.961,-0.368 0.961,-1.023c0,-0.654 -0.388,-1.064 -0.961,-1.064c-0.471,0 -1.044,0.307 -1.576,0.88c-0.859,0.86 -1.718,2.108 -2.046,2.906l-0.307,0.757l1.146,-4.502l-0.061,-0.041c-1.494,0.266 -1.719,0.307 -3.212,0.553l0,0.348c0.45,-0.082 0.532,-0.103 0.695,-0.103c0.45,0 0.716,0.205 0.716,0.573c0,0.266 -0.163,1.105 -0.327,1.719l-1.739,6.056l1.575,0Z" style="fill:#373c42;fill-rule:nonzero;"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="282.35" height="82.125" viewBox="0 0 282.35001 82.125" class="logo"><style>.s0{fill:#fff}</style><g fill="#fff"><path d="M17.69 48.329c8.332 0 10.814-.45 11.715-1.128.334-.226.676-.676.676-2.14 0-3.153-2.141-7.099-8.673-7.099-6.648 0-12.394 6.086-12.505 9.803 0 .227 0 .564.79.564h7.998zm-6.984 3.377c-2.93 0-3.042.226-3.042 3.043 0 11.38 6.644 21.065 18.696 21.065 3.72 0 6.877-1.127 10.364-5.519 1.128-.338 1.918.337 2.03 1.35-3.714 7.664-11.83 10.48-17.684 10.48-7.326 0-13.068-3.153-16.337-7.438C1.358 70.295 0 65.001 0 60.045c0-13.855 9.129-25.46 22.647-25.46 9.685 0 15.995 6.645 15.995 13.407 0 1.575-.226 2.475-.452 2.926-.338.677-1.91.788-6.644.788h-20.84m50.238-10.813c-1.91 0-2.022.337-2.022 2.704v21.067c0 6.532.79 12.505 8.224 12.505a8.669 8.669 0 0 0 3.042-.564c1.013-.342 2.478-1.577 2.812-1.577.901 0 1.358 1.235 1.128 1.914-2.03 2.367-6.08 5.183-11.83 5.183-9.69 0-11.715-5.409-11.715-12.168V44.161c0-3.042-.107-3.268-2.359-3.268h-3.16c-.676-.453-.787-1.691-.338-2.367 3.264-1.012 6.087-2.476 7.208-3.492 1.464-1.349 3.605-4.39 4.733-6.645.567-.227 1.917-.227 2.367.563v5.07c0 2.028.114 2.14 2.025 2.14h12.505c1.35 1.016 1.123 4.058.11 4.73h-12.73M94.97 77.054c2.248 0 5.75-1.687 6.87-2.815 1.35-1.354 1.466-2.93 1.466-5.294l.226-6.643c0-1.243-.452-1.465-1.128-1.465-.675 0-2.593.448-4.622 1.126-6.643 2.25-9.912 3.937-9.912 8.333 0 1.918 1.35 6.758 7.1 6.758zm6.982-19.823c1.691-.564 1.802-1.582 1.918-3.268l.11-5.183c.112-4.171-1.238-9.802-8.227-9.802-3.149 0-6.982 1.578-7.207 5.071-.112 1.805-.223 3.153-1.12 3.83-1.696 1.353-4.734 2.14-6.426 2.14-1.012 0-1.58-.562-1.58-1.576 0-5.858 12.731-13.857 20.955-13.857 8.11 0 12.053 4.734 11.715 13.18l-.675 19.6c-.227 5.185.79 9.804 5.182 9.804a6.467 6.467 0 0 0 2.819-.68c.557-.337 1.128-.786 1.466-.786.445 0 .79.675.79 1.466 0 .559-3.947 4.956-9.467 4.956-2.709 0-5.412-1.013-7.323-3.499-.452-.67-1.128-1.573-1.802-1.573-.791 0-2.141 1.013-4.396 2.256-2.475 1.35-4.953 2.816-8.11 2.816-3.267 0-5.972-.906-7.882-2.594-2.144-1.914-3.494-4.733-3.494-7.886 0-4.396 2.14-6.981 9.348-9.575l13.406-4.84m37.066 10.698c0 8.113.222 9.24 4.281 9.8l2.7.338c.786.56.564 2.478-.219 2.815a174.236 174.236 0 0 0-10.936-.337c-4.05 0-7.43.115-10.813.337-.787-.337-1.013-2.255-.223-2.815l2.593-.338c4.167-.56 4.28-1.687 4.28-9.8V17.011c0-6.644-.113-7.32-3.49-9.35l-1.13-.677c-.566-.338-.566-1.914 0-2.25 2.818-.901 8.108-2.592 12.167-4.733.452 0 .901.225 1.127.675-.115 3.38-.337 9.014-.337 13.97v53.282m29.29 9.125c2.247 0 5.742-1.687 6.871-2.815 1.35-1.354 1.464-2.93 1.464-5.294l.226-6.643c0-1.243-.453-1.465-1.135-1.465-.671 0-2.585.448-4.615 1.126-6.644 2.25-9.911 3.937-9.911 8.333 0 1.918 1.353 6.758 7.1 6.758zm6.981-19.823c1.691-.564 1.807-1.582 1.919-3.268l.11-5.183c.115-4.171-1.239-9.802-8.22-9.802-3.157 0-6.989 1.578-7.212 5.071-.115 1.805-.226 3.153-1.127 3.83-1.691 1.353-4.73 2.14-6.421 2.14-1.013 0-1.577-.562-1.577-1.576 0-5.858 12.728-13.857 20.952-13.857 8.108 0 12.051 4.734 11.718 13.18l-.678 19.6c-.228 5.185.79 9.804 5.185 9.804 1.121 0 2.132-.342 2.811-.68.56-.337 1.125-.786 1.466-.786.448 0 .794.675.794 1.466 0 .559-3.95 4.956-9.466 4.956-2.705 0-5.414-1.013-7.324-3.499-.448-.67-1.123-1.573-1.803-1.573-.786 0-2.14 1.013-4.396 2.256-2.477 1.35-4.951 2.816-8.107 2.816-3.269 0-5.973-.906-7.884-2.594-2.14-1.914-3.495-4.733-3.495-7.886 0-4.396 2.145-6.981 9.352-9.575l13.403-4.84m35.601 7.993c0 3.948.901 7.438 2.815 9.805 1.918 2.363 4.956 3.717 8.561 3.717 10.587 0 14.757-9.014 14.757-18.7 0-11.603-5.964-20.617-17.123-20.617-3.375 0-6.087.792-7.656 1.802-1.128.79-1.354 2.03-1.354 6.424v17.57zm-8.336-48.212c0-6.644-.111-7.32-3.494-9.35l-1.127-.677c-.562-.338-.562-1.914 0-2.25 2.592-1.014 7.996-2.48 12.281-4.733.449 0 .902.225 1.124.675-.222 3.942-.448 9.014-.448 13.97v21.291c0 1.916.448 2.363 1.123 2.363 2.935-1.688 7.438-3.715 12.958-3.715 12.842 0 21.514 9.685 21.514 22.081 0 14.979-10.812 25.459-25.91 25.459-4.162 0-7.32-.676-9.574-1.466-2.367-.675-3.825-1.465-4.733-1.465-.901 0-1.804.905-2.36 1.687-.115.116-.226.116-.451.116-.458 0-.903-.227-1.13-.675.116-1.577.227-3.717.227-9.575V17.011"/><path d="M222.763 16.627c0 1.913 1.253 3.246 2.992 3.246 1.146 0 2.059-.55 2.78-1.314v-4.243c-.662-.571-1.53-1.016-2.696-1.016-1.845 0-3.076 1.442-3.076 3.327zm7.23 4.882c0 1.121-.295 1.99-.824 2.627-.764.932-2.034 1.316-3.438 1.316-1.42 0-2.52-.443-3.072-.976-.323-.318-.468-.677-.468-1.038 0-.615.448-1.1 1.059-1.1.529 0 .89.4.89.908a.978.978 0 0 1-.185.593c.273.173.862.36 1.776.36.89 0 1.739-.231 2.267-.888.338-.426.537-.974.537-1.74v-1.76c-.744.764-1.634 1.333-3.011 1.333-2.355 0-4.293-1.866-4.293-4.493 0-2.443 1.789-4.644 4.477-4.644 1.208 0 2.165.487 2.888 1.164v-.997h2.863v1.297h-1.466v8.038m10.587-4.816c0-1.995-1.266-3.414-3.115-3.414-1.845 0-3.117 1.42-3.117 3.414 0 2.015 1.272 3.413 3.117 3.413 1.849 0 3.115-1.398 3.115-3.413zm-7.76 0c0-2.545 1.841-4.686 4.645-4.686 2.8 0 4.645 2.117 4.645 4.686 0 2.568-1.845 4.687-4.645 4.687-2.819 0-4.645-2.102-4.645-4.687m12.244 3.479c-.276-.486-.425-1.126-.425-1.847v-4.854h-1.443v-1.297h2.908v5.874c0 .51.08.917.249 1.213.28.53.745.761 1.48.761 1.128 0 2.126-.72 2.973-1.591v-4.96h-1.485v-1.297h2.95v7.763h1.443v1.272h-2.865v-1.674c-.844.998-2.079 1.845-3.375 1.845-1.187 0-1.965-.445-2.41-1.208m10.433-6.701h-1.185v-1.297h4.197v1.25h-1.443l2.674 5.964 2.65-5.964h-1.488v-1.25h4.18v1.297h-1.185l-3.797 8.038h-.805l-3.798-8.038m9.233 6.576c0-.744.554-1.339 1.289-1.339.743 0 1.297.595 1.297 1.34 0 .737-.554 1.332-1.297 1.332-.735 0-1.289-.595-1.289-1.333m8.335-13.215c-.279.064-.533.188-.698.425-.326.378-.495.993-.495 1.887v3.03h2.34v1.297h-2.34v6.466h1.765v1.272h-4.687v-1.272h1.465v-6.466H268.8v-1.297h1.615v-2.69c0-1.466.257-2.442.951-3.14.53-.513 1.166-.829 2.06-.829.978 0 1.65.468 1.65 1.21 0 .595-.4.998-.914.998-.59 0-.927-.384-1.097-.89m9.291 6.36c0 .57-.45 1.08-1.017 1.08-.552 0-.935-.36-1.082-.76-.682.192-1.507.995-1.95 1.906v4.518H280v1.272h-4.6v-1.272h1.443v-6.466H275.4v-1.297h2.839v2.058c.701-1.253 1.78-2.225 2.762-2.225.89 0 1.354.572 1.354 1.185"/></g></svg>
Binary file
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig>
3
+ <msapplication>
4
+ <tile>
5
+ <square150x150logo src="/mstile-150x150.png"/>
6
+ <TileColor>#da532c</TileColor>
7
+ </tile>
8
+ </msapplication>
9
+ </browserconfig>
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "",
3
+ "icons": [
4
+ {
5
+ "src": "/android-chrome-192x192.png",
6
+ "sizes": "192x192",
7
+ "type": "image/png"
8
+ },
9
+ {
10
+ "src": "/android-chrome-512x512.png",
11
+ "sizes": "512x512",
12
+ "type": "image/png"
13
+ }
14
+ ],
15
+ "theme_color": "#ffffff",
16
+ "background_color": "#ffffff",
17
+ "display": "standalone"
18
+ }
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="620.000000pt" height="620.000000pt" viewBox="0 0 620.000000 620.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+ <metadata>
8
+ Created by potrace 1.11, written by Peter Selinger 2001-2013
9
+ </metadata>
10
+ <g transform="translate(0.000000,620.000000) scale(0.100000,-0.100000)"
11
+ fill="#000000" stroke="none">
12
+ <path d="M0 3100 l1 -1320 3099 0 3100 0 0 1320 -1 1320 -3099 0 -3100 0 0
13
+ -1320z"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 12 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path id="Arrow-Icon" d="M0.254,1.518c-0.339,-0.347 -0.339,-0.91 0,-1.257c0.338,-0.348 0.886,-0.348 1.225,0l4.512,4.632l4.511,-4.632c0.338,-0.348 0.887,-0.348 1.225,0c0.339,0.347 0.339,0.91 0,1.257l-5.106,5.243c-0.174,0.179 -0.403,0.264 -0.63,0.259c-0.228,0.005 -0.457,-0.08 -0.631,-0.259l-5.106,-5.243Z" style="fill:#8393a7;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 7 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path id="Arrow-Icon" d="M1.498,11.747c-0.347,0.339 -0.91,0.339 -1.257,0c-0.348,-0.338 -0.348,-0.886 0,-1.225l4.632,-4.512l-4.632,-4.511c-0.348,-0.338 -0.348,-0.887 0,-1.225c0.347,-0.339 0.91,-0.339 1.257,0l5.243,5.106c0.179,0.174 0.264,0.403 0.259,0.63c0.005,0.228 -0.08,0.457 -0.259,0.631l-5.243,5.106Z" style="fill:#8393a7;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 15 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path id="Checked-Icon" d="M13.23,0.307l-8.118,8.197l-3.345,-3.384c-0.405,-0.408 -1.06,-0.408 -1.464,0c-0.404,0.408 -0.404,1.071 0,1.479l4.055,4.101c0.208,0.21 0.481,0.31 0.754,0.305c0.272,0.005 0.545,-0.095 0.753,-0.305l8.829,-8.915c0.404,-0.408 0.404,-1.07 0,-1.478c-0.404,-0.409 -1.06,-0.409 -1.464,0Z" style="fill:#ebeff3;"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="282.35" height="82.125" viewBox="0 0 282.35001 82.125" class="logo"><style>.s0{fill:#fff}</style><g fill="#fff"><path d="M17.69 48.329c8.332 0 10.814-.45 11.715-1.128.334-.226.676-.676.676-2.14 0-3.153-2.141-7.099-8.673-7.099-6.648 0-12.394 6.086-12.505 9.803 0 .227 0 .564.79.564h7.998zm-6.984 3.377c-2.93 0-3.042.226-3.042 3.043 0 11.38 6.644 21.065 18.696 21.065 3.72 0 6.877-1.127 10.364-5.519 1.128-.338 1.918.337 2.03 1.35-3.714 7.664-11.83 10.48-17.684 10.48-7.326 0-13.068-3.153-16.337-7.438C1.358 70.295 0 65.001 0 60.045c0-13.855 9.129-25.46 22.647-25.46 9.685 0 15.995 6.645 15.995 13.407 0 1.575-.226 2.475-.452 2.926-.338.677-1.91.788-6.644.788h-20.84m50.238-10.813c-1.91 0-2.022.337-2.022 2.704v21.067c0 6.532.79 12.505 8.224 12.505a8.669 8.669 0 0 0 3.042-.564c1.013-.342 2.478-1.577 2.812-1.577.901 0 1.358 1.235 1.128 1.914-2.03 2.367-6.08 5.183-11.83 5.183-9.69 0-11.715-5.409-11.715-12.168V44.161c0-3.042-.107-3.268-2.359-3.268h-3.16c-.676-.453-.787-1.691-.338-2.367 3.264-1.012 6.087-2.476 7.208-3.492 1.464-1.349 3.605-4.39 4.733-6.645.567-.227 1.917-.227 2.367.563v5.07c0 2.028.114 2.14 2.025 2.14h12.505c1.35 1.016 1.123 4.058.11 4.73h-12.73M94.97 77.054c2.248 0 5.75-1.687 6.87-2.815 1.35-1.354 1.466-2.93 1.466-5.294l.226-6.643c0-1.243-.452-1.465-1.128-1.465-.675 0-2.593.448-4.622 1.126-6.643 2.25-9.912 3.937-9.912 8.333 0 1.918 1.35 6.758 7.1 6.758zm6.982-19.823c1.691-.564 1.802-1.582 1.918-3.268l.11-5.183c.112-4.171-1.238-9.802-8.227-9.802-3.149 0-6.982 1.578-7.207 5.071-.112 1.805-.223 3.153-1.12 3.83-1.696 1.353-4.734 2.14-6.426 2.14-1.012 0-1.58-.562-1.58-1.576 0-5.858 12.731-13.857 20.955-13.857 8.11 0 12.053 4.734 11.715 13.18l-.675 19.6c-.227 5.185.79 9.804 5.182 9.804a6.467 6.467 0 0 0 2.819-.68c.557-.337 1.128-.786 1.466-.786.445 0 .79.675.79 1.466 0 .559-3.947 4.956-9.467 4.956-2.709 0-5.412-1.013-7.323-3.499-.452-.67-1.128-1.573-1.802-1.573-.791 0-2.141 1.013-4.396 2.256-2.475 1.35-4.953 2.816-8.11 2.816-3.267 0-5.972-.906-7.882-2.594-2.144-1.914-3.494-4.733-3.494-7.886 0-4.396 2.14-6.981 9.348-9.575l13.406-4.84m37.066 10.698c0 8.113.222 9.24 4.281 9.8l2.7.338c.786.56.564 2.478-.219 2.815a174.236 174.236 0 0 0-10.936-.337c-4.05 0-7.43.115-10.813.337-.787-.337-1.013-2.255-.223-2.815l2.593-.338c4.167-.56 4.28-1.687 4.28-9.8V17.011c0-6.644-.113-7.32-3.49-9.35l-1.13-.677c-.566-.338-.566-1.914 0-2.25 2.818-.901 8.108-2.592 12.167-4.733.452 0 .901.225 1.127.675-.115 3.38-.337 9.014-.337 13.97v53.282m29.29 9.125c2.247 0 5.742-1.687 6.871-2.815 1.35-1.354 1.464-2.93 1.464-5.294l.226-6.643c0-1.243-.453-1.465-1.135-1.465-.671 0-2.585.448-4.615 1.126-6.644 2.25-9.911 3.937-9.911 8.333 0 1.918 1.353 6.758 7.1 6.758zm6.981-19.823c1.691-.564 1.807-1.582 1.919-3.268l.11-5.183c.115-4.171-1.239-9.802-8.22-9.802-3.157 0-6.989 1.578-7.212 5.071-.115 1.805-.226 3.153-1.127 3.83-1.691 1.353-4.73 2.14-6.421 2.14-1.013 0-1.577-.562-1.577-1.576 0-5.858 12.728-13.857 20.952-13.857 8.108 0 12.051 4.734 11.718 13.18l-.678 19.6c-.228 5.185.79 9.804 5.185 9.804 1.121 0 2.132-.342 2.811-.68.56-.337 1.125-.786 1.466-.786.448 0 .794.675.794 1.466 0 .559-3.95 4.956-9.466 4.956-2.705 0-5.414-1.013-7.324-3.499-.448-.67-1.123-1.573-1.803-1.573-.786 0-2.14 1.013-4.396 2.256-2.477 1.35-4.951 2.816-8.107 2.816-3.269 0-5.973-.906-7.884-2.594-2.14-1.914-3.495-4.733-3.495-7.886 0-4.396 2.145-6.981 9.352-9.575l13.403-4.84m35.601 7.993c0 3.948.901 7.438 2.815 9.805 1.918 2.363 4.956 3.717 8.561 3.717 10.587 0 14.757-9.014 14.757-18.7 0-11.603-5.964-20.617-17.123-20.617-3.375 0-6.087.792-7.656 1.802-1.128.79-1.354 2.03-1.354 6.424v17.57zm-8.336-48.212c0-6.644-.111-7.32-3.494-9.35l-1.127-.677c-.562-.338-.562-1.914 0-2.25 2.592-1.014 7.996-2.48 12.281-4.733.449 0 .902.225 1.124.675-.222 3.942-.448 9.014-.448 13.97v21.291c0 1.916.448 2.363 1.123 2.363 2.935-1.688 7.438-3.715 12.958-3.715 12.842 0 21.514 9.685 21.514 22.081 0 14.979-10.812 25.459-25.91 25.459-4.162 0-7.32-.676-9.574-1.466-2.367-.675-3.825-1.465-4.733-1.465-.901 0-1.804.905-2.36 1.687-.115.116-.226.116-.451.116-.458 0-.903-.227-1.13-.675.116-1.577.227-3.717.227-9.575V17.011"/><path d="M222.763 16.627c0 1.913 1.253 3.246 2.992 3.246 1.146 0 2.059-.55 2.78-1.314v-4.243c-.662-.571-1.53-1.016-2.696-1.016-1.845 0-3.076 1.442-3.076 3.327zm7.23 4.882c0 1.121-.295 1.99-.824 2.627-.764.932-2.034 1.316-3.438 1.316-1.42 0-2.52-.443-3.072-.976-.323-.318-.468-.677-.468-1.038 0-.615.448-1.1 1.059-1.1.529 0 .89.4.89.908a.978.978 0 0 1-.185.593c.273.173.862.36 1.776.36.89 0 1.739-.231 2.267-.888.338-.426.537-.974.537-1.74v-1.76c-.744.764-1.634 1.333-3.011 1.333-2.355 0-4.293-1.866-4.293-4.493 0-2.443 1.789-4.644 4.477-4.644 1.208 0 2.165.487 2.888 1.164v-.997h2.863v1.297h-1.466v8.038m10.587-4.816c0-1.995-1.266-3.414-3.115-3.414-1.845 0-3.117 1.42-3.117 3.414 0 2.015 1.272 3.413 3.117 3.413 1.849 0 3.115-1.398 3.115-3.413zm-7.76 0c0-2.545 1.841-4.686 4.645-4.686 2.8 0 4.645 2.117 4.645 4.686 0 2.568-1.845 4.687-4.645 4.687-2.819 0-4.645-2.102-4.645-4.687m12.244 3.479c-.276-.486-.425-1.126-.425-1.847v-4.854h-1.443v-1.297h2.908v5.874c0 .51.08.917.249 1.213.28.53.745.761 1.48.761 1.128 0 2.126-.72 2.973-1.591v-4.96h-1.485v-1.297h2.95v7.763h1.443v1.272h-2.865v-1.674c-.844.998-2.079 1.845-3.375 1.845-1.187 0-1.965-.445-2.41-1.208m10.433-6.701h-1.185v-1.297h4.197v1.25h-1.443l2.674 5.964 2.65-5.964h-1.488v-1.25h4.18v1.297h-1.185l-3.797 8.038h-.805l-3.798-8.038m9.233 6.576c0-.744.554-1.339 1.289-1.339.743 0 1.297.595 1.297 1.34 0 .737-.554 1.332-1.297 1.332-.735 0-1.289-.595-1.289-1.333m8.335-13.215c-.279.064-.533.188-.698.425-.326.378-.495.993-.495 1.887v3.03h2.34v1.297h-2.34v6.466h1.765v1.272h-4.687v-1.272h1.465v-6.466H268.8v-1.297h1.615v-2.69c0-1.466.257-2.442.951-3.14.53-.513 1.166-.829 2.06-.829.978 0 1.65.468 1.65 1.21 0 .595-.4.998-.914.998-.59 0-.927-.384-1.097-.89m9.291 6.36c0 .57-.45 1.08-1.017 1.08-.552 0-.935-.36-1.082-.76-.682.192-1.507.995-1.95 1.906v4.518H280v1.272h-4.6v-1.272h1.443v-6.466H275.4v-1.297h2.839v2.058c.701-1.253 1.78-2.225 2.762-2.225.89 0 1.354.572 1.354 1.185"/></g></svg>