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,132 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ width="32"
14
+ height="32"
15
+ id="svg4166"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ viewBox="0 0 32 32"
19
+ sodipodi:docname="atheneum.svg">
20
+ <defs
21
+ id="defs4168">
22
+ <linearGradient
23
+ inkscape:collect="always"
24
+ xlink:href="#linearGradient6722-5-7-9-8-3-3-8-7"
25
+ id="linearGradient3804-9"
26
+ gradientUnits="userSpaceOnUse"
27
+ gradientTransform="matrix(0.37857902,0,0,0.67388055,-1053.8358,77.746079)"
28
+ x1="478.49277"
29
+ y1="242.22983"
30
+ x2="613.14832"
31
+ y2="242.22983" />
32
+ <linearGradient
33
+ id="linearGradient6722-5-7-9-8-3-3-8-7"
34
+ gradientTransform="matrix(110.25023,0,0,110.25023,94020.438,14788.778)">
35
+ <stop
36
+ offset="0"
37
+ style="stop-color:#04242f;stop-opacity:1;"
38
+ id="stop4007-9" />
39
+ <stop
40
+ offset="1"
41
+ style="stop-color:#09485f;stop-opacity:1;"
42
+ id="stop4005-5" />
43
+ </linearGradient>
44
+ <linearGradient
45
+ inkscape:collect="always"
46
+ xlink:href="#linearGradient6722-5-7-9-8-3-3-8-7"
47
+ id="linearGradient3807-5"
48
+ gradientUnits="userSpaceOnUse"
49
+ gradientTransform="matrix(0.51018072,0,0,0.50005227,-1053.8358,77.746079)"
50
+ x1="381.63165"
51
+ y1="526.47839"
52
+ x2="448.1593"
53
+ y2="469.91574" />
54
+ <linearGradient
55
+ y2="727.84039"
56
+ x2="362.62219"
57
+ y1="727.84039"
58
+ x1="263.24222"
59
+ gradientTransform="matrix(0.77255237,0,0,0.33022622,-1053.8358,77.746079)"
60
+ gradientUnits="userSpaceOnUse"
61
+ id="linearGradient7150"
62
+ xlink:href="#linearGradient6722-5-7-9-8-3-3-8-7"
63
+ inkscape:collect="always" />
64
+ </defs>
65
+ <sodipodi:namedview
66
+ id="base"
67
+ pagecolor="#ffffff"
68
+ bordercolor="#666666"
69
+ borderopacity="1.0"
70
+ inkscape:pageopacity="0.0"
71
+ inkscape:pageshadow="2"
72
+ inkscape:zoom="11.197802"
73
+ inkscape:cx="10.539094"
74
+ inkscape:cy="12.131736"
75
+ inkscape:current-layer="layer1"
76
+ showgrid="true"
77
+ inkscape:grid-bbox="true"
78
+ inkscape:document-units="px"
79
+ inkscape:window-width="1366"
80
+ inkscape:window-height="717"
81
+ inkscape:window-x="0"
82
+ inkscape:window-y="0"
83
+ inkscape:window-maximized="1" />
84
+ <metadata
85
+ id="metadata4171">
86
+ <rdf:RDF>
87
+ <cc:Work
88
+ rdf:about="">
89
+ <dc:format>image/svg+xml</dc:format>
90
+ <dc:type
91
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
92
+ <dc:title></dc:title>
93
+ </cc:Work>
94
+ </rdf:RDF>
95
+ </metadata>
96
+ <g
97
+ id="layer1"
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer">
100
+ <g
101
+ id="g3799"
102
+ transform="matrix(0.27437263,0,0,0.27437263,240.34127,-65.200022)"
103
+ inkscape:export-filename="/home/franco/Desktop/atheneum2.png"
104
+ inkscape:export-xdpi="300"
105
+ inkscape:export-ydpi="300">
106
+ <path
107
+ inkscape:export-ydpi="255"
108
+ inkscape:export-xdpi="255"
109
+ inkscape:export-filename="/home/franco/Desktop/atheneum.png"
110
+ d="m -821.71074,240.98005 c -28.48454,2.094 -50.97777,25.87989 -50.97777,54.89912 0,13.7019 5.06216,26.20964 13.34641,35.84264 0.71515,-7.2863 2.28082,-15.76395 4.81571,-25.52325 3.4428,-13.34095 8.37036,-26.50941 14.65353,-39.42002 5.83766,-12.07514 11.87865,-20.63298 18.16212,-25.79849 z"
111
+ id="path5588-1-6-7"
112
+ style="fill:url(#linearGradient3804-9);stroke:none"
113
+ inkscape:connector-curvature="0" />
114
+ <path
115
+ inkscape:export-ydpi="255"
116
+ inkscape:export-xdpi="255"
117
+ inkscape:export-filename="/home/franco/Desktop/atheneum.png"
118
+ d="m -810.63459,241.25524 c 1.74434,1.85242 2.21639,4.07749 1.4447,6.67321 -1.03286,3.52896 -3.72833,9.229 -8.11792,17.06139 -6.88568,12.65245 -14.40566,29.18586 -22.49625,49.67058 -0.0862,0.51648 0.11991,0.82558 0.55037,0.82555 15.83695,-3.61488 31.49481,-5.93282 46.9876,-6.87959 l 6.46682,-0.48153 c 0.68842,7e-5 0.87728,-0.5495 0.61915,-1.58234 -0.34439,-1.54925 -1.03113,-4.09013 -2.06388,-7.70515 -1.03293,-3.61486 -1.7197,-6.43065 -2.06388,-8.32424 -9e-5,-0.34425 -0.0855,-1.01371 -0.34397,-2.13272 -0.1719,-1.11879 -0.32685,-1.96017 -0.41277,-2.47665 -7e-5,-0.60238 -7e-5,-1.34072 0,-2.20147 0.0857,-0.86068 0.22342,-1.65039 0.48156,-2.33906 1.03279,-2.49595 2.74959,-3.92093 5.1597,-4.26534 2.49593,-0.34418 4.71073,0.34251 6.60441,2.06387 3.01236,2.66825 5.62206,7.44123 7.77393,14.24077 1.11883,3.52893 1.99436,7.15149 2.68305,10.93852 0.68494,3.76791 0.88757,7.96987 0.55037,12.58969 2.6946,-6.49298 4.19654,-13.58368 4.19654,-21.05156 0,-28.02269 -20.93148,-51.18273 -48.01953,-54.62393 z"
119
+ id="path5586-9-5-1"
120
+ style="fill:url(#linearGradient3807-5);fill-opacity:1;stroke:none"
121
+ inkscape:connector-curvature="0" />
122
+ <path
123
+ inkscape:export-ydpi="255"
124
+ inkscape:export-xdpi="255"
125
+ inkscape:export-filename="/home/franco/Desktop/atheneum.png"
126
+ d="m -782.84106,318.10022 c -0.15036,-0.0117 -0.37823,0.026 -0.55037,0.0688 l -7.98033,0.75675 c -15.57886,1.46315 -33.05661,3.9184 -52.42246,7.36117 -0.6886,0.0857 -1.22077,0.72131 -1.6511,1.92629 -1.88563,5.01036 -3.57489,8.8796 -5.02212,11.8329 9.16905,6.832 20.50214,10.86975 32.81566,10.86975 17.95718,0 33.9147,-8.57104 43.96059,-21.8771 -0.24584,-0.0279 -0.50524,-0.0431 -0.75677,-0.13771 -1.37725,-0.60248 -2.61347,-1.49529 -3.64617,-2.61424 -1.03296,-1.11889 -1.80546,-2.28637 -2.40787,-3.57739 -0.34437,-0.77464 -0.79084,-2.06236 -1.30711,-3.78375 -0.2583,-0.51643 -0.58011,-0.7933 -1.03195,-0.82555 z"
127
+ id="path3687-6-0-0-2-8"
128
+ style="fill:url(#linearGradient7150);stroke:none"
129
+ inkscape:connector-curvature="0" />
130
+ </g>
131
+ </g>
132
+ </svg>
@@ -0,0 +1,78 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg4166"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="mumuki.svg">
19
+ <defs
20
+ id="defs4168">
21
+ <linearGradient
22
+ id="linearGradient6722-5-7-9-8-3-3-8-7"
23
+ gradientTransform="matrix(110.25023,0,0,110.25023,94020.438,14788.778)">
24
+ <stop
25
+ offset="0"
26
+ style="stop-color:#04242f;stop-opacity:1;"
27
+ id="stop4007-9" />
28
+ <stop
29
+ offset="1"
30
+ style="stop-color:#09485f;stop-opacity:1;"
31
+ id="stop4005-5" />
32
+ </linearGradient>
33
+ </defs>
34
+ <sodipodi:namedview
35
+ id="base"
36
+ pagecolor="#ffffff"
37
+ bordercolor="#666666"
38
+ borderopacity="1.0"
39
+ inkscape:pageopacity="0.0"
40
+ inkscape:pageshadow="2"
41
+ inkscape:zoom="11.197802"
42
+ inkscape:cx="5.7548774"
43
+ inkscape:cy="22.438525"
44
+ inkscape:current-layer="text4136"
45
+ showgrid="true"
46
+ inkscape:grid-bbox="true"
47
+ inkscape:document-units="px"
48
+ inkscape:window-width="1920"
49
+ inkscape:window-height="1027"
50
+ inkscape:window-x="0"
51
+ inkscape:window-y="0"
52
+ inkscape:window-maximized="1" />
53
+ <metadata
54
+ id="metadata4171">
55
+ <rdf:RDF>
56
+ <cc:Work
57
+ rdf:about="">
58
+ <dc:format>image/svg+xml</dc:format>
59
+ <dc:type
60
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
61
+ <dc:title />
62
+ </cc:Work>
63
+ </rdf:RDF>
64
+ </metadata>
65
+ <g
66
+ id="layer1"
67
+ inkscape:label="Layer 1"
68
+ inkscape:groupmode="layer">
69
+ <g
70
+ style="font-style:normal;font-weight:normal;font-size:37.52394104px;line-height:125%;font-family:sans-serif;letter-spacing:11.1446104px;word-spacing:0px;fill:#0b465d;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
71
+ id="text4136">
72
+ <path
73
+ d="m 22.091386,20.75186 1.876198,-0.150095 q 0.300191,0 0.187619,-0.450288 -0.150096,-0.675431 -0.600383,-2.251436 -0.450287,-1.576006 -0.600383,-2.401532 0,-0.150096 -0.112572,-0.637907 -0.07505,-0.487812 -0.112572,-0.712955 0,-0.262668 0,-0.637907 0.03752,-0.37524 0.150096,-0.675431 0.450288,-1.088194 1.500958,-1.23829 1.088194,-0.150096 1.913721,0.600383 1.313338,1.163242 2.251436,4.127633 0.487812,1.538482 0.788003,3.189535 0.300192,1.651054 0.150096,3.677347 -0.150096,1.988769 -1.088194,3.039439 -0.525336,0.637907 -1.125719,0.412763 -0.600383,-0.262667 -1.05067,-0.750479 -0.450287,-0.487811 -0.712955,-1.05067 -0.150096,-0.337715 -0.375239,-1.088194 -0.150096,-0.300192 -0.450288,-0.225144 l -2.326484,0.225144 Q 15.562221,24.391683 7.119334,25.89264 6.8191424,25.930164 6.6315227,26.455499 5.3181848,29.945226 4.4926581,31.145992 4.1924666,31.558755 3.7421793,31.633803 3.291892,31.746375 2.8416047,31.40866 2.4663653,31.070944 2.4663653,29.607511 2.5038892,25.817592 4.0048469,20.038906 5.5058045,14.222695 8.2450522,8.5941036 10.9843,2.9279885 13.948691,0.75159988 15.149457,-0.11145076 16.350223,0.82664777 17.588514,1.7272224 17.17575,3.1156082 16.725463,4.6540898 14.811742,8.0687684 11.809827,13.584788 8.2825761,22.515486 8.2450522,22.740629 8.4326719,22.740629 15.337077,21.164624 22.091386,20.75186 Z"
74
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:AhahaMojimoji;-inkscape-font-specification:AhahaMojimoji;fill:#0b465d;fill-opacity:1"
75
+ id="path4139" />
76
+ </g>
77
+ </g>
78
+ </svg>
@@ -0,0 +1,296 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="32"
13
+ height="32"
14
+ id="svg4187"
15
+ version="1.1"
16
+ inkscape:version="0.91 r13725"
17
+ viewBox="0 0 32 32"
18
+ sodipodi:docname="prolog-color.svg">
19
+ <defs
20
+ id="defs4189">
21
+ <inkscape:path-effect
22
+ effect="spiro"
23
+ id="path-effect4365-7"
24
+ is_visible="true" />
25
+ <inkscape:path-effect
26
+ effect="spiro"
27
+ id="path-effect4365"
28
+ is_visible="true" />
29
+ <inkscape:path-effect
30
+ effect="spiro"
31
+ id="path-effect4223-3-6-9-0-3"
32
+ is_visible="true" />
33
+ <inkscape:path-effect
34
+ effect="spiro"
35
+ id="path-effect4223-3-6-9-2-6"
36
+ is_visible="true" />
37
+ <inkscape:path-effect
38
+ effect="spiro"
39
+ id="path-effect4223-3-6-9-06"
40
+ is_visible="true" />
41
+ <inkscape:path-effect
42
+ effect="spiro"
43
+ id="path-effect4223-3-6-2"
44
+ is_visible="true" />
45
+ <inkscape:path-effect
46
+ effect="spiro"
47
+ id="path-effect4223-3-61"
48
+ is_visible="true" />
49
+ <inkscape:path-effect
50
+ effect="spiro"
51
+ id="path-effect4223-8"
52
+ is_visible="true" />
53
+ <inkscape:path-effect
54
+ effect="spiro"
55
+ id="path-effect4223-3-6-9-0"
56
+ is_visible="true" />
57
+ <inkscape:path-effect
58
+ effect="spiro"
59
+ id="path-effect4223-3-6-9-2"
60
+ is_visible="true" />
61
+ <inkscape:path-effect
62
+ effect="spiro"
63
+ id="path-effect4223-3-6-9"
64
+ is_visible="true" />
65
+ <inkscape:path-effect
66
+ effect="spiro"
67
+ id="path-effect4223-3-6"
68
+ is_visible="true" />
69
+ <inkscape:path-effect
70
+ effect="spiro"
71
+ id="path-effect4223-3"
72
+ is_visible="true" />
73
+ <inkscape:path-effect
74
+ effect="spiro"
75
+ id="path-effect4223"
76
+ is_visible="true" />
77
+ <inkscape:path-effect
78
+ effect="spiro"
79
+ id="path-effect4219"
80
+ is_visible="true" />
81
+ </defs>
82
+ <sodipodi:namedview
83
+ id="base"
84
+ pagecolor="#ffffff"
85
+ bordercolor="#666666"
86
+ borderopacity="1.0"
87
+ inkscape:pageopacity="0.0"
88
+ inkscape:pageshadow="2"
89
+ inkscape:zoom="2.7994505"
90
+ inkscape:cx="-46.590985"
91
+ inkscape:cy="23.550268"
92
+ inkscape:current-layer="layer1"
93
+ showgrid="true"
94
+ inkscape:grid-bbox="true"
95
+ inkscape:document-units="px"
96
+ inkscape:window-width="1366"
97
+ inkscape:window-height="717"
98
+ inkscape:window-x="0"
99
+ inkscape:window-y="0"
100
+ inkscape:window-maximized="1" />
101
+ <metadata
102
+ id="metadata4192">
103
+ <rdf:RDF>
104
+ <cc:Work
105
+ rdf:about="">
106
+ <dc:format>image/svg+xml</dc:format>
107
+ <dc:type
108
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
109
+ <dc:title></dc:title>
110
+ </cc:Work>
111
+ </rdf:RDF>
112
+ </metadata>
113
+ <g
114
+ id="layer1"
115
+ inkscape:label="Layer 1"
116
+ inkscape:groupmode="layer">
117
+ <g
118
+ id="g4864"
119
+ transform="translate(-1.5034346,0.20749479)">
120
+ <path
121
+ sodipodi:nodetypes="aaaacaaacaaacaaaaaaaaaaaaaaaaaaccccccccccaaaaaaaaaaaaaaaaaca"
122
+ inkscape:connector-curvature="0"
123
+ id="path4138"
124
+ d="m 7.5503733,0.73654731 c 0.4454879,-0.007849 0.8939684,0.0154865 1.3339034,0.086058 0.3950153,0.0633623 0.7954094,0.14051686 1.1617863,0.30120409 0.484582,0.2125299 0.952293,0.4940279 1.333904,0.8605829 0.34151,0.3280371 0.817554,1.1617869 0.817554,1.1617869 0,0 1.3225,-0.6203443 2.022369,-0.8175538 0.671802,-0.1893006 1.369142,-0.2954719 2.065399,-0.3442331 1.130695,-0.079186 2.283709,-0.1144163 3.399303,0.086058 1.044652,0.1877262 3.01204,1.0326998 3.01204,1.0326998 0,0 0.799284,-0.9843134 1.290874,-1.3769329 0.376739,-0.3008901 0.801463,-0.5492603 1.247845,-0.73149533 0.438009,-0.17881662 0.905541,-0.30404024 1.376933,-0.34423311 0.573253,-0.0488787 1.721165,0.12908754 1.721165,0.12908754 0,0 -0.404981,0.5137593 -0.602408,0.7745243 -0.204329,0.2698829 -0.453945,0.5133394 -0.602408,0.8175538 -0.16331,0.3346436 -0.250531,0.7068254 -0.301204,1.0757289 -0.05075,0.36945 -0.0489,0.7490579 0,1.1187579 0.05064,0.3828642 0.179079,0.7523778 0.301204,1.1187572 0.04885,0.1465519 0.09477,0.2965699 0.172116,0.4302912 0.34769,0.6011053 0.894467,1.0649534 1.290877,1.6351081 0.440922,0.6341801 0.865398,1.2855157 1.204814,1.9793407 0.337128,0.6891436 0.602393,1.4150616 0.817555,2.1514576 0.197231,0.675024 0.338813,1.368126 0.43029,2.065398 0.100902,0.769129 0.131772,1.54786 0.129086,2.323574 -0.0017,0.459871 -0.04317,0.919063 -0.08606,1.376933 -0.04314,0.460534 -0.08129,0.923389 -0.172118,1.376933 -0.105233,0.525466 -0.271603,1.037182 -0.43029,1.549049 -0.157145,0.506892 -0.36215,0.998223 -0.516352,1.50602 -0.211274,0.695752 -0.368115,1.40691 -0.559378,2.108428 -0.09795,0.359255 -0.232218,0.709806 -0.301202,1.075728 -0.08011,0.424951 -0.07802,0.861462 -0.129089,1.290872 -0.04958,0.41695 -0.172118,1.247846 -0.172118,1.247846 l -1.161786,-1.161784 -0.946641,-0.989671 -0.301202,-0.258175 c 0,0 -0.815933,0.670175 -2.280545,1.204816 -3.326914,0.975251 -3.709522,0.827887 -6.841635,1.032696 -2.492997,-0.01967 -4.636926,-0.595974 -6.712546,-1.032696 C 9.8167078,26.352884 8.6261012,25.650422 8.6261012,25.650422 l -1.9793407,2.151455 -0.4302912,0.344231 c 0,0 0.014279,-0.574079 0,-0.860582 C 6.2021247,26.997598 6.166685,26.710947 6.1304099,26.424945 6.0829361,26.050638 6.0342147,25.675779 5.9582947,25.306188 5.8658946,24.856379 5.7351695,24.415229 5.6140597,23.972285 5.4368732,23.324241 5.2471168,22.679654 5.0546819,22.035974 4.8181744,21.244879 4.5200274,20.471256 4.3231876,19.669371 4.1528396,18.975407 4.0155394,18.27106 3.935925,17.560943 3.8591542,16.876169 3.8044099,16.183106 3.8498655,15.495544 3.9046192,14.667311 4.089505,13.85073 4.2801562,13.042883 4.4761138,12.212552 4.6899466,11.380381 5.0116534,10.590221 5.2559987,9.9900739 5.5826144,9.4251338 5.9152661,8.8690555 6.2175167,8.3637959 6.5532119,7.8782236 6.9049351,7.4060645 7.148497,7.0791043 7.4788732,6.8143719 7.6794608,6.4594232 7.8892701,6.0881563 8.0125028,5.66982 8.1097515,5.2546068 8.2217248,4.7765186 8.3367163,4.2795704 8.2818671,3.7916164 8.2291666,3.3227727 8.0086375,2.8849798 7.8085479,2.4577129 7.6176397,2.0500478 7.3876062,1.6579604 7.1200821,1.295926 6.9933655,1.1244399 6.6897886,0.82260534 6.6897886,0.82260534 c 0,0 0.5723351,-0.0809787 0.8605847,-0.086058 z"
125
+ style="fill:#ff0000;fill-rule:evenodd;stroke:#e31a21;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
126
+ <circle
127
+ r="5.4647012"
128
+ cy="11.203388"
129
+ cx="11.509054"
130
+ id="path4140"
131
+ style="fill:#ffffff;fill-opacity:1;stroke:#e31a21;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
132
+ <circle
133
+ r="5.4647012"
134
+ cy="11.246415"
135
+ cx="23.858416"
136
+ id="path4140-3"
137
+ style="fill:#ffffff;fill-opacity:1;stroke:#e31a21;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
138
+ <circle
139
+ r="2.7538652"
140
+ cy="11.778147"
141
+ cx="12.607608"
142
+ id="path4157"
143
+ style="fill:#aeb0b3;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
144
+ <circle
145
+ r="2.7538652"
146
+ cy="11.747722"
147
+ cx="25.234484"
148
+ id="path4157-6"
149
+ style="fill:#aeb0b3;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
150
+ <circle
151
+ r="1.7951459"
152
+ cy="11.778147"
153
+ cx="12.607608"
154
+ id="path4183"
155
+ style="fill:#000000;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
156
+ <circle
157
+ r="1.7951459"
158
+ cy="11.747722"
159
+ cx="25.234484"
160
+ id="path4183-7"
161
+ style="fill:#000000;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
162
+ <circle
163
+ r="0.48681921"
164
+ cy="11.017491"
165
+ cx="24.321693"
166
+ id="path4200"
167
+ style="fill:#ffffff;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
168
+ <circle
169
+ r="0.48681921"
170
+ cy="11.078344"
171
+ cx="11.664395"
172
+ id="path4200-5"
173
+ style="fill:#ffffff;fill-opacity:1;stroke:#aeb0b3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
174
+ <path
175
+ inkscape:path-effect="#path-effect4219"
176
+ sodipodi:nodetypes="aaaaaaaaaaacaaaa"
177
+ inkscape:connector-curvature="0"
178
+ inkscape:original-d="m 14.707016,15.459717 c -0.0411,-0.615547 0.03396,-1.271025 0.304263,-1.825572 0.28936,-0.593635 0.77698,-1.113263 1.338752,-1.460458 0.376849,-0.232905 0.835035,-0.353707 1.277901,-0.365114 0.541068,-0.01393 1.108764,0.102735 1.582162,0.365114 0.426531,0.236404 0.78359,0.616323 1.034491,1.034492 0.250901,0.418168 0.369277,0.915247 0.425967,1.399605 0.0378,0.322974 0.008,0.655821 -0.06085,0.973638 -0.09645,0.445509 -0.279999,0.871692 -0.48682,1.2779 -0.252717,0.496352 -0.591259,0.944797 -0.912786,1.399606 -0.25059,0.354467 -0.587818,0.65092 -0.791081,1.034491 -0.300349,0.566777 -0.608523,1.825572 -0.608523,1.825572 0,0 -0.377177,-1.311967 -0.73023,-1.886425 -0.285777,-0.464993 -0.773125,-0.776522 -1.095343,-1.217048 -0.402549,-0.550353 -0.759972,-1.140561 -1.034491,-1.76472 -0.111075,-0.252546 -0.225028,-0.5158 -0.24341,-0.791081 z"
179
+ id="path4217"
180
+ d="m 14.707016,15.459717 c -0.106232,-0.617984 0.02987,-1.261745 0.304263,-1.825572 0.293521,-0.603142 0.752643,-1.13425 1.338752,-1.460458 0.390438,-0.217304 0.831718,-0.340956 1.277901,-0.365114 0.547949,-0.02967 1.105912,0.09251 1.582162,0.365114 0.428081,0.245035 0.785678,0.608596 1.034491,1.034492 0.248109,0.42469 0.388567,0.909175 0.425967,1.399605 0.02481,0.325294 0.005,0.654112 -0.06085,0.973638 -0.0923,0.447947 -0.273647,0.873261 -0.48682,1.2779 -0.259961,0.493449 -0.568609,0.960728 -0.912786,1.399606 -0.26803,0.341779 -0.558475,0.667684 -0.791081,1.034491 -0.34693,0.54709 -0.557814,1.179742 -0.608523,1.825572 C 17.74358,20.439668 17.48818,19.779886 17.080262,19.232566 16.75393,18.794713 16.336939,18.432998 15.984919,18.015518 15.543553,17.492077 15.208414,16.88502 14.950428,16.250798 14.846266,15.99473 14.75385,15.732164 14.707016,15.459717 Z"
181
+ style="fill:#aeb0b3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
182
+ <path
183
+ inkscape:path-effect="#path-effect4223"
184
+ inkscape:connector-curvature="0"
185
+ inkscape:original-d="m 25.579585,18.658186 1.570563,2.02237 0.946642,-2.409633 -1.118757,1.204817 z"
186
+ id="path4221"
187
+ d="m 25.579585,18.658186 1.570563,2.02237 0.946642,-2.409633 -1.118757,1.204817 -1.398448,-0.817554 z"
188
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
189
+ <path
190
+ inkscape:path-effect="#path-effect4223-3"
191
+ inkscape:connector-curvature="0"
192
+ inkscape:original-d="m 28.064517,18.292437 1.570562,2.02237 0.946644,-2.409632 -1.11876,1.204816 z"
193
+ id="path4221-5"
194
+ d="m 28.064517,18.292437 1.570562,2.02237 0.946644,-2.409632 -1.11876,1.204816 -1.398446,-0.817554 z"
195
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
196
+ <path
197
+ inkscape:path-effect="#path-effect4223-3-6"
198
+ inkscape:connector-curvature="0"
199
+ inkscape:original-d="m 23.137681,19.045447 1.570563,2.02237 0.946641,-2.409632 -1.118757,1.204816 z"
200
+ id="path4221-5-2"
201
+ d="m 23.137681,19.045447 1.570563,2.02237 0.946641,-2.409632 -1.118757,1.204816 -1.398447,-0.817554 z"
202
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
203
+ <path
204
+ inkscape:path-effect="#path-effect4223-3-6-9"
205
+ inkscape:transform-center-y="-3.3347597"
206
+ inkscape:transform-center-x="3.2271861"
207
+ inkscape:connector-curvature="0"
208
+ inkscape:original-d="m 24.665215,20.960244 1.570564,2.02237 0.946641,-2.409632 -1.118759,1.204816 z"
209
+ id="path4221-5-2-1"
210
+ d="m 24.665215,20.960244 1.570564,2.02237 0.946641,-2.409632 -1.118759,1.204816 -1.398446,-0.817554 z"
211
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
212
+ <path
213
+ inkscape:path-effect="#path-effect4223-3-6-9-2"
214
+ inkscape:transform-center-y="-3.3347599"
215
+ inkscape:transform-center-x="3.2271856"
216
+ inkscape:connector-curvature="0"
217
+ inkscape:original-d="m 27.160908,20.637525 1.570562,2.022371 0.946639,-2.409633 -1.118757,1.204817 z"
218
+ id="path4221-5-2-1-7"
219
+ d="m 27.160908,20.637525 1.570562,2.022371 0.946639,-2.409633 -1.118757,1.204817 -1.398444,-0.817555 z"
220
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
221
+ <path
222
+ inkscape:path-effect="#path-effect4223-3-6-9-0"
223
+ inkscape:transform-center-y="-3.3347594"
224
+ inkscape:transform-center-x="3.2271852"
225
+ inkscape:connector-curvature="0"
226
+ inkscape:original-d="m 26.257294,22.9611 1.570564,2.02237 0.946641,-2.409633 -1.118759,1.204816 z"
227
+ id="path4221-5-2-1-9"
228
+ d="m 26.257294,22.9611 1.570564,2.02237 0.946641,-2.409633 -1.118759,1.204816 -1.398446,-0.817553 z"
229
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
230
+ <path
231
+ inkscape:path-effect="#path-effect4223-8"
232
+ inkscape:connector-curvature="0"
233
+ inkscape:original-d="m 9.4759253,18.733487 -1.5705626,2.02237 -0.9466409,-2.409632 1.1187561,1.204816 z"
234
+ id="path4221-7"
235
+ d="m 9.4759253,18.733487 -1.5705626,2.02237 -0.9466409,-2.409632 1.1187561,1.204816 1.3984474,-0.817554 z"
236
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
237
+ <path
238
+ inkscape:path-effect="#path-effect4223-3-61"
239
+ inkscape:connector-curvature="0"
240
+ inkscape:original-d="M 6.9909917,18.367738 5.4204291,20.390108 4.4737878,17.980476 5.592548,19.185292 Z"
241
+ id="path4221-5-9"
242
+ d="M 6.9909917,18.367738 5.4204291,20.390108 4.4737878,17.980476 5.592548,19.185292 6.9909917,18.367738 Z"
243
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
244
+ <path
245
+ inkscape:path-effect="#path-effect4223-3-6-2"
246
+ inkscape:connector-curvature="0"
247
+ inkscape:original-d="m 11.917831,19.120748 -1.570563,2.02237 -0.9466439,-2.409633 1.1187599,1.204817 z"
248
+ id="path4221-5-2-2"
249
+ d="m 11.917831,19.120748 -1.570563,2.02237 -0.9466439,-2.409633 1.1187599,1.204817 1.398447,-0.817554 z"
250
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
251
+ <path
252
+ inkscape:path-effect="#path-effect4223-3-6-9-06"
253
+ inkscape:transform-center-y="-3.3347598"
254
+ inkscape:transform-center-x="-3.2271857"
255
+ inkscape:connector-curvature="0"
256
+ inkscape:original-d="m 10.390296,21.035545 -1.5705628,2.02237 -0.9466409,-2.409632 1.1187565,1.204816 z"
257
+ id="path4221-5-2-1-0"
258
+ d="m 10.390296,21.035545 -1.5705628,2.02237 -0.9466409,-2.409632 1.1187565,1.204816 1.3984472,-0.817554 z"
259
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
260
+ <path
261
+ inkscape:path-effect="#path-effect4223-3-6-9-2-6"
262
+ inkscape:transform-center-y="-3.3347596"
263
+ inkscape:transform-center-x="-3.2271857"
264
+ inkscape:connector-curvature="0"
265
+ inkscape:original-d="M 7.8946045,20.712827 6.3240419,22.735197 5.377401,20.325564 6.4961575,21.53038 Z"
266
+ id="path4221-5-2-1-7-2"
267
+ d="M 7.8946045,20.712827 6.3240419,22.735197 5.377401,20.325564 6.4961575,21.53038 7.8946045,20.712827 Z"
268
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
269
+ <path
270
+ inkscape:path-effect="#path-effect4223-3-6-9-0-3"
271
+ inkscape:transform-center-y="-3.3347595"
272
+ inkscape:transform-center-x="-3.2271856"
273
+ inkscape:connector-curvature="0"
274
+ inkscape:original-d="m 8.7982173,23.036399 -1.5705627,2.02237 -0.9466408,-2.409632 1.1187565,1.204816 z"
275
+ id="path4221-5-2-1-9-3"
276
+ d="m 8.7982173,23.036399 -1.5705627,2.02237 -0.9466408,-2.409632 1.1187565,1.204816 1.398447,-0.817554 z"
277
+ style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#aeb0b3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
278
+ <path
279
+ inkscape:path-effect="#path-effect4365"
280
+ sodipodi:nodetypes="caaacaaaaac"
281
+ inkscape:connector-curvature="0"
282
+ inkscape:original-d="m 10.390297,30.943006 c 0,0 0.330161,-1.060379 0.688466,-1.462991 0.415417,-0.466787 0.971775,-0.914268 1.592079,-0.989673 0.598852,-0.0728 1.25367,0.1781 1.721166,0.559378 0.562495,0.458757 1.075729,1.893286 1.075729,1.893286 0,0 0.439588,-1.431473 0.344231,-2.151462 -0.101149,-0.763726 -0.404729,-1.560844 -0.946641,-2.108426 -0.577819,-0.583858 -1.416844,-1.068311 -2.237516,-1.032696 -0.8087,0.0351 -1.57606,0.595052 -2.108426,1.204818 -0.5290125,0.60592 -0.90869,1.433165 -0.903613,2.237512 0.00421,0.668592 0.774525,1.850254 0.774525,1.850254 z"
283
+ id="path4363"
284
+ d="m 10.390297,30.943006 c 0.115642,-0.531112 0.352933,-1.035357 0.688466,-1.462991 0.197919,-0.252246 0.430811,-0.478983 0.699582,-0.653801 0.268772,-0.174819 0.574263,-0.296799 0.892497,-0.335872 0.307713,-0.03778 0.623091,0.0026 0.916393,0.103006 0.293303,0.100441 0.564824,0.260058 0.804773,0.456372 0.574697,0.470188 0.966013,1.158905 1.075729,1.893286 0.312577,-0.66617 0.433352,-1.421021 0.344231,-2.151462 -0.09474,-0.776478 -0.427615,-1.523186 -0.946641,-2.108426 -0.282141,-0.318134 -0.619763,-0.590071 -1.002295,-0.775766 -0.382531,-0.185695 -0.810816,-0.283255 -1.235221,-0.25693 -0.415271,0.02576 -0.818835,0.169194 -1.174658,0.38484 -0.355823,0.215646 -0.665481,0.50196 -0.933768,0.819978 -0.5297492,0.627947 -0.9100944,1.415983 -0.903613,2.237512 0.00541,0.685711 0.2898351,1.365172 0.774525,1.850254 z"
285
+ style="fill:#aeb0b3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
286
+ <path
287
+ inkscape:path-effect="#path-effect4365-7"
288
+ sodipodi:nodetypes="caaacaaaaac"
289
+ inkscape:connector-curvature="0"
290
+ inkscape:original-d="m 24.948383,30.904409 c 0,0 -0.330161,-1.060376 -0.688466,-1.462988 -0.415417,-0.466787 -0.971774,-0.914268 -1.592078,-0.989673 -0.59885,-0.0728 -1.253668,0.1781 -1.721164,0.559378 -0.562494,0.458756 -1.075728,1.893283 -1.075728,1.893283 0,0 -0.439589,-1.431473 -0.344231,-2.15146 0.101149,-0.763725 0.404729,-1.560844 0.946641,-2.108426 0.577819,-0.583863 1.416843,-1.068313 2.237513,-1.032698 0.808699,0.0351 1.576059,0.595049 2.108425,1.204814 0.529013,0.605927 0.908691,1.433172 0.903613,2.237519 -0.0042,0.668591 -0.774525,1.850251 -0.774525,1.850251 z"
291
+ id="path4363-5"
292
+ d="m 24.948383,30.904409 c -0.115642,-0.531111 -0.352934,-1.035355 -0.688466,-1.462988 -0.197918,-0.252246 -0.43081,-0.478983 -0.699582,-0.653801 -0.268772,-0.174819 -0.574262,-0.2968 -0.892496,-0.335872 -0.307713,-0.03778 -0.62309,0.0026 -0.916392,0.103007 -0.293302,0.10044 -0.564824,0.260057 -0.804772,0.456371 -0.574696,0.470187 -0.966011,1.158903 -1.075728,1.893283 -0.312576,-0.666169 -0.433352,-1.42102 -0.344231,-2.15146 0.09474,-0.776478 0.427615,-1.523186 0.946641,-2.108426 0.28214,-0.318134 0.619763,-0.590071 1.002293,-0.775766 0.38253,-0.185695 0.810815,-0.283256 1.23522,-0.256932 0.41527,0.02576 0.818835,0.169192 1.174657,0.384838 0.355823,0.215645 0.665481,0.501958 0.933768,0.819976 0.529751,0.627949 0.910096,1.415988 0.903613,2.237519 -0.0054,0.68571 -0.289836,1.365169 -0.774525,1.850251 z"
293
+ style="fill:#aeb0b3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
294
+ </g>
295
+ </g>
296
+ </svg>
@@ -0,0 +1,61 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generated by IcoMoon.io -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ version="1.1"
13
+ width="32"
14
+ height="32"
15
+ viewBox="0 0 32 32"
16
+ id="svg2"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="python-color.svg">
19
+ <metadata
20
+ id="metadata10">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ <dc:title></dc:title>
28
+ </cc:Work>
29
+ </rdf:RDF>
30
+ </metadata>
31
+ <defs
32
+ id="defs8" />
33
+ <sodipodi:namedview
34
+ pagecolor="#ffffff"
35
+ bordercolor="#666666"
36
+ borderopacity="1"
37
+ objecttolerance="10"
38
+ gridtolerance="10"
39
+ guidetolerance="10"
40
+ inkscape:pageopacity="0"
41
+ inkscape:pageshadow="2"
42
+ inkscape:window-width="1366"
43
+ inkscape:window-height="717"
44
+ id="namedview6"
45
+ showgrid="false"
46
+ inkscape:zoom="7.375"
47
+ inkscape:cx="16"
48
+ inkscape:cy="16"
49
+ inkscape:window-x="0"
50
+ inkscape:window-y="0"
51
+ inkscape:window-maximized="1"
52
+ inkscape:current-layer="svg2" />
53
+ <path
54
+ style="fill:#376f9f;fill-opacity:1"
55
+ d="M 16.042969 0.53320312 C 14.776733 0.54003313 13.566029 0.64743617 12.501953 0.8359375 C 9.3670939 1.389148 8.7988281 2.5478325 8.7988281 4.6855469 L 8.7988281 7.5097656 L 16.205078 7.5097656 L 16.205078 8.4511719 L 6.0175781 8.4511719 C 3.8648382 8.4511719 1.978763 9.7442204 1.3886719 12.207031 C 0.70842792 15.029087 0.67837702 16.78997 1.3886719 19.736328 C 1.9145633 21.930047 3.1734319 23.492187 5.3261719 23.492188 L 7.8730469 23.492188 L 7.8730469 20.107422 C 7.8730469 17.662368 9.9899679 15.505859 12.501953 15.505859 L 12.501953 15.503906 L 19.902344 15.503906 C 21.9622 15.503906 23.605469 13.809652 23.605469 11.740234 L 23.605469 4.6855469 C 23.605469 2.677598 21.913025 1.1705957 19.902344 0.8359375 C 18.629277 0.62421499 17.309207 0.52637336 16.042969 0.53320312 z M 12.035156 2.8046875 C 12.800089 2.8046875 13.425781 3.4393787 13.425781 4.2207031 C 13.425781 4.9992956 12.801455 5.6269531 12.035156 5.6269531 C 11.267491 5.6269531 10.644531 4.9979296 10.644531 4.2207031 C 10.644531 3.4393787 11.266125 2.8046875 12.035156 2.8046875 z "
56
+ id="path4144" />
57
+ <path
58
+ style="fill:#ffcf3f;fill-opacity:1"
59
+ d="M 24.529297 8.4492188 L 24.529297 11.738281 C 24.529297 14.288513 22.365934 16.435547 19.900391 16.435547 L 12.501953 16.435547 C 10.47488 16.435547 8.796875 18.171367 8.796875 20.201172 L 8.796875 27.253906 C 8.796875 29.261855 10.543179 30.443099 12.501953 31.019531 C 14.847292 31.709337 17.094727 31.833638 19.900391 31.019531 C 21.764915 30.47998 23.605469 29.39162 23.605469 27.253906 L 23.605469 24.431641 L 16.205078 24.431641 L 16.205078 23.490234 L 27.308594 23.490234 C 29.461335 23.490234 30.263765 21.987608 31.013672 19.732422 C 31.786801 17.41167 31.754018 15.182853 31.013672 12.205078 L 31.011719 12.205078 C 30.480364 10.0619 29.465433 8.4492188 27.308594 8.4492188 L 24.529297 8.4492188 z M 20.367188 26.314453 C 21.134853 26.314453 21.757813 26.943476 21.757812 27.720703 C 21.757812 28.502028 21.134852 29.138672 20.367188 29.138672 C 19.602256 29.138672 18.976563 28.502028 18.976562 27.720703 C 18.976562 26.94211 19.600889 26.314453 20.367188 26.314453 z "
60
+ id="path4140" />
61
+ </svg>