jekyll-theme-centos 2.3.0.beta.63 → 2.3.0.beta.64

Sign up to get free protection for your applications and to get access to all the features.
Files changed (247) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/bootstrap/_accordion.scss +149 -0
  3. data/_sass/bootstrap/_alert.scss +71 -0
  4. data/_sass/bootstrap/_badge.scss +38 -0
  5. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  6. data/_sass/bootstrap/_button-group.scss +142 -0
  7. data/_sass/bootstrap/_buttons.scss +207 -0
  8. data/_sass/bootstrap/_card.scss +234 -0
  9. data/_sass/bootstrap/_carousel.scss +226 -0
  10. data/_sass/bootstrap/_close.scss +40 -0
  11. data/_sass/bootstrap/_containers.scss +41 -0
  12. data/_sass/bootstrap/_dropdown.scss +249 -0
  13. data/_sass/bootstrap/_forms.scss +9 -0
  14. data/_sass/bootstrap/_functions.scss +302 -0
  15. data/_sass/bootstrap/_grid.scss +33 -0
  16. data/_sass/bootstrap/_helpers.scss +10 -0
  17. data/_sass/bootstrap/_images.scss +42 -0
  18. data/_sass/bootstrap/_list-group.scss +192 -0
  19. data/_sass/bootstrap/_maps.scss +54 -0
  20. data/_sass/bootstrap/_mixins.scss +43 -0
  21. data/_sass/bootstrap/_modal.scss +237 -0
  22. data/_sass/bootstrap/_nav.scss +172 -0
  23. data/_sass/bootstrap/_navbar.scss +278 -0
  24. data/_sass/bootstrap/_offcanvas.scss +144 -0
  25. data/_sass/bootstrap/_pagination.scss +109 -0
  26. data/_sass/bootstrap/_placeholders.scss +51 -0
  27. data/_sass/bootstrap/_popover.scss +196 -0
  28. data/_sass/bootstrap/_progress.scss +59 -0
  29. data/_sass/bootstrap/_reboot.scss +610 -0
  30. data/_sass/bootstrap/_root.scss +73 -0
  31. data/_sass/bootstrap/_spinners.scss +85 -0
  32. data/_sass/bootstrap/_tables.scss +164 -0
  33. data/_sass/bootstrap/_toasts.scss +73 -0
  34. data/_sass/bootstrap/_tooltip.scss +120 -0
  35. data/_sass/bootstrap/_transitions.scss +27 -0
  36. data/_sass/bootstrap/_type.scss +106 -0
  37. data/_sass/bootstrap/_utilities.scss +647 -0
  38. data/_sass/bootstrap/_variables.scss +1634 -0
  39. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  40. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  41. data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
  42. data/_sass/bootstrap/bootstrap.scss +51 -0
  43. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  44. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  45. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  46. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  47. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  48. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  49. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  50. data/_sass/bootstrap/forms/_labels.scss +36 -0
  51. data/_sass/bootstrap/forms/_validation.scss +12 -0
  52. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  53. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  54. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  55. data/_sass/bootstrap/helpers/_position.scss +36 -0
  56. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  57. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  58. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  59. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  60. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  61. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  62. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  63. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  64. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  65. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  66. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  67. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  68. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  69. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  70. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  71. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  72. data/_sass/bootstrap/mixins/_container.scss +11 -0
  73. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  74. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  75. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  76. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  77. data/_sass/bootstrap/mixins/_image.scss +16 -0
  78. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  79. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  80. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  81. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  82. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  83. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  84. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  85. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  86. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  87. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  88. data/_sass/bootstrap/utilities/_api.scss +47 -0
  89. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  90. data/_sass/fontawesome-free/_animated.scss +153 -0
  91. data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
  92. data/_sass/fontawesome-free/_core.scss +43 -0
  93. data/_sass/fontawesome-free/_fixed-width.scss +7 -0
  94. data/_sass/fontawesome-free/_functions.scss +57 -0
  95. data/_sass/fontawesome-free/_icons.scss +10 -0
  96. data/_sass/fontawesome-free/_list.scss +18 -0
  97. data/_sass/fontawesome-free/_mixins.scss +75 -0
  98. data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
  99. data/_sass/fontawesome-free/_screen-reader.scss +14 -0
  100. data/_sass/fontawesome-free/_shims.scss +2042 -0
  101. data/_sass/fontawesome-free/_sizing.scss +16 -0
  102. data/_sass/fontawesome-free/_stacked.scss +32 -0
  103. data/_sass/fontawesome-free/_variables.scss +4961 -0
  104. data/_sass/fontawesome-free/brands.scss +30 -0
  105. data/_sass/fontawesome-free/fontawesome.scss +21 -0
  106. data/_sass/fontawesome-free/regular.scss +26 -0
  107. data/_sass/fontawesome-free/solid.scss +26 -0
  108. data/_sass/fontawesome-free/v4-shims.scss +11 -0
  109. data/assets/css/dataTables.bootstrap5.css +430 -0
  110. data/assets/css/dataTables.bootstrap5.min.css +5 -0
  111. data/assets/img/anaconda-symbolic.svg +1 -0
  112. data/assets/img/anaconda.svg +1 -0
  113. data/assets/img/centos-dynamicmsg-logo.svg +1 -0
  114. data/assets/img/centos-dynamicmsg-type.svg +1 -0
  115. data/assets/img/centos-dynamicmsg-whitelogo.svg +1 -0
  116. data/assets/img/centos-dynamicmsg-whitetype.svg +1 -0
  117. data/assets/img/centos-gdm-whitelogo.svg +1 -0
  118. data/assets/img/centos-ipa-whiteheader.svg +1 -0
  119. data/assets/img/centos-logo-2bits.svg +1 -0
  120. data/assets/img/centos-logo.svg +1 -0
  121. data/assets/img/centos-message-logo.svg +1 -0
  122. data/assets/img/centos-motif.png +0 -0
  123. data/assets/img/centos-poweredby-logo.svg +1 -0
  124. data/assets/img/centos-symbol-2bits.svg +1 -0
  125. data/assets/img/centos-symbol.svg +1 -0
  126. data/assets/img/centos-type.svg +1 -0
  127. data/assets/img/centos-vertical-logo.svg +1 -0
  128. data/assets/img/centos-vertical-message-logo.svg +1 -0
  129. data/assets/img/centos-whitelogo.svg +1 -0
  130. data/assets/img/sort_asc.png +0 -0
  131. data/assets/img/sort_asc_disabled.png +0 -0
  132. data/assets/img/sort_both.png +0 -0
  133. data/assets/img/sort_desc.png +0 -0
  134. data/assets/img/sort_desc_disabled.png +0 -0
  135. data/assets/js/bootstrap.bundle.js +7075 -0
  136. data/assets/js/bootstrap.bundle.js.map +1 -0
  137. data/assets/js/bootstrap.bundle.min.js +7 -0
  138. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  139. data/assets/js/bootstrap.esm.js +5202 -0
  140. data/assets/js/bootstrap.esm.js.map +1 -0
  141. data/assets/js/bootstrap.esm.min.js +7 -0
  142. data/assets/js/bootstrap.esm.min.js.map +1 -0
  143. data/assets/js/bootstrap.js +5249 -0
  144. data/assets/js/bootstrap.js.map +1 -0
  145. data/assets/js/bootstrap.min.js +7 -0
  146. data/assets/js/bootstrap.min.js.map +1 -0
  147. data/assets/js/clipboard.js +890 -0
  148. data/assets/js/clipboard.min.js +7 -0
  149. data/assets/js/dataTables.bootstrap5.js +212 -0
  150. data/assets/js/dataTables.bootstrap5.min.js +4 -0
  151. data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
  152. data/assets/js/dataTables.bootstrap5.mjs +168 -0
  153. data/assets/js/jquery.js +10965 -0
  154. data/assets/js/jquery.min.js +2 -0
  155. data/assets/js/jquery.min.map +1 -0
  156. data/assets/js/jquery.slim.js +8866 -0
  157. data/assets/js/jquery.slim.min.js +2 -0
  158. data/assets/js/jquery.slim.min.map +1 -0
  159. data/assets/webfonts/Montserrat-Black.woff +0 -0
  160. data/assets/webfonts/Montserrat-Black.woff2 +0 -0
  161. data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
  162. data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
  163. data/assets/webfonts/Montserrat-Bold.woff +0 -0
  164. data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
  165. data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
  166. data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
  167. data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
  168. data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
  169. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
  170. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
  171. data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
  172. data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
  173. data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
  174. data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
  175. data/assets/webfonts/Montserrat-Italic.woff +0 -0
  176. data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
  177. data/assets/webfonts/Montserrat-Light.woff +0 -0
  178. data/assets/webfonts/Montserrat-Light.woff2 +0 -0
  179. data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
  180. data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
  181. data/assets/webfonts/Montserrat-Medium.woff +0 -0
  182. data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
  183. data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
  184. data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
  185. data/assets/webfonts/Montserrat-Regular.woff +0 -0
  186. data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
  187. data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
  188. data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
  189. data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
  190. data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
  191. data/assets/webfonts/Montserrat-Thin.woff +0 -0
  192. data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
  193. data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
  194. data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
  195. data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
  196. data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
  197. data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
  198. data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
  199. data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
  200. data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
  201. data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
  202. data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
  203. data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
  204. data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
  205. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
  206. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
  207. data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
  208. data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
  209. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
  210. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
  211. data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
  212. data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
  213. data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
  214. data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
  215. data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
  216. data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
  217. data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
  218. data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
  219. data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
  220. data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
  221. data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
  222. data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
  223. data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
  224. data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
  225. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
  226. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
  227. data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
  228. data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
  229. data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
  230. data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
  231. data/assets/webfonts/fa-brands-400.ttf +0 -0
  232. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  233. data/assets/webfonts/fa-regular-400.ttf +0 -0
  234. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  235. data/assets/webfonts/fa-solid-900.ttf +0 -0
  236. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  237. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  238. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  239. data/assets/webfonts/overpass-mono-bold.woff +0 -0
  240. data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
  241. data/assets/webfonts/overpass-mono-light.woff +0 -0
  242. data/assets/webfonts/overpass-mono-light.woff2 +0 -0
  243. data/assets/webfonts/overpass-mono-regular.woff +0 -0
  244. data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
  245. data/assets/webfonts/overpass-mono-semibold.woff +0 -0
  246. data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
  247. metadata +247 -2
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#000;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848zM892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259zm-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356zM905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131zM925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848zm0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713zM962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427z" style="fill:#000" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="rotate(45 -180.13 -610.203) scale(1.0529)"><circle cx="388.123" cy="-290.716" r="20.103" style="fill:#000;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000"/><path d="M377.366-301.473v6.301l-4.456 4.456 4.456 4.456v6.302h6.302l4.456 4.456 4.456-4.456h6.301v-6.302l4.456-4.456-4.456-4.456v-6.301h-6.301l-4.456-4.456-4.456 4.456zm2.271 4.183 1.913-1.912 3.227 3.227v1.913h-1.912zm-2.163 5.222h4.565l1.352 1.352-1.352 1.353h-4.564zm9.297-9.297h2.705v4.564l-1.352 1.353-1.353-1.353zm.091 7.607 1.261 1.282 1.26-1.283-.015 1.798 1.798-.016-1.282 1.26 1.283 1.261-1.798-.015.016 1.798-1.26-1.282-1.261 1.283.015-1.799-1.798.016 1.282-1.26-1.283-1.26 1.799.015zm-7.225 9.617 3.228-3.228h1.912v1.913l-3.227 3.227zm11.833-11.834 3.228-3.227 1.913 1.912-3.228 3.228h-1.912zm-4.698 11.345 1.352-1.352 1.352 1.352v4.564h-2.704zm6.085-6.085 1.352-1.353h4.564v2.705h-4.564zm-1.387 3.346h1.913l3.228 3.228-1.913 1.912-3.228-3.227z" style="fill:#fff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M58.705 31.75c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.548 0-3.86 2.719-6.55 6.548-6.55 2.047 0 3.772.82 5.146 2.398l3.04-2.806c-1.93-2.34-4.882-3.626-8.42-3.626-6.373 0-11.109 4.415-11.109 10.584 0 6.168 4.736 10.583 11.08 10.583zM84.871 23.593c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.392-8.39 8.099 0 4.677 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.632c-1.082 1.024-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228zm-8.157-4.707c2.047 0 3.538 1.287 3.86 3.275h-7.748c.322-2.018 1.813-3.275 3.888-3.275zM97.472 15.436c-2.134 0-3.976.731-5.204 2.076V15.67h-4.356V31.4h4.56v-7.778c0-2.894 1.58-4.239 3.772-4.239 2.017 0 3.187 1.17 3.187 3.713V31.4h4.56v-9.004c0-4.795-2.806-6.959-6.52-6.959zM117.03 27.423c-.497.38-1.169.585-1.841.585-1.228 0-1.96-.731-1.96-2.076V19.53h3.918v-3.508h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.462c0 3.742 2.164 5.642 5.876 5.642 1.404 0 2.778-.322 3.713-.994zM131.064 31.75c6.431 0 11.197-4.473 11.197-10.583s-4.766-10.584-11.197-10.584c-6.461 0-11.198 4.503-11.198 10.584 0 6.08 4.737 10.583 11.198 10.583zm0-4.035c-3.655 0-6.403-2.66-6.403-6.548 0-3.889 2.748-6.55 6.403-6.55 3.654 0 6.402 2.661 6.402 6.55 0 3.888-2.748 6.548-6.402 6.548zM152.552 31.75c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.083-2.339 3.89-2.339 1.812 0 3.77.526 5.671 1.608l1.462-3.596c-1.9-1.199-4.532-1.813-7.104-1.813-5.818 0-8.625 2.895-8.625 6.374 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.192-3.947 2.192-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368z"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="710" height="270" viewBox="0 0 187.854 71.437"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M63.997 37.042c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.549-2.69-6.549-6.549 0-3.859 2.72-6.548 6.55-6.548 2.046 0 3.77.818 5.145 2.397l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.415-11.11 10.583 0 6.17 4.737 10.584 11.081 10.584zM90.163 28.885c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.835 0 5.028-.877 6.49-2.544l-2.427-2.631c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.198-4.503-3.157h11.9c.028-.38.087-.877.087-1.228zm-8.157-4.707c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274zM102.763 20.728c-2.134 0-3.976.731-5.203 2.076v-1.842h-4.357v15.729h4.561v-7.777c0-2.894 1.579-4.239 3.772-4.239 2.017 0 3.186 1.17 3.186 3.713v8.303h4.561v-9.005c0-4.794-2.807-6.958-6.52-6.958zM122.322 32.715c-.497.38-1.17.584-1.842.584-1.228 0-1.958-.73-1.958-2.075V24.82h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.461c0 3.742 2.163 5.643 5.876 5.643 1.403 0 2.778-.322 3.713-.994zM136.355 37.042c6.432 0 11.198-4.473 11.198-10.584 0-6.11-4.766-10.583-11.198-10.583-6.46 0-11.197 4.502-11.197 10.583s4.736 10.584 11.197 10.584zm0-4.035c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.548 6.402-6.548 3.655 0 6.403 2.66 6.403 6.548 0 3.889-2.748 6.55-6.403 6.55zM157.844 37.042c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.082-2.34 3.889-2.34 1.813 0 3.771.527 5.672 1.609l1.461-3.596c-1.9-1.199-4.531-1.813-7.104-1.813-5.818 0-8.624 2.894-8.624 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.134l-1.608 3.567c1.813 1.403 5.087 2.368 8.333 2.368z"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968zM63.913 50.227c1.875 0 3.234-1.26 3.234-3.037 0-1.776-1.36-3.037-3.234-3.037-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037zm0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633c.855 0 1.502.614 1.502 1.633 0 1.02-.647 1.634-1.502 1.634zM75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61zM87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61zM95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61zM107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.636 0-1.063.416-1.063.953 0 .537.427.954 1.063.954zm.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61zM142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461zm-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228zM152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037zm-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634zM164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953 0 .537.428.954 1.064.954zm.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636zM182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461zm-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969 0-2.291-1.787-3.969-4.2-3.969-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968zm0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456zM66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037zm-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634zM75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46zm-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228zM78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62zm-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8zM91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953 0 .537.428.954 1.063.954zm.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61zM108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447 0-.866.657-1.447 1.556-1.447.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447zM117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888ZM123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636zM137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46zm-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228zM152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="250" height="80.267" viewBox="0 0 66.146 21.237"><g aria-label="Powered by" style="font-size:6.1858px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#000;stroke-width:.154645"><path d="M8.193 1.673v4.33h.458V4.636h1.163c1.101 0 1.77-.557 1.77-1.478 0-.928-.669-1.485-1.77-1.485zm.458 2.561V2.069h1.15c.867 0 1.324.396 1.324 1.089 0 .68-.457 1.076-1.323 1.076zM13.791 6.034c.953 0 1.652-.693 1.652-1.658s-.699-1.651-1.652-1.651c-.952 0-1.657.686-1.657 1.651s.705 1.658 1.657 1.658zm0-.39c-.692 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.693 0 1.207.507 1.207 1.268s-.514 1.268-1.207 1.268zM19.588 5.514l-1.04-2.765h-.377l-1.045 2.765-1.021-2.765h-.42l1.224 3.254h.415l1.026-2.666 1.027 2.666h.415l1.23-3.254h-.401zM24.431 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.248-.285c-.247.285-.6.427-.996.427-.71 0-1.23-.451-1.28-1.132h2.722c0-.05.006-.099.006-.136zm-1.577-1.274c.637 0 1.1.445 1.156 1.082h-2.307c.056-.637.52-1.082 1.15-1.082zM25.749 2.75h-.421v3.253h.44V4.345c0-.767.414-1.2 1.094-1.2.03 0 .068.006.105.006v-.426c-.6 0-1.014.228-1.218.662zM30.567 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.247-.285c-.248.285-.6.427-.996.427-.712 0-1.231-.451-1.28-1.132h2.721c0-.05.006-.099.006-.136zM28.99 3.102c.637 0 1.101.445 1.157 1.082h-2.308c.056-.637.52-1.082 1.15-1.082zM33.994 3.368c-.272-.42-.717-.643-1.237-.643-.928 0-1.62.668-1.62 1.651 0 .984.692 1.658 1.62 1.658.538 0 .99-.235 1.256-.674v.643h.42v-4.59h-.439zm-1.2 2.276c-.693 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.687 0 1.206.507 1.206 1.268s-.52 1.268-1.206 1.268zM38.955 2.725c-.52 0-.965.222-1.237.643V1.413h-.44v4.59h.421V5.36c.266.439.718.674 1.256.674.928 0 1.62-.674 1.62-1.658 0-.983-.692-1.651-1.62-1.651zm-.03 2.92c-.694 0-1.213-.508-1.213-1.269 0-.76.52-1.268 1.212-1.268.687 0 1.213.507 1.213 1.268s-.526 1.268-1.213 1.268zM42.456 5.514 41.232 2.75h-.458l1.453 3.248-.142.315c-.185.409-.383.545-.674.545a.813.813 0 0 1-.594-.248l-.204.328c.198.198.489.297.792.297.464 0 .81-.204 1.082-.841l1.627-3.644h-.433z" style="fill:#000" transform="matrix(.48307 0 0 .48307 -3.958 -.683)"/></g><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M23.849 16.867c1.449 0 2.649-.522 3.432-1.484l-1.235-1.14c-.558.653-1.259.985-2.09.985-1.556 0-2.66-1.093-2.66-2.66 0-1.568 1.104-2.66 2.66-2.66.831 0 1.532.332 2.09.973l1.235-1.14c-.783-.95-1.983-1.473-3.42-1.473-2.59 0-4.513 1.794-4.513 4.3s1.924 4.3 4.501 4.3zM34.479 13.553c0-2.054-1.449-3.313-3.326-3.313-1.947 0-3.408 1.378-3.408 3.29 0 1.9 1.437 3.29 3.646 3.29 1.152 0 2.043-.357 2.637-1.034l-.986-1.069c-.44.416-.927.618-1.604.618-.973 0-1.65-.487-1.829-1.283h4.834c.012-.154.036-.356.036-.499zm-3.314-1.912c.832 0 1.437.523 1.568 1.33h-3.147c.13-.819.736-1.33 1.58-1.33zM39.598 10.24c-.867 0-1.615.297-2.114.843v-.748h-1.77v6.39h1.853v-3.16c0-1.175.641-1.722 1.532-1.722.82 0 1.295.475 1.295 1.509v3.373h1.852v-3.658c0-1.948-1.14-2.827-2.648-2.827zM47.544 15.11a1.249 1.249 0 0 1-.749.237c-.498 0-.795-.297-.795-.843v-2.601h1.591v-1.426H46V8.921h-1.853v1.556h-.986v1.426h.986v2.624c0 1.52.879 2.293 2.387 2.293.57 0 1.128-.131 1.508-.404zM53.245 16.867c2.613 0 4.548-1.817 4.548-4.3 0-2.482-1.935-4.299-4.548-4.299-2.625 0-4.55 1.83-4.55 4.3 0 2.47 1.925 4.3 4.55 4.3zm0-1.639c-1.485 0-2.601-1.08-2.601-2.66s1.116-2.66 2.6-2.66c1.485 0 2.602 1.08 2.602 2.66s-1.117 2.66-2.601 2.66zM61.974 16.867c2.376 0 3.528-1.188 3.528-2.577 0-3.053-4.834-1.995-4.834-3.528 0-.522.44-.95 1.58-.95.736 0 1.531.214 2.303.653l.594-1.46c-.772-.487-1.84-.737-2.886-.737-2.363 0-3.503 1.176-3.503 2.59 0 3.087 4.833 2.019 4.833 3.574 0 .511-.463.891-1.603.891-.998 0-2.043-.356-2.744-.867l-.653 1.45c.737.57 2.067.961 3.385.961z"/></g><g transform="translate(-157.419 112.025) scale(.42774)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 42.333 42.333"><g transform="rotate(45 -180.13 -610.203) scale(1.0529)"><circle cx="388.123" cy="-290.716" r="20.103" style="fill:#000;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000"/><path d="M377.366-301.473v6.301l-4.456 4.456 4.456 4.456v6.302h6.302l4.456 4.456 4.456-4.456h6.301v-6.302l4.456-4.456-4.456-4.456v-6.301h-6.301l-4.456-4.456-4.456 4.456zm2.271 4.183 1.913-1.912 3.227 3.227v1.913h-1.912zm-2.163 5.222h4.565l1.352 1.352-1.352 1.353h-4.564zm9.297-9.297h2.705v4.564l-1.352 1.353-1.353-1.353zm.091 7.607 1.261 1.282 1.26-1.283-.015 1.798 1.798-.016-1.282 1.26 1.283 1.261-1.798-.015.016 1.798-1.26-1.282-1.261 1.283.015-1.799-1.798.016 1.282-1.26-1.283-1.26 1.799.015zm-7.225 9.617 3.228-3.228h1.912v1.913l-3.227 3.227zm11.833-11.834 3.228-3.227 1.913 1.912-3.228 3.228h-1.912zm-4.698 11.345 1.352-1.352 1.352 1.352v4.564h-2.704zm6.085-6.085 1.352-1.353h4.564v2.705h-4.564zm-1.387 3.346h1.913l3.228 3.228-1.913 1.912-3.228-3.227z" style="fill:#fff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 42.333 42.333"><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="80" viewBox="0 0 113.61 21.167"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M11.08 21.167c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.549 0-3.859 2.719-6.548 6.548-6.548 2.047 0 3.772.818 5.146 2.397l3.04-2.807C17.6 1.286 14.647 0 11.11 0 4.737 0 0 4.415 0 10.583c0 6.17 4.736 10.584 11.08 10.584zM37.246 13.01c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.836 0 5.029-.877 6.49-2.544l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228zM29.09 8.303c2.047 0 3.538 1.286 3.86 3.274H25.2c.322-2.017 1.813-3.274 3.888-3.274zM49.847 4.853c-2.134 0-3.976.731-5.204 2.076V5.087h-4.356v15.729h4.56v-7.777c0-2.894 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.303h4.56V11.81c0-4.794-2.806-6.958-6.52-6.958zM69.405 16.84c-.497.38-1.169.584-1.841.584-1.228 0-1.96-.73-1.96-2.075V8.946h3.918V5.438h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.461c0 3.742 2.164 5.643 5.876 5.643 1.404 0 2.778-.322 3.713-.994zM83.439 21.167c6.431 0 11.197-4.473 11.197-10.584C94.636 4.473 89.87 0 83.439 0 76.978 0 72.24 4.502 72.24 10.583s4.737 10.584 11.198 10.584zm0-4.035c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.548 6.403-6.548 3.654 0 6.402 2.66 6.402 6.548 0 3.889-2.748 6.55-6.402 6.55zM104.927 21.167c5.847 0 8.683-2.924 8.683-6.345 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.083-2.338 3.89-2.338 1.812 0 3.77.526 5.671 1.608l1.462-3.596C110.833.614 108.2 0 105.629 0c-5.818 0-8.625 2.894-8.625 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="470" height="300" viewBox="0 0 124.354 79.375"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M16.372 74.083c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.427-5.146 2.427-3.83 0-6.549-2.69-6.549-6.549 0-3.86 2.72-6.549 6.55-6.549 2.046 0 3.77.819 5.145 2.398l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.414-11.11 10.583 0 6.169 4.737 10.583 11.081 10.583zM42.538 65.927c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.835 0 5.028-.877 6.49-2.543L39 68.792c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.199-4.503-3.158h11.9c.028-.38.087-.877.087-1.227zM34.38 61.22c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274zM55.138 57.77c-2.134 0-3.976.73-5.203 2.076v-1.842h-4.357v15.728h4.561v-7.776c0-2.895 1.579-4.24 3.772-4.24 2.017 0 3.186 1.17 3.186 3.714v8.302h4.561v-9.004c0-4.795-2.807-6.958-6.52-6.958zM74.697 69.756c-.497.38-1.17.585-1.842.585-1.228 0-1.958-.73-1.958-2.076v-6.402h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.46c0 3.743 2.163 5.643 5.876 5.643 1.403 0 2.778-.321 3.713-.994zM88.73 74.083c6.432 0 11.198-4.473 11.198-10.583S95.162 52.917 88.73 52.917c-6.46 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583zm0-4.034c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.549 6.402-6.549 3.655 0 6.403 2.66 6.403 6.549 0 3.888-2.748 6.549-6.403 6.549zM110.219 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.082-2.339 3.889-2.339 1.813 0 3.771.527 5.672 1.608l1.461-3.596c-1.9-1.198-4.531-1.812-7.104-1.812-5.818 0-8.624 2.894-8.624 6.373 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.135l-1.608 3.567c1.813 1.404 5.087 2.368 8.333 2.368z"/></g><g transform="matrix(1.0529 0 0 1.05289 -346.562 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="530" height="410" viewBox="0 0 140.229 108.479"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M24.246 74.083c3.566 0 6.52-1.286 8.449-3.654l-3.04-2.807c-1.375 1.608-3.1 2.427-5.146 2.427-3.83 0-6.55-2.69-6.55-6.549 0-3.86 2.72-6.549 6.55-6.549 2.046 0 3.771.819 5.145 2.398l3.04-2.807c-1.929-2.339-4.882-3.625-8.42-3.625-6.373 0-11.109 4.414-11.109 10.583 0 6.169 4.736 10.583 11.08 10.583zM50.411 65.927c0-5.058-3.566-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.199-4.502-3.158h11.899c.029-.38.087-.877.087-1.227zm-8.156-4.707c2.046 0 3.537 1.286 3.859 3.274h-7.748c.322-2.017 1.813-3.274 3.889-3.274zM63.012 57.77c-2.134 0-3.976.73-5.204 2.076v-1.842h-4.356v15.728h4.56v-7.776c0-2.895 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.302h4.56v-9.004c0-4.795-2.806-6.958-6.519-6.958zM82.57 69.756c-.496.38-1.169.585-1.841.585-1.228 0-1.959-.73-1.959-2.076v-6.402h3.918v-3.508H78.77v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.46c0 3.743 2.164 5.643 5.877 5.643 1.403 0 2.777-.321 3.713-.994zM96.604 74.083c6.432 0 11.197-4.473 11.197-10.583s-4.765-10.583-11.197-10.583c-6.461 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583zm0-4.034c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.549 6.403-6.549 3.654 0 6.402 2.66 6.402 6.549 0 3.888-2.748 6.549-6.402 6.549zM118.092 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.899-4.911-11.899-8.683 0-1.286 1.082-2.339 3.888-2.339 1.813 0 3.772.527 5.672 1.608l1.462-3.596c-1.9-1.198-4.532-1.812-7.104-1.812-5.818 0-8.625 2.894-8.625 6.373 0 7.601 11.9 4.97 11.9 8.8 0 1.257-1.141 2.193-3.948 2.193-2.455 0-5.028-.877-6.753-2.135l-1.608 3.567c1.812 1.404 5.087 2.368 8.332 2.368z"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969 0-2.291-1.787-3.969-4.2-3.969-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968zm0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456zM66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037zm-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634zM75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46zm-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228zM78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62zm-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8zM91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953 0 .537.428.954 1.063.954zm.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61zM108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447 0-.866.657-1.447 1.556-1.447.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447zM117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888ZM123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636zM137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46zm-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228zM152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-34.08 37.179)"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968zM63.913 50.227c1.875 0 3.234-1.26 3.234-3.037 0-1.776-1.36-3.037-3.234-3.037-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037zm0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633c.855 0 1.502.614 1.502 1.633 0 1.02-.647 1.634-1.502 1.634zM75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61zM87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61zM95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61zM107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.636 0-1.063.416-1.063.953 0 .537.427.954 1.063.954zm.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61zM142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461zm-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228zM152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037zm-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634zM164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953 0 .537.428.954 1.064.954zm.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636zM182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461zm-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/></g><g transform="matrix(1.0529 0 0 1.05289 -338.689 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848zM892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259zm-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356zM905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131zM925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848zm0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713zM962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427z" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="matrix(1.15 0 0 1.15 -53.772 39.325)"/></g></svg>
Binary file
Binary file
Binary file
Binary file
Binary file