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
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="--cs-zoom:1" xml:space="preserve"><path d="M199.51 58.23c22.84 10.48 44.92 22.86 64.93 38.11 11.52 8.85 22.37 18.72 31.29 30.23 14.61 19.3 26.51 40.82 33.98 63.88 3.12 10.06 5.86 20.49 5.6 31.1-.15 2.65-.27 6.09-3.06 7.38-2.12-.87-3.59-2.66-5.09-4.3-21.44-23.28-46.22-43.24-72.21-61.2-5.11-3.7-10.66-6.88-15.1-11.44-8.58-8.53-14.71-19.16-19.92-29.99-9.47-20.28-15.76-41.92-20.42-63.77zM31 104.03c48.07 4.94 95.81 15.17 140.79 33.08 47.24 18.66 91.16 46.07 127.74 81.38 4.99 4.77 9.83 9.7 14.56 14.73 3.58 3.72 6.85 7.84 11.15 10.8 2.34 1.59 5.32 3.1 8.2 2.1 2.77-1.15 4.78-3.52 6.64-5.8 5.85-7.66 10.27-16.31 16.23-23.91 12.68-17 31.14-29.93 51.95-34.59 17.23-3.78 35.15-2.82 52.45.03 5.65 1.03 11.33 2.06 16.79 3.85 1.42.62 3.75 1.39 3.47 3.34-1.13 2.03-3.48 2.89-5.24 4.27-9.9 6.51-17.72 16.02-22.27 26.96-8.67 21.06-12.12 43.72-16.28 65.97-9.08 44.44-33.18 85.56-67.31 115.41-30.88 27.23-69.97 44.97-110.81 50.26-35.52 4.77-72.26.31-105.54-13.01 24.68-2.63 48.75-10.74 69.98-23.61 18.21-10.93 34.24-25.3 47.66-41.73 4.1-5.03 8.21-10.11 11.39-15.79 1.36-2.6 2.84-5.51 2.17-8.52-.82-2.3-3.4-3.12-5.59-3.41-5.42-.68-10.88.01-16.29.41-14.82 1.36-29.95 2.67-44.65-.4-12.11-2.28-23.66-7.19-33.88-14.04-17.34-11.65-31.53-27.24-44.91-43.11-3.23-3.86-6.39-7.78-9.52-11.72 18.85-4.88 38.25-7.44 57.65-8.75-23.54-5.52-46.22-14.88-66.7-27.76-16.4-10.47-31.6-23.59-41.81-40.35 19.15-6.09 39.53-3.85 59.25-3.02-14.34-8.7-28.71-17.35-42.74-26.54-16.04-10.61-32.08-21.53-45.7-35.19-8.63-8.71-16.06-19.19-18.83-31.34zm383.73 93.84c-5.16 1.6-8.58 7.4-7.25 12.68 1.11 5.88 7.7 9.95 13.45 8.19 5.8-1.4 9.53-8.1 7.56-13.76-1.6-5.62-8.23-9.08-13.76-7.11z" style="fill:#74ac00"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="132.004" height="132" xmlns:xlink="http://www.w3.org/1999/xlink" style="--cs-zoom:1"><defs><radialGradient id="c" cx="158.429" cy="578.088" r="65" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 -1.98198 1.8439 0 -1031.402 454.004)" fx="158.429" fy="578.088"/><radialGradient id="d" cx="147.694" cy="473.455" r="65" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)" fx="147.694" fy="473.455"/><linearGradient id="b"><stop offset="0" stop-color="#3771c8"/><stop stop-color="#3771c8" offset=".128"/><stop offset="1" stop-color="#60f" stop-opacity="0"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#fd5"/><stop offset=".1" stop-color="#fd5"/><stop offset=".5" stop-color="#ff543e"/><stop offset="1" stop-color="#c837ab"/></linearGradient></defs><path fill="url(#c)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="url(#d)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="#fff" d="M66.004 18c-13.036 0-14.672.057-19.792.29-5.11.234-8.598 1.043-11.65 2.23-3.157 1.226-5.835 2.866-8.503 5.535-2.67 2.668-4.31 5.346-5.54 8.502-1.19 3.053-2 6.542-2.23 11.65C18.06 51.327 18 52.964 18 66s.058 14.667.29 19.787c.235 5.11 1.044 8.598 2.23 11.65 1.227 3.157 2.867 5.835 5.536 8.503 2.667 2.67 5.345 4.314 8.5 5.54 3.054 1.187 6.543 1.996 11.652 2.23 5.12.233 6.755.29 19.79.29 13.037 0 14.668-.057 19.788-.29 5.11-.234 8.602-1.043 11.656-2.23 3.156-1.226 5.83-2.87 8.497-5.54 2.67-2.668 4.31-5.346 5.54-8.502 1.18-3.053 1.99-6.542 2.23-11.65.23-5.12.29-6.752.29-19.788 0-13.036-.06-14.672-.29-19.792-.24-5.11-1.05-8.598-2.23-11.65-1.23-3.157-2.87-5.835-5.54-8.503-2.67-2.67-5.34-4.31-8.5-5.535-3.06-1.187-6.55-1.996-11.66-2.23-5.12-.233-6.75-.29-19.79-.29zm-4.306 8.65c1.278-.002 2.704 0 4.306 0 12.816 0 14.335.046 19.396.276 4.68.214 7.22.996 8.912 1.653 2.24.87 3.837 1.91 5.516 3.59 1.68 1.68 2.72 3.28 3.592 5.52.657 1.69 1.44 4.23 1.653 8.91.23 5.06.28 6.58.28 19.39s-.05 14.33-.28 19.39c-.214 4.68-.996 7.22-1.653 8.91-.87 2.24-1.912 3.835-3.592 5.514-1.68 1.68-3.275 2.72-5.516 3.59-1.69.66-4.232 1.44-8.912 1.654-5.06.23-6.58.28-19.396.28-12.817 0-14.336-.05-19.396-.28-4.68-.216-7.22-.998-8.913-1.655-2.24-.87-3.84-1.91-5.52-3.59-1.68-1.68-2.72-3.276-3.592-5.517-.657-1.69-1.44-4.23-1.653-8.91-.23-5.06-.276-6.58-.276-19.398s.046-14.33.276-19.39c.214-4.68.996-7.22 1.653-8.912.87-2.24 1.912-3.84 3.592-5.52 1.68-1.68 3.28-2.72 5.52-3.592 1.692-.66 4.233-1.44 8.913-1.655 4.428-.2 6.144-.26 15.09-.27zm29.928 7.97a5.76 5.76 0 1 0 5.76 5.758c0-3.18-2.58-5.76-5.76-5.76zm-25.622 6.73c-13.613 0-24.65 11.037-24.65 24.65 0 13.613 11.037 24.645 24.65 24.645C79.617 90.645 90.65 79.613 90.65 66S79.616 41.35 66.003 41.35zm0 8.65c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#F0DB4F" d="M1.408 1.408h125.184v125.185H1.408z"/><path fill="#323330" d="M116.347 96.736c-.917-5.711-4.641-10.508-15.672-14.981-3.832-1.761-8.104-3.022-9.377-5.926-.452-1.69-.512-2.642-.226-3.665.821-3.32 4.784-4.355 7.925-3.403 2.023.678 3.938 2.237 5.093 4.724 5.402-3.498 5.391-3.475 9.163-5.879-1.381-2.141-2.118-3.129-3.022-4.045-3.249-3.629-7.676-5.498-14.756-5.355l-3.688.477c-3.534.893-6.902 2.748-8.877 5.235-5.926 6.724-4.236 18.492 2.975 23.335 7.104 5.332 17.54 6.545 18.873 11.531 1.297 6.104-4.486 8.08-10.234 7.378-4.236-.881-6.592-3.034-9.139-6.949-4.688 2.713-4.688 2.713-9.508 5.485 1.143 2.499 2.344 3.63 4.26 5.795 9.068 9.198 31.76 8.746 35.83-5.176.165-.478 1.261-3.666.38-8.581zM69.462 58.943H57.753l-.048 30.272c0 6.438.333 12.34-.714 14.149-1.713 3.558-6.152 3.117-8.175 2.427-2.059-1.012-3.106-2.451-4.319-4.485-.333-.584-.583-1.036-.667-1.071l-9.52 5.83c1.583 3.249 3.915 6.069 6.902 7.901 4.462 2.678 10.459 3.499 16.731 2.059 4.082-1.189 7.604-3.652 9.448-7.401 2.666-4.915 2.094-10.864 2.07-17.444.06-10.735.001-21.468.001-32.237z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="35.675" height="63.76" viewBox="0 0 17.838 31.88"><defs><linearGradient id="a" y2="277.465" x2="296.661" y1="238.547" x1="195.456" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#919191"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="b" y2="327.266" x2="254.14" y1="303.705" x1="192.87" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#900"/><stop offset="1" stop-color="#e80000"/></linearGradient></defs><g transform="translate(-10.987 -3.965) scale(.07776)"><path d="M269.02 59.15c-.184.737-.188 1.53-.033 2.365 0 0 2.507 16.642-.34 24.048L147.652 400.2c-8.636 23.1 2.937 48.91 26.014 57.787 23.077 8.877 48.955-2.524 58.03-25.464l.01.005 121.005-314.634c2.366-6.155 15.86-18.08 15.86-18.08.677-.516 1.202-1.108 1.56-1.778l.06-.122c.065-.132.14-.258.193-.395 3.12-8.113-17.005-23.405-44.952-34.152s-53.133-12.884-56.253-4.77c-.053.137-.083.28-.122.422l-.037.13z" opacity=".3"/><path d="M265.523 56.477c-.185.737-.2 1.53-.033 2.365 0 0 2.508 16.642-.34 24.048L144.155 397.526c-8.635 23.1 2.937 48.91 26.014 57.787 23.077 8.877 48.955-2.524 58.03-25.464v.005L349.215 115.22c2.365-6.155 15.86-18.08 15.86-18.08.677-.516 1.202-1.107 1.56-1.778l.058-.122c.065-.13.14-.258.193-.395 3.12-8.113-17.005-23.404-44.95-34.152-27.945-10.748-53.133-12.884-56.253-4.77-.053.137-.083.28-.122.422l-.037.132z" fill="url(#a)" style="fill:url(#a)"/><path d="M303.48 198.814 216.275 425.73c-6.436 16.262-25.166 24.723-41.78 18.333-16.614-6.39-25.608-25.512-19.488-41.897l55.758-144.982s6.964-11.233 20.637-19.225c13.673-7.992 24.95-6.305 40.132-13.053 15.182-6.748 31.947-26.093 31.947-26.093z" fill="url(#b)" style="fill:url(#b)"/><ellipse ry="8.85" rx="33.648" cy="76.201" cx="315.97" transform="rotate(21.038 315.94 76.192)" fill="#333"/><g fill="#fff"><path d="M265.49 58.84s2.47 16.737-.34 24.048L144.155 397.526c-8.635 23.1 2.937 48.91 26.014 57.787a45.103 45.103 0 0 0 12.164 2.822c-15.556-11.702-22.23-32.632-15.093-51.73l-.01-.004L285.833 98.01S269.69 82.85 265.49 58.84z" opacity=".3"/><circle r="3.506" cy="261.806" cx="226.531" opacity=".5"/><circle r="5.285" cy="287.227" cx="249.514" opacity=".5"/><circle r="9.915" cy="317.459" cx="214.429" opacity=".5"/><circle r="5.286" cy="335.795" cx="198.375" opacity=".5"/><circle r="3.506" cy="375.008" cx="219.43" opacity=".5"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" style="--cs-zoom:1"><defs><linearGradient id="b"><stop style="stop-color:#000;stop-opacity:1" offset="0"/><stop style="stop-color:#000;stop-opacity:0" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#1abc9c;stop-opacity:1" offset="0"/><stop style="stop-color:#2980b9;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#a" id="c" x1="25" y1="1004.362" x2="25" y2="1052.362" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="d" x1="24" y1="1028.362" x2="49" y2="1028.362" gradientUnits="userSpaceOnUse" gradientTransform="rotate(45 1531.284 640.351) scale(1.2353)"/><linearGradient xlink:href="#b" id="e" x1="24" y1="1028.362" x2="49" y2="1028.362" gradientUnits="userSpaceOnUse" gradientTransform="rotate(45 4310.574 1791.591) scale(1.23529 3.47426)"/><linearGradient xlink:href="#b" id="f" x1="24" y1="1028.362" x2="49" y2="1028.362" gradientUnits="userSpaceOnUse" gradientTransform="rotate(45 6514.836 2704.637) scale(1.23529 5.24998)"/></defs><g transform="translate(0 -1004.362)"><circle style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:url(#c);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" cx="24" cy="1028.362" r="24"/><path style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:.2;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:url(#d);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m27.494 20.506-6.988 6.988 16.601 16.6a24 24 0 0 0 6.979-6.996L27.494 20.506z" transform="translate(0 1004.362)"/><path style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:.2;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:url(#e);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m33.826 14.174-.441.441A13.28 13.28 0 0 1 37.279 24 13.28 13.28 0 0 1 24 37.28a13.28 13.28 0 0 1-9.385-3.895l-.441.441L28.006 47.66A24 24 0 0 0 47.64 27.986L33.826 14.174z" transform="translate(0 1004.362)"/><path style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:.2;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:url(#f);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M38.85 9.146v.004l-1.155 1.155A19.379 19.379 0 0 1 43.38 24 19.379 19.379 0 0 1 24 43.379a19.379 19.379 0 0 1-13.695-5.686L9.15 38.85l8.188 8.187A24 24 0 0 0 24 48a24 24 0 0 0 24-24 24 24 0 0 0-.953-6.656L38.85 9.146z" transform="translate(0 1004.362)"/><path d="M24 1011.362a1.4 1.4 0 0 0-1.365 1.095 16 16 0 0 0-8.921 3.703 1.4 1.4 0 0 0-.714-.198 1.4 1.4 0 0 0-1.4 1.4 1.4 1.4 0 0 0 .197.713 16 16 0 0 0-3.71 8.924A1.4 1.4 0 0 0 7 1028.362a1.4 1.4 0 0 0 1.094 1.365 16 16 0 0 0 3.704 8.921 1.4 1.4 0 0 0-.198.714 1.4 1.4 0 0 0 1.4 1.4 1.4 1.4 0 0 0 .711-.196 16 16 0 0 0 8.926 3.71 1.4 1.4 0 0 0 1.363 1.086 1.4 1.4 0 0 0 1.365-1.095 16 16 0 0 0 8.932-3.696 1.4 1.4 0 0 0 .703.191 1.4 1.4 0 0 0 1.4-1.4 1.4 1.4 0 0 0-.197-.712 16 16 0 0 0 3.724-8.928 1.4 1.4 0 0 0 1.073-1.36 1.4 1.4 0 0 0-1.096-1.365 16 16 0 0 0-3.695-8.931 1.4 1.4 0 0 0 .191-.704 1.4 1.4 0 0 0-1.4-1.4 1.4 1.4 0 0 0-.713.197 16 16 0 0 0-8.927-3.723 1.4 1.4 0 0 0-1.36-1.074zm0 .6a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-1.317 1.271a1.4 1.4 0 0 0 1.317.93 1.4 1.4 0 0 0 1.31-.91 15.2 15.2 0 0 1 8.434 3.494 1.4 1.4 0 0 0-.144.615 1.4 1.4 0 0 0 1.4 1.4 1.4 1.4 0 0 0 .618-.144 15.2 15.2 0 0 1 3.498 8.432 1.4 1.4 0 0 0-.916 1.312 1.4 1.4 0 0 0 .91 1.31 15.2 15.2 0 0 1-3.495 8.435 1.4 1.4 0 0 0-.615-.145 1.4 1.4 0 0 0-1.4 1.4 1.4 1.4 0 0 0 .144.616 15.2 15.2 0 0 1-8.431 3.5 1.4 1.4 0 0 0-1.313-.916 1.4 1.4 0 0 0-1.309.908 15.2 15.2 0 0 1-8.441-3.48 1.4 1.4 0 0 0 .15-.628 1.4 1.4 0 0 0-1.4-1.4 1.4 1.4 0 0 0-.617.144 15.2 15.2 0 0 1-3.511-8.427 1.4 1.4 0 0 0 .928-1.317 1.4 1.4 0 0 0-.908-1.309 15.2 15.2 0 0 1 3.48-8.441 1.4 1.4 0 0 0 .628.15 1.4 1.4 0 0 0 1.4-1.4 1.4 1.4 0 0 0-.144-.617 15.2 15.2 0 0 1 8.427-3.512zm1.317 2.93a1.4 1.4 0 0 0-1.368 1.104 11.2 11.2 0 0 0-9.832 11.095 11.2 11.2 0 0 0 9.834 11.1 1.4 1.4 0 0 0 1.366 1.1 1.4 1.4 0 0 0 1.368-1.105 11.2 11.2 0 0 0 9.832-11.095 11.2 11.2 0 0 0-9.834-11.1 1.4 1.4 0 0 0-1.366-1.1zm-11 .4a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm22 0a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-11 .2a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-1.308 1.298a1.4 1.4 0 0 0 1.308.901 1.4 1.4 0 0 0 1.306-.899 10.4 10.4 0 0 1 9.094 10.3 10.4 10.4 0 0 1-9.092 10.3 1.4 1.4 0 0 0-1.308-.9 1.4 1.4 0 0 0-1.306.898 10.4 10.4 0 0 1-9.094-10.299 10.4 10.4 0 0 1 9.092-10.301zm1.308 6.301a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4zm-15.6 3.2a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm31.2 0a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-15.6 10.8a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-11 .2a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm22 0a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8zm-11 4.6a.8.8 0 0 1 .8.8.8.8 0 0 1-.8.8.8.8 0 0 1-.8-.8.8.8 0 0 1 .8-.8z" style="color:#000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000;solid-opacity:1;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:.89999998;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" transform="translate(-5.647 -241.968) scale(1.2353)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" style="--cs-zoom:1"><path d="M6 0h36c3.324 0 6 2.676 6 6v36c0 3.324-2.676 6-6 6H6c-3.324 0-6-2.676-6-6V6c0-3.324 2.676-6 6-6z" fill="#1d99f3"/><path d="m26.817 6.058-5.977.572v24.613l5.914-.89V19.86l7.95 11.64 6.232-1.973-8.14-11.193L41 7.775l-6.36-1.462-7.886 10.557zm-13.55 5.998a.303.303 0 0 0-.183.088l-2.346 2.345a.304.304 0 0 0-.044.372l2.747 4.524a11.74 11.74 0 0 0-1.157 2.634L7.24 23.067a.304.304 0 0 0-.241.298v3.317c0 .14.096.262.231.295l4.894 1.196a11.726 11.726 0 0 0 1.2 3.042l-2.832 4.32a.303.303 0 0 0 .04.381l2.344 2.346a.306.306 0 0 0 .373.045l4.44-2.696c.872.503 1.812.899 2.806 1.168l1.036 4.98c.029.14.153.241.297.241h3.317c.14 0 .261-.095.295-.232l1.22-4.99a11.692 11.692 0 0 0 2.887-1.215l4.374 2.868c.12.08.28.064.382-.038l2.346-2.346a.303.303 0 0 0 .044-.372l-1.597-2.632-.517.163a.178.178 0 0 1-.202-.07l-2.334-3.416a9.502 9.502 0 0 1-8.467 5.186A9.506 9.506 0 0 1 14.07 25.4a9.505 9.505 0 0 1 5.61-8.67v-2.453a11.71 11.71 0 0 0-1.736.765l-.002-.002-4.478-2.937a.304.304 0 0 0-.197-.048z" fill="#fcfcfc"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 274.432 274.432" xmlns="http://www.w3.org/2000/svg"><radialGradient id="c" cx="130" cy="922.362" gradientTransform="matrix(2.81818 -.27273 .1839 1.90021 -405.978 -794.869)" gradientUnits="userSpaceOnUse" r="55"><stop offset="0" stop-color="#202020"/><stop offset="1" stop-color="#1a1a1a"/></radialGradient><radialGradient id="d" cx="49" cy="34.526" gradientTransform="matrix(3.42427 1.2495 -1.1128 3.04966 -80.368 -131.992)" gradientUnits="userSpaceOnUse" r="49"><stop offset="0" stop-color="#f2f2f2"/><stop offset="1" stop-color="#f2f2f2" stop-opacity="0"/></radialGradient><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="-19.817" x2="150.183" y1="712.444" y2="932.444"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><filter id="b"><feGaussianBlur stdDeviation="2.97"/></filter><filter id="a" height="1.408" width="1.054" x="-.027" y="-.204"><feGaussianBlur stdDeviation="1.7"/></filter><g transform="translate(8.787 -787.86)"><rect filter="url(#a)" height="20" opacity=".2" rx="10" ry="8.005" transform="matrix(1 0 0 1.13452 -8.787 751.058)" width="150" x="63.787" y="249.502"/><rect filter="url(#b)" height="256" opacity=".7" rx="10" ry="10" width="140" x="59.976" y="796.388"/><rect fill="#f2f2f2" height="256" rx="10" ry="10" stroke="#6a6a6a" stroke-width=".5" width="140" x="60" y="796.362"/><rect fill="#111" height="220" rx="0" ry="0" width="120" x="70" y="812.362"/><rect fill="url(#c)" height="210" rx="0" ry="0" width="110" x="75" y="817.362"/><rect fill="#fff" height="5" opacity=".7" rx="3" ry="2.5" width="40" x="110" y="803.344"/><rect fill="#111" height="5" rx="3" ry="2.5" width="40" x="110" y="802.362"/><path d="M99 805.844a1.5 1.5 0 1 1-3 0 1.5 1.5 0 1 1 3 0z" fill="#fff" opacity=".7"/><path d="M99 804.862a1.5 1.5 0 1 1-3 0 1.5 1.5 0 1 1 3 0z" fill="#111"/><path d="M18.1.02c-.196.02-.406.074-.553.22l-6.769 6.77a.865.865 0 0 0-.11 1.066l7.91 13.06a33.716 33.716 0 0 0-3.348 7.578L.699 31.73c-.404.084-.699.469-.699.883v9.565c0 .404.308.75.699.846l14.09 3.421c.753 3.108 1.917 6.083 3.457 8.792L10.08 67.671a.88.88 0 0 0 .11 1.104l6.769 6.768a.864.864 0 0 0 1.066.11l12.802-7.761a33.914 33.914 0 0 0 8.093 3.384l2.98 14.347a.866.866 0 0 0 .846.7h9.565c.401 0 .75-.27.846-.664l3.531-14.42a33.627 33.627 0 0 0 8.314-3.494l12.618 8.277a.883.883 0 0 0 1.104-.11l6.732-6.77a.869.869 0 0 0 .147-1.066l-4.599-7.578-1.508.478a.537.537 0 0 1-.588-.221s-2.905-4.273-6.696-9.822c-4.533 8.87-13.778 14.935-24.426 14.935-15.13 0-27.406-12.275-27.406-27.406 0-11.13 6.655-20.689 16.186-24.978V6.421a33.772 33.772 0 0 0-5.003 2.207c-.003-.002.003-.035 0-.036L18.651.13c-.174-.113-.357-.13-.552-.11zm39.03-17.29-17.216 1.656V55.31l17.032-2.575v-30.24l22.918 33.55 17.952-5.702-23.47-32.262L98-12.34l-18.32-4.194-22.734 30.423.184-31.159z" fill="url(#d)" transform="translate(85.056 892.743) scale(.9171)"/><rect fill="url(#e)" height="256" opacity=".5" rx="10" ry="10" width="140" x="60.183" y="796.444"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="190" height="189.125" style="--cs-zoom:1"><defs><linearGradient xlink:href="#a" id="d" gradientUnits="userSpaceOnUse" gradientTransform="translate(196.35 -38.224) scale(1.09126)" x1="61.429" y1="362.143" x2="116.429" y2="408.571"/><linearGradient id="a"><stop style="stop-color:#c7f994;stop-opacity:1" offset="0"/><stop style="stop-color:#87cf3e;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#b" id="e" gradientUnits="userSpaceOnUse" gradientTransform="translate(0 80)" spreadMethod="pad" x1="70.492" y1="416.389" x2="113.642" y2="375.88"/><linearGradient id="b"><stop offset="0" style="stop-color:#3d3d3d;stop-opacity:1"/><stop offset="1" style="stop-color:#000;stop-opacity:.11400651"/></linearGradient><filter color-interpolation-filters="sRGB" id="c"><feGaussianBlur stdDeviation="1.628"/></filter><filter color-interpolation-filters="sRGB" id="f"><feGaussianBlur stdDeviation=".16"/></filter></defs><path transform="translate(-435.119 -640.77) scale(1.58456)" d="M331.79 510.933c-21.29 0-39.765-16.14-39.765-37.41l-.02-21.993v-6.586h-13.497v-36.651l56.92.268 17.806.038c21.309 0 39.765 16.121 39.765 37.411v64.923H331.79z" style="opacity:.26000001;fill:#000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#c);enable-background:accumulate"/><path d="M354.825 425.265V375.82c0-16.52-14.487-29.91-32.36-29.91h-18.552v-.04l-50.176-.22v18.042h7.703c5.376 0 6.326 3.711 6.326 8.848l.04 31.894c0 16.52 14.486 29.91 32.34 29.91h44.083c5.65 0 10.596-3.579 10.596-9.08z" style="fill:url(#d);fill-opacity:1;fill-rule:evenodd;display:inline" transform="translate(-363.933 -504.006) scale(1.51933)"/><path transform="translate(-59.185 -648.896) scale(1.59302)" d="M142.938 500.531c-10.752-7.41-18.367-15.92-24.782-27.187-12.644-23.358-9.688-34.954-41-37.688-9.036 0-15.051-2-24.562-2v3.313s3.758 1.907 7.062 1.907c4.927 0 5.782 3.418 5.782 8.125l.03 29.155c0 15.138 13.296 27.406 29.657 27.406H135.5c2.964 0 5.626-1.167 7.438-3.03z" style="opacity:.17514122;fill:url(#e);fill-opacity:1;fill-rule:nonzero;display:inline;filter:url(#filter3291)"/><path transform="translate(-59.185 -648.896) scale(1.59302)" d="M105.518 438.54c-3.836 0-7.245 1.425-9.984 4.191-2.738 2.766-4.176 6.218-4.176 10.115v19.694h8.933v-19.694c0-1.494.488-2.661 1.554-3.738 1.07-1.081 2.203-1.57 3.673-1.57 1.502 0 2.618.487 3.69 1.57 1.066 1.077 1.554 2.244 1.554 3.738v19.694h8.933v-19.694c0-1.494.487-2.661 1.553-3.738 1.072-1.083 2.188-1.57 3.69-1.57 1.47 0 2.604.489 3.673 1.57 1.067 1.077 1.554 2.244 1.554 3.738l.049 23.012c0 4.909-4.675 9.046-10.681 9.046l-28.806-.113c-4.634 0-8.593-4.511-8.593-10.309v-43.335h-8.447v45.002c0 4.775 1.747 8.962 5.146 12.348 2.905 2.867 6.399 4.564 10.325 4.984v.162h32.074c4.929 0 9.259-1.833 12.752-5.39H134c2.971-3.052 4.708-6.71 5.13-10.825l-.032-24.582c0-3.897-1.437-7.349-4.175-10.115-2.74-2.766-6.148-4.19-9.985-4.19-3.766 0-7.061 1.4-9.726 3.964-2.657-2.56-5.93-3.965-9.694-3.965z" style="fill:#000;fill-opacity:.08040203;fill-rule:evenodd;stroke:none;stroke-width:4.7667098;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#f);enable-background:accumulate"/><path d="M310.468 364.69c-4.023 0-7.597 1.494-10.469 4.395-2.87 2.9-4.378 6.52-4.378 10.605v20.65h9.366v-20.65c0-1.566.511-2.79 1.63-3.92 1.121-1.133 2.309-1.646 3.851-1.646 1.575 0 2.745.51 3.869 1.646 1.118 1.13 1.629 2.354 1.629 3.92v20.65h9.366v-20.65c0-1.566.51-2.79 1.629-3.92 1.124-1.135 2.294-1.646 3.868-1.646 1.543 0 2.73.513 3.852 1.646 1.118 1.13 1.629 2.354 1.629 3.92l.05 24.128c0 5.147-4.9 9.485-11.198 9.485l-30.202-.119c-4.86 0-9.01-4.73-9.01-10.808v-45.437h-8.858v47.184c0 5.007 1.832 9.397 5.396 12.947 3.046 3.007 6.71 4.956 10.826 5.396h33.63c5.168 0 9.708-1.922 13.37-5.65h.017c3.115-3.201 4.937-7.036 5.38-11.352l-.035-25.774c0-4.085-1.507-7.705-4.377-10.605-2.872-2.901-6.447-4.395-10.47-4.395-3.948 0-7.403 1.469-10.197 4.157-2.786-2.684-6.217-4.157-10.164-4.157z" style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="translate(-363.933 -504.006) scale(1.51933)"/><path d="M304.96 413.216v9.25h22c5.168 0 9.681-1.928 13.344-5.657h.031c3.115-3.2 4.933-7.027 5.375-11.343v-5.25h-9.344v3.593c0 5.147-4.89 9.47-11.187 9.47l-20.219-.063z" style="opacity:.3;fill:#52a800;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="translate(-363.933 -504.006) scale(1.51933)"/><path d="M299.853 441.191c-21.29 0-39.765-16.14-39.765-37.41l-.02-25.828v-6.586h-13.497V338.55l56.92.268 17.806.038c21.309 0 39.765 16.12 39.765 37.411v64.923h-61.209zm52.536-17.415v-47.508c0-15.872-13.919-28.738-31.092-28.738h-17.825v-.038l-48.21-.21v15.412h5.401c3.667 0 8.078 3.445 8.078 8.501l.039 32.566c0 15.872 13.919 28.738 31.073 28.738h42.355c5.43 0 10.181-3.439 10.181-8.723z" style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" transform="translate(-363.933 -504.006) scale(1.51933)"/></svg>
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="320" height="320" style="--cs-zoom:1"><defs><linearGradient id="b"><stop style="stop-color:#a40000;stop-opacity:1" offset="0"/><stop style="stop-color:#ec3636;stop-opacity:1" offset=".306"/><stop style="stop-color:#ec3636;stop-opacity:1" offset=".514"/><stop style="stop-color:#eceaea;stop-opacity:1" offset="1"/></linearGradient><linearGradient x1="324.26" y1="64.134" x2="574.433" y2="314.307" id="q" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="translate(40)"/><linearGradient id="f"><stop style="stop-color:#a47f00;stop-opacity:1" offset="0"/><stop style="stop-color:#ecc436;stop-opacity:1" offset=".306"/><stop style="stop-color:#ecc436;stop-opacity:1" offset=".514"/><stop style="stop-color:#ececea;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="c"><stop style="stop-color:#fffbeb;stop-opacity:1" offset="0"/><stop style="stop-color:#ecb700;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#ebffeb;stop-opacity:1" offset="0"/><stop style="stop-color:#ecea00;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="e"><stop style="stop-color:#a2a400;stop-opacity:1" offset="0"/><stop style="stop-color:#ece936;stop-opacity:1" offset=".306"/><stop style="stop-color:#ece936;stop-opacity:1" offset=".514"/><stop style="stop-color:#eceaec;stop-opacity:1" offset="1"/></linearGradient><linearGradient x1="324.26" y1="64.134" x2="579.906" y2="319.918" id="o" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="translate(101.165 -1.161)"/><linearGradient x1="324.26" y1="64.134" x2="574.433" y2="314.307" id="n" xlink:href="#c" gradientUnits="userSpaceOnUse" gradientTransform="translate(40)"/><linearGradient id="a"><stop style="stop-color:#ffebeb;stop-opacity:1" offset="0"/><stop style="stop-color:#ec0000;stop-opacity:1" offset="1"/></linearGradient><linearGradient x1="324.26" y1="64.134" x2="574.433" y2="314.307" id="i" xlink:href="#d" gradientUnits="userSpaceOnUse" gradientTransform="translate(40)"/><linearGradient x1="324.26" y1="64.134" x2="579.906" y2="319.918" id="g" xlink:href="#e" gradientUnits="userSpaceOnUse" gradientTransform="translate(-324.32 -65.108)"/><linearGradient x1="324.26" y1="64.134" x2="579.906" y2="319.918" id="l" xlink:href="#f" gradientUnits="userSpaceOnUse" gradientTransform="translate(-291.822 208.197)"/><filter id="m"><feGaussianBlur stdDeviation="1.324"/></filter><filter id="p"><feGaussianBlur stdDeviation="1.324"/></filter><filter id="k"><feGaussianBlur stdDeviation=".302"/></filter><filter id="h"><feGaussianBlur stdDeviation="1.324"/></filter><mask id="j"><path style="fill:#c8f9f9;fill-opacity:1;stroke:none;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M324.26 64.35h255.646v255.784H324.26z"/></mask></defs><g style="opacity:1"><path style="opacity:.65;fill:url(#g);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3372)" d="M-.06-.974h255.646V254.81H-.06z"/><g style="filter:url(#h)"><path transform="translate(-290.787 -36.413) scale(.85057)" style="opacity:.65;fill:url(#i);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3307)" d="M364.26 64.134h255.646v255.784H364.26z"/><g transform="translate(-324.32 -65.108)" mask="url(#j)" style="opacity:.65"><path d="m384.402 204.659 28.651 36.733 27.917-43.835s-31.1-27.427-56.568 7.102z" style="fill:#f9f7c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#k)"/><path d="M320.004 212.817s52.888-49.299 92.56 28.33" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path d="M373.593 324.156s121.45-340.983 218.875 5.541" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g></g></g><g style="opacity:.75"><path style="opacity:.7;fill:url(#l);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3300)" d="M32.438 272.331h255.646v255.784H32.438z" transform="translate(-2 -242)"/><g style="filter:url(#m)" transform="translate(-2 -242)"><path transform="translate(-258.288 236.892) scale(.85057)" style="opacity:.7;fill:url(#n);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3307)" d="M364.26 64.134h255.646v255.784H364.26z"/><g transform="translate(-291.822 208.197)" mask="url(#j)" style="opacity:.7"><path d="m384.402 204.659 28.651 36.733 27.917-43.835s-31.1-27.427-56.568 7.102z" style="fill:#f9f7c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#k)"/><path d="M320.004 212.817s52.888-49.299 92.56 28.33" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path d="M373.593 324.156s121.45-340.983 218.875 5.541" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g></g></g><g style="opacity:.8"><path style="opacity:.65;fill:url(#o);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3253)" d="M425.425 62.973h255.646v255.784H425.425z" transform="translate(-360)"/><g style="filter:url(#p)" transform="translate(-360)"><path transform="translate(134.699 27.534) scale(.85057)" style="opacity:.65;fill:url(#q);fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3307)" d="M364.26 64.134h255.646v255.784H364.26z"/><g transform="translate(101.165 -1.161)" mask="url(#j)" style="opacity:.65"><path d="m384.402 204.659 28.651 36.733 27.917-43.835s-31.1-27.427-56.568 7.102z" style="fill:#f9f7c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#k)"/><path d="M320.004 212.817s52.888-49.299 92.56 28.33" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path d="M373.593 324.156s121.45-340.983 218.875 5.541" style="fill:none;fill-rule:evenodd;stroke:#000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg width='56' height='56' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='27'><ellipse cx='13' cy='13.001' rx='13' ry='13' fill='#fff'/></mask><g mask='url(#a)'><path fill='url(#b)' d='M0 .002h26v26H0z'/><path d='M0 16h8v10H0V16z' fill='url(#c)'/><path d='M0 16h8v10H0V16z' fill='url(#d)'/><path d='M8 12.8c0-1.68 0-2.52.327-3.162.288-.564.747-1.023 1.31-1.31C10.28 8 11.12 8 12.8 8H18v18H8V12.8z' fill='url(#e)'/><path d='M18 0h8v26h-8V0z' fill='url(#f)'/></g><defs><linearGradient id='b' x1='18.633' y1='18.851' x2='-2.817' y2='-11.049' gradientUnits='userSpaceOnUse'><stop stop-color='#4643B9'/><stop offset='1' stop-color='#1E8AFF'/></linearGradient><linearGradient id='c' y1='16' x2='5.305' y2='26.865' gradientUnits='userSpaceOnUse'><stop offset='.13' stop-color='#FF455C'/><stop offset='1' stop-color='#FF1139'/></linearGradient><linearGradient id='d' x1='8' y1='16' x2='1.076' y2='22.29' gradientUnits='userSpaceOnUse'><stop stop-color='#FF2D4C'/><stop offset='1' stop-color='#FF2D4C' stop-opacity='0'/></linearGradient><linearGradient id='e' x1='69.5' y1='65.5' x2='75.453' y2='16.813' gradientUnits='userSpaceOnUse'><stop stop-color='#3C3BA0'/><stop offset='.49' stop-color='#1E8AFF'/><stop offset='1' stop-color='#00B2FF'/></linearGradient><linearGradient id='f' x1='18' y1='1.337' x2='40.642' y2='13.037' gradientUnits='userSpaceOnUse'><stop stop-color='#FFEA1A'/><stop offset='1' stop-color='#FFB800'/></linearGradient></defs></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="682.667" height="682.667" viewBox="0 0 512 512"><path d="M70 210v180h50V238h50v239h50V309h169v168h50V117h-50v148H220V238.3l14.3-.7c33-1.7 54.8-9.8 71.6-26.6 21.6-21.6 32.6-52.4 30.7-85.8-1.8-32.9-13.4-56.6-36-74-7.7-5.9-22.3-13.4-31.2-16.1-17.1-5-18.6-5.1-112-5.1H70v180zM244 76.4c21.9 6.1 35.1 19.1 40.1 39.6 2 8 1.7 29.8-.4 38-3.9 14.5-12.1 25.3-24.2 31.7-8.1 4.2-22.2 8.3-31.7 9l-7.8.6V117h-50v79h-50V73.9l58.8.3c52.7.4 59.4.6 65.2 2.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="157.08" y1="2382.05" x2="131.682" y2="2426.892" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#FB7655"/><stop offset="0" stop-color="#FB7655"/><stop offset=".41" stop-color="#E42B1E"/><stop offset=".99" stop-color="#900"/><stop offset="1" stop-color="#900"/></linearGradient><path fill="url(#a)" d="M97.078 83.214 28.34 124.031l89.003-6.04 6.855-89.745z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="169.731" y1="2419.72" x2="136.998" y2="2441.685" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#871101"/><stop offset="0" stop-color="#871101"/><stop offset=".99" stop-color="#911209"/><stop offset="1" stop-color="#911209"/></linearGradient><path fill="url(#b)" d="m117.488 117.93-7.649-52.799-20.837 27.514z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="143.542" y1="2380.69" x2="110.81" y2="2402.655" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#871101"/><stop offset="0" stop-color="#871101"/><stop offset=".99" stop-color="#911209"/><stop offset="1" stop-color="#911209"/></linearGradient><path fill="url(#c)" d="m117.592 117.93-56.044-4.399-32.91 10.385z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="74.817" y1="2435.622" x2="79.891" y2="2402.644" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#fff"/><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#E57252"/><stop offset=".46" stop-color="#DE3B20"/><stop offset=".99" stop-color="#A60003"/><stop offset="1" stop-color="#A60003"/></linearGradient><path fill="url(#d)" d="m28.717 123.928 14.001-45.867-30.81 6.588z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="109.719" y1="2466.413" x2="111.589" y2="2432.757" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#fff"/><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#E4714E"/><stop offset=".56" stop-color="#BE1A0D"/><stop offset=".99" stop-color="#A80D00"/><stop offset="1" stop-color="#A80D00"/></linearGradient><path fill="url(#e)" d="m88.996 92.797-12.882-50.46-36.866 34.558z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="140.691" y1="2497.523" x2="146.289" y2="2473.401" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#fff"/><stop offset="0" stop-color="#fff"/><stop offset=".18" stop-color="#E46342"/><stop offset=".4" stop-color="#C82410"/><stop offset=".99" stop-color="#A80D00"/><stop offset="1" stop-color="#A80D00"/></linearGradient><path fill="url(#f)" d="M121.275 43.047 86.426 14.585l-9.704 31.373z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="123.6" y1="2506.018" x2="147.719" y2="2518.077" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#fff"/><stop offset="0" stop-color="#fff"/><stop offset=".54" stop-color="#C81F11"/><stop offset=".99" stop-color="#BF0905"/><stop offset="1" stop-color="#BF0905"/></linearGradient><path fill="url(#g)" d="M104.978 4.437 84.481 15.764 71.551 4.285z"/><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="53.674" y1="2444.028" x2="55.66" y2="2424.153" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#fff"/><stop offset="0" stop-color="#fff"/><stop offset=".31" stop-color="#DE4024"/><stop offset=".99" stop-color="#BF190B"/><stop offset="1" stop-color="#BF190B"/></linearGradient><path fill="url(#h)" d="m3.802 100.034 8.586-15.659L5.442 65.72z"/><path fill="#fff" d="m4.981 65.131 6.987 19.821 30.365-6.812L77 45.922l9.783-31.075L71.38 3.969l-26.19 9.802c-8.252 7.675-24.263 22.86-24.84 23.146-.573.291-10.575 19.195-15.369 28.214z"/><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="40.026" y1="2418.781" x2="133.345" y2="2514.739" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#BD0012"/><stop offset="0" stop-color="#BD0012"/><stop offset=".07" stop-color="#fff"/><stop offset=".17" stop-color="#fff"/><stop offset=".27" stop-color="#C82F1C"/><stop offset=".33" stop-color="#820C01"/><stop offset=".46" stop-color="#A31601"/><stop offset=".72" stop-color="#B31301"/><stop offset=".99" stop-color="#E82609"/><stop offset="1" stop-color="#E82609"/></linearGradient><path fill="url(#i)" d="M29.519 29.521c17.882-17.73 40.937-28.207 49.785-19.28 8.843 8.926-.534 30.62-18.418 48.345-17.884 17.725-40.653 28.779-49.493 19.852-8.849-8.92.242-31.191 18.126-48.917z"/><linearGradient id="j" gradientUnits="userSpaceOnUse" x1="111.507" y1="2409.102" x2="83.398" y2="2416.039" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#8C0C01"/><stop offset="0" stop-color="#8C0C01"/><stop offset=".54" stop-color="#990C00"/><stop offset=".99" stop-color="#A80D0E"/><stop offset="1" stop-color="#A80D0E"/></linearGradient><path fill="url(#j)" d="m28.717 123.909 13.89-46.012 46.135 14.82c-16.68 15.642-35.233 28.865-60.025 31.192z"/><linearGradient id="k" gradientUnits="userSpaceOnUse" x1="159.785" y1="2442.837" x2="134.814" y2="2465.217" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#7E110B"/><stop offset="0" stop-color="#7E110B"/><stop offset=".99" stop-color="#9E0C00"/><stop offset="1" stop-color="#9E0C00"/></linearGradient><path fill="url(#k)" d="m77.062 45.831 11.844 46.911c13.934-14.65 26.439-30.401 32.563-49.883l-44.407 2.972z"/><linearGradient id="l" gradientUnits="userSpaceOnUse" x1="168.959" y1="2483.901" x2="156.521" y2="2497.199" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#79130D"/><stop offset="0" stop-color="#79130D"/><stop offset=".99" stop-color="#9E120B"/><stop offset="1" stop-color="#9E120B"/></linearGradient><path fill="url(#l)" d="M121.348 43.097c4.74-14.305 5.833-34.825-16.517-38.635l-18.339 10.13 34.856 28.505z"/><path fill="#9E1209" d="M3.802 99.828c.656 23.608 17.689 23.959 24.945 24.167l-16.759-39.14-8.186 14.973z"/><radialGradient id="m" cx="138.703" cy="2464.789" r="30.601" gradientTransform="matrix(1 0 0 -1 -47.5 2517)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#A80D00"/><stop offset="0" stop-color="#A80D00"/><stop offset=".99" stop-color="#7E0E08"/><stop offset="1" stop-color="#7E0E08"/></radialGradient><path fill="url(#m)" d="M77.128 45.904c10.708 6.581 32.286 19.798 32.723 20.041.68.383 9.304-14.542 11.261-22.976l-43.984 2.935z"/><radialGradient id="n" cx="96.325" cy="2424.465" r="40.679" gradientTransform="matrix(1 0 0 -1 -47.5 2517)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#A30C00"/><stop offset="0" stop-color="#A30C00"/><stop offset=".99" stop-color="#800E08"/><stop offset="1" stop-color="#800E08"/></radialGradient><path fill="url(#n)" d="m42.589 77.897 18.57 35.828c10.98-5.955 19.579-13.211 27.454-20.983L42.589 77.897z"/><linearGradient id="o" gradientUnits="userSpaceOnUse" x1="67.509" y1="2393.115" x2="57.373" y2="2427.506" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#8B2114"/><stop offset="0" stop-color="#8B2114"/><stop offset=".43" stop-color="#9E100A"/><stop offset=".99" stop-color="#B3100C"/><stop offset="1" stop-color="#B3100C"/></linearGradient><path fill="url(#o)" d="m11.914 84.904-2.631 31.331c4.964 6.781 11.794 7.371 18.96 6.842-5.184-12.9-15.538-38.696-16.329-38.173z"/><linearGradient id="p" gradientUnits="userSpaceOnUse" x1="145.272" y1="2507.076" x2="167.996" y2="2497.045" gradientTransform="matrix(1 0 0 -1 -47.5 2517)"><stop offset="0" stop-color="#B31000"/><stop offset="0" stop-color="#B31000"/><stop offset=".44" stop-color="#910F08"/><stop offset=".99" stop-color="#791C12"/><stop offset="1" stop-color="#791C12"/></linearGradient><path fill="url(#p)" d="m86.384 14.67 36.891 5.177c-1.969-8.343-8.015-13.727-18.32-15.41L86.384 14.67z"/></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="665.589" height="496.863" viewBox="0 0 499.192 372.647"><path d="M346.746.627c-39.7 5.6-70 33-78.6 71-1.3 6.1-1.9 12.4-1.9 22.3 0 13.3-.1 13.8-2.2 14.6-7 2.7-7.7 10-1.5 14l3.7 2.4v58.7l-2.2.4c-1.3.3-5.2 1-8.8 1.6-14.3 2.6-29.7 8-41.7 14.7-6.3 3.5-11.3 7.1-30.8 22.3-20.6 16.1-42 23.4-68.5 23.4-25.7 0-46.5-6.9-67-22.2-10.3-7.6-11.3-9.3-4.2-6.8 2.3.8 8.6 2.1 14.1 2.7 22.4 2.8 45.1-3.3 64.4-17.2 3.7-2.7 6.9-4.9 7.1-4.9.2 0 .7 1.7 1.1 3.7 1.5 8.1 9.7 25.4 15.3 32.4l2 2.4 5.7-1.9c8.9-3.1 9.1-3.4 4.9-8.6-4.9-6.1-12-21.1-13.8-29-.8-3.6-1.8-9.8-2.2-13.8-.6-6.2-1.1-7.6-3.2-9.3-3.9-3-6.9-1.7-14.1 6.2-19 20.8-45.8 29.9-72.3 24.4-11.1-2.3-25.7-10-35.1-18.5-8.1-7.3-9-7.7-13.1-5.9-4.8 2.2-5 5.2-1.2 19 20.8 75.9 79.7 138 154.4 162.9 21.6 7.1 49.4 12.4 56.4 10.7 4.4-1.1 4.8-4 4.8-32.5 0-14.7.5-30.1 1-34.2 2.9-22.6 12.8-46.2 27.1-65.2l4.7-6.3-3.4-2.1c-3.3-2-3.8-4.2-.5-2.5.9.5 14 4.3 29.1 8.6 15.1 4.3 29.7 8.6 32.3 9.6 2.6 1.1 5 1.9 5.2 1.9.3 0 .5-3.5.5-7.8v-7.7l-6.5-3.4c-8-4.1-17.7-11.3-23.2-17.4l-4.3-4.7v-42.5c0-41.1.1-42.5 1.9-42.5 1.8 0 1.9 1 2.3 14.2.3 13.2.6 14.7 3 19.4 3.1 5.9 7.3 9.8 13.8 12.8 3.8 1.8 6.3 2.1 16.5 2 13.6-.1 16.9-1.1 23.6-7.1 4.9-4.5 7.7-9.7 8.6-16 .8-6.3 1.6-7.8 5.3-9.3 2.8-1.1 3.4-1.1 5.8.7 2 1.5 3 3.5 3.9 8.2 2.1 10.4 6.6 16.6 15.1 20.8 5.3 2.6 6.5 2.8 17.7 2.8 14.1-.1 18.6-1.6 25.3-8.5 6-6.2 7.2-10.8 7.2-26.7 0-12.6.1-13.3 2-13.3 2 0 2 .7 2 42.9v42.9l-6.2 6.2c-6.3 6.2-16.2 13.3-23 16.6l-3.8 1.8v7.8c0 4.3.2 7.8.5 7.8.2 0 2.6-.9 5.3-1.9 2.7-1.1 17-5.4 31.8-9.6 14.8-4.1 27.9-8 29.1-8.5 1.3-.5 2.5-.6 2.8 0 .3.5-.3 1.1-1.2 1.5-1 .3-2.6 1.2-3.6 1.9-1.6 1.3-1.4 1.9 3.7 8.7 3 4 7.6 11.1 10.2 15.7 2.6 4.6 5.8 8.9 7 9.4 3.6 1.7 7.6-.3 9.8-4.8 2.5-5 3.4-24.2 1.6-32.7-2.7-13.4-12.9-28-25.2-36.1-5.7-3.8-17.6-8.5-21.5-8.6h-2.3v-60.5l3.2-1.5c5.9-2.8 5.8-11-.2-13.3l-3-1.1v-12.1c0-14.5-1.2-22.1-5.1-34-4.3-12.9-10.1-22.5-19.9-32.8-9.6-10.1-16.6-15.3-28.4-20.7-14.6-6.8-34.5-10.1-49.1-8zm74.5 38.9c0 .6-4.5 4.7-10 9.3-5.5 4.6-10 8.7-10 9.2 0 2 6.4 10.7 11.1 15.1 5.1 4.7 12.9 9 18.7 10.1l3.2.6v24.8h-54.8l-1.6-2.5-1.6-2.5h-36.9l-1.9 2.5-2 2.5h-55.2v-10.3c0-10.3 1.2-20.1 3.2-26.9l1.1-3.7 4.6 3.3c18.3 13.2 47.3 13.3 78.1.1 15-6.4 37.6-19.9 49.4-29.4 4.2-3.4 4.6-3.6 4.6-2.2zm-57 81.1v3h-6.5c-4.9 0-6.7-.4-7.1-1.5-1.4-3.4.3-4.5 7.1-4.5h6.5zm-29 15.9c0 14.1-.8 16.4-7 19.6-4 2.1-18.1 2-22.1 0-5.7-3-6.9-6.5-6.9-20.3v-12.2h36zm80.8-2.6c.3 11.7-.8 16.3-4.8 20.2-2.9 2.8-3.7 3-12.3 3.3-7.5.3-9.8 0-12.6-1.6-5.8-3.1-7.1-6.9-7.1-20.5v-11.7l18.3.2 18.2.3z"/><path d="M311.846 129.727c-2 1.6-2.6 2.9-2.6 5.9 0 4.8 2.5 7.9 7.1 8.6 5.8 1 9.8-3.6 9-10.4-.1-.9-.6-1-1.9-.3-2.4 1.3-6.2-1.2-6.2-4 0-2.5-2.1-2.4-5.4.2zm79.9.4c-5.4 5.4-1.3 14.5 6.5 14.5 2.9 0 8-5.3 8-8.3 0-3.1-.8-3.9-3-2.7-2.2 1.2-6-1.4-6-4.1 0-2.6-2.6-2.4-5.5.6zm-70.5 90.5c-1.9 1.9-2 3.3-2 26.4v24.5l2.6 2c1.5 1.2 3.3 2.1 4 2.1.7 0 8.2-2.4 16.5-5.4l15.3-5.4 15.5 5.5c23.4 8.3 23.1 8.7 23.1-23.8 0-21.4-.1-22.8-2.1-25.3-1.3-1.6-3-2.6-4.7-2.6-1.5 0-9.2 2.3-17.2 5.2l-14.4 5.2-15.1-5.2c-8.2-2.9-16-5.2-17.2-5.2-1.3 0-3.2.9-4.3 2zm20.5 18.5c3.8 1.4 7.3 2.9 7.8 3.4s.7 2.7.5 5.1l-.3 4.2-7.7 2.8c-4.2 1.5-7.8 2.7-8 2.5-.3-.3.2-20.5.5-20.5.1 0 3.3 1.1 7.2 2.5zm39.5 7.5c0 7.8-.3 10-1.4 10-.7 0-4.2-1.1-7.7-2.4l-6.4-2.4-.3-4.9-.3-4.9 7.3-2.6c4-1.5 7.6-2.7 8.1-2.7.4-.1.7 4.4.7 9.9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='56' height='56'><path d='M13.34 32.48l-2.9 2.9L0 24.94 10.44 14.5l2.9 2.9-7.54 7.54 7.54 7.54zM41.18 17.4l2.9-2.9 10.44 10.44-10.44 10.44-2.9-2.9 7.54-7.54-7.54-7.54z' fill='#da0e16'/><path d='M41.18 8.094a8.13 8.13 0 00-2.408-5.786l-2.428 6.94-6.568-2.31 2.43-6.942c-4.084.43-7.266 3.89-7.266 8.098 0 2.264.922 4.31 2.408 5.785l-6.743 19.804c-4.083.43-7.265 3.89-7.265 8.098a8.13 8.13 0 002.408 5.786l2.428-6.94 6.568 2.31-2.43 6.94c4.084-.427 7.266-3.888 7.266-8.096 0-2.263-.922-4.31-2.408-5.785l6.743-19.81c4.083-.43 7.265-3.89 7.265-8.097z' fill='#393837'/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" stroke-miterlimit="10" style="shape-rendering:geometricprecision;fill-rule:evenodd;--cs-zoom:1"><path d="M120.85 29.21c0 .41-.13.78-.38 1.12-.26.33-.53.5-.84.5-2.49.24-4.54 1.04-6.12 2.41-1.59 1.36-3.22 3.97-4.91 7.81L82.8 99.19c-.17.54-.64.81-1.42.81-.61 0-1.08-.27-1.42-.81L65.49 68.93 48.85 99.19c-.34.54-.81.81-1.42.81-.74 0-1.23-.27-1.47-.81L20.61 41.05c-1.58-3.61-3.25-6.13-5.01-7.56-1.75-1.43-4.2-2.32-7.33-2.66-.27 0-.53-.14-.76-.43-.24-.28-.36-.61-.36-.98 0-.95.27-1.42.81-1.42 2.26 0 4.62.1 7.09.3 2.29.21 4.45.31 6.47.31 2.06 0 4.49-.1 7.29-.31 2.93-.2 5.53-.3 7.79-.3.54 0 .81.47.81 1.42 0 .94-.17 1.41-.5 1.41-2.26.17-4.04.75-5.34 1.72-1.3.98-1.95 2.26-1.95 3.85 0 .81.27 1.82.81 3.03l20.95 47.31 11.89-22.46-11.08-23.23c-1.99-4.14-3.63-6.82-4.91-8.02-1.28-1.19-3.22-1.93-5.82-2.2-.24 0-.46-.14-.68-.43-.22-.28-.33-.61-.33-.98 0-.95.23-1.42.71-1.42 2.26 0 4.33.1 6.22.3 1.82.21 3.76.31 5.82.31 2.02 0 4.16-.1 6.42-.31 2.33-.2 4.62-.3 6.88-.3.54 0 .81.47.81 1.42 0 .94-.16 1.41-.5 1.41-4.52.31-6.78 1.59-6.78 3.85 0 1.01.52 2.58 1.57 4.7l7.33 14.88 7.29-13.61c1.01-1.92 1.52-3.54 1.52-4.86 0-3.1-2.26-4.75-6.78-4.96-.41 0-.61-.47-.61-1.41 0-.34.1-.66.3-.96.21-.31.41-.46.61-.46 1.62 0 3.61.1 5.97.3 2.26.21 4.12.31 5.57.31 1.04 0 2.58-.09 4.6-.26 2.56-.23 4.71-.35 6.43-.35.4 0 .6.4.6 1.21 0 1.08-.37 1.62-1.11 1.62-2.63.27-4.75 1-6.35 2.18-1.6 1.18-3.6 3.86-5.99 8.04l-9.72 17.97 13.16 26.81 19.43-45.18c.67-1.65 1.01-3.17 1.01-4.55 0-3.31-2.26-5.06-6.78-5.27-.41 0-.61-.47-.61-1.41 0-.95.3-1.42.91-1.42 1.65 0 3.61.1 5.87.3 2.09.21 3.85.31 5.26.31 1.49 0 3.21-.1 5.16-.31 2.03-.2 3.85-.3 5.47-.3.47 0 .71.4.71 1.21z"/></svg>
Binary file
@@ -0,0 +1,116 @@
1
+ (function () {
2
+ const TOP_LEVEL_COMMENT_PROMPT =
3
+ "Будет добавлен комментарий верхнего уровня.";
4
+
5
+ const PATH = "/admin/last-comments.json";
6
+ const INTERVAL = 2000;
7
+ const SLUG = document.getElementById("slug").value;
8
+
9
+ function make(html) {
10
+ let template = document.createElement("template");
11
+ template.innerHTML = html.trim();
12
+ let result = template.content.firstChild;
13
+ result.classList.add("loaded");
14
+ console.log(result);
15
+ return result;
16
+ }
17
+
18
+ function process(data) {
19
+ data.forEach((comment) => {
20
+ if (comment.comment_id && comment.comment_id != "") {
21
+ let parent;
22
+ if (comment.parent_id && comment.parent_id != "") {
23
+ parent = document.getElementById(comment.parent_id);
24
+ } else {
25
+ parent = document.getElementById("comments");
26
+ }
27
+ if (parent) {
28
+ parent.appendChild(make(comment.content));
29
+ }
30
+ }
31
+ });
32
+ }
33
+
34
+ function check() {
35
+ if (window.location.hash == "#comments") {
36
+ fetch(PATH + "?ts=" + Date.now())
37
+ .then((response) => response.json())
38
+ .then((data) =>
39
+ process(
40
+ data.filter(
41
+ (comment) =>
42
+ comment.slug == SLUG &&
43
+ !document.getElementById(comment.comment_id)
44
+ )
45
+ )
46
+ );
47
+ }
48
+ setTimeout(check, INTERVAL);
49
+ }
50
+
51
+ function reset_answer(e) {
52
+ let header = document.getElementById("add-comment-target");
53
+ let field = document.getElementById("parent_id");
54
+ header.innerHTML = "Будет добавлен комментарий верхнего уровня";
55
+ field.value = "";
56
+ }
57
+
58
+ function answer_action(e) {
59
+ let target = e.target;
60
+ let action = target.dataset.action;
61
+ let comment_id = target.dataset.comment;
62
+ let header = document.getElementById("add-comment-target");
63
+ let field = document.getElementById("parent_id");
64
+ header.innerHTML = `Будет добавлен ответ на комментарий <a href="#${comment_id}">#${comment_id}</a> [<a id="action-reset" style="cursor: pointer;" data-action="reset">сбросить</a>]`;
65
+ field.value = comment_id;
66
+
67
+ let message = document.getElementById("add-comment-message");
68
+ if (action == "cite") {
69
+ let source = document
70
+ .getElementById(comment_id)
71
+ .getElementsByClassName("comment-message")[0];
72
+ let source_lines = source.textContent.trim().split("\n");
73
+ for (let line of source_lines) {
74
+ message.value += "\r\n> " + line.trim();
75
+ }
76
+ message.value += "\r\n";
77
+ }
78
+ message.scrollIntoView({ block: "nearest", inline: "nearest" });
79
+
80
+ let reset_a = document.getElementById("action-reset");
81
+ reset_a.addEventListener("click", reset_answer);
82
+ }
83
+
84
+ function init_answers() {
85
+ let ans_bars = document.getElementsByClassName("comment-actions");
86
+ for (let bar of ans_bars) {
87
+ bar.style.display = "block";
88
+ for (let el of bar.children) {
89
+ if (el.dataset.action == "answer" || el.dataset.action == "cite") {
90
+ el.addEventListener("click", answer_action);
91
+ }
92
+ }
93
+ }
94
+ }
95
+
96
+ function init_id() {
97
+ var new_id = Math.floor(
98
+ Math.random() * 16 * 16 * 16 * 16 * 16 * 16
99
+ ).toString(16);
100
+ var field = document.getElementById("comment_id");
101
+ field.value = new_id;
102
+ }
103
+
104
+ function init() {
105
+ init_answers();
106
+ setTimeout(check, INTERVAL);
107
+ }
108
+
109
+ // а вот это должно работать везде!
110
+ init_id();
111
+
112
+ if (self.fetch) {
113
+ // в старых браузерах работать не будет, но это их проблемы
114
+ window.addEventListener("load", init);
115
+ }
116
+ })();
@@ -0,0 +1,32 @@
1
+ (function () {
2
+ const SCROLL_TOP = 120;
3
+
4
+ function onScroll() {
5
+ const topper = document.getElementById("topper");
6
+ if (
7
+ document.body.scrollTop > SCROLL_TOP ||
8
+ document.documentElement.scrollTop > SCROLL_TOP
9
+ ) {
10
+ topper.style.display = "flex";
11
+ } else {
12
+ topper.style.display = "none";
13
+ }
14
+ }
15
+
16
+ function onClick() {
17
+ document.body.scrollTop = 0; // safari
18
+ document.documentElement.scrollTop = 0;
19
+ window.location.hash = '';
20
+ history.pushState({}, document.title, window.location.href.split('#')[0]);
21
+ }
22
+
23
+ function init() {
24
+ window.addEventListener("scroll", onScroll);
25
+ onScroll();
26
+
27
+ const topper = document.getElementById("topper");
28
+ topper.addEventListener("click", onClick);
29
+ }
30
+
31
+ window.addEventListener("load", init);
32
+ })();
@@ -0,0 +1,3 @@
1
+ ---
2
+ ---
3
+ @import "nova";
metadata ADDED
@@ -0,0 +1,205 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-shikhalev
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.5
5
+ platform: ruby
6
+ authors:
7
+ - Ivan Shikhalev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-01-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '4.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '4.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: liquid
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '4.0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '4.0'
47
+ description:
48
+ email:
49
+ - shikhalev@gmail.com
50
+ executables: []
51
+ extensions: []
52
+ extra_rdoc_files: []
53
+ files:
54
+ - LICENSE
55
+ - README.md
56
+ - _includes/allejo/jekyll-toc.liquid
57
+ - _includes/backlinks.liquid
58
+ - _includes/google/ads.html
59
+ - _includes/google/analytics.html
60
+ - _includes/google/search.html
61
+ - _includes/iframe.liquid
62
+ - _includes/image.liquid
63
+ - _includes/link.liquid
64
+ - _includes/nova/aside/feeds.liquid
65
+ - _includes/nova/aside/last_comments.liquid
66
+ - _includes/nova/aside/navy.liquid
67
+ - _includes/nova/comments/form.liquid
68
+ - _includes/nova/comments/item.liquid
69
+ - _includes/nova/comments/section.liquid
70
+ - _includes/nova/footer.liquid
71
+ - _includes/nova/stream/comment_count.liquid
72
+ - _includes/nova/stream/subcategories.liquid
73
+ - _includes/nova/stream/timeline.liquid
74
+ - _includes/nova/utils/announcement.liquid
75
+ - _includes/nova/utils/breadcrumbs.liquid
76
+ - _includes/nova/utils/categories.liquid
77
+ - _includes/nova/utils/categories_pane.html
78
+ - _includes/nova/utils/chain.liquid
79
+ - _includes/nova/utils/feed_link.liquid
80
+ - _includes/nova/utils/recommendations.liquid
81
+ - _includes/nova/utils/share_buttons.liquid
82
+ - _includes/nova/utils/tags.liquid
83
+ - _includes/yandex/metrica.html
84
+ - _includes/yoomoney/form.html
85
+ - _layouts/nova/calendar.html
86
+ - _layouts/nova/default.html
87
+ - _layouts/nova/page.html
88
+ - _layouts/nova/post.html
89
+ - _layouts/nova/stream.html
90
+ - _layouts/nova/tags.html
91
+ - _layouts/nova/verse.html
92
+ - _sass/fonts/awesome.scss
93
+ - _sass/fonts/pt-from-google.scss
94
+ - _sass/highlight/autumn.scss
95
+ - _sass/nova.scss
96
+ - _sass/nova/backlinks.scss
97
+ - _sass/nova/base.scss
98
+ - _sass/nova/content/code.scss
99
+ - _sass/nova/content/comments.scss
100
+ - _sass/nova/content/content.scss
101
+ - _sass/nova/content/footnotes.scss
102
+ - _sass/nova/content/images.scss
103
+ - _sass/nova/content/meta.scss
104
+ - _sass/nova/content/randoms.scss
105
+ - _sass/nova/content/share.scss
106
+ - _sass/nova/content/tables.scss
107
+ - _sass/nova/content/verse.scss
108
+ - _sass/nova/dyn/topper.scss
109
+ - _sass/nova/dyn/watermark.scss
110
+ - _sass/nova/icons.scss
111
+ - _sass/nova/layout.scss
112
+ - _sass/nova/pages/calendar.scss
113
+ - _sass/nova/pages/stream.scss
114
+ - _sass/nova/pages/tags.scss
115
+ - _sass/nova/preset.scss
116
+ - _sass/nova/utils.scss
117
+ - assets/fa/webfonts/fa-brands-400.eot
118
+ - assets/fa/webfonts/fa-brands-400.svg
119
+ - assets/fa/webfonts/fa-brands-400.ttf
120
+ - assets/fa/webfonts/fa-brands-400.woff
121
+ - assets/fa/webfonts/fa-brands-400.woff2
122
+ - assets/fa/webfonts/fa-regular-400.eot
123
+ - assets/fa/webfonts/fa-regular-400.svg
124
+ - assets/fa/webfonts/fa-regular-400.ttf
125
+ - assets/fa/webfonts/fa-regular-400.woff
126
+ - assets/fa/webfonts/fa-regular-400.woff2
127
+ - assets/fa/webfonts/fa-solid-900.eot
128
+ - assets/fa/webfonts/fa-solid-900.svg
129
+ - assets/fa/webfonts/fa-solid-900.ttf
130
+ - assets/fa/webfonts/fa-solid-900.woff
131
+ - assets/fa/webfonts/fa-solid-900.woff2
132
+ - assets/img/ico/analytics.svg
133
+ - assets/img/ico/camera.svg
134
+ - assets/img/ico/csharp.svg
135
+ - assets/img/ico/css3.svg
136
+ - assets/img/ico/darktable.png
137
+ - assets/img/ico/darktable.svg
138
+ - assets/img/ico/fontawesome.svg
139
+ - assets/img/ico/gbif.svg
140
+ - assets/img/ico/gce.png
141
+ - assets/img/ico/gentoo.svg
142
+ - assets/img/ico/giscus.svg
143
+ - assets/img/ico/git.svg
144
+ - assets/img/ico/github.svg
145
+ - assets/img/ico/gitlab.svg
146
+ - assets/img/ico/gmail.svg
147
+ - assets/img/ico/google-fonts.svg
148
+ - assets/img/ico/gpsbabel.png
149
+ - assets/img/ico/gpxlab.png
150
+ - assets/img/ico/heroku.svg
151
+ - assets/img/ico/html5.svg
152
+ - assets/img/ico/hugin-ru.svg
153
+ - assets/img/ico/hugin.svg
154
+ - assets/img/ico/imagemagick.png
155
+ - assets/img/ico/imagemagick.svg
156
+ - assets/img/ico/inaturalist.svg
157
+ - assets/img/ico/instagram.svg
158
+ - assets/img/ico/javascript.svg
159
+ - assets/img/ico/jekyll.svg
160
+ - assets/img/ico/kde-neon.svg
161
+ - assets/img/ico/kde.svg
162
+ - assets/img/ico/kdeconnect.svg
163
+ - assets/img/ico/linux-mint.svg
164
+ - assets/img/ico/liquid.png
165
+ - assets/img/ico/locus-map.png
166
+ - assets/img/ico/luminance-hdr.png
167
+ - assets/img/ico/luminance-hdr.svg
168
+ - assets/img/ico/metrika.svg
169
+ - assets/img/ico/paratype.png
170
+ - assets/img/ico/phil-harvey.svg
171
+ - assets/img/ico/ruby.svg
172
+ - assets/img/ico/rust.png
173
+ - assets/img/ico/staticman.svg
174
+ - assets/img/ico/webmaster.svg
175
+ - assets/img/ico/wikipedia.svg
176
+ - assets/img/ico/yoomoney.png
177
+ - assets/js/comments.js
178
+ - assets/js/topper.js
179
+ - assets/styles.scss
180
+ homepage: https://shikhalev.org/
181
+ licenses:
182
+ - MIT
183
+ metadata:
184
+ homepage_uri: https://shikhalev.org/
185
+ source_code_uri: https://github.com/shikhalev/jekyll-theme
186
+ post_install_message:
187
+ rdoc_options: []
188
+ require_paths:
189
+ - lib
190
+ required_ruby_version: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ required_rubygems_version: !ruby/object:Gem::Requirement
196
+ requirements:
197
+ - - ">="
198
+ - !ruby/object:Gem::Version
199
+ version: '0'
200
+ requirements: []
201
+ rubygems_version: 3.4.3
202
+ signing_key:
203
+ specification_version: 4
204
+ summary: Jekyll theme for shikhalev.org
205
+ test_files: []