jekyll-theme-shikhalev 0.1.0.5

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 (128) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +14 -0
  4. data/_includes/allejo/jekyll-toc.liquid +182 -0
  5. data/_includes/backlinks.liquid +58 -0
  6. data/_includes/google/ads.html +11 -0
  7. data/_includes/google/analytics.html +10 -0
  8. data/_includes/google/search.html +4 -0
  9. data/_includes/iframe.liquid +41 -0
  10. data/_includes/image.liquid +61 -0
  11. data/_includes/link.liquid +30 -0
  12. data/_includes/nova/aside/feeds.liquid +25 -0
  13. data/_includes/nova/aside/last_comments.liquid +28 -0
  14. data/_includes/nova/aside/navy.liquid +26 -0
  15. data/_includes/nova/comments/form.liquid +57 -0
  16. data/_includes/nova/comments/item.liquid +31 -0
  17. data/_includes/nova/comments/section.liquid +22 -0
  18. data/_includes/nova/footer.liquid +38 -0
  19. data/_includes/nova/stream/comment_count.liquid +19 -0
  20. data/_includes/nova/stream/subcategories.liquid +19 -0
  21. data/_includes/nova/stream/timeline.liquid +78 -0
  22. data/_includes/nova/utils/announcement.liquid +82 -0
  23. data/_includes/nova/utils/breadcrumbs.liquid +16 -0
  24. data/_includes/nova/utils/categories.liquid +18 -0
  25. data/_includes/nova/utils/categories_pane.html +8 -0
  26. data/_includes/nova/utils/chain.liquid +8 -0
  27. data/_includes/nova/utils/feed_link.liquid +11 -0
  28. data/_includes/nova/utils/recommendations.liquid +67 -0
  29. data/_includes/nova/utils/share_buttons.liquid +12 -0
  30. data/_includes/nova/utils/tags.liquid +8 -0
  31. data/_includes/yandex/metrica.html +18 -0
  32. data/_includes/yoomoney/form.html +4 -0
  33. data/_layouts/nova/calendar.html +79 -0
  34. data/_layouts/nova/default.html +185 -0
  35. data/_layouts/nova/page.html +7 -0
  36. data/_layouts/nova/post.html +34 -0
  37. data/_layouts/nova/stream.html +21 -0
  38. data/_layouts/nova/tags.html +30 -0
  39. data/_layouts/nova/verse.html +34 -0
  40. data/_sass/fonts/awesome.scss +69 -0
  41. data/_sass/fonts/pt-from-google.scss +252 -0
  42. data/_sass/highlight/autumn.scss +60 -0
  43. data/_sass/nova/backlinks.scss +19 -0
  44. data/_sass/nova/base.scss +52 -0
  45. data/_sass/nova/content/code.scss +39 -0
  46. data/_sass/nova/content/comments.scss +256 -0
  47. data/_sass/nova/content/content.scss +210 -0
  48. data/_sass/nova/content/footnotes.scss +44 -0
  49. data/_sass/nova/content/images.scss +108 -0
  50. data/_sass/nova/content/meta.scss +59 -0
  51. data/_sass/nova/content/randoms.scss +46 -0
  52. data/_sass/nova/content/share.scss +25 -0
  53. data/_sass/nova/content/tables.scss +56 -0
  54. data/_sass/nova/content/verse.scss +46 -0
  55. data/_sass/nova/dyn/topper.scss +38 -0
  56. data/_sass/nova/dyn/watermark.scss +35 -0
  57. data/_sass/nova/icons.scss +340 -0
  58. data/_sass/nova/layout.scss +645 -0
  59. data/_sass/nova/pages/calendar.scss +74 -0
  60. data/_sass/nova/pages/stream.scss +153 -0
  61. data/_sass/nova/pages/tags.scss +58 -0
  62. data/_sass/nova/preset.scss +35 -0
  63. data/_sass/nova/utils.scss +10 -0
  64. data/_sass/nova.scss +26 -0
  65. data/assets/fa/webfonts/fa-brands-400.eot +0 -0
  66. data/assets/fa/webfonts/fa-brands-400.svg +3717 -0
  67. data/assets/fa/webfonts/fa-brands-400.ttf +0 -0
  68. data/assets/fa/webfonts/fa-brands-400.woff +0 -0
  69. data/assets/fa/webfonts/fa-brands-400.woff2 +0 -0
  70. data/assets/fa/webfonts/fa-regular-400.eot +0 -0
  71. data/assets/fa/webfonts/fa-regular-400.svg +801 -0
  72. data/assets/fa/webfonts/fa-regular-400.ttf +0 -0
  73. data/assets/fa/webfonts/fa-regular-400.woff +0 -0
  74. data/assets/fa/webfonts/fa-regular-400.woff2 +0 -0
  75. data/assets/fa/webfonts/fa-solid-900.eot +0 -0
  76. data/assets/fa/webfonts/fa-solid-900.svg +5034 -0
  77. data/assets/fa/webfonts/fa-solid-900.ttf +0 -0
  78. data/assets/fa/webfonts/fa-solid-900.woff +0 -0
  79. data/assets/fa/webfonts/fa-solid-900.woff2 +0 -0
  80. data/assets/img/ico/analytics.svg +1 -0
  81. data/assets/img/ico/camera.svg +1 -0
  82. data/assets/img/ico/csharp.svg +1 -0
  83. data/assets/img/ico/css3.svg +1 -0
  84. data/assets/img/ico/darktable.png +0 -0
  85. data/assets/img/ico/darktable.svg +1 -0
  86. data/assets/img/ico/fontawesome.svg +1 -0
  87. data/assets/img/ico/gbif.svg +1 -0
  88. data/assets/img/ico/gce.png +0 -0
  89. data/assets/img/ico/gentoo.svg +1 -0
  90. data/assets/img/ico/giscus.svg +9 -0
  91. data/assets/img/ico/git.svg +1 -0
  92. data/assets/img/ico/github.svg +1 -0
  93. data/assets/img/ico/gitlab.svg +1 -0
  94. data/assets/img/ico/gmail.svg +1 -0
  95. data/assets/img/ico/google-fonts.svg +1 -0
  96. data/assets/img/ico/gpsbabel.png +0 -0
  97. data/assets/img/ico/gpxlab.png +0 -0
  98. data/assets/img/ico/heroku.svg +1 -0
  99. data/assets/img/ico/html5.svg +1 -0
  100. data/assets/img/ico/hugin-ru.svg +101 -0
  101. data/assets/img/ico/hugin.svg +1 -0
  102. data/assets/img/ico/imagemagick.png +0 -0
  103. data/assets/img/ico/imagemagick.svg +1 -0
  104. data/assets/img/ico/inaturalist.svg +1 -0
  105. data/assets/img/ico/instagram.svg +1 -0
  106. data/assets/img/ico/javascript.svg +1 -0
  107. data/assets/img/ico/jekyll.svg +1 -0
  108. data/assets/img/ico/kde-neon.svg +1 -0
  109. data/assets/img/ico/kde.svg +1 -0
  110. data/assets/img/ico/kdeconnect.svg +1 -0
  111. data/assets/img/ico/linux-mint.svg +1 -0
  112. data/assets/img/ico/liquid.png +0 -0
  113. data/assets/img/ico/locus-map.png +0 -0
  114. data/assets/img/ico/luminance-hdr.png +0 -0
  115. data/assets/img/ico/luminance-hdr.svg +1 -0
  116. data/assets/img/ico/metrika.svg +1 -0
  117. data/assets/img/ico/paratype.png +0 -0
  118. data/assets/img/ico/phil-harvey.svg +1 -0
  119. data/assets/img/ico/ruby.svg +1 -0
  120. data/assets/img/ico/rust.png +0 -0
  121. data/assets/img/ico/staticman.svg +1 -0
  122. data/assets/img/ico/webmaster.svg +1 -0
  123. data/assets/img/ico/wikipedia.svg +1 -0
  124. data/assets/img/ico/yoomoney.png +0 -0
  125. data/assets/js/comments.js +116 -0
  126. data/assets/js/topper.js +32 -0
  127. data/assets/styles.scss +3 -0
  128. metadata +205 -0
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" xml:space="preserve"><path fill="none" d="M0 0h192v192H0z"/><path fill="#F9AB00" d="M130 29v132c0 14.77 10.19 23 21 23 10 0 21-7 21-23V30c0-13.54-10-22-21-22s-21 9.33-21 21z"/><path fill="#E37400" d="M75 96v65c0 14.77 10.19 23 21 23 10 0 21-7 21-23V97c0-13.54-10-22-21-22s-21 9.33-21 21z"/><circle fill="#E37400" cx="41" cy="163" r="21"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.013 512.013" style="enable-background:new 0 0 512.013 512.013" xml:space="preserve"><path style="fill:#38454f" d="m494.3 163.306-80.8-33.7c-9.9-4.1-14.7-11.4-18.7-20.9-4.4-10.4-6.4-21.6-6.4-32.8 0-15.1-12.3-27.4-27.4-27.4H254.1c-13.6 0-24.6 11-24.6 24.6v3.9c0 11.4-2.3 22.8-7.9 32.6-4.4 7.8-10.2 13-19.9 14.8l-132.1 23.8c-40.6 8.8-69.6 44.8-69.6 86.3v190.2c0 11.7 9.4 21.1 21.1 21.1h215.3c21.8 11.2 46.4 17.7 72.6 17.7s50.8-6.4 72.6-17.7h112.8c23.5 0 23.5-282.5-.1-282.5"/><path style="fill:#283238" d="M467.9 304.606c0 87.8-71.1 158.9-158.9 158.9s-158.9-71.1-158.9-158.9 71.1-158.9 158.9-158.9 158.9 71.1 158.9 158.9m-338.7-73.2c7.5-15.1 7.5-32.9 0-48l-18.9-37.8-27.8.2-12.9 2.3c-40.6 8.9-69.6 44.9-69.6 86.4v190.2c0 11.7 9.4 21.1 21.1 21.1h102.5v-190.4c0-8.3 1.9-16.5 5.6-24m365.1-68.1-80.8-33.7c-6.2-2.6-10.2-6.4-13.4-11.2l9.3-22.6c.7-1.7 2.7-2.6 4.5-1.9l91.7 37.6c1.7.7 2.6 2.7 1.9 4.4l-10.8 26.3c-1 .6-1.5.8-2.4 1.1"/><path style="fill:#38454f" d="M105.9 203.006c0 12.2-13.8 22.1-30.9 22.1s-30.9-9.9-30.9-22.1 13.9-22 30.9-22 30.9 9.8 30.9 22"/><path style="fill:#283238" d="M462.8 189.806h-16.4c-7.7 0-13.9 6.2-13.9 13.9v1.1c7.2 9 13.4 18.7 18.6 29.1h11.7c7.6 0 13.9-6.2 13.9-13.9v-16.4c0-7.6-6.2-13.8-13.9-13.8"/><path style="fill:#434c6d" d="M309 419.306c-63.3 0-114.8-51.5-114.8-114.8s51.5-114.7 114.8-114.7 114.8 51.5 114.8 114.8-51.6 114.7-114.8 114.7"/><path style="fill:#7383bf" d="M309 426.306c-67.1 0-121.8-54.6-121.8-121.8 0-67.1 54.6-121.8 121.8-121.8 67.1 0 121.8 54.6 121.8 121.8-.1 67.2-54.7 121.8-121.8 121.8zm0-229.5c-59.4 0-107.8 48.3-107.8 107.8 0 59.4 48.3 107.8 107.8 107.8 59.4 0 107.8-48.3 107.8-107.8-.1-59.5-48.4-107.8-107.8-107.8z"/><path style="fill:#fff" d="M335.4 384.006c-2.3 0-4.5-.9-6.2-2.6-3.5-3.5-3.5-9 0-12.5l35.3-35.3c3.5-3.5 9-3.5 12.5 0s3.5 9 0 12.5l-35.3 35.3c-1.7 1.7-4 2.6-6.3 2.6m-35.3-8.8c-2.3 0-4.5-.9-6.2-2.6-3.5-3.5-3.5-9 0-12.5l61.8-61.8c3.5-3.5 9-3.5 12.5 0s3.5 9 0 12.5l-61.8 61.8c-1.7 1.7-4 2.6-6.3 2.6"/><path style="fill:#283238" d="M345.9 110.306h-73.8c-4 0-7.2-3.2-7.2-7.2v-12c0-4 3.2-7.2 7.2-7.2h73.8c4 0 7.2 3.2 7.2 7.2v12c0 4-3.2 7.2-7.2 7.2"/><path style="fill:#fff" d="M317.8 313.406c0 4.9-4 8.8-8.8 8.8s-8.8-4-8.8-8.8 4-8.8 8.8-8.8 8.8 3.9 8.8 8.8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#9B4F96" d="M115.4 30.7 67.1 2.9c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"/><path fill="#68217A" d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4V36.1c0-.9-.1-1.9-.6-2.8l-106.6 62z"/><path fill="#fff" d="M85.3 76.1C81.1 83.5 73.1 88.5 64 88.5c-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6zM97 66.2l.9-4.3h-4.2v-4.7h5.1L100 51h4.9l-1.2 6.1h3.8l1.2-6.1h4.8l-1.2 6.1h2.4v4.7h-3.3l-.9 4.3h4.2v4.7h-5.1l-1.2 6h-4.9l1.2-6h-3.8l-1.2 6h-4.8l1.2-6h-2.4v-4.7H97zm4.8 0h3.8l.9-4.3h-3.8l-.9 4.3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#1572B6" d="M18.814 114.123 8.76 1.352h110.48l-10.064 112.754-45.243 12.543-45.119-12.526z"/><path fill="#33A9DC" d="m64.001 117.062 36.559-10.136 8.601-96.354h-45.16v106.49z"/><path fill="#fff" d="M64.001 51.429h18.302l1.264-14.163H64.001V23.435h34.682l-.332 3.711-3.4 38.114h-30.95V51.429z"/><path fill="#EBEBEB" d="m64.083 87.349-.061.018-15.403-4.159-.985-11.031H33.752l1.937 21.717 28.331 7.863.063-.018v-14.39z"/><path fill="#fff" d="m81.127 64.675-1.666 18.522-15.426 4.164v14.39l28.354-7.858.208-2.337 2.406-26.881H81.127z"/><path fill="#EBEBEB" d="M64.048 23.435v13.831H30.64l-.277-3.108-.63-7.012-.331-3.711h34.646zm-.047 27.996v13.831H48.792l-.277-3.108-.631-7.012-.33-3.711h16.447z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="516" height="516"><defs><filter id="h" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="9"/></filter><filter id="i"><feGaussianBlur stdDeviation="9"/></filter><filter id="A"><feGaussianBlur stdDeviation="4.822"/></filter><filter id="z"><feGaussianBlur stdDeviation="5.057"/></filter><filter id="C"><feGaussianBlur stdDeviation="5.057"/></filter><filter id="y"><feGaussianBlur stdDeviation="4.825"/></filter><filter id="x"><feGaussianBlur stdDeviation="4.819"/></filter><filter id="B"><feGaussianBlur stdDeviation="4.831"/></filter><filter id="p" x="-.118" width="1.235" y="-.118" height="1.235"><feGaussianBlur stdDeviation="3.136"/></filter><filter id="k" x="-.126" width="1.251" y="-.111" height="1.221"><feGaussianBlur stdDeviation="9.291"/></filter><filter id="o" x="-.119" width="1.239" y="-.107" height="1.214"><feGaussianBlur stdDeviation="9.267"/></filter><filter id="n" x="-.125" width="1.251" y="-.11" height="1.221"><feGaussianBlur stdDeviation="9.267"/></filter><filter id="l" x="-.119" width="1.239" y="-.107" height="1.214"><feGaussianBlur stdDeviation="9.267"/></filter><filter id="j" x="-.102" width="1.204" y="-.141" height="1.282"><feGaussianBlur stdDeviation="9.267"/></filter><filter id="D"><feGaussianBlur stdDeviation="1.758"/></filter><filter id="m" x="-.102" width="1.204" y="-.141" height="1.282"><feGaussianBlur stdDeviation="9.267"/></filter><linearGradient xlink:href="#f" id="q" gradientUnits="userSpaceOnUse" x1="372.859" y1="593.388" x2="318.297" y2="726.388" gradientTransform="translate(1.875 -533.766)"/><linearGradient id="g"><stop style="stop-color:#f7f10e;stop-opacity:1" offset="0"/><stop style="stop-color:#c58907;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#a" id="s" gradientUnits="userSpaceOnUse" gradientTransform="rotate(120 409.147 523.424)" x1="253.838" y1="725.269" x2="401.186" y2="612.484"/><linearGradient xlink:href="#b" id="t" gradientUnits="userSpaceOnUse" gradientTransform="rotate(180 255.062 522.883)" x1="326.125" y1="701.766" x2="342.125" y2="581.766"/><linearGradient xlink:href="#c" id="u" gradientUnits="userSpaceOnUse" gradientTransform="rotate(-120 100.977 522.342)" x1="456.976" y1="694.418" x2="273.627" y2="643.987"/><linearGradient xlink:href="#d" id="v" gradientUnits="userSpaceOnUse" gradientTransform="rotate(-60 -207.193 521.26)" x1="432.115" y1="650.053" x2="263.694" y2="710.341"/><linearGradient xlink:href="#e" id="w" x1="256" y1="224" x2="256" y2="288" gradientUnits="userSpaceOnUse"/><linearGradient id="e"><stop style="stop-color:#fff;stop-opacity:1" offset="0"/><stop style="stop-color:#b0b0b0;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#17b414;stop-opacity:1" offset="0"/><stop style="stop-color:#176314;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="b"><stop style="stop-color:#1476e6;stop-opacity:1" offset="0"/><stop style="stop-color:#143e9a;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="c"><stop style="stop-color:#d000d0;stop-opacity:1" offset="0"/><stop style="stop-color:#760076;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#d70016;stop-opacity:1" offset="0"/><stop style="stop-color:#8d0016;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="f"><stop style="stop-color:#ff7004;stop-opacity:1" offset="0"/><stop style="stop-color:#ba4704;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#g" id="r" gradientUnits="userSpaceOnUse" gradientTransform="rotate(60 717.317 524.507)" x1="277.627" y1="637.059" x2="454.048" y2="683.489"/></defs><g style="display:inline"><path style="opacity:.95;fill:#1a1a1a;fill-opacity:1;stroke:none;filter:url(#h)" d="M510 287a225 225 0 0 1-221.518 224.973 225 225 0 0 1-228.374-218.01 225 225 0 0 1 214.449-231.72A225 225 0 0 1 509.569 273.08" transform="translate(-14.333 -16.244) scale(.95556)"/><path style="display:inline;opacity:.95;fill:#1a1a1a;fill-opacity:1;stroke:none;filter:url(#i)" d="M510 287a225 225 0 0 1-221.518 224.973 225 225 0 0 1-228.374-218.01 225 225 0 0 1 214.449-231.72A225 225 0 0 1 509.569 273.08" transform="translate(-14.333 -16.244) scale(.95556)"/><path transform="translate(-14.333 -16.244) scale(.95556)" d="M510 287a225 225 0 0 1-221.518 224.973 225 225 0 0 1-228.374-218.01 225 225 0 0 1 214.449-231.72A225 225 0 0 1 509.569 273.08" style="display:inline;opacity:.95;fill:#1a1a1a;fill-opacity:1;stroke:none"/></g><g style="display:inline" transform="translate(3 1)"><path d="m303.203 32.669-55.469 157.906 218.438-36.75C433.818 91.69 374.213 46.032 303.203 32.669z" style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#j)"/><path style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#k)" d="M473.012 185.213 308.527 216.13l141.045 170.798c37.633-59.087 47.373-133.536 23.44-201.714z"/><path d="m425.809 408.545-109.016-126.99L239.4 489.101c69.988 3.047 139.331-25.742 186.409-80.557z" style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#l)"/><path style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#m)" d="m208.797 479.331 55.469-157.906-218.438 36.75c32.354 62.135 91.959 107.793 162.969 121.156z"/><path d="m38.988 326.787 164.485-30.916L62.428 125.073C24.795 184.16 15.055 258.61 38.988 326.787z" style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#n)"/><path style="display:inline;fill:#000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#o)" d="m86.191 103.455 109.016 126.99L272.6 22.899c-69.988-3.048-139.331 25.741-186.41 80.556z"/><circle style="display:inline;fill:#000;fill-opacity:1;stroke:none;filter:url(#p)" cx="256" cy="256" r="32"/></g><g style="display:inline" transform="translate(3 1)"><path style="display:inline;fill:url(#q);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)" d="m303.203 32.669-55.469 157.906 218.438-36.75C433.818 91.69 374.213 46.032 303.203 32.669z"/><path d="M473.012 185.213 308.527 216.13l141.045 170.798c37.633-59.087 47.373-133.536 23.44-201.714z" style="display:inline;fill:url(#r);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)"/><path style="display:inline;fill:url(#s);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)" d="m425.809 408.545-109.016-126.99L239.4 489.101c69.988 3.047 139.331-25.742 186.409-80.557z"/><path d="m208.797 479.331 55.469-157.906-218.438 36.75c32.354 62.135 91.959 107.793 162.969 121.156z" style="display:inline;fill:url(#t);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)"/><path style="display:inline;fill:url(#u);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)" d="m38.988 326.787 164.485-30.916L62.428 125.073C24.795 184.16 15.055 258.61 38.988 326.787z"/><path d="m86.191 103.455 109.016 126.99L272.6 22.899c-69.988-3.048-139.331 25.741-186.41 80.556z" style="display:inline;fill:url(#v);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter3903)"/><circle style="fill:url(#w);fill-opacity:1;stroke:none" cx="256" cy="256" r="32"/></g><g style="display:inline;opacity:.5"><path style="display:inline;opacity:.15;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#x)" d="M262.75 177.906c62.523-10.733 125.195-20.603 187.625-31.875C419.72 95.155 367.864 57.206 309.656 44.25L262.75 177.906z" transform="translate(3 1)"/><path style="display:inline;opacity:.25;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#y)" d="M327.031 222.844c40.524 48.788 80.415 98.102 121.406 146.5 28.721-51.924 35.594-115.91 17.782-172.719L327.03 222.844z" transform="translate(3 1)"/><path style="display:inline;opacity:.15;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#z)" d="M253.688 479.313c59.785-1.051 118.43-27.006 158.75-70.875l-92.22-107.5-66.53 178.375z" transform="translate(3 1)"/><path style="display:inline;opacity:.15;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#A)" d="M61.438 365.688c30.573 50.936 82.515 89.038 140.906 102.062l46.906-133.656-187.813 31.594z" transform="translate(3 1)"/><path style="display:inline;opacity:.25;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#B)" d="M63.25 143.219c-28.513 51.852-35.189 115.62-17.469 172.156l139.25-26.219L63.72 142.344z" transform="translate(3 1)"/><path style="display:inline;opacity:.15;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#C)" d="M257.719 32.719C198.32 33.77 139.789 59.879 99.53 103.53l92.25 107.531 66.531-178.375z" transform="translate(3 1)"/><path style="display:inline;opacity:.15;fill:#fff;fill-opacity:1;stroke:none;filter:url(#D)" d="M254.781 234.031c-17.879-.186-28.234 25.63-14.562 37.5 10.37 10.67 31.406 7.507 36.219-7.156 5.241-12.604-3.314-29.036-17.282-30.156a21.476 21.476 0 0 0-4.375-.188z" transform="translate(3 1)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" height="512" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="#528dd7"><path d="M64 480c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32s32 14.4 32 32v384c0 17.6-14.4 32-32 32z"/><path d="M360.4 80c-62.8 0-86.8-32-149.2-32-50.8 0-74.8 20.8-115.2 28.8v64c40.4-8 64.4-28.8 115.2-28.8 62.8 0 86.4 32 149.2 32 20.4 0 35.6-2.8 55.6-9.2v192c-20 6.4-35.2 9.2-55.6 9.2-62.8 0-86.8-32-149.2-32-20.4 0-36.4 3.6-51.2 8v64c14.8-4.8 30.8-8 51.2-8 62.8 0 86.4 32 149.2 32 37.2 0 56.4-9.6 119.6-32V48c-63.2 22.4-82.4 32-119.6 32z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="719.613" height="698.547"><path d="M2307.14 2684.3c0 1022.36 498.95 1907.11 1983.55 1907.11 0-1024.54-673.96-1907.11-1983.55-1907.11" style="fill:#47a138;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(.13333 0 0 -.13333 0 698.547)"/><path d="M4685.79 0c278.09 0 491.78 39.582 711.3 120.352 0 809.078-482.67 1387.238-1335.23 1803.868-652.43 327.18-1455.48 496.57-2187.85 496.57 321.36 964.53 87.12 2161.37-224.31 2818.33-345.01-688.26-560.37-1868.21-229.09-2828.21-650.559-47.43-1166.469-330.82-1384.743-704.49-16.488-28.5-49.512-89.25-29.75-99.65 15.551-8.32 40.723 17.11 56.27 31.31 235.074 217.6 546.34 323.64 845.176 323.64 690.657 0 1178.227-573.17 1522.717-917.46C3170.66 303.93 3894.34-1.508 4685.79 0" style="fill:#47a138;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="matrix(.13333 0 0 -.13333 0 698.547)"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;--cs-zoom:1"><path d="M13.83 315.949c.043-16.447 14.024-39.408 33.889-60.268 13.276-13.941 26.759-26.178 56.15-51.238-20.33-11.156-51.95-24.615-67.815-42.242-5.87-6.522-16.511-21.298-14.447-41.039C25.813 80.926 75.476 19.864 146.067 6.955c23.488-4.296 50.455-1.195 72.65 8.783 69.629 31.304 154.782 109.073 165.259 147.046 3.688 13.366 2.979 34.671-3.379 46.545-7.879 14.716-35.156 44.606-72.475 75.449-58.556 48.394-140.612 100.359-201.881 109.103-19.798 2.826-40.024-.121-54.218-8.13-22.209-12.532-29.581-29.262-32.172-34.277-6.891-13.334-6.036-30.228-6.021-35.525zm164.8-184.776c.756-9.325 37.321-.042 35.011 7.343-2.437 7.791-35.879 3.354-35.011-7.343z" style="fill:url(#a)"/><path d="M123.659 189.035c-19.242 16.246-32.036 27.2-48.075 41.86-38.626 35.304-64.871 62.176-51.34 98.909 15.609 42.374 49.824 40.226 89.947 32.35 103.421-20.398 273.426-151.095 264.761-199.37C371.94 123.723 276.96 46.063 220.725 18.428c-17.569-8.634-37.816-13.099-58.124-12.143-77.327 3.65-137.715 74.052-134.63 112.197 3.001 37.11 96.795 69.446 95.688 70.553zM112.052 59.482c-23.268 25.888-8.392 75.974 30.195 103.274 45.152 31.945 118.269 37.729 132.819 13.093 27.14-45.952-2.493-94.54-46.727-116.214-43.711-21.418-101.783-16.29-116.287-.153z" style="fill:url(#b)"/><path d="M191.403 161.67c32.666 4.541 60.822-8.541 65.225-40.798 3.354-24.571-34.25-51.417-56.859-57.608-18.88-5.171-59.869 1.478-62.633 37.186-2.872 37.121 35.22 58.573 54.267 61.22zm-15.996-61.739c-21.468 33.258 31.169 43.483 39.228 37.418 34.744-26.149-29.77-52.07-39.228-37.418z" style="fill:url(#c)"/><path d="M156.368 15.122c-37.974 4.001-45.246 8.889-79.647 34.916-11.53 8.723-32.75 29.948-38.187 55.128-2.071 9.59.377 17.87 7.283 23.676 22.116 18.593 59.131 33.677 89.498 48.259 8.894 4.271 3.005 12.015-11.338 24.432-36.194 31.334-85.128 69.476-88.544 98.54-1.61 13.695 3.079 32.305 19.702 41.828 19.419 11.125 59.729 3.864 86.646-6.159 39.334-14.647 91.003-46.973 132.023-78.748 42.655-33.043 82.316-75.011 84.277-81.856 2.409-8.406 2.169-16.169-2.48-25.096-7.301-14.017-17.062-24.432-27.542-36.091-28.122-29.647-57.876-55.697-93.475-75.66-25.707-14.416-48.325-26.319-78.216-23.169zm55.781 66.466c27.434 13.263 55.606 48.102-.245 68.154-15.187 5.453-63.352-13.391-61.878-39.107 2.15-37.987 28.625-45.242 62.123-29.047z" style="fill:url(#d)"/><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(65.7758 0 0 50.4149 169.619 91.661)"><stop offset="0%" style="stop-color:#fff;stop-opacity:1"/><stop offset="34%" style="stop-color:#fff;stop-opacity:1"/><stop offset="51%" style="stop-color:#bebbdb;stop-opacity:1"/><stop offset="75%" style="stop-color:#928bbe;stop-opacity:1"/><stop offset="87%" style="stop-color:#9f99c7;stop-opacity:1"/><stop offset="100%" style="stop-color:#524c76;stop-opacity:1"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-9.01713 572.145 -487.965 -7.68295 19.969 107.795)"><stop offset="0%" style="stop-color:#fff;stop-opacity:1"/><stop offset="34%" style="stop-color:#fff;stop-opacity:1"/><stop offset="51%" style="stop-color:#bebbdb;stop-opacity:1"/><stop offset="75%" style="stop-color:#928bbe;stop-opacity:1"/><stop offset="87%" style="stop-color:#9f99c7;stop-opacity:1"/><stop offset="100%" style="stop-color:#524c76;stop-opacity:1"/></radialGradient><linearGradient id="a" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="rotate(79.19 513.615 -470.327) scale(1304.701)"><stop offset="0%" style="stop-color:#fff;stop-opacity:1"/><stop offset="34%" style="stop-color:#fff;stop-opacity:1"/><stop offset="51%" style="stop-color:#bebdf3;stop-opacity:1"/><stop offset="75%" style="stop-color:#867fb7;stop-opacity:1"/><stop offset="87%" style="stop-color:#9f99c7;stop-opacity:1"/><stop offset="100%" style="stop-color:#524c76;stop-opacity:1"/></linearGradient><linearGradient id="b" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="rotate(-102.573 245.752 43.816) scale(339.536)"><stop offset="0%" style="stop-color:#fff;stop-opacity:1"/><stop offset="34%" style="stop-color:#fff;stop-opacity:1"/><stop offset="51%" style="stop-color:#bebbdb;stop-opacity:1"/><stop offset="75%" style="stop-color:#928bbe;stop-opacity:1"/><stop offset="87%" style="stop-color:#9f99c7;stop-opacity:1"/><stop offset="100%" style="stop-color:#524c76;stop-opacity:1"/></linearGradient></defs></svg>
@@ -0,0 +1,9 @@
1
+ <svg width="210" height="180" viewBox="0 0 210 180" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M110.743 169.825L200.694 64.8809C203.014 62.1745 203.109 58.2092 200.92 55.3954L165.92 10.3954C164.499 8.56855 162.314 7.5 160 7.5H130H80H50C47.6856 7.5 45.5008 8.56855 44.0799 10.3954L9.07986 55.3954C6.89141 58.2092 6.98577 62.1745 9.30558 64.8809L99.2573 169.825C99.4522 170.056 99.6603 170.276 99.8804 170.481C100.287 170.861 100.735 171.194 101.215 171.475C102.339 172.132 103.638 172.5 105 172.5C105.195 172.5 105.388 172.492 105.579 172.478C106.588 172.4 107.553 172.12 108.426 171.672C108.879 171.439 109.307 171.161 109.703 170.842C110.08 170.539 110.429 170.198 110.743 169.825Z" stroke="black" stroke-width="15" stroke-linejoin="round"/>
3
+ <path d="M80 15H50L15 60H65L80 15Z" fill="#BDDDF4"/>
4
+ <path d="M195 60L160 15H130L145 60H195Z" fill="#5DADEC"/>
5
+ <path d="M145 60H195L105 165L145 60Z" fill="#4289C1"/>
6
+ <path d="M65 60H15L105 165L65 60Z" fill="#8CCAF7"/>
7
+ <path d="M80 15L65 60H145L130 15H80Z" fill="#8CCAF7"/>
8
+ <path d="M105 165L65 60H145L105 165Z" fill="#5DADEC"/>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#F34F29" d="M124.737 58.378 69.621 3.264c-3.172-3.174-8.32-3.174-11.497 0L46.68 14.71l14.518 14.518c3.375-1.139 7.243-.375 9.932 2.314 2.703 2.706 3.461 6.607 2.294 9.993l13.992 13.993c3.385-1.167 7.292-.413 9.994 2.295 3.78 3.777 3.78 9.9 0 13.679a9.673 9.673 0 0 1-13.683 0 9.677 9.677 0 0 1-2.105-10.521L68.574 47.933l-.002 34.341a9.708 9.708 0 0 1 2.559 1.828c3.778 3.777 3.778 9.898 0 13.683-3.779 3.777-9.904 3.777-13.679 0-3.778-3.784-3.778-9.905 0-13.683a9.65 9.65 0 0 1 3.167-2.11V47.333a9.581 9.581 0 0 1-3.167-2.111c-2.862-2.86-3.551-7.06-2.083-10.576L41.056 20.333 3.264 58.123a8.133 8.133 0 0 0 0 11.5l55.117 55.114c3.174 3.174 8.32 3.174 11.499 0l54.858-54.858a8.135 8.135 0 0 0-.001-11.501z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><g fill="#181616"><path fill-rule="evenodd" clip-rule="evenodd" d="M64 5.103c-33.347 0-60.388 27.035-60.388 60.388 0 26.682 17.303 49.317 41.297 57.303 3.017.56 4.125-1.31 4.125-2.905 0-1.44-.056-6.197-.082-11.243-16.8 3.653-20.345-7.125-20.345-7.125-2.747-6.98-6.705-8.836-6.705-8.836-5.48-3.748.413-3.67.413-3.67 6.063.425 9.257 6.223 9.257 6.223 5.386 9.23 14.127 6.562 17.573 5.02.542-3.903 2.107-6.568 3.834-8.076-13.413-1.525-27.514-6.704-27.514-29.843 0-6.593 2.36-11.98 6.223-16.21-.628-1.52-2.695-7.662.584-15.98 0 0 5.07-1.623 16.61 6.19C53.7 35 58.867 34.327 64 34.304c5.13.023 10.3.694 15.127 2.033 11.526-7.813 16.59-6.19 16.59-6.19 3.287 8.317 1.22 14.46.593 15.98 3.872 4.23 6.215 9.617 6.215 16.21 0 23.194-14.127 28.3-27.574 29.796 2.167 1.874 4.097 5.55 4.097 11.183 0 8.08-.07 14.583-.07 16.572 0 1.607 1.088 3.49 4.148 2.897 23.98-7.994 41.263-30.622 41.263-57.294C124.388 32.14 97.35 5.104 64 5.104z"/><path d="M26.484 91.806c-.133.3-.605.39-1.035.185-.44-.196-.685-.605-.543-.906.13-.31.603-.395 1.04-.188.44.197.69.61.537.91zm2.446 2.729c-.287.267-.85.143-1.232-.28-.396-.42-.47-.983-.177-1.254.298-.266.844-.14 1.24.28.394.426.472.984.17 1.255zm2.382 3.477c-.37.258-.976.017-1.35-.52-.37-.538-.37-1.183.01-1.44.373-.258.97-.025 1.35.507.368.545.368 1.19-.01 1.452zm3.261 3.361c-.33.365-1.036.267-1.552-.23-.527-.487-.674-1.18-.343-1.544.336-.366 1.045-.264 1.564.23.527.486.686 1.18.333 1.543zm4.5 1.951c-.147.473-.825.688-1.51.486-.683-.207-1.13-.76-.99-1.238.14-.477.823-.7 1.512-.485.683.206 1.13.756.988 1.237zm4.943.361c.017.498-.563.91-1.28.92-.723.017-1.308-.387-1.315-.877 0-.503.568-.91 1.29-.924.717-.013 1.306.387 1.306.88zm4.598-.782c.086.485-.413.984-1.126 1.117-.7.13-1.35-.172-1.44-.653-.086-.498.422-.997 1.122-1.126.714-.123 1.354.17 1.444.663zm0 0"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="210" height="210" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="m105.061 203.655 38.64-118.921h-77.28l38.64 118.921z" fill="#E24329" class="tanuki-shape"/><path d="M105.061 203.655 66.421 84.734H12.268l92.793 118.92z" fill="#FC6D26" class="tanuki-shape"/><path d="M12.268 84.734.526 120.874a8 8 0 0 0 2.907 8.943l101.628 73.838-92.793-118.92z" fill="#FCA326" class="tanuki-shape"/><path d="M12.268 84.734h54.153L43.148 13.11c-1.197-3.686-6.41-3.685-7.608 0L12.27 84.734z" fill="#E24329" class="tanuki-shape"/><path d="m105.061 203.655 38.64-118.921h54.153l-92.793 118.92z" fill="#FC6D26" class="tanuki-shape"/><path d="m197.854 84.734 11.742 36.14a8 8 0 0 1-2.906 8.943l-101.629 73.838 92.793-118.92z" fill="#FCA326" class="tanuki-shape"/><path d="M197.854 84.734h-54.153l23.273-71.625c1.197-3.686 6.411-3.685 7.608 0l23.272 71.625z" fill="#E24329" class="tanuki-shape"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="52 42 88 66" style="--cs-zoom:1"><path fill="#4285f4" d="M58 108h14V74L52 59v43c0 3.32 2.69 6 6 6"/><path fill="#34a853" d="M120 108h14c3.32 0 6-2.69 6-6V59l-20 15"/><path fill="#fbbc04" d="M120 48v26l20-15v-8c0-7.42-8.47-11.65-14.4-7.2"/><path fill="#ea4335" d="M72 74V48l24 18 24-18v26L96 92"/><path fill="#c5221f" d="M52 51v8l20 15V48l-5.6-4.2C60.46 39.35 52 43.58 52 51"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" d="M0 0h16v16H0z"/><path fill="#F29900" d="M13.5 2H8L1 13h5.5z"/><path fill="#1A73E8" d="M8 2h5v11H8z"/><circle fill="#EA4335" cx="3.25" cy="4.25" r="2.25"/><path fill="#0D652D" d="M13.33 10 13 13c-1.66 0-3-1.34-3-3s1.34-3 3-3l.33 3z"/><path fill="#174EA6" d="M10.5 4.5A2.5 2.5 0 0 1 13 2l.45 2.5L13 7a2.5 2.5 0 0 1-2.5-2.5z"/><path fill="#1A73E8" d="M13 2a2.5 2.5 0 0 1 0 5"/><path fill="#34A853" d="M13 7c1.66 0 3 1.34 3 3s-1.34 3-3 3"/></svg>
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72" height="80"><path fill="#430098" fill-rule="evenodd" d="M64.8 0A7.2 7.2 0 0 1 72 7.2v65.6a7.2 7.2 0 0 1-7.2 7.2H7.2A7.2 7.2 0 0 1 0 72.8V7.2A7.2 7.2 0 0 1 7.2 0zm0 4H7.2A3.204 3.204 0 0 0 4 7.2v65.6C4 74.564 5.436 76 7.2 76h57.6c1.765 0 3.2-1.436 3.2-3.2V7.2C68 5.435 66.565 4 64.8 4zM19 52l9 8-9 8V52zm8-40v22.711C30.994 33.411 36.577 32 42 32c4.945 0 7.905 1.944 9.517 3.575 3.298 3.335 3.478 7.545 3.483 8.34V68h-8V44.11c-.039-1.867-.938-4.11-5-4.11-7.77 0-16.443 3.733-17.283 4.103l-.066.029L19 46.692V12h8zm28 0c-.54 4.544-2.382 8.9-6 13h-8c3.144-4.125 5.118-8.466 6-13z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#E44D26" d="M19.037 113.876 9.032 1.661h109.936l-10.016 112.198-45.019 12.48z"/><path fill="#F16529" d="m64 116.8 36.378-10.086 8.559-95.878H64z"/><path fill="#EBEBEB" d="M64 52.455H45.788L44.53 38.361H64V24.599H29.489l.33 3.692 3.382 37.927H64zm0 35.743-.061.017-15.327-4.14-.979-10.975H33.816l1.928 21.609 28.193 7.826.063-.017z"/><path fill="#fff" d="M63.952 52.455v13.763h16.947l-1.597 17.849-15.35 4.143v14.319l28.215-7.82.207-2.325 3.234-36.233.335-3.696h-3.708zm0-27.856v13.762h33.244l.276-3.092.628-6.978.329-3.692z"/></svg>
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ version="1.0"
4
+ width="376.48004pt"
5
+ height="365.54077pt"
6
+ viewBox="0 0 376.48004 365.54077"
7
+ preserveAspectRatio="xMidYMid"
8
+ id="svg36"
9
+ sodipodi:docname="favicon.svg"
10
+ inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <defs
16
+ id="defs40" />
17
+ <sodipodi:namedview
18
+ id="namedview38"
19
+ pagecolor="#ffffff"
20
+ bordercolor="#000000"
21
+ borderopacity="0.25"
22
+ inkscape:showpageshadow="2"
23
+ inkscape:pageopacity="0.0"
24
+ inkscape:pagecheckerboard="0"
25
+ inkscape:deskcolor="#d1d1d1"
26
+ inkscape:document-units="pt"
27
+ showgrid="false"
28
+ inkscape:zoom="5.135"
29
+ inkscape:cx="108.3739"
30
+ inkscape:cy="124.44012"
31
+ inkscape:window-width="3840"
32
+ inkscape:window-height="2131"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg36" />
37
+ <metadata
38
+ id="metadata2">
39
+ Created by potrace 1.11, written by Peter Selinger 2001-2013
40
+ </metadata>
41
+ <g
42
+ id="g352"
43
+ transform="translate(-70.4,-58.53681)">
44
+ <path
45
+ d="m 271.1,59.1 c -19.9,3.4 -41.4,23.5 -49.7,46.5 -2.8,7.5 -3,14.2 -1,25.7 2.6,14.6 0.1,15.2 -12.5,3 -11.6,-11.2 -12.4,-12.7 -10.9,-20.7 2.1,-11.5 -1.5,-21.4 -11,-29.9 -11,-9.9 -28,-12.3 -40.5,-5.6 -3.8,2 -4,2.1 -12,0.4 C 122,76.1 103.1,76.8 94,80.1 84.8,83.3 77.7,90.5 76,98.2 c -1.5,6.6 -0.1,14.2 3.2,17.7 2.8,3.1 4.9,2.3 7.8,-3.2 3,-5.6 4.3,-6.7 8.8,-6.7 7.1,0 11.6,4.3 23.7,22.5 5.2,7.7 15.9,21.8 23.9,31.4 8,9.6 14.6,18 14.6,18.7 0,2 -2.6,2.4 -13.8,2.4 -7.3,-0.1 -12,-0.6 -14.7,-1.7 -9.9,-3.9 -16.3,-2.4 -26.7,6 -11.7,9.6 -24.9,31.3 -30,49.2 -3.2,11.4 -3.2,30.6 0,41.9 3.1,10.8 9.8,23.5 17.6,33.2 6.6,8.2 11.4,12.7 29.6,27.5 24.9,20.3 37,33.1 43.2,45.6 l 4.1,8.2 0.8,15.8 c 0.4,8.7 0.8,16.1 0.9,16.5 0.1,2.1 1.9,0.3 3.9,-4 5.5,-11.9 6.6,-26 3,-37.8 C 170.5,363.9 161.9,353 132.5,326 108.1,303.6 94.1,285.6 89,269.9 c -3.5,-10.7 -3.3,-25.8 0.4,-38.4 3.5,-11.9 7.6,-20.3 11.9,-25.2 4.4,-4.8 19.2,-12.1 26.3,-12.9 3,-0.4 13.8,0.6 28.4,2.6 13.7,1.9 28.3,3.3 35,3.4 11,0.1 11.8,0 16.8,-2.8 10.7,-6 18.7,-17.8 21.7,-32.2 0.9,-4.4 1.4,-12.5 1.4,-22.4 -0.1,-22.3 2.3,-30.9 12.6,-45.5 6.2,-8.8 12.9,-14.5 22.9,-19.5 8.2,-4.2 9.5,-4.5 16.5,-4.5 7.1,0 8.4,0.4 17.4,4.7 12.9,6.2 19.6,10.8 28.6,19.3 14.9,14.1 24.7,28.6 40,58.8 16.5,32.8 25.2,44.7 37.1,50.5 4.9,2.4 6.6,2.7 15.5,2.7 10.4,0 21.2,-1.8 24.2,-4.1 3.2,-2.3 -0.1,-3.8 -10,-4.5 -5.7,-0.4 -12.4,-1.7 -17.6,-3.4 -7.3,-2.3 -9.2,-3.4 -13.7,-8.1 -6.5,-6.7 -16.3,-26 -22.3,-44.4 C 366,95.3 337.7,66.9 299,60.7 285.6,58.5 277.3,58 271.1,59.1 Z m -98.4,25.1 c 5.3,2.5 11.6,8.5 14.2,13.6 3.7,7.2 4,16.2 0.5,16.2 -2.3,0 -6.4,4.6 -6.4,7.4 0,1.3 1.2,3.8 2.6,5.5 2,2.4 2.4,3.7 1.9,6.1 -1.4,6.6 -13.1,18.7 -22.3,23.1 -3.9,1.9 -4.4,2 -6.6,0.6 -1.3,-0.9 -4.8,-5.1 -7.9,-9.4 -3,-4.3 -9.9,-12.8 -15.4,-18.8 -19.1,-21.4 -19.1,-24.2 -0.1,-10.9 12.3,8.7 19.7,11.2 24.9,8.4 2.3,-1.3 5.5,-7.3 6.4,-12.1 1.4,-7.4 -5,-16.2 -11.7,-16.2 -1.9,0 -5.5,1.8 -10.2,5 -3.9,2.8 -8.2,5.4 -9.5,5.8 -2.6,0.8 -22.6,-6.4 -27.2,-9.8 -3.4,-2.5 -11,-3.3 -14.9,-1.7 -1.6,0.7 -4.4,2.8 -6,4.7 -3.5,3.9 -3.9,2.9 -1,-2.7 1.1,-2.1 4,-5.3 6.6,-7.1 11.3,-7.8 25.7,-9.4 39.3,-4.6 9.5,3.4 11.4,3.4 16.1,-0.4 7.4,-5.9 17.5,-6.9 26.7,-2.7 z m 45.7,69.4 c 2.5,1 1.9,4.6 -2,10.9 -10.1,16.8 -18.6,23.5 -30.1,23.5 -6.5,0 -11.3,-2.3 -11.3,-5.4 0,-2 0.9,-2.9 4.5,-4.5 2.7,-1.2 8.6,-6 14.8,-11.9 5.6,-5.4 11.3,-10.6 12.7,-11.5 2.4,-1.7 8.4,-2.2 11.4,-1.1 z"
46
+ id="path6"
47
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
48
+ <path
49
+ d="m 275,91.6 c -13.5,3.6 -24.5,15.3 -32.2,34.1 -3.1,7.5 -3.2,8.4 -3.8,27.3 l -0.7,19.5 -4.3,10 c -4.9,11.5 -8.2,16.6 -13.8,21.7 -11.1,10 -29.4,10.9 -62.2,3.1 -8.2,-2 -12.1,-2.4 -17.8,-2 -22.4,1.7 -38.2,21.2 -38.2,47.2 0,10.4 2.1,19 7.2,29.4 5.1,10.6 17.1,23.4 37.3,39.5 30.3,24.3 39.1,35.7 55.6,72.1 l 2.3,5 0.9,-9.1 c 1.1,-10.7 -0.2,-18.6 -5.3,-32.8 -5.3,-14.4 -9.2,-18.6 -34.5,-37.6 -12.4,-9.2 -25.7,-20.1 -30.5,-25 -13.4,-13.4 -18.8,-25.9 -19.2,-44.3 -0.2,-7.1 0.1,-8.8 2.1,-12 3.2,-5.2 10.6,-11.5 17.1,-14.6 4.9,-2.3 6.8,-2.5 17,-2.6 11.2,0 11.7,0.1 18.5,3.5 l 7,3.5 14.5,-0.1 c 22.1,-0.1 30.6,-3 41.5,-14.1 5.8,-5.9 12.2,-17.2 15,-26.3 1.1,-3.5 2,-11.6 2.5,-22.5 1.9,-39.3 14,-59.8 33.8,-57.1 17.8,2.4 37.7,23.4 56.7,60.1 22.2,42.7 31.3,52.4 56.8,61.1 11.3,3.8 18.6,4.1 28.4,1 4.5,-1.5 8.4,-3 8.7,-3.5 0.3,-0.4 -3.8,-1.3 -9,-2 -5.3,-0.7 -11.7,-1.9 -14.3,-2.7 -14.4,-4.2 -36.7,-25.8 -50.6,-48.9 -2.7,-4.4 -7.8,-14.3 -11.5,-22 -8,-16.8 -15.6,-27.4 -29.4,-41 -10.9,-10.8 -18.1,-15.4 -28.1,-18 -7.2,-1.8 -10.3,-1.8 -17.5,0.1 z"
50
+ id="path8"
51
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
52
+ <path
53
+ d="m 274.5,127.8 c -6.2,4.2 -11.4,10.3 -14,16.6 -3.1,7.3 -0.9,8.7 5.2,3.3 6.4,-5.6 8.5,-6.7 13.3,-6.7 9.5,0 18.6,9.3 35.5,36.5 18.6,29.9 24.6,35.9 42.1,42 6.3,2.2 9.4,2.3 9.4,0.4 0,-0.5 -3.1,-4.3 -6.9,-8.5 -9.4,-10.3 -15.8,-19.7 -24.7,-36.6 -15.1,-28.5 -24.2,-39.6 -37.7,-46.3 -4.2,-2.1 -9.5,-3.9 -11.9,-4.2 -3.8,-0.4 -5,0 -10.3,3.5 z"
54
+ id="path10"
55
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
56
+ <path
57
+ d="m 264.6,155.9 c -1.6,1.1 -4.2,3.9 -5.8,6.2 -5.7,8.6 -2.7,15.8 6.3,14.6 6.8,-0.9 9.7,0.7 20.4,11.2 12.3,12.1 19.2,17.5 27,21.2 6.1,3 11.9,3.7 13,1.8 0.4,-0.6 -2.7,-4.3 -6.8,-8.2 -8.1,-7.7 -14.6,-15.9 -22,-27.4 -11.7,-18.2 -23.2,-25.2 -32.1,-19.4 z"
58
+ id="path12"
59
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
60
+ <path
61
+ d="m 257.1,195.7 c -0.5,1 -2.5,4.9 -4.6,8.8 -10,19.1 -18.3,24.8 -42,29 -13.7,2.5 -13.4,2.3 -10,5.2 10.4,8.6 14.9,9.8 24.9,6.3 25.5,-8.8 44,-33 36.3,-47.8 -2,-3.6 -3.2,-4 -4.6,-1.5 z"
62
+ id="path14"
63
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
64
+ <path
65
+ d="m 270.6,218.1 c -1.5,1.1 -5.3,5.5 -8.5,9.7 -9.4,12.4 -16.8,18.7 -27.4,23.7 -5.1,2.4 -9.9,5 -10.6,5.9 -3.3,4 4,8.2 12.4,7.2 13.4,-1.5 25.4,-8.3 31.5,-17.7 6.6,-10.3 10.2,-22.7 8.1,-28.2 -1.3,-3.2 -2,-3.3 -5.5,-0.6 z"
66
+ id="path16"
67
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
68
+ <path
69
+ d="m 285.9,226.2 c -1.4,2.6 -0.5,11.8 1.5,15.7 4.8,9.2 43.2,34.4 64.6,42.4 20.1,7.5 36.9,9 47.4,4.3 6.3,-2.8 6.7,-4.2 1,-3.7 C 391,285.7 361.3,270.6 332,250.1 298.2,226.5 294.1,224 289.6,224 c -1.6,0 -3,0.8 -3.7,2.2 z"
70
+ id="path18"
71
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
72
+ <path
73
+ d="m 145.3,233 c -4.8,1.1 -9.6,4.3 -12,8 -4.2,6.1 -2.2,19.2 4.9,33.5 6.6,12.9 13.3,20.4 29.8,33.1 5.8,4.5 12.8,10.8 15.7,14 10.6,11.9 11.1,12.4 12.7,11.8 3.8,-1.5 0.3,-12.7 -7.7,-24.3 -1.6,-2.4 -9.2,-10.9 -16.8,-18.8 -14.8,-15.5 -21.2,-24 -23,-30.6 -2,-7.4 1,-19 6.3,-24.4 l 3.2,-3.3 -5,0.1 c -2.7,0.1 -6.3,0.4 -8.1,0.9 z"
74
+ id="path20"
75
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
76
+ <path
77
+ d="m 168,233.3 c -4.5,2.3 -5.4,5.8 -4.2,16.5 1.4,11.6 3.9,17.1 12.4,26.7 9.7,11 14.8,20 14.8,26.1 0,1.3 0.4,2.4 0.9,2.4 1.4,0 5.3,-11.2 5.8,-17 0.6,-6.7 -0.7,-10.1 -7.4,-19.2 -6.1,-8.1 -9,-14.7 -11,-24.7 C 177,232.4 174.5,230 168,233.3 Z"
78
+ id="path22"
79
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
80
+ <path
81
+ d="m 280.3,250.7 c -2.2,0.8 -1.4,6.8 1.3,10.9 6.4,9.6 28.4,29.8 50.5,46.4 16.1,12.1 28.2,18.5 36.6,19.5 6,0.7 10.3,-0.4 10.3,-2.6 0,-2.2 -8.6,-10 -21.5,-19.4 -22.6,-16.5 -48.3,-35.7 -60,-44.8 -10.7,-8.5 -14.8,-10.8 -17.2,-10 z"
82
+ id="path24"
83
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
84
+ <path
85
+ d="m 270,265.1 c -6.3,6.9 -5.1,10 14.2,36.5 25.1,34.4 38.6,49.7 48.1,54.6 4.6,2.3 14.7,3.1 15.4,1.2 1.7,-4.8 -68.3,-95.4 -73.6,-95.4 -0.7,0 -2.5,1.4 -4.1,3.1 z"
86
+ id="path26"
87
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
88
+ <path
89
+ d="m 218.2,279.9 c -7,7 -11.2,13.8 -11.2,18.2 0,3.6 3.2,8.2 7.3,10.4 2,1 3.9,1.7 4.2,1.4 0.2,-0.3 -0.5,-3.3 -1.6,-6.7 -2.3,-6.8 -2,-10.4 0.6,-8.2 0.8,0.7 2,3.1 2.7,5.3 1.3,4.3 6.9,10.7 9.3,10.7 1.9,0 1.9,0.1 -0.6,-8.9 -2.3,-8.2 -2.8,-16.8 -1.5,-24.4 1.2,-6.7 -0.8,-6.3 -9.2,2.2 z"
90
+ id="path28"
91
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
92
+ <path
93
+ d="m 254,275.5 c -1.6,2 -0.1,6.3 13.2,37.5 20.9,49 31.3,67.5 39.9,71 6.2,2.6 6.1,-1.5 -0.3,-20.5 -9.2,-27.5 -33.2,-72.2 -46.2,-86.3 -3.3,-3.5 -4.7,-3.9 -6.6,-1.7 z"
94
+ id="path30"
95
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
96
+ <path
97
+ d="m 239.7,280.6 c -1.5,1.5 -0.6,8.4 2.7,22 4.4,18 8.5,38.9 13.6,69.4 4.2,25.8 5.5,31.6 7,32.5 1.7,1.1 6,-4.7 7.8,-10.4 2.1,-6.9 2.3,-29.8 0.3,-41.1 -3.9,-22.2 -12.1,-49.4 -19.4,-64.1 -4,-8 -4.4,-8.4 -7.7,-8.7 -2,-0.2 -3.9,0 -4.3,0.4 z"
98
+ id="path32"
99
+ style="fill:#000000;stroke:none;stroke-width:0.1" />
100
+ </g>
101
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512"><defs><linearGradient id="a"><stop offset="0" style="stop-color:#03a025;stop-opacity:1"/><stop offset="1" style="stop-color:#03a025;stop-opacity:.40650406"/></linearGradient><linearGradient id="b"><stop offset="0" style="stop-color:#4cfff6;stop-opacity:1"/><stop offset="1" style="stop-color:#4cfff6;stop-opacity:.34959349"/></linearGradient><linearGradient xlink:href="#a" id="c" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.95 -.22624 0 .5 1491.48 -227.703)" x1="134.156" y1="96.203" x2="271.563" y2="96.203"/><linearGradient xlink:href="#b" id="d" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.95 -.22624 0 .5 1491.48 -227.703)" x1="134.156" y1="41.324" x2="271.563" y2="41.324"/><filter color-interpolation-filters="sRGB" height="1.202" y="-.101" width="1.183" x="-.092" id="h"><feGaussianBlur stdDeviation="1.484"/></filter><filter color-interpolation-filters="sRGB" id="g"><feGaussianBlur stdDeviation="1.485"/></filter><filter color-interpolation-filters="sRGB" height="1.188" y="-.094" width="1.615" x="-.308" id="f"><feGaussianBlur stdDeviation="2.333"/></filter><filter color-interpolation-filters="sRGB" height="1.098" y="-.049" width="1.593" x="-.296" id="e"><feGaussianBlur stdDeviation="2.317"/></filter></defs><g style="display:inline"><path d="M1606.131-312.257c-21.531-2.496-40.001-5.65-40.001 11.523v80.924c0 16.613 19.678 15.055 42.034 12.88l130.276-12.675c10.4-1.012 18.295-1.946 18.295-12.176v-49.574c0-9.917-7.894-11.47-18.295-12.887l-130.276-17.739c-.666-.09-1.37-.2-2.033-.276 0 0 0 0 0 0" style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:#fff;stroke-width:1.37840486;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="matrix(2.66534 0 0 3.07495 -4172.298 1005.307)"/><path d="M1714.847-272.422c-48.843-3.09-105.309 1.177-148.717 12.363v40.25c0 16.613 19.678 15.055 42.034 12.88l130.287-12.677c10.4-1.012 18.294-1.945 18.294-12.175v-35.685c-11.809-2.2-25.823-3.94-41.898-4.956 0 0 0 0 0 0" style="fill:url(#c);fill-opacity:1;fill-rule:nonzero;stroke:#fff;stroke-width:1.37840486;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="matrix(2.66534 0 0 3.07495 -4172.298 1005.307)"/><path d="M1606.173-312.25c-21.528-2.496-40.043-5.657-40.043 11.516v40.648c43.408-11.184 99.874-15.447 148.717-12.355 16.075 1.018 30.09 2.757 41.898 4.959v-13.871c0-9.917-7.894-11.47-18.294-12.887l-130.287-17.74c-.666-.09-1.329-.194-1.99-.27 0 0 0 0 0 0" style="fill:url(#d);fill-opacity:1;fill-rule:nonzero;stroke:#fff;stroke-width:1.37840486;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:20;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="matrix(2.66534 0 0 3.07495 -4172.298 1005.307)"/><path d="M1607.971-309.041c-20.237-2.211-37.56-4.613-37.56 11.114v65.047c18.928-22.676 67.984-55.193 164.22-59.75l-124.783-16.168c-.628-.082-1.253-.175-1.877-.243" style="opacity:.58196722;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="matrix(2.66534 0 0 3.07495 -4172.298 1005.307)"/></g><path style="fill:#fffa49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="M569.854 70.829a8.59 8.17 0 0 1-8.59 8.17 8.59 8.17 0 0 1-8.591-8.17 8.59 8.17 0 0 1 8.59-8.17 8.59 8.17 0 0 1 8.591 8.17z" transform="matrix(-4.84977 0 0 4.84977 2995.665 -264.375)"/><path style="fill:#000;display:inline" d="M77.988 23.504c-3.994.717-18.205.557-25.504.02-7.295-.538-12.225-1.634-12.568-1.732-1.229-.35-6.166-1.203-4.532-2.197 2.076-1.262 3.81-4.047 3.812-6.125 0-.872.282-2.359.623-3.303.864-2.39.248-4.259-2.325-7.05-4.247-4.608-11.2-4.714-15.762-.241-4.292 4.206-4.51 10.564-.505 14.754 2.297 2.401 2.014 2.484-4.313 1.26-2.192-.424-8.81-2.046-12.222-2.782-9.775-2.11-16.77-4.282-25.945-10.712C-27.168 12.7 10.164 22.74 25.928 25.02c21.752 2.794 30.046 2.558 39.501 2.512 9.455-.046 13.636-1.301 12.559-4.028zm-60.15 8.936c-1.273 4.933-2.18 8.398-4.73 16.624C10.51 57.448 2.586 71.895.232 74.868c-.911 1.15-1.656 2.492-1.656 2.982 0 .49 2.707 3.814 6.016 7.388 4.588 4.955 6.18 6.36 6.711 5.92.561-.466.497-1.1-.328-3.274-1.32-3.473-1.328-8.675-.02-12.486 3.283-9.567 7.293-19.312 8.405-20.424.77-.77.795-.652.267 1.283-.32 1.172-.78 2.375-1.02 2.672-1.034 1.275-4.277 17.927-4.696 24.107l-.313 4.607 5.366 3.653c2.95 2.009 5.516 3.652 5.7 3.652.185 0 .465-.336.622-.746.158-.41.088-.959-.153-1.219-.887-.951-1.74-13.4-1.384-20.204.406-7.784 1.52-16.277 2.705-20.62 1.091-4 2.896-10.491 3.84-13.812a128.91 128.91 0 0 0 1.362-5.28c.557-1.835.529-2.373 1.043-4.1 0-.56-.47-.941-1.219-.99-.67-.043-3.833-.262-7.027-.487-.917-.277-3.05-.782-4.213-1.394m4.688-9.982c-1.785-1.733-1.977-2.198-1.962-4.74.02-3.024.69-4.302 3.09-5.884 3.284-2.166 8.807-.527 11.247 3.338 1.585 2.512 1.616 2.796.535 4.886-1.383 2.676-4.388 4.322-7.89 4.322-2.75 0-3.23-.184-5.02-1.922z" transform="translate(127.26 28.502) scale(4.84977)"/><path style="fill:none;stroke:#fff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#e)" d="m775.74 107.816 13.132 52.023s4.293 21.213 3.536 31.314l-1.87 29.268" transform="matrix(-2.49221 0 0 2.49221 2205.289 -93.808)"/><path style="fill:none;stroke:#fff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#f)" d="m800.489 151.505 10.859 27.021c5.476 11.366 6.27 17.682 6.45 21.466.253 5.303.138 12.37.138 12.37" transform="matrix(-2.49221 0 0 2.49221 2205.289 -93.808)"/><path style="fill:none;stroke:#fff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#g)" d="M794.015 88.998s27.768-5.187 44.652-9.75c13.94-3.945 31.628-13.747 35.537-17.183" transform="matrix(-2.49221 0 0 2.49221 2205.289 -93.808)"/><path style="fill:none;stroke:#fff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#h)" d="M757.943 65.248c1.16-4.911 8.125-13.75 18.125-14.286 9.808-.532 19.35 8.69 19.643 16.071.982 7.679-3.393 14.375-7.5 18.215" transform="matrix(-2.49221 0 0 2.49221 2205.289 -93.808)"/></svg>
Binary file