jekyll-theme-centos 2.1.1.beta.2 → 2.2.0.beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/people/header.html +1 -1
  3. data/_sass/bootstrap/_accordion.scss +149 -0
  4. data/_sass/bootstrap/_alert.scss +71 -0
  5. data/_sass/bootstrap/_badge.scss +38 -0
  6. data/_sass/bootstrap/_breadcrumb.scss +40 -0
  7. data/_sass/bootstrap/_button-group.scss +142 -0
  8. data/_sass/bootstrap/_buttons.scss +207 -0
  9. data/_sass/bootstrap/_card.scss +234 -0
  10. data/_sass/bootstrap/_carousel.scss +226 -0
  11. data/_sass/bootstrap/_close.scss +40 -0
  12. data/_sass/bootstrap/_containers.scss +41 -0
  13. data/_sass/bootstrap/_dropdown.scss +249 -0
  14. data/_sass/bootstrap/_forms.scss +9 -0
  15. data/_sass/bootstrap/_functions.scss +302 -0
  16. data/_sass/bootstrap/_grid.scss +33 -0
  17. data/_sass/bootstrap/_helpers.scss +10 -0
  18. data/_sass/bootstrap/_images.scss +42 -0
  19. data/_sass/bootstrap/_list-group.scss +192 -0
  20. data/_sass/bootstrap/_maps.scss +54 -0
  21. data/_sass/bootstrap/_mixins.scss +43 -0
  22. data/_sass/bootstrap/_modal.scss +237 -0
  23. data/_sass/bootstrap/_nav.scss +172 -0
  24. data/_sass/bootstrap/_navbar.scss +278 -0
  25. data/_sass/bootstrap/_offcanvas.scss +144 -0
  26. data/_sass/bootstrap/_pagination.scss +109 -0
  27. data/_sass/bootstrap/_placeholders.scss +51 -0
  28. data/_sass/bootstrap/_popover.scss +196 -0
  29. data/_sass/bootstrap/_progress.scss +59 -0
  30. data/_sass/bootstrap/_reboot.scss +610 -0
  31. data/_sass/bootstrap/_root.scss +73 -0
  32. data/_sass/bootstrap/_spinners.scss +85 -0
  33. data/_sass/bootstrap/_tables.scss +164 -0
  34. data/_sass/bootstrap/_toasts.scss +73 -0
  35. data/_sass/bootstrap/_tooltip.scss +120 -0
  36. data/_sass/bootstrap/_transitions.scss +27 -0
  37. data/_sass/bootstrap/_type.scss +106 -0
  38. data/_sass/bootstrap/_utilities.scss +647 -0
  39. data/_sass/bootstrap/_variables.scss +1634 -0
  40. data/_sass/bootstrap/bootstrap-grid.scss +64 -0
  41. data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
  42. data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
  43. data/_sass/bootstrap/bootstrap.scss +51 -0
  44. data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
  45. data/_sass/bootstrap/forms/_form-check.scss +175 -0
  46. data/_sass/bootstrap/forms/_form-control.scss +194 -0
  47. data/_sass/bootstrap/forms/_form-range.scss +91 -0
  48. data/_sass/bootstrap/forms/_form-select.scss +71 -0
  49. data/_sass/bootstrap/forms/_form-text.scss +11 -0
  50. data/_sass/bootstrap/forms/_input-group.scss +132 -0
  51. data/_sass/bootstrap/forms/_labels.scss +36 -0
  52. data/_sass/bootstrap/forms/_validation.scss +12 -0
  53. data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
  54. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  55. data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
  56. data/_sass/bootstrap/helpers/_position.scss +36 -0
  57. data/_sass/bootstrap/helpers/_ratio.scss +26 -0
  58. data/_sass/bootstrap/helpers/_stacks.scss +15 -0
  59. data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
  60. data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
  61. data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
  62. data/_sass/bootstrap/helpers/_vr.scss +8 -0
  63. data/_sass/bootstrap/mixins/_alert.scss +15 -0
  64. data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
  65. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  66. data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
  67. data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
  68. data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
  69. data/_sass/bootstrap/mixins/_buttons.scss +70 -0
  70. data/_sass/bootstrap/mixins/_caret.scss +64 -0
  71. data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
  72. data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
  73. data/_sass/bootstrap/mixins/_container.scss +11 -0
  74. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  75. data/_sass/bootstrap/mixins/_forms.scss +152 -0
  76. data/_sass/bootstrap/mixins/_gradients.scss +47 -0
  77. data/_sass/bootstrap/mixins/_grid.scss +151 -0
  78. data/_sass/bootstrap/mixins/_image.scss +16 -0
  79. data/_sass/bootstrap/mixins/_list-group.scss +24 -0
  80. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  81. data/_sass/bootstrap/mixins/_pagination.scss +10 -0
  82. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  83. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  84. data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
  85. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  86. data/_sass/bootstrap/mixins/_transition.scss +26 -0
  87. data/_sass/bootstrap/mixins/_utilities.scss +97 -0
  88. data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
  89. data/_sass/bootstrap/utilities/_api.scss +47 -0
  90. data/_sass/bootstrap/vendor/_rfs.scss +354 -0
  91. data/_sass/fontawesome-free/_animated.scss +153 -0
  92. data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
  93. data/_sass/fontawesome-free/_core.scss +43 -0
  94. data/_sass/fontawesome-free/_fixed-width.scss +7 -0
  95. data/_sass/fontawesome-free/_functions.scss +57 -0
  96. data/_sass/fontawesome-free/_icons.scss +9 -0
  97. data/_sass/fontawesome-free/_list.scss +18 -0
  98. data/_sass/fontawesome-free/_mixins.scss +75 -0
  99. data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
  100. data/_sass/fontawesome-free/_screen-reader.scss +14 -0
  101. data/_sass/fontawesome-free/_shims.scss +2042 -0
  102. data/_sass/fontawesome-free/_sizing.scss +16 -0
  103. data/_sass/fontawesome-free/_stacked.scss +32 -0
  104. data/_sass/fontawesome-free/_variables.scss +4957 -0
  105. data/_sass/fontawesome-free/brands.scss +30 -0
  106. data/_sass/fontawesome-free/fontawesome.scss +21 -0
  107. data/_sass/fontawesome-free/regular.scss +26 -0
  108. data/_sass/fontawesome-free/solid.scss +26 -0
  109. data/_sass/fontawesome-free/v4-shims.scss +11 -0
  110. data/assets/css/dataTables.bootstrap5.css +416 -0
  111. data/assets/css/dataTables.bootstrap5.min.css +5 -0
  112. data/assets/img/anaconda-symbolic.svg +149 -0
  113. data/assets/img/anaconda.svg +183 -0
  114. data/assets/img/centos-dynamicmsg-logo.svg +182 -0
  115. data/assets/img/centos-dynamicmsg-type.svg +136 -0
  116. data/assets/img/centos-dynamicmsg-whitelogo.svg +172 -0
  117. data/assets/img/centos-dynamicmsg-whitetype.svg +142 -0
  118. data/assets/img/centos-gdm-whitelogo.svg +184 -0
  119. data/assets/img/centos-ipa-whiteheader.svg +162 -0
  120. data/assets/img/centos-logo-2bits.svg +142 -0
  121. data/assets/img/centos-logo.svg +171 -0
  122. data/assets/img/centos-message-logo.svg +304 -0
  123. data/assets/img/centos-motif.png +0 -0
  124. data/assets/img/centos-poweredby-logo.svg +258 -0
  125. data/assets/img/centos-symbol-2bits.svg +102 -0
  126. data/assets/img/centos-symbol.svg +121 -0
  127. data/assets/img/centos-type.svg +125 -0
  128. data/assets/img/centos-vertical-logo.svg +168 -0
  129. data/assets/img/centos-vertical-message-logo.svg +316 -0
  130. data/assets/img/centos-whitelogo.svg +161 -0
  131. data/assets/img/favicon.svg +121 -0
  132. data/assets/img/sort_asc.png +0 -0
  133. data/assets/img/sort_asc_disabled.png +0 -0
  134. data/assets/img/sort_both.png +0 -0
  135. data/assets/img/sort_desc.png +0 -0
  136. data/assets/img/sort_desc_disabled.png +0 -0
  137. data/assets/js/bootstrap.bundle.js +7075 -0
  138. data/assets/js/bootstrap.bundle.js.map +1 -0
  139. data/assets/js/bootstrap.bundle.min.js +7 -0
  140. data/assets/js/bootstrap.bundle.min.js.map +1 -0
  141. data/assets/js/bootstrap.esm.js +5202 -0
  142. data/assets/js/bootstrap.esm.js.map +1 -0
  143. data/assets/js/bootstrap.esm.min.js +7 -0
  144. data/assets/js/bootstrap.esm.min.js.map +1 -0
  145. data/assets/js/bootstrap.js +5249 -0
  146. data/assets/js/bootstrap.js.map +1 -0
  147. data/assets/js/bootstrap.min.js +7 -0
  148. data/assets/js/bootstrap.min.js.map +1 -0
  149. data/assets/js/clipboard.js +890 -0
  150. data/assets/js/clipboard.min.js +7 -0
  151. data/assets/js/dataTables.bootstrap5.js +200 -0
  152. data/assets/js/dataTables.bootstrap5.min.js +4 -0
  153. data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
  154. data/assets/js/dataTables.bootstrap5.mjs +164 -0
  155. data/assets/js/jquery.js +10993 -0
  156. data/assets/js/jquery.min.js +2 -0
  157. data/assets/js/jquery.min.map +1 -0
  158. data/assets/js/jquery.slim.js +8894 -0
  159. data/assets/js/jquery.slim.min.js +2 -0
  160. data/assets/js/jquery.slim.min.map +1 -0
  161. data/assets/webfonts/Montserrat-Black.woff +0 -0
  162. data/assets/webfonts/Montserrat-Black.woff2 +0 -0
  163. data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
  164. data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
  165. data/assets/webfonts/Montserrat-Bold.woff +0 -0
  166. data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
  167. data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
  168. data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
  169. data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
  170. data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
  171. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
  172. data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
  173. data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
  174. data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
  175. data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
  176. data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
  177. data/assets/webfonts/Montserrat-Italic.woff +0 -0
  178. data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
  179. data/assets/webfonts/Montserrat-Light.woff +0 -0
  180. data/assets/webfonts/Montserrat-Light.woff2 +0 -0
  181. data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
  182. data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
  183. data/assets/webfonts/Montserrat-Medium.woff +0 -0
  184. data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
  185. data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
  186. data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
  187. data/assets/webfonts/Montserrat-Regular.woff +0 -0
  188. data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
  189. data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
  190. data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
  191. data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
  192. data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
  193. data/assets/webfonts/Montserrat-Thin.woff +0 -0
  194. data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
  195. data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
  196. data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
  197. data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
  198. data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
  199. data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
  200. data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
  201. data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
  202. data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
  203. data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
  204. data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
  205. data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
  206. data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
  207. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
  208. data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
  209. data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
  210. data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
  211. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
  212. data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
  213. data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
  214. data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
  215. data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
  216. data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
  217. data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
  218. data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
  219. data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
  220. data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
  221. data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
  222. data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
  223. data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
  224. data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
  225. data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
  226. data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
  227. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
  228. data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
  229. data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
  230. data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
  231. data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
  232. data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
  233. data/assets/webfonts/fa-brands-400.ttf +0 -0
  234. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  235. data/assets/webfonts/fa-regular-400.ttf +0 -0
  236. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  237. data/assets/webfonts/fa-solid-900.ttf +0 -0
  238. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  239. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  240. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  241. data/assets/webfonts/overpass-mono-bold.woff +0 -0
  242. data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
  243. data/assets/webfonts/overpass-mono-light.woff +0 -0
  244. data/assets/webfonts/overpass-mono-light.woff2 +0 -0
  245. data/assets/webfonts/overpass-mono-regular.woff +0 -0
  246. data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
  247. data/assets/webfonts/overpass-mono-semibold.woff +0 -0
  248. data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
  249. metadata +247 -1
@@ -0,0 +1,149 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="132.29167mm"
6
+ height="132.29167mm"
7
+ viewBox="0 0 132.29167 132.29167"
8
+ version="1.1"
9
+ id="svg3723"
10
+ sodipodi:docname="anaconda-symbolic.svg"
11
+ inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns:xlink="http://www.w3.org/1999/xlink"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <sodipodi:namedview
18
+ id="namedview424"
19
+ pagecolor="#ffffff"
20
+ bordercolor="#666666"
21
+ borderopacity="1.0"
22
+ inkscape:showpageshadow="2"
23
+ inkscape:pageopacity="0.0"
24
+ inkscape:pagecheckerboard="0"
25
+ inkscape:deskcolor="#d1d1d1"
26
+ inkscape:document-units="mm"
27
+ showgrid="false"
28
+ inkscape:zoom="2.2919999"
29
+ inkscape:cx="250.00001"
30
+ inkscape:cy="250.00001"
31
+ inkscape:window-width="3440"
32
+ inkscape:window-height="1371"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg3723" />
37
+ <defs
38
+ id="defs3720">
39
+ <linearGradient
40
+ xlink:href="#a"
41
+ id="b"
42
+ gradientUnits="userSpaceOnUse"
43
+ gradientTransform="matrix(0.23214,0,0,0.32895,-8.567,435.827)"
44
+ x1="88.596001"
45
+ y1="-449.39401"
46
+ x2="536.59601"
47
+ y2="-449.39401" />
48
+ <linearGradient
49
+ id="a">
50
+ <stop
51
+ offset="0"
52
+ stop-color="#acabae"
53
+ id="stop3" />
54
+ <stop
55
+ offset=".038"
56
+ stop-color="#f7f7f7"
57
+ id="stop5" />
58
+ <stop
59
+ offset=".077"
60
+ stop-color="#deddda"
61
+ id="stop7" />
62
+ <stop
63
+ offset=".923"
64
+ stop-color="#b0afad"
65
+ id="stop9" />
66
+ <stop
67
+ offset=".962"
68
+ stop-color="#c0bfbc"
69
+ id="stop11" />
70
+ <stop
71
+ offset="1"
72
+ stop-color="#77767b"
73
+ id="stop13" />
74
+ </linearGradient>
75
+ </defs>
76
+ <rect
77
+ style="opacity:0;fill:#0000ff;fill-rule:evenodd;stroke-width:1.03353"
78
+ id="rect2749"
79
+ width="132.29167"
80
+ height="132.29167"
81
+ x="-4.4077759e-05"
82
+ y="3.1300744e-05" />
83
+ <g
84
+ transform="matrix(1.0335287,0,0,1.0335287,6.8873401e-6,-177.76689)"
85
+ id="g36">
86
+ <rect
87
+ ry="8"
88
+ rx="8"
89
+ y="188"
90
+ x="12"
91
+ height="100"
92
+ width="104"
93
+ style="fill:url(#b);marker:none"
94
+ fill="url(#b)"
95
+ id="rect18" />
96
+ <rect
97
+ style="marker:none"
98
+ width="104"
99
+ height="100"
100
+ x="12"
101
+ y="184"
102
+ rx="8"
103
+ ry="8"
104
+ fill="#ffffff"
105
+ id="rect20" />
106
+ <g
107
+ transform="translate(-104,-365.5)"
108
+ color="#000000"
109
+ id="g26">
110
+ <rect
111
+ ry="4"
112
+ rx="4"
113
+ y="625.5"
114
+ x="128"
115
+ height="8"
116
+ width="80"
117
+ style="marker:none"
118
+ overflow="visible"
119
+ fill="#e1dedb"
120
+ id="rect22" />
121
+ <rect
122
+ ry="4"
123
+ rx="4"
124
+ y="625.5"
125
+ x="128"
126
+ height="8"
127
+ width="48.125"
128
+ style="marker:none;fill:#000000;fill-opacity:1"
129
+ overflow="visible"
130
+ fill="#3584e4"
131
+ id="rect24" />
132
+ </g>
133
+ </g>
134
+ <g
135
+ id="g28251-9"
136
+ transform="matrix(1.1260732,1.1260732,-1.1260732,1.1260732,-698.27669,-58.012)">
137
+ <ellipse
138
+ style="fill:#000000;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:#000000"
139
+ id="ellipse15079-1"
140
+ cx="388.1235"
141
+ cy="-290.71561"
142
+ rx="20.103001"
143
+ ry="20.103493" />
144
+ <path
145
+ id="rect52127-5-0"
146
+ style="fill:#ffffff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
147
+ d="m 377.36591,-301.47322 3.1e-4,6.30167 -4.45593,4.45594 4.45593,4.45593 -3.1e-4,6.30167 h 6.30198 l 4.45594,4.45593 4.45593,-4.45593 h 6.30134 l 3.2e-4,-6.30167 4.45594,-4.45593 -4.45594,-4.45594 -3.2e-4,-6.30167 h -6.30134 l -4.45593,-4.45593 -4.45594,4.45593 z m 2.27111,4.18345 1.91265,-1.91265 3.2276,3.22761 -3.2e-4,1.91263 h -1.91233 z m -2.16283,5.22203 4.56454,-3.4e-4 1.35246,1.35247 -1.35246,1.35246 h -4.56422 z m 9.29718,-9.29718 h 2.70491 v 4.56422 l -1.35245,1.35246 -1.35246,-1.35246 z m 0.0911,7.6066 1.26064,1.28263 1.26035,-1.28295 -0.0154,1.79789 1.7982,-0.0158 -1.28231,1.26034 1.28296,1.26033 -1.79821,-0.0152 0.0158,1.79822 -1.26032,-1.28232 -1.26034,1.28296 0.0154,-1.79853 -1.79853,0.0162 1.28263,-1.26065 -1.28296,-1.26034 1.79822,0.0158 z m -7.2255,9.61687 3.2276,-3.2276 1.91264,3.2e-4 v 1.91232 l -3.2276,3.2276 z m 11.83335,-11.83336 3.22761,-3.22761 1.91264,1.91265 -3.2276,3.22759 h -1.91233 z m -4.69869,11.34461 1.35214,-1.35213 1.35214,1.35213 3.1e-4,4.56455 -2.7046,-3.2e-4 z m 6.08509,-6.08509 1.35246,-1.35245 h 4.56422 l -3.2e-4,2.70459 h -4.56422 z m -1.3864,3.34656 1.91265,-3.2e-4 3.2276,3.2276 -1.91265,1.91264 -3.2276,-3.2276 z" />
148
+ </g>
149
+ </svg>
@@ -0,0 +1,183 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="132.29167mm"
6
+ height="132.29167mm"
7
+ viewBox="0 0 132.29167 132.29167"
8
+ version="1.1"
9
+ id="svg3723"
10
+ sodipodi:docname="anaconda.svg"
11
+ inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns:xlink="http://www.w3.org/1999/xlink"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <sodipodi:namedview
18
+ id="namedview1017"
19
+ pagecolor="#ffffff"
20
+ bordercolor="#666666"
21
+ borderopacity="1.0"
22
+ inkscape:pageshadow="2"
23
+ inkscape:pageopacity="0.0"
24
+ inkscape:pagecheckerboard="0"
25
+ inkscape:document-units="px"
26
+ showgrid="true"
27
+ inkscape:zoom="2.033639"
28
+ inkscape:cx="229.88347"
29
+ inkscape:cy="328.96694"
30
+ inkscape:window-width="3440"
31
+ inkscape:window-height="1371"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="svg3723"
36
+ inkscape:showpageshadow="2"
37
+ inkscape:deskcolor="#d1d1d1">
38
+ <inkscape:grid
39
+ type="xygrid"
40
+ id="grid1097"
41
+ spacingx="2.6458332"
42
+ spacingy="2.6458332"
43
+ originx="0"
44
+ originy="132.29167" />
45
+ </sodipodi:namedview>
46
+ <defs
47
+ id="defs3720">
48
+ <linearGradient
49
+ xlink:href="#a"
50
+ id="b"
51
+ gradientUnits="userSpaceOnUse"
52
+ gradientTransform="matrix(0.23214,0,0,0.32895,-8.567,435.827)"
53
+ x1="88.596001"
54
+ y1="-449.39401"
55
+ x2="536.59601"
56
+ y2="-449.39401" />
57
+ <linearGradient
58
+ id="a">
59
+ <stop
60
+ offset="0"
61
+ stop-color="#acabae"
62
+ id="stop3" />
63
+ <stop
64
+ offset=".038"
65
+ stop-color="#f7f7f7"
66
+ id="stop5" />
67
+ <stop
68
+ offset=".077"
69
+ stop-color="#deddda"
70
+ id="stop7" />
71
+ <stop
72
+ offset=".923"
73
+ stop-color="#b0afad"
74
+ id="stop9" />
75
+ <stop
76
+ offset=".962"
77
+ stop-color="#c0bfbc"
78
+ id="stop11" />
79
+ <stop
80
+ offset="1"
81
+ stop-color="#77767b"
82
+ id="stop13" />
83
+ </linearGradient>
84
+ </defs>
85
+ <rect
86
+ style="opacity:0;fill:#0000ff;fill-rule:evenodd;stroke-width:1.03353"
87
+ id="rect2749"
88
+ width="132.29167"
89
+ height="132.29167"
90
+ x="-4.4077759e-05"
91
+ y="3.1300744e-05" />
92
+ <g
93
+ transform="matrix(1.0335287,0,0,1.0335287,6.8873401e-6,-177.76689)"
94
+ id="g36">
95
+ <rect
96
+ ry="8"
97
+ rx="8"
98
+ y="188"
99
+ x="12"
100
+ height="100"
101
+ width="104"
102
+ style="fill:url(#b);marker:none"
103
+ fill="url(#b)"
104
+ id="rect18" />
105
+ <rect
106
+ style="marker:none"
107
+ width="104"
108
+ height="100"
109
+ x="12"
110
+ y="184"
111
+ rx="8"
112
+ ry="8"
113
+ fill="#ffffff"
114
+ id="rect20" />
115
+ <g
116
+ transform="translate(-104,-365.5)"
117
+ color="#000000"
118
+ id="g26">
119
+ <rect
120
+ ry="4"
121
+ rx="4"
122
+ y="625.5"
123
+ x="128"
124
+ height="8"
125
+ width="80"
126
+ style="marker:none"
127
+ overflow="visible"
128
+ fill="#e1dedb"
129
+ id="rect22" />
130
+ <rect
131
+ ry="4"
132
+ rx="4"
133
+ y="625.5"
134
+ x="128"
135
+ height="8"
136
+ width="48.125"
137
+ style="marker:none;fill:#a14f8c;fill-opacity:1"
138
+ overflow="visible"
139
+ fill="#3584e4"
140
+ id="rect24" />
141
+ </g>
142
+ </g>
143
+ <g
144
+ id="g902"
145
+ transform="matrix(1.5925249,0,0,1.5924912,-551.9505,421.96406)">
146
+ <ellipse
147
+ 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:#000000"
148
+ id="ellipse894"
149
+ cx="435.07938"
150
+ cy="-124.14428"
151
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
152
+ inkscape:export-xdpi="13.06"
153
+ inkscape:export-ydpi="13.06"
154
+ rx="20.103001"
155
+ ry="20.103493"
156
+ transform="rotate(-15)" />
157
+ <g
158
+ id="g907"
159
+ transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
160
+ <path
161
+ id="path896"
162
+ style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
163
+ d="m 384.25717,-249.61659 -3.87493,3.87494 -5.47925,-4.5e-4 -4.5e-4,5.47974 -3.87454,3.87494 3.87454,3.87454 2e-4,5.47989 5.4795,-2e-4 3.87493,3.87493 3.87454,-3.87493 5.47994,-2.5e-4 -2.5e-4,-5.47944 3.87494,-3.87454 -3.87532,-3.87456 -5.47949,-5.47949 z m 1.17607,3.87454 v 4.18045 l -1.17607,1.17608 -1.17607,-1.17608 v -4.18005 z m -6.95928,1.90827 2.95599,2.95639 4.4e-4,1.66269 -1.66359,4.5e-4 -2.95599,-2.95639 z m -3.57142,6.27028 h 4.18045 l 1.17608,1.17608 -1.17608,1.17607 h -4.18045 z m 14.43444,0 h 4.18045 v 2.35215 h -4.18045 l -1.17608,-1.17607 z m -9.50341,3.93651 1.66316,1e-5 v 1.66314 l -2.95599,2.956 -1.66315,-1.66316 z m 7.18429,-2.3e-4 1.6629,2.4e-4 2.95599,2.95599 -1.66314,1.66314 -2.95599,-2.95599 z m -2.76069,1.14353 1.17607,1.17607 v 4.18046 h -2.35214 v -4.18046 z"
164
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
165
+ <path
166
+ id="path898"
167
+ style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
168
+ d="m 385.43324,-239.08983 -1.17607,1.03926 -1.17607,-1.03961 v 1.52668 h -1.52649 l 1.03941,1.17607 -1.03964,1.17608 h 1.52672 v 1.5264 l 1.17607,-1.03934 1.17607,1.03947 v -1.52653 h 1.52628 l -1.03921,-1.17604 1.0396,-1.17611 h -1.52667 z"
169
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
170
+ inkscape:export-xdpi="14.35"
171
+ inkscape:export-ydpi="14.35"
172
+ sodipodi:nodetypes="ccccccccccccccccc" />
173
+ <path
174
+ id="path900"
175
+ style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
176
+ d="m 388.13486,-245.73814 1.90493,1.90493 -2.95599,2.95599 7e-5,1.6631 1.66309,5e-5 2.95598,-2.95598 1.91153,1.91153 -0.003,-5.48309 z"
177
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
178
+ inkscape:export-xdpi="13.06"
179
+ inkscape:export-ydpi="13.06"
180
+ sodipodi:nodetypes="ccccccccc" />
181
+ </g>
182
+ </g>
183
+ </svg>
@@ -0,0 +1,182 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="650"
6
+ height="210"
7
+ viewBox="0 0 171.97918 55.562498"
8
+ version="1.1"
9
+ id="svg5"
10
+ sodipodi:docname="centos-dynamicmsg-logo.svg"
11
+ inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns:xlink="http://www.w3.org/1999/xlink"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg"
17
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18
+ xmlns:cc="http://creativecommons.org/ns#">
19
+ <sodipodi:namedview
20
+ id="namedview1443"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:pageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ showgrid="true"
28
+ fit-margin-top="0"
29
+ fit-margin-left="0"
30
+ fit-margin-right="0"
31
+ fit-margin-bottom="0"
32
+ height="163.00002px"
33
+ inkscape:zoom="2.8458328"
34
+ inkscape:cx="295.16843"
35
+ inkscape:cy="112.09373"
36
+ inkscape:window-width="3440"
37
+ inkscape:window-height="1371"
38
+ inkscape:window-x="0"
39
+ inkscape:window-y="0"
40
+ inkscape:window-maximized="1"
41
+ inkscape:current-layer="g134192"
42
+ inkscape:showpageshadow="2"
43
+ inkscape:deskcolor="#d1d1d1">
44
+ <inkscape:grid
45
+ type="xygrid"
46
+ id="grid2065"
47
+ spacingx="2.6458333"
48
+ spacingy="2.6458333"
49
+ originx="0"
50
+ originy="0"
51
+ visible="true"
52
+ enabled="true"
53
+ dotted="false" />
54
+ </sodipodi:namedview>
55
+ <defs
56
+ id="defs2">
57
+ <color-profile
58
+ name="ThinkPad-E585"
59
+ xlink:href="../../../../../.local/share/icc/edid-a08b296dca3c3f699c0f4ec6cf0497ee.icc"
60
+ id="color-profile4938" />
61
+ <color-profile
62
+ name="LG-HDR-WQHD"
63
+ xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
64
+ id="color-profile4940" />
65
+ <marker
66
+ style="overflow:visible"
67
+ id="marker93588-0"
68
+ refX="0"
69
+ refY="0"
70
+ orient="auto">
71
+ <path
72
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
73
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
74
+ style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
75
+ id="path93348-4" />
76
+ </marker>
77
+ </defs>
78
+ <g
79
+ aria-label="CentOS"
80
+ id="text57015"
81
+ style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#a14f8c;fill-opacity:1;stroke-width:0.749167"
82
+ transform="matrix(0.97560972,0,0,0.97560972,-780.82306,-316.52517)">
83
+ <path
84
+ d="m 865.94059,362.40602 c 3.65593,0 6.68255,-1.31853 8.66035,-3.74583 l -3.11653,-2.87679 c -1.40843,1.64816 -3.17646,2.48723 -5.27412,2.48723 -3.92563,0 -6.71252,-2.75693 -6.71252,-6.71252 0,-3.95559 2.78689,-6.71252 6.71252,-6.71252 2.09766,0 3.86569,0.83906 5.27412,2.45726 l 3.11653,-2.87679 c -1.9778,-2.39733 -5.00442,-3.71586 -8.63038,-3.71586 -6.53272,0 -11.38731,4.52495 -11.38731,10.84791 0,6.32295 4.85459,10.84791 11.35734,10.84791 z"
85
+ id="path2097" />
86
+ <path
87
+ d="m 892.76066,354.04533 c 0,-5.18422 -3.65592,-8.36068 -8.39065,-8.36068 -4.91452,0 -8.60041,3.47613 -8.60041,8.30075 0,4.79466 3.62596,8.30075 9.19974,8.30075 2.90676,0 5.15426,-0.899 6.65259,-2.60709 l -2.48723,-2.697 c -1.10876,1.04883 -2.33739,1.55826 -4.04549,1.55826 -2.45726,0 -4.16536,-1.22863 -4.61486,-3.23639 h 12.19641 c 0.03,-0.38956 0.0899,-0.899 0.0899,-1.2586 z m -8.36068,-4.82462 c 2.09766,0 3.62596,1.31853 3.95559,3.35626 h -7.94115 c 0.32963,-2.06769 1.85793,-3.35626 3.98556,-3.35626 z"
88
+ id="path2099" />
89
+ <path
90
+ d="m 905.67622,345.68465 c -2.18756,0 -4.07545,0.74917 -5.33405,2.12763 v -1.88789 h -4.46502 v 16.12203 h 4.67479 v -7.97112 c 0,-2.96669 1.61819,-4.34516 3.86569,-4.34516 2.06769,0 3.26636,1.19867 3.26636,3.80576 v 8.51052 h 4.67479 v -9.22972 c 0,-4.91452 -2.8768,-7.13205 -6.68256,-7.13205 z"
91
+ id="path2101" />
92
+ <path
93
+ d="m 925.72388,357.97096 c -0.50943,0.38957 -1.19866,0.59933 -1.8879,0.59933 -1.25859,0 -2.00776,-0.74916 -2.00776,-2.12763 v -6.56268 h 4.01553 v -3.59599 h -4.01553 v -3.92563 h -4.67479 v 3.92563 h -2.48723 v 3.59599 h 2.48723 v 6.62262 c 0,3.83572 2.21753,5.78355 6.02329,5.78355 1.4384,0 2.84683,-0.32963 3.80576,-1.01886 z"
94
+ id="path2103" />
95
+ <path
96
+ d="m 940.10783,362.40602 c 6.59266,0 11.47721,-4.58489 11.47721,-10.84791 0,-6.26302 -4.88455,-10.84791 -11.47721,-10.84791 -6.62261,0 -11.4772,4.61485 -11.4772,10.84791 0,6.23305 4.85459,10.84791 11.4772,10.84791 z m 0,-4.13539 c -3.74582,0 -6.56268,-2.72697 -6.56268,-6.71252 0,-3.98556 2.81686,-6.71252 6.56268,-6.71252 3.74583,0 6.56269,2.72696 6.56269,6.71252 0,3.98555 -2.81686,6.71252 -6.56269,6.71252 z"
97
+ id="path2105" />
98
+ <path
99
+ d="m 962.13328,362.40602 c 5.99332,0 8.90008,-2.99666 8.90008,-6.50276 0,-7.70141 -12.19641,-5.03438 -12.19641,-8.90008 0,-1.31853 1.10876,-2.39732 3.98556,-2.39732 1.85793,0 3.86569,0.53939 5.81352,1.64816 l 1.49833,-3.68589 c -1.94783,-1.22863 -4.64482,-1.85793 -7.28188,-1.85793 -5.96336,0 -8.84015,2.96669 -8.84015,6.53272 0,7.79131 12.1964,5.09432 12.1964,9.01994 0,1.28857 -1.16869,2.2475 -4.04549,2.2475 -2.51719,0 -5.15425,-0.899 -6.92228,-2.18756 l -1.64816,3.65592 c 1.85792,1.4384 5.21418,2.4273 8.54048,2.4273 z"
100
+ id="path2107" />
101
+ </g>
102
+ <metadata
103
+ id="metadata2067">
104
+ <rdf:RDF>
105
+ <cc:Work
106
+ rdf:about="">
107
+ <cc:license
108
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
109
+ </cc:Work>
110
+ <cc:License
111
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
112
+ <cc:permits
113
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
114
+ <cc:permits
115
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
116
+ <cc:requires
117
+ rdf:resource="http://creativecommons.org/ns#Notice" />
118
+ <cc:requires
119
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
120
+ <cc:permits
121
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
122
+ <cc:requires
123
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
124
+ </cc:License>
125
+ </rdf:RDF>
126
+ </metadata>
127
+ <text
128
+ xml:space="preserve"
129
+ style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.274085"
130
+ x="52.489094"
131
+ y="50.139275"
132
+ id="message"><tspan
133
+ sodipodi:role="line"
134
+ id="tspan1643"
135
+ style="font-weight:bold;fill:#a14f8c;stroke-width:0.274085"
136
+ x="52.489094"
137
+ y="50.139275">=MSG=</tspan></text>
138
+ <g
139
+ id="g134192"
140
+ transform="matrix(1.1369812,-1.1369812,1.1369812,1.1369812,-490.17073,620.55102)">
141
+ <g
142
+ id="g902"
143
+ transform="matrix(0.46302837,0.46302837,-0.46301856,0.46301856,201.07839,-106.11613)">
144
+ <ellipse
145
+ 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:#000000"
146
+ id="ellipse894"
147
+ cx="435.07938"
148
+ cy="-124.14428"
149
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
150
+ inkscape:export-xdpi="13.06"
151
+ inkscape:export-ydpi="13.06"
152
+ rx="20.103001"
153
+ ry="20.103493"
154
+ transform="rotate(-15)" />
155
+ <g
156
+ id="g907"
157
+ transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
158
+ <path
159
+ id="path896"
160
+ style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
161
+ d="m 384.25717,-249.61659 -3.87493,3.87494 -5.47925,-4.5e-4 -4.5e-4,5.47974 -3.87454,3.87494 3.87454,3.87454 2e-4,5.47989 5.4795,-2e-4 3.87493,3.87493 3.87454,-3.87493 5.47994,-2.5e-4 -2.5e-4,-5.47944 3.87494,-3.87454 -3.87532,-3.87456 -5.47949,-5.47949 z m 1.17607,3.87454 v 4.18045 l -1.17607,1.17608 -1.17607,-1.17608 v -4.18005 z m -6.95928,1.90827 2.95599,2.95639 4.4e-4,1.66269 -1.66359,4.5e-4 -2.95599,-2.95639 z m -3.57142,6.27028 h 4.18045 l 1.17608,1.17608 -1.17608,1.17607 h -4.18045 z m 14.43444,0 h 4.18045 v 2.35215 h -4.18045 l -1.17608,-1.17607 z m -9.50341,3.93651 1.66316,1e-5 v 1.66314 l -2.95599,2.956 -1.66315,-1.66316 z m 7.18429,-2.3e-4 1.6629,2.4e-4 2.95599,2.95599 -1.66314,1.66314 -2.95599,-2.95599 z m -2.76069,1.14353 1.17607,1.17607 v 4.18046 h -2.35214 v -4.18046 z"
162
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
163
+ <path
164
+ id="path898"
165
+ style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
166
+ d="m 385.43324,-239.08983 -1.17607,1.03926 -1.17607,-1.03961 v 1.52668 h -1.52649 l 1.03941,1.17607 -1.03964,1.17608 h 1.52672 v 1.5264 l 1.17607,-1.03934 1.17607,1.03947 v -1.52653 h 1.52628 l -1.03921,-1.17604 1.0396,-1.17611 h -1.52667 z"
167
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
168
+ inkscape:export-xdpi="14.35"
169
+ inkscape:export-ydpi="14.35"
170
+ sodipodi:nodetypes="ccccccccccccccccc" />
171
+ <path
172
+ id="path900"
173
+ style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
174
+ d="m 388.13486,-245.73814 1.90493,1.90493 -2.95599,2.95599 7e-5,1.6631 1.66309,5e-5 2.95598,-2.95598 1.91153,1.91153 -0.003,-5.48309 z"
175
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
176
+ inkscape:export-xdpi="13.06"
177
+ inkscape:export-ydpi="13.06"
178
+ sodipodi:nodetypes="ccccccccc" />
179
+ </g>
180
+ </g>
181
+ </g>
182
+ </svg>
@@ -0,0 +1,136 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="429.39157"
6
+ height="129.99995"
7
+ viewBox="0 0 113.60986 34.39582"
8
+ version="1.1"
9
+ id="svg5"
10
+ sodipodi:docname="centos-dynamicmsg-type.svg"
11
+ inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns:xlink="http://www.w3.org/1999/xlink"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg"
17
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18
+ xmlns:cc="http://creativecommons.org/ns#">
19
+ <sodipodi:namedview
20
+ id="namedview1443"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:pageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ showgrid="true"
28
+ fit-margin-top="0"
29
+ fit-margin-left="0"
30
+ fit-margin-right="0"
31
+ fit-margin-bottom="0"
32
+ height="163.00002px"
33
+ inkscape:zoom="2.8458328"
34
+ inkscape:cx="81.171318"
35
+ inkscape:cy="52.005866"
36
+ inkscape:window-width="3440"
37
+ inkscape:window-height="1371"
38
+ inkscape:window-x="0"
39
+ inkscape:window-y="0"
40
+ inkscape:window-maximized="1"
41
+ inkscape:current-layer="svg5">
42
+ <inkscape:grid
43
+ type="xygrid"
44
+ id="grid2065"
45
+ spacingx="2.6458333"
46
+ spacingy="2.6458333"
47
+ originx="-52.916667"
48
+ originy="-15.875012"
49
+ visible="true"
50
+ enabled="true"
51
+ dotted="false" />
52
+ </sodipodi:namedview>
53
+ <defs
54
+ id="defs2">
55
+ <color-profile
56
+ name="ThinkPad-E585"
57
+ xlink:href="../../../../../.local/share/icc/edid-a08b296dca3c3f699c0f4ec6cf0497ee.icc"
58
+ id="color-profile1035" />
59
+ <color-profile
60
+ name="LG-HDR-WQHD"
61
+ xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
62
+ id="color-profile1037" />
63
+ <marker
64
+ style="overflow:visible"
65
+ id="marker93588-0"
66
+ refX="0"
67
+ refY="0"
68
+ orient="auto">
69
+ <path
70
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
71
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
72
+ style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
73
+ id="path93348-4" />
74
+ </marker>
75
+ </defs>
76
+ <g
77
+ aria-label="CentOS"
78
+ id="text57015"
79
+ style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#a14f8c;fill-opacity:1;stroke-width:0.749167"
80
+ transform="matrix(0.97560972,0,0,0.97560972,-833.73973,-332.40018)">
81
+ <path
82
+ d="m 865.94059,362.40602 c 3.65593,0 6.68255,-1.31853 8.66035,-3.74583 l -3.11653,-2.87679 c -1.40843,1.64816 -3.17646,2.48723 -5.27412,2.48723 -3.92563,0 -6.71252,-2.75693 -6.71252,-6.71252 0,-3.95559 2.78689,-6.71252 6.71252,-6.71252 2.09766,0 3.86569,0.83906 5.27412,2.45726 l 3.11653,-2.87679 c -1.9778,-2.39733 -5.00442,-3.71586 -8.63038,-3.71586 -6.53272,0 -11.38731,4.52495 -11.38731,10.84791 0,6.32295 4.85459,10.84791 11.35734,10.84791 z"
83
+ id="path2097" />
84
+ <path
85
+ d="m 892.76066,354.04533 c 0,-5.18422 -3.65592,-8.36068 -8.39065,-8.36068 -4.91452,0 -8.60041,3.47613 -8.60041,8.30075 0,4.79466 3.62596,8.30075 9.19974,8.30075 2.90676,0 5.15426,-0.899 6.65259,-2.60709 l -2.48723,-2.697 c -1.10876,1.04883 -2.33739,1.55826 -4.04549,1.55826 -2.45726,0 -4.16536,-1.22863 -4.61486,-3.23639 h 12.19641 c 0.03,-0.38956 0.0899,-0.899 0.0899,-1.2586 z m -8.36068,-4.82462 c 2.09766,0 3.62596,1.31853 3.95559,3.35626 h -7.94115 c 0.32963,-2.06769 1.85793,-3.35626 3.98556,-3.35626 z"
86
+ id="path2099" />
87
+ <path
88
+ d="m 905.67622,345.68465 c -2.18756,0 -4.07545,0.74917 -5.33405,2.12763 v -1.88789 h -4.46502 v 16.12203 h 4.67479 v -7.97112 c 0,-2.96669 1.61819,-4.34516 3.86569,-4.34516 2.06769,0 3.26636,1.19867 3.26636,3.80576 v 8.51052 h 4.67479 v -9.22972 c 0,-4.91452 -2.8768,-7.13205 -6.68256,-7.13205 z"
89
+ id="path2101" />
90
+ <path
91
+ d="m 925.72388,357.97096 c -0.50943,0.38957 -1.19866,0.59933 -1.8879,0.59933 -1.25859,0 -2.00776,-0.74916 -2.00776,-2.12763 v -6.56268 h 4.01553 v -3.59599 h -4.01553 v -3.92563 h -4.67479 v 3.92563 h -2.48723 v 3.59599 h 2.48723 v 6.62262 c 0,3.83572 2.21753,5.78355 6.02329,5.78355 1.4384,0 2.84683,-0.32963 3.80576,-1.01886 z"
92
+ id="path2103" />
93
+ <path
94
+ d="m 940.10783,362.40602 c 6.59266,0 11.47721,-4.58489 11.47721,-10.84791 0,-6.26302 -4.88455,-10.84791 -11.47721,-10.84791 -6.62261,0 -11.4772,4.61485 -11.4772,10.84791 0,6.23305 4.85459,10.84791 11.4772,10.84791 z m 0,-4.13539 c -3.74582,0 -6.56268,-2.72697 -6.56268,-6.71252 0,-3.98556 2.81686,-6.71252 6.56268,-6.71252 3.74583,0 6.56269,2.72696 6.56269,6.71252 0,3.98555 -2.81686,6.71252 -6.56269,6.71252 z"
95
+ id="path2105" />
96
+ <path
97
+ d="m 962.13328,362.40602 c 5.99332,0 8.90008,-2.99666 8.90008,-6.50276 0,-7.70141 -12.19641,-5.03438 -12.19641,-8.90008 0,-1.31853 1.10876,-2.39732 3.98556,-2.39732 1.85793,0 3.86569,0.53939 5.81352,1.64816 l 1.49833,-3.68589 c -1.94783,-1.22863 -4.64482,-1.85793 -7.28188,-1.85793 -5.96336,0 -8.84015,2.96669 -8.84015,6.53272 0,7.79131 12.1964,5.09432 12.1964,9.01994 0,1.28857 -1.16869,2.2475 -4.04549,2.2475 -2.51719,0 -5.15425,-0.899 -6.92228,-2.18756 l -1.64816,3.65592 c 1.85792,1.4384 5.21418,2.4273 8.54048,2.4273 z"
98
+ id="path2107" />
99
+ </g>
100
+ <metadata
101
+ id="metadata2067">
102
+ <rdf:RDF>
103
+ <cc:Work
104
+ rdf:about="">
105
+ <cc:license
106
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
107
+ </cc:Work>
108
+ <cc:License
109
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
110
+ <cc:permits
111
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
112
+ <cc:permits
113
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
114
+ <cc:requires
115
+ rdf:resource="http://creativecommons.org/ns#Notice" />
116
+ <cc:requires
117
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
118
+ <cc:permits
119
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
120
+ <cc:requires
121
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
122
+ </cc:License>
123
+ </rdf:RDF>
124
+ </metadata>
125
+ <text
126
+ xml:space="preserve"
127
+ style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.274085"
128
+ x="-0.42757148"
129
+ y="34.264263"
130
+ id="message"><tspan
131
+ sodipodi:role="line"
132
+ id="tspan1643"
133
+ style="font-weight:bold;fill:#a14f8c;stroke-width:0.274085"
134
+ x="-0.42757148"
135
+ y="34.264263">=MSG=</tspan></text>
136
+ </svg>