mumuki-styles 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +117 -0
  3. data/Rakefile +2 -0
  4. data/app/assets/fonts/FontAwesome.otf +0 -0
  5. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  6. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  7. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  8. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  9. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  10. data/app/assets/fonts/dev-awesome/svg/colored/bash.svg +58 -0
  11. data/app/assets/fonts/dev-awesome/svg/colored/c.svg +82 -0
  12. data/app/assets/fonts/dev-awesome/svg/colored/code.svg +57 -0
  13. data/app/assets/fonts/dev-awesome/svg/colored/cpp.svg +67 -0
  14. data/app/assets/fonts/dev-awesome/svg/colored/css.svg +112 -0
  15. data/app/assets/fonts/dev-awesome/svg/colored/elixir.svg +86 -0
  16. data/app/assets/fonts/dev-awesome/svg/colored/gobstones.svg +3287 -0
  17. data/app/assets/fonts/dev-awesome/svg/colored/haskell.svg +76 -0
  18. data/app/assets/fonts/dev-awesome/svg/colored/html.svg +112 -0
  19. data/app/assets/fonts/dev-awesome/svg/colored/java.svg +85 -0
  20. data/app/assets/fonts/dev-awesome/svg/colored/javascript.svg +65 -0
  21. data/app/assets/fonts/dev-awesome/svg/colored/mongodb.svg +255 -0
  22. data/app/assets/fonts/dev-awesome/svg/colored/mumuki-circle.svg +132 -0
  23. data/app/assets/fonts/dev-awesome/svg/colored/mumuki.svg +78 -0
  24. data/app/assets/fonts/dev-awesome/svg/colored/prolog.svg +296 -0
  25. data/app/assets/fonts/dev-awesome/svg/colored/python.svg +61 -0
  26. data/app/assets/fonts/dev-awesome/svg/colored/qsim.svg +110 -0
  27. data/app/assets/fonts/dev-awesome/svg/colored/ruby.svg +105 -0
  28. data/app/assets/fonts/dev-awesome/svg/colored/sql.svg +124 -0
  29. data/app/assets/fonts/dev-awesome/svg/colored/text.svg +57 -0
  30. data/app/assets/fonts/dev-awesome/svg/colored/wollok.svg +83 -0
  31. data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
  32. data/app/assets/fonts/dev-awesome.eot +0 -0
  33. data/app/assets/fonts/dev-awesome.svg +139 -0
  34. data/app/assets/fonts/dev-awesome.ttf +0 -0
  35. data/app/assets/fonts/dev-awesome.woff +0 -0
  36. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  37. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  38. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  39. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  40. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  41. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  42. data/app/assets/javascripts/mumuki-styles.js +12767 -0
  43. data/app/assets/stylesheets/_broken.scss +8 -0
  44. data/app/assets/stylesheets/_browser.scss +45 -0
  45. data/app/assets/stylesheets/_colors.scss +54 -0
  46. data/app/assets/stylesheets/_fonts.scss +9 -0
  47. data/app/assets/stylesheets/_footer.scss +18 -0
  48. data/app/assets/stylesheets/_hovers.scss +15 -0
  49. data/app/assets/stylesheets/_mixines.scss +6 -0
  50. data/app/assets/stylesheets/_modules.scss +8 -0
  51. data/app/assets/stylesheets/_mu-file-browser.scss +97 -0
  52. data/app/assets/stylesheets/_navbar.scss +99 -0
  53. data/app/assets/stylesheets/_styles.scss +14 -0
  54. data/app/assets/stylesheets/_vendor.scss +7 -0
  55. data/app/assets/stylesheets/bootswatch/_bootswatch.scss +330 -0
  56. data/app/assets/stylesheets/bootswatch/_variables.scss +870 -0
  57. data/app/assets/stylesheets/modules/_breadcrumb.scss +16 -0
  58. data/app/assets/stylesheets/modules/_callout.scss +40 -0
  59. data/app/assets/stylesheets/modules/_checkbox.scss +65 -0
  60. data/app/assets/stylesheets/modules/_conversation.scss +213 -0
  61. data/app/assets/stylesheets/modules/_follow_us.scss +16 -0
  62. data/app/assets/stylesheets/modules/_highlight.scss +99 -0
  63. data/app/assets/stylesheets/modules/_new_message.scss +42 -0
  64. data/app/assets/stylesheets/modules/_notification.scss +15 -0
  65. data/app/assets/stylesheets/mumuki-styles.css +9526 -0
  66. data/app/assets/stylesheets/mumuki-styles.scss +11 -0
  67. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss +245 -0
  68. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/bootstrap.scss +3 -0
  69. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/build.scss +6 -0
  70. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-compass.scss +9 -0
  71. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  72. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  73. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap.scss +56 -0
  74. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  75. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss +68 -0
  76. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss +28 -0
  77. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss +244 -0
  78. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss +168 -0
  79. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss +270 -0
  80. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss +36 -0
  81. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss +69 -0
  82. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss +37 -0
  83. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss +216 -0
  84. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss +617 -0
  85. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
  86. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss +84 -0
  87. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss +171 -0
  88. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss +54 -0
  89. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss +66 -0
  90. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss +130 -0
  91. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss +66 -0
  92. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss +40 -0
  93. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss +150 -0
  94. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss +662 -0
  95. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss +242 -0
  96. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss +424 -0
  97. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss +54 -0
  98. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss +89 -0
  99. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss +271 -0
  100. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss +131 -0
  101. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss +101 -0
  102. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  103. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  104. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss +179 -0
  105. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss +161 -0
  106. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss +234 -0
  107. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_theme.scss +291 -0
  108. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  109. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss +101 -0
  110. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss +298 -0
  111. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss +55 -0
  112. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss +874 -0
  113. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss +29 -0
  114. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  115. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
  116. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  117. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss +65 -0
  118. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  119. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  120. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  121. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  122. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  123. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  124. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  125. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  126. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  127. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss +32 -0
  128. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  129. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  130. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  131. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
  132. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  133. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  134. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  135. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-text.scss +18 -0
  136. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  137. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  138. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  139. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  140. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  141. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
  142. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  143. data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  144. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +240 -0
  145. data/app/assets/stylesheets/vendor/font-awesome/scss/_animated.scss +34 -0
  146. data/app/assets/stylesheets/vendor/font-awesome/scss/_bordered-pulled.scss +25 -0
  147. data/app/assets/stylesheets/vendor/font-awesome/scss/_core.scss +12 -0
  148. data/app/assets/stylesheets/vendor/font-awesome/scss/_fixed-width.scss +6 -0
  149. data/app/assets/stylesheets/vendor/font-awesome/scss/_icons.scss +789 -0
  150. data/app/assets/stylesheets/vendor/font-awesome/scss/_larger.scss +13 -0
  151. data/app/assets/stylesheets/vendor/font-awesome/scss/_list.scss +19 -0
  152. data/app/assets/stylesheets/vendor/font-awesome/scss/_mixins.scss +60 -0
  153. data/app/assets/stylesheets/vendor/font-awesome/scss/_path.scss +15 -0
  154. data/app/assets/stylesheets/vendor/font-awesome/scss/_rotated-flipped.scss +20 -0
  155. data/app/assets/stylesheets/vendor/font-awesome/scss/_screen-reader.scss +5 -0
  156. data/app/assets/stylesheets/vendor/font-awesome/scss/_stacked.scss +20 -0
  157. data/app/assets/stylesheets/vendor/font-awesome/scss/_variables.scss +800 -0
  158. data/app/assets/stylesheets/vendor/font-awesome/scss/font-awesome.scss +18 -0
  159. data/lib/mumuki/styles/version.rb +5 -0
  160. data/lib/mumuki/styles.rb +8 -0
  161. metadata +231 -0
@@ -0,0 +1,139 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
4
+ <metadata>
5
+ Created by FontForge 20170731 at Tue Oct 17 14:49:57 2017
6
+ By Federico Scarpa,,,
7
+ </metadata>
8
+ <defs>
9
+ <font id="dev-awesome" horiz-adv-x="512" >
10
+ <font-face
11
+ font-family="dev-awesome"
12
+ font-weight="400"
13
+ font-stretch="normal"
14
+ units-per-em="512"
15
+ panose-1="2 0 5 9 0 0 0 0 0 0"
16
+ ascent="448"
17
+ descent="-64"
18
+ bbox="4 -63 508 443.889"
19
+ underline-thickness="25"
20
+ underline-position="-76"
21
+ unicode-range="U+F101-F115"
22
+ />
23
+ <missing-glyph
24
+ d="M17 0v341h136v-341h-136zM34 17h102v307h-102v-307z" />
25
+ <glyph glyph-name=".notdef"
26
+ d="M17 0v341h136v-341h-136zM34 17h102v307h-102v-307z" />
27
+ <glyph glyph-name=".null" horiz-adv-x="0"
28
+ />
29
+ <glyph glyph-name="nonmarkingreturn"
30
+ />
31
+ <glyph glyph-name="c" unicode="&#xf101;"
32
+ d="M245 443q16 4 40 -10q16 -9 31 -17q45 -27 129 -75q27 -15 32 -29q2 -7 2 -122v-116l-4 -7q-4 -7 -8 -11q-3 -3 -51 -31q-143 -82 -147 -83.5t-13 -1.5t-13 1.5t-52.5 29t-96.5 56t-50 30.5q-5 5 -8 12l-3 7v115v116l3 7q4 9 12 15t34 21q76 44 115 67q42 24 48 26z
33
+ M281 340q-26 4 -51 0q-34 -6 -62.5 -26.5t-44.5 -51.5q-9 -18 -13 -38q-6 -25 -4 -47q5 -37 24 -66q45 -69 126 -69q62 0 106 45q6 6 11.5 13t9 12t2.5 6q-2 1 -26 15q-6 3 -13.5 7.5t-12 7t-5.5 3.5q-6 3 -7 3t-4 -4q-2 -4 -11 -12q-21 -20 -50 -20q-17 0 -33 7
34
+ q-31 15 -39 50q-9 39 19 68q13 13 31 19q30 10 59 -6q14 -8 22 -20q6 -8 8 -6q1 1 48 27q13 8 14 9q3 5 -21 30q-35 36 -83 44zM389 209v9h-8h-9v-9v-8h-9l-8 -1v-8v-8l8 -1h9v-8v-9h9h8v9v9h9h8v8v8h-9l-8 1v8zM451 209v9h-8h-9v-9v-8h-8l-9 -1v-8v-8l9 -1h8v-8v-9h9h8l1 9
35
+ v8h8l8 1v8v9h-8h-9v8zM335 159v74h139v-74h-139z" />
36
+ <glyph glyph-name="cpp" unicode="&#xf102;"
37
+ d="M245 443q16 4 40 -10q16 -9 31 -17q45 -27 129 -75q27 -15 32 -29q2 -7 2 -122v-116l-4 -7q-4 -7 -8 -11q-3 -3 -51 -31q-143 -82 -147 -83.5t-13 -1.5t-13 1.5t-52.5 29t-96.5 56t-50 30.5q-5 5 -8 12l-3 7v115v116l3 7q4 9 12 15t34 21q76 44 115 67q42 24 48 26z
38
+ M281 340q-26 4 -51 0q-34 -6 -62.5 -26.5t-44.5 -51.5q-9 -18 -13 -38q-6 -25 -4 -47q5 -37 24 -66q45 -69 126 -69q62 0 106 45q6 6 11.5 13t9 12t2.5 6q-2 1 -26 15q-6 3 -13.5 7.5t-12 7t-5.5 3.5q-6 3 -7 3t-4 -4q-2 -4 -11 -12q-21 -20 -50 -20q-17 0 -33 7
39
+ q-31 15 -39 50q-9 39 19 68q13 13 31 19q30 10 59 -6q14 -8 22 -20q6 -8 8 -6q1 1 48 27q13 8 14 9q3 5 -21 30q-35 36 -83 44zM389 209v9h-8h-9v-9v-8h-9l-8 -1v-8v-8l8 -1h9v-8v-9h9h8v9v9h9h8v8v8h-9l-8 1v8zM451 209v9h-8h-9v-9v-8h-8l-9 -1v-8v-8l9 -1h8v-8v-9h9h8l1 9
40
+ v8h8l8 1v8v9h-8h-9v8z" />
41
+ <glyph glyph-name="css" unicode="&#xf103;"
42
+ d="M75 -8l-40 450h442l-40 -450l-181 -50zM256 242v-55h124l13 152l2 15h-139v-55h78l-5 -57h-73zM324 189l-6 -74l-62 -16v-58l113 31l1 10l10 107h-56zM256 99l-61 16l-4 44h-56l8 -87l113 -31v58zM256 354h-138l1 -15l3 -28l1 -12h133v55zM256 242h-66l2 -15l2 -28l1 -12
43
+ h61v55z" />
44
+ <glyph glyph-name="elixir" unicode="&#xf104;"
45
+ d="M268 440q3 -49 8 -73q6 -26 13 -43q5 -11 22 -34q4 -7 9.5 -14t12 -14.5t10.5 -13.5q38 -49 45 -61q1 -1 5 -7t4.5 -7.5t3.5 -7t4 -7.5l3.5 -7t3 -7t2 -7t2 -8t1.5 -7.5t1 -9.5q-2 -41 -10 -64q-7 -19 -16.5 -35t-22.5 -28q-22 -21 -61.5 -32.5t-74.5 -7.5q-34 5 -64 25
46
+ q-35 23 -53 55q-18 33 -21 83q-3 41 11 92q12 41 53 118q16 29 33 52.5t30 36t24 20.5t17 11zM198 -30l9 -9q6 -5 12 -7q7 -3 13 -2q6 0 11 2l1 1q3 1 3 3q0 4 -11 6z" />
47
+ <glyph glyph-name="gobstones" unicode="&#xf105;"
48
+ d="M254 440q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-8 0 -14.5 3.5t-10.5 10.5t-4 15q0 12 8.5 20.5t20.5 8.5zM243.5 431q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM300 397q8 0 14.5 -4t10.5 -10.5t4 -14.5q0 -12 -8.5 -20.5t-20.5 -8.5v0
49
+ q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM211 396q12 0 20.5 -8.5t8.5 -21t-8.5 -21t-20.5 -8.5v0q-8 0 -14.5 4t-10.5 11t-4 15q0 12 8.5 20.5t20.5 8.5zM288.5 389q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM199.5 387q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5
50
+ t-3.5 3.5zM256.5 353q12.5 0 21 -8.5t8.5 -20.5t-8.5 -20.5t-21.5 -8.5v0q-7 0 -14 3.5t-11 10.5t-4 15q0 12 8.5 20.5t21 8.5zM167 352q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-8 0 -15 4t-10.5 10.5t-3.5 14.5t3.5 14.5t10.5 10.5t15 4zM245.5 344
51
+ q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM155.5 343q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM387 309q8 0 14.5 -4t10.5 -10.5t4 -14.5q0 -12 -8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM123.5 308q12.5 0 21 -8.5t8.5 -20.5
52
+ t-8.5 -21t-21.5 -9v0q-12 0 -20.5 9t-8.5 21t8.5 20.5t21 8.5zM375.5 300q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM112.5 299q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM81 266q12 0 20.5 -9t8.5 -21t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5
53
+ q0 8 3.5 15t10.5 11t15 4zM431 265q12 0 20.5 -8.5t8.5 -21t-8.5 -21t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 21t8.5 21t20.5 8.5zM343 265q12 0 21 -9t9 -21t-9 -20.5t-21 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 21t20.5 9zM69.5 257q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5
54
+ t-3.5 3.5zM420.5 256q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM332.5 256q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM125 221q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM388 220q12 0 20.5 -8.5t8.5 -20.5
55
+ t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM300 219q12 0 20.5 -9t8.5 -21t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 21t20.5 9zM113.5 213q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM377 212q-4 0 -4 -3.5t4 -3.5t4 3.5
56
+ t-4 3.5zM289.5 210q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM168 177q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM82 177v0q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5
57
+ t8.5 20.5t20.5 8.5zM431 176v0q12 0 20.5 -8.5t8.5 -20.5q0 -6 -2.5 -11.5t-6 -9t-9 -6t-11.5 -2.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM157.5 169q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM70.5 169q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5z
58
+ M419.5 168q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM211 134q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM125 133q12 0 20.5 -8.5t8.5 -20.5q0 -8 -4 -15t-10.5 -10.5t-14.5 -3.5v0q-12 0 -20.5 8.5t-8.5 20.5
59
+ t8.5 20.5t20.5 8.5zM388 132q7 0 14 -4t11 -10.5t4 -14.5q0 -12 -8.5 -20.5t-20.5 -8.5v0q-8 0 -15 4t-11 10.5t-4 14.5q0 12 9 20.5t21 8.5zM200.5 125q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM113.5 124q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM376.5 123
60
+ q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM168 90q12 0 20.5 -8.5t8.5 -20.5t-8.5 -21t-20.5 -9v0q-12 0 -20.5 9t-8.5 21t8.5 20.5t20.5 8.5zM255 89q12 0 20.5 -8.5t8.5 -20.5q0 -8 -4 -14.5t-10.5 -10.5t-14.5 -4v0q-12 0 -21 8.5t-9 20.5t9 20.5t21 8.5zM342 89
61
+ q8 0 15 -3.5t11 -10.5t4 -15q0 -12 -8.5 -20.5t-21.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM157.5 81q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM243.5 81q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5zM331.5 81q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5
62
+ t-3.5 3.5zM211 45q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM299 45q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5q0 8 4 14.5t10.5 10.5t14.5 4zM200.5 37q-3.5 0 -3.5 -4t3.5 -4
63
+ t3.5 4t-3.5 4zM288.5 37q-3.5 0 -3.5 -4t3.5 -4t3.5 4t-3.5 4zM256 2q12 0 20.5 -8.5t8.5 -20.5t-8.5 -20.5t-20.5 -8.5v0q-12 0 -20.5 8.5t-8.5 20.5t8.5 20.5t20.5 8.5zM244.5 -6q-3.5 0 -3.5 -3.5t3.5 -3.5t3.5 3.5t-3.5 3.5z" />
64
+ <glyph glyph-name="haskell" unicode="&#xf106;"
65
+ d="M5 15l118 177l-118 177h88l119 -177l-119 -177h-88zM123 15l118 177l-118 177h89l236 -354h-88l-74 110l-74 -110h-89zM507 118h-98l-40 59h138v-59zM507 207h-157l-40 59h197v-59z" />
66
+ <glyph glyph-name="html" unicode="&#xf107;"
67
+ d="M37 440h438l-40 -447l-179 -49l-179 49zM119 349l1 -15l13 -151h123v55h-73l-5 56h78v21v34h-137zM256 349v-55h132l1 12l3 28l1 15h-137zM256 238v-55h67l-6 -71l-61 -16v-57v57l-61 16l-4 44h-30h-25l7 -86l113 -31v0l112 31l1 9l13 144l1 15h-15h-112z" />
68
+ <glyph glyph-name="java" unicode="&#xf108;"
69
+ d="M191 56l-6 -5q-2 -6 10 -8q4 -1 9 -2q50 -6 103 4q12 -7 28 -13q-67 -28 -135 -12q-34 8 -33 20q0 9 24 16zM179 110q-1 0 -2.5 -1t-3 -4t-1.5 -5.5t4.5 -5t13.5 -3.5q65 -7 133 7q8 -9 21 -13q-86 -25 -159 -11q-35 7 -33 19q2 9 27 17zM279 203q-16 19 -20.5 37t2.5 31
70
+ t19 24.5t27.5 19.5t29 13.5t22.5 8.5l9 2q-30 -17 -48.5 -31.5t-26.5 -24t-7.5 -20.5t4 -17.5t13.5 -19.5q2 -3 3 -5q11 -20 3.5 -35.5t-21.5 -25.5l-15 -10q0 1 1.5 2t4 4t4.5 6.5t3.5 8.5t2 9.5t-2 10.5t-7.5 12zM408 15v1q26 -12 -12 -27q-70 -28 -203 -21q-48 2 -96 10
71
+ q-41 6 -16 24q25 17 58 18q9 0 13 -3q-6 0 -17 -2q-32 -7 -31 -16q0 -3 5 -5q39 -15 139 -14t145 15q13 4 17 9t1 8zM200 167l-41 -13q-26 -12 9 -16q40 -6 119 1l76 10q-14 -6 -23 -12q-77 -21 -176 -12q-56 5 -51 17q3 3 8 6q20 10 39.5 14.5t29.5 4.5h10zM362 76
72
+ q67 35 56 69q-7 19 -28 21q-4 0 -8 -1l-10 -3q2 4 8 6q33 12 52 -11q20 -24 -6 -51q-21 -21 -66 -32q2 1 2 2zM306 441q2 -2 5 -6t6.5 -17t0.5 -27.5t-18 -36.5t-43 -44q-23 -19 -33 -35.5t-7.5 -31t8.5 -25.5t17 -26t15 -24q-42 38 -58.5 64.5t-0.5 50.5q9 13 26.5 28
73
+ t32.5 26t30 27.5t19 33.5t0 43zM209 -56q-17 2 -30 3.5t-20.5 3.5t-12 3.5t-6.5 2.5l-1 1q39 -8 105.5 -7.5t121.5 10.5q13 3 25 6t19 5.5t13 5.5t9 5t5 3.5t2 2.5l1 1q-2 -20 -41.5 -32t-90.5 -13.5t-99 -0.5z" />
74
+ <glyph glyph-name="javascript" unicode="&#xf109;"
75
+ d="M6 437h501v-500h-501v500zM267 9q3 5 5 10.5t2.5 10t1 12t0.5 11.5v13v13v129h-47v-61v-60q0 -52 -3 -57q-9 -18 -33 -10q-9 5 -17 18q-2 4 -3 4q-6 -3 -18.5 -11t-19.5 -12q10 -21 28 -31q28 -18 67 -9q27 8 37 30zM462 22q5 15 1 34q-6 37 -62 60q-3 2 -9.5 4.5t-9.5 4
76
+ t-7.5 4t-7 5.5t-4.5 6q-2 9 -1 15q3 9 12.5 12.5t19.5 0.5q14 -4 20 -19q16 10 37 24q-7 11 -12 16q-20 22 -59 22q-3 -1 -7.5 -1.5t-7.5 -0.5q-24 -6 -35 -21q-18 -21 -14 -50t25 -44q12 -8 30.5 -16t31 -14.5t14.5 -15.5q4 -17 -9 -24.5t-32 -4.5q-21 4 -37 28
77
+ q-18 -11 -38 -22q4 -9 17 -24q18 -18 49 -23.5t59 6.5t36 38z" />
78
+ <glyph glyph-name="mongodb" unicode="&#xf10a;"
79
+ d="M202 442q10 1 67 1q51 -1 72.5 -3.5t59.5 -12.5q25 -7 34 -11.5t19 -14.5q17 -16 23 -42q26 -113 -16 -218q-48 -118 -182 -189l-22 -11l-12 6q-42 18 -85 52q-76 60 -109.5 143t-21.5 182q4 39 13 55q3 7 13 17t18 15q16 9 54 18.5t75 12.5zM309 406q-20 2 -62 1.5
80
+ t-59 -2.5q-55 -8 -95 -28q-14 -7 -16 -12q-2 -7 -6 -28q-5 -25 -5 -67.5t4 -61.5q17 -81 77 -145q43 -46 98 -75l11 -6l13 6q12 6 31 18q114 75 143 212q5 25 5 60q0 36 -5 59q-5 24 -8 28.5t-16 11.5q-42 22 -110 29zM241 364q11 12 13 12t23.5 -29.5t30.5 -43.5
81
+ q30 -46 30 -93q0 -48 -19 -85q-10 -20 -35 -45q-14 -15 -17 -22.5t-3 -26.5q0 -16 -3 -16q-7 0 -7 18q0 16 -24 46q-32 39 -43.5 64.5t-11.5 59.5q0 26 8 56t23.5 57.5t34.5 47.5z" />
82
+ <glyph glyph-name="mumuki-circle" unicode="&#xf10b;"
83
+ d="M238 433q-41 -34 -80 -113q-41 -86 -64 -173q-16 -63 -21 -112q-59 68 -59 157q0 96 65 165t159 76zM287 432q89 -11 150 -79.5t61 -160.5q0 -48 -19 -92q2 30 -2.5 55.5t-11.5 47.5q-14 45 -34 63q-13 11 -29 9q-16 -3 -23 -19q-1 -4 -2 -10v-10q0 -1 0.5 -2.5t1 -4
84
+ t0.5 -4.5q1 -6 1 -9q3 -13 9 -37q7 -24 10 -34q1 -6 -3 -6l-29 -3q-101 -6 -206 -30q-3 0 -2 4q52 133 99 218q28 51 35 75q5 17 -6 29zM409 95q3 0 4 -4q4 -11 6 -16q4 -9 11 -16q7 -8 16 -12h3q-34 -45 -84.5 -70.5t-108.5 -25.5q-80 0 -144 47q11 22 22 52q3 8 7 9
85
+ q128 23 230 32l35 3q2 1 3 1z" />
86
+ <glyph glyph-name="mumuki" unicode="&#xf10c;"
87
+ d="M242.5 442.5q9.5 -0.5 19.5 -7.5q19 -15 13 -37q-7 -24 -38 -79q-48 -88 -104 -231q-1 -4 2 -4q110 25 218 32l30 2q5 0 3 8q-2 11 -9 36t-10 38q0 2 -2 10q-1 7 -1 12v10q0 6 2 11q7 17 24 19q17 3 31 -9q21 -19 36 -66q8 -25 12.5 -51.5t2.5 -58.5q-3 -32 -18 -49
88
+ q-8 -10 -18 -6q-9 4 -16.5 12t-11.5 17q-2 5 -6 17q-2 5 -7 4l-37 -4q-109 -10 -244 -34q-5 -1 -8 -9q-21 -56 -34 -75q-5 -7 -12 -8q-7 -2 -15 3q-6 6 -6 29q1 61 25 153q24 93 68 183q44 91 91 126q10 7 19.5 6.5z" />
89
+ <glyph glyph-name="prolog" unicode="&#xf10d;"
90
+ d="M171 269.5q0 -7.5 -7.5 -7.5t-7.5 7.5t7.5 7.5t7.5 -7.5zM175 305q18 0 31 -13t13 -31.5t-13 -31.5t-31 -13t-31 13t-13 31.5t13 31.5t31 13zM176 233q11 0 19 8t8 19t-8 19t-19 8t-19 -8t-8 -19q0 -8 3.5 -14t10 -9.5t13.5 -3.5zM367 262q-8 0 -8 7.5t8 7.5t8 -7.5
91
+ t-8 -7.5zM381 215q-19 0 -32 13t-13 31t13 31t31.5 13t31.5 -13t13 -31q0 -12 -6 -22t-16 -16t-22 -6zM379 286q-11 0 -19 -8t-8 -19t8 -19t19 -8t19 8t8 19t-8 19t-19 8zM482 201q0 -41 -14 -78q-2 -5 -8 -22q-3 -11 -6 -19q-8 -29 -9 -57v-16v-5l-39 36q-13 -11 -34 -19
92
+ q18 -16 18 -40.5t-19 -39.5q3 6 3 12q0 15 -11 25.5t-26 10.5t-26 -10.5t-11 -25.5q0 -6 2 -11q-17 16 -17 39q0 12 6 23q-13 -1 -26 -1q-19 0 -38 2q6 -11 6 -24q0 -25 -19 -40q3 6 3 12q0 15 -11 25.5t-26 10.5t-26 -10.5t-11 -25.5q0 -6 2 -11q-17 16 -17 39q0 27 23 43
93
+ q-21 9 -33 20l-45 -41v2.5v2.5v16q-1 28 -9 57q-2 8 -6 19q-5 15 -7 20q-15 39 -15 81q0 90 63 155q6 17 5 37.5t-8 30.5q0 1 -10 15q51 9 80 -27q3 -4 7 -6q41 18 86 18t86 -18q3 2 6 6q29 36 80 27q-10 -14 -10 -15q-7 -10 -8 -30t5 -37q64 -65 64 -156zM62 134l20 21
94
+ l-17 -6l-11 10zM66 116l9 -25l20 21l-18 -6zM94 154l6 -26l21 19l-17 -4zM85 48l20 21l-17 -6l-11 10zM113 83l20 21l-17 -6l-11 10zM132 146l6 -26l22 20l-18 -5zM260 109l17 33q11 21 18 35q10 17 11 24q4 -3 8 -5q22 -15 49 -15q24 0 44.5 11.5t32 32t11.5 44.5
95
+ q0 37 -25.5 62.5t-62.5 25.5q-27 0 -49.5 -15t-32.5 -40v-1l-2 -4q0 -2 -1 -5v-1q-3 -11 -3 -22q0 -7 1 -14q-8 3 -16 3t-15 -3q1 7 1 13q0 46 -38 72q-6 5 -14 8q-17 8 -36 8q-37 0 -63 -26t-26 -62.5t26 -62.5t63 -26q31 0 55 20q2 -7 5.5 -15t9.5 -17.5t8 -13.5
96
+ q6 -11 12 -23q8 -15 12 -21zM425 151l-10 -11l-17 4l21 -19zM359 137l22 -20l6 26l-10 -11zM406 80l8 25l-11 -10l-17 6zM434 45l8 25l-11 -10l-17 6zM444 88l9 25l-11 -10l-18 6zM457 131l8 25l-11 -10l-17 6zM259.5 249q17.5 0 29.5 -12.5t12 -29.5q0 -9 -10 -28
97
+ q-4 -8 -16 -30l-16 -29q-3 5 -10 18l-10 20q-2 4 -6.5 11.5t-7 12.5t-5 12t-2.5 13q0 17 12 29.5t29.5 12.5z" />
98
+ <glyph glyph-name="python" unicode="&#xf10e;"
99
+ d="M257 439q31 1 61 -4q25 -5 42.5 -22t17.5 -40v-113q0 -16 -8 -30t-21.5 -22t-30.5 -8h-118q-30 0 -52 -22t-22 -52v-54h-41q-48 0 -63 60q-8 36 -8 61t8 60q7 28 27.5 44t46.5 16h163v15h-118v45q0 28 11.5 41.5t47.5 20.5q26 4 57 4zM193 403q-6 0 -11.5 -3t-8.5 -8
100
+ t-3 -12q0 -9 6.5 -15.5t16 -6.5t16 6.5t6.5 15.5q0 4 -1 6.5t-2.5 5t-3.5 5t-4.5 3.5l-5 2t-5.5 1zM392 313h45q44 0 59 -60q17 -69 0 -121q-10 -30 -22.5 -45t-36.5 -15h-178v-15h119v-45q0 -24 -17 -38.5t-43 -21.5q-59 -18 -118 0q-59 17 -59 60v113q0 12 4.5 23t12.5 19
101
+ t19 13t23 5h118q30 0 52 22.5t22 52.5v53zM326 27q-9 0 -15.5 -6.5t-6.5 -16t6.5 -16t15.5 -6.5t15.5 6.5t6.5 16t-6.5 16t-15.5 6.5z" />
102
+ <glyph glyph-name="qsim" unicode="&#xf10f;"
103
+ d="M300 37q3 -5 9 -10q6 -6 11 -8q3 -2 9 -2q1 0 2 2q1 1 2 1l2 -1q-10 -6 -19 -12v1v1q5 3 11 11q3 5 5 8q1 4 1 14q0 11 -1 15q-2 4 -7 5h-16q-9 0 -19 3q-7 3 -12 14q-2 6 -3 16q-1 8 1 13q9 17 32 19q5 1 15 1q6 0 11 -2q6 -3 14 -11l7 -7q1 -1 2 -3l-22 -13l-2 2
104
+ q-4 5 -7 8q-8 7 -13 9q-4 2 -11 2q-10 0 -14 -1h-3q-1 -1 -2 -1q4 2 11.5 6.5t9.5 5.5l-2 -1q-1 -1 -2 -3q-3 -5 -2 -13q0 -9 3 -15q4 -9 10 -12q9 -3 18 -2q13 0 17 -1q6 -1 8 -6t2 -17q0 -10 -1 -14q0 -4 -5 -9q-1 -2 -4.5 -6t-5.5 -6q-15 -17 -32 -16q-6 1 -10 3
105
+ q-5 3 -11 8q-4 4 -9 10zM390 118v-9q0 -2 -1 -12v-21q1 -11 1 -12v-5t-1 -6v-13q0 -8 3 -13t12 -9q3 -1 8 -2l-21 -14q-5 1 -8 2q-10 5 -13 11q-4 6 -3 14q0 4 -1 13v5.5v4.5t1 13v20q-1 11 -1 12v10zM366 125q1 3 1 13q-1 6 -1 7l23 13l1 -1q0 -2 -1 -7q0 -10 1 -14z
106
+ M424 128q-1 -7 -1 -22v-5.5v-7v-6.5v-14v-7v-6.5v-6.5v-7q0 -1 0.5 -3.5t0.5 -3.5v-2l-24 -12v2v3.5v4.5q1 2 1 6v7v6.5v7.5v14v10v9q0 15 -1 21zM423 114q2 1 5.5 2.5t5.5 2.5l1 1q-3 -2 -13 -8l-9 -5l1 1q3 2 23 13l1 0.5l1 0.5q2 1 8 1q2 1 6 0h2.5h1.5h2.5h3t1.5 1
107
+ q3 -3 3 -10v-14q1 -5 1 -10v-8v-3v-3v-3.5v-3.5v-3v-3.5v-4v-3.5v-3v-1.5v-1v-5v-10v-10.5l-24 -11v7v10.5v5v2v1.5v1v3v3.5v4v4v3.5v2.5v3.5v3.5v3.5v7v10q1 9 0 14q0 4 -0.5 5.5l-0.5 1.5v-1h-2h-2.5h-2.5h-2.5h-1.5h-6q-5 -1 -7 -2q-1 0 -2 -1l22 12l-26 -14
108
+ q-1 -1 -5 -2.5t-5 -2.5zM469 117q1 0 3 1l4 2t3 1q10 -4 -8 -9q-14 -4 -15 -4h1q3 2 12 7.5t12 6.5l4 1h7h4h2.5h1.5t1 1q1 -1 2 0q1 -1 3 -7q1 -3 2 -9v-8v-7v-3v-3v-2.5v-2.5v-2v-1.5v-2v-1.5v-5v-3.5v-2.5v-3v-3v-5v-4v-1v-1v-2v-32l-23 -11v31v2v1.5v0.5v4v5v3v3v3.5
109
+ v2.5v5v2v1.5v2v1.5v2.5v2.5v3v3v8v8q-1 5 -2 7q0 1 -0.5 2l-0.5 1l-1 2l1 -1h-2h-1.5h-1.5h-6q-4 0 -6 -1q-1 0 -2.5 -0.5t-2.5 -0.5q-1 -1 -8 -5l29 17q-23 -13 -24 -14q-1 0 -4 -1t-5 -2zM139 382q55 0 94.5 -44.5t39.5 -108.5t-39.5 -109t-95 -45t-95 45t-39.5 109
110
+ q0 42 18 77t49 55.5t68 20.5zM139 378q-37 0 -63 -43.5t-26 -105.5v0q0 -62 26 -105.5t63 -43.5v0q36 0 62 43.5t26 105.5v0q0 30 -7 58t-19 48t-28.5 31.5t-33.5 11.5zM264 124l2 -30q0 -17 -4 -34q-6 -26 -12 -36q-3 -4 -5.5 -7t-5.5 -6.5t-6.5 -5.5t-7.5 -3
111
+ q-21 -4 -49 17q-8 7 -13 20q-4 11 -6 38q0 6 1 19.5t1 20.5q-2 24 -7 31q-5 8 -13 8q-16 1 -29 -14q-6 -7 -6 -21q0 -10 6 -19q5 -8 13 -15.5t11 -5.5l-4 -3q-15 8 -22 18q-8 12 -8 25q0 16 7 25q13 15 32 16q18 1 33 -14q7 -6 14 -28q2 -7 4 -30.5t10 -35.5t28 -11
112
+ q15 0 24 20.5t10 40.5z" />
113
+ <glyph glyph-name="ruby" unicode="&#xf110;"
114
+ d="M143 1q41 26 115 74t104 67q85 -142 111 -186q-322 44 -330 45zM505 349h1q-13 -260 -19 -389q-7 8 -17 25q-81 133 -97 160q-2 4 2 9q34 51 100 151q5 7 10 14.5t10.5 16t9.5 13.5zM63.5 183q-3.5 3 -20.5 21q33 50 38 57q6 8 13 15q21 20 56 52q31 29 36 31q11 7 81 47
115
+ q4 2 6 1q7 -2 36 -13q-26 -51 -31 -60q0 -1 -4 -5q-52 -48 -85 -78l-7.5 -7.5t-9.5 -9t-9 -6.5q-22 -12 -92 -46q-4 -2 -7.5 1zM177 208q36 -12 172 -55q-148 -96 -219 -141q36 152 47 196zM486 349q-21 -32 -62 -93t-61 -92q-15 36 -63 154q34 5 97 16t89 15zM179 222
116
+ q9 7 107 97q37 -92 62 -152q-75 24 -169 55zM66 145q38 -97 53 -138q-64 -2 -112 -3q7 16 27.5 65t31.5 76zM121 40q-43 110 -48 124q20 10 90 47q-8 -35 -23 -97.5t-18 -73.5h-1zM463 358v-1q-77 -12 -167 -26v3q1 2 12 23.5t16 32.5q2 4 7 2q1 0 78 -20q8 -2 17 -4.5
117
+ t20 -5.5t17 -4zM359 400v2q71 16 122 27q3 -9 11 -32.5t13 -36.5q-21 6 -70.5 19.5t-75.5 20.5zM133 -10q19 -2 150 -20q9 -1 53 -7t67 -9v-0.5v-1.5q-66 6 -191 18t-184 17q2 2 5 2q38 1 45 1q49 1 55 0zM9 47l-2 -4q0 1 -1 1q5 24 14.5 72.5t14.5 72.5l21 -21q4 -4 2 -9
118
+ q-6 -13 -12.5 -28.5t-12 -27.5t-12.5 -28.5t-12 -27.5zM327 410q-12 -3 -31 6q17 2 56.5 7.5t61.5 8.5v-2l-5 -1q-74 -17 -82 -19z" />
119
+ <glyph glyph-name="text" unicode="&#xf111;"
120
+ d="M346 398l91 -90v-332h-362v422h271zM407 7v271l-91 90h-211v-361h302zM196 258l14 -22l-39 -49l39 -48l-14 -23l-58 71zM222 118l40 139h26l-41 -139h-25zM316 258l58 -71l-58 -71l-14 23l39 48l-39 49z" />
121
+ <glyph glyph-name="wollok" unicode="&#xf112;"
122
+ d="M254 433q34 0 77 -14.5t70 -35.5l4 -3l6 -6t4 -5l4 -6l1 -5l-1 -8l-3 -7l-6 -5l-6 -4l-9 -4q-17 -6 -29 -23t-12 -35q0 -26 18 -44.5t44 -18.5q12 0 25.5 6.5t20.5 14.5l3 1l6 1h7l6 -2l5 -4l3 -4q1 -2 2 -5q2 -13 2 -25q0 -100 -71 -170.5t-171 -70.5q-82 0 -151.5 57
123
+ t-84.5 138q-1 3 -1 6q0 2 -1 5v5l1 4l1 6l1 3l3 4l2 2l4 3l3 3l4 1l3 1h3l4 1l3 -1h2l3 -1l3 -2l69 -122l4 -8v0q5 -8 14 -14t19 -9.5t19 -3.5q25 0 43.5 18t18.5 44q0 20 -12 36l-92 164q-3 7 -10 14t-15.5 12.5t-16.5 7.5l-2 1q-2 0 -5 1q-1 0 -3 1l-2 1l-3 2l-2 2l-2 2
124
+ l-1 2l-1 2v3v4v2v3l1 3l2 3q2 2 3 4h1q14 15 35 28t44 23t47.5 15.5t44.5 5.5zM254 327q-26 0 -44 -18t-18 -44q0 -17 9 -32l95 -168l4 -8v-1v1q8 -12 23 -20t29 -8q26 0 44 18.5t18 43.5q0 21 -12 37l-92 163q-7 15 -23.5 25.5t-32.5 10.5z" />
125
+ <glyph glyph-name="sql" unicode="&#xf113;"
126
+ d="M254 431q83 0 141.5 -13t58.5 -30v-376q0 -25 -58.5 -43t-141 -18t-141.5 18t-59 43v376q0 21 53.5 32t146.5 11zM63 386v-12q23 -16 76 -27t115.5 -11t115.5 11t76 27v12q-15 -11 -44 -19.5t-67.5 -13.5t-80.5 -5q-62 0 -115 10.5t-76 27.5zM142 239q-10 0 -18 -4
127
+ t-13.5 -10.5t-8.5 -14.5t-3 -17q0 -10 2.5 -17.5t6.5 -12.5t9.5 -8t11 -5t10.5 -4t9 -4.5t7 -6t3 -9.5q0 -10 -5.5 -15.5t-14.5 -5.5q-6 0 -11 2.5t-8 4.5t-6 5q-3 2 -5 2t-3.5 -1t-2.5 -3l-8 -15q4 -5 9 -8.5t10.5 -6.5t11.5 -4.5t12 -1.5q11 0 19.5 4t14.5 11t9 16.5
128
+ t3 19.5t-2.5 17t-7 11.5t-9.5 8t-10.5 5.5l-11 4t-9.5 4.5t-6.5 6t-2.5 8.5q0 8 4.5 13t13.5 5q6 0 9.5 -1.5t7 -3.5t5.5 -4t4 -2t3.5 1.5t2.5 3.5l7 15q-7 8 -17 12.5t-22 4.5zM261 239q-15 0 -27 -6t-21 -17t-13.5 -25.5t-4.5 -31.5t4.5 -31.5t13 -25.5t21 -17t27.5 -6
129
+ q9 0 18 3l17 -24q3 -4 7 -5.5t9 -1.5h22l-33 43q6 5 11 12t8 15.5t5 18t2 19.5q0 17 -5 31.5t-13.5 25.5t-20.5 17t-27 6zM346 237v-156h77v26h-50v130h-27zM261 212q9 0 16 -3.5t12 -10.5t8 -17t3 -22t-3 -22t-8 -16.5t-12 -10.5t-16 -4t-16.5 4t-12.5 10.5t-7.5 16.5
130
+ t-2.5 22t2.5 22t7.5 17t12.5 10.5t16.5 3.5z" />
131
+ <glyph glyph-name="code" unicode="&#xf114;"
132
+ d="M346 398l91 -90v-332h-362v422h271zM407 7v271l-91 90h-211v-361h302zM196 258l14 -22l-39 -49l39 -48l-14 -23l-58 71zM222 118l40 139h26l-41 -139h-25zM316 258l58 -71l-58 -71l-14 23l39 48l-39 49z" />
133
+ <glyph glyph-name="bash" unicode="&#xf115;"
134
+ d="M19 369v-354q0 -44 8 -52t52 -8h354q44 0 52 8t8 52v354q0 44 -8 52t-52 8h-354q-44 0 -52 -8t-8 -52zM23 369q0 43 6.5 49.5t49.5 6.5h354q43 0 49.5 -6.5t6.5 -49.5v-354q0 -43 -6.5 -49.5t-49.5 -6.5h-354q-43 0 -49.5 6.5t-6.5 49.5v354zM21 369q0 44 7 51t51 7h354
135
+ q44 0 51 -7t7 -51v-354q0 -44 -7 -51t-51 -7h-354q-44 0 -51 7t-7 51v354zM159 183q10 -2 15.5 -8t5.5 -15.5t-5.5 -16t-15.5 -7.5v47zM137 228q-10 3 -15 9t-5 15t5 14t15 6v-44zM159 53v48q28 1 45 17.5t17 41.5q0 27 -15.5 43.5t-46.5 20.5v48q14 -1 26 -4.5t22 -9.5v40
136
+ q-13 4 -25 6t-23 3v37h-22v-37q-29 -2 -45 -17.5t-16 -41.5q0 -25 15 -40t46 -21v-51q-13 0 -28 5t-32 15v-41q17 -7 31.5 -10.5t28.5 -3.5v-48h22zM436 55h-193v-30h193v30zM31 363q0 42 6.5 48t47.5 6h342q18 0 23.5 0.5t14.5 -2.5t10 -3.5t3.5 -10t2 -14.5t-0.5 -24v-341
137
+ q0 -19 0.5 -24t-2 -14t-3.5 -10t-10 -3.5t-14.5 -2.5h-23.5h-342q-41 0 -47.5 6t-6.5 48v341zM27 363v-341q0 -42 8 -50t50 -8h342q42 0 50 8t8 50v341q0 24 -1 33.5t-8 16.5t-16 7.5t-33 0.5h-342q-42 0 -50 -8t-8 -50z" />
138
+ </font>
139
+ </defs></svg>
Binary file
Binary file
Binary file