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.
- checksums.yaml +4 -4
- data/_includes/people/header.html +1 -1
- data/_sass/bootstrap/_accordion.scss +149 -0
- data/_sass/bootstrap/_alert.scss +71 -0
- data/_sass/bootstrap/_badge.scss +38 -0
- data/_sass/bootstrap/_breadcrumb.scss +40 -0
- data/_sass/bootstrap/_button-group.scss +142 -0
- data/_sass/bootstrap/_buttons.scss +207 -0
- data/_sass/bootstrap/_card.scss +234 -0
- data/_sass/bootstrap/_carousel.scss +226 -0
- data/_sass/bootstrap/_close.scss +40 -0
- data/_sass/bootstrap/_containers.scss +41 -0
- data/_sass/bootstrap/_dropdown.scss +249 -0
- data/_sass/bootstrap/_forms.scss +9 -0
- data/_sass/bootstrap/_functions.scss +302 -0
- data/_sass/bootstrap/_grid.scss +33 -0
- data/_sass/bootstrap/_helpers.scss +10 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_list-group.scss +192 -0
- data/_sass/bootstrap/_maps.scss +54 -0
- data/_sass/bootstrap/_mixins.scss +43 -0
- data/_sass/bootstrap/_modal.scss +237 -0
- data/_sass/bootstrap/_nav.scss +172 -0
- data/_sass/bootstrap/_navbar.scss +278 -0
- data/_sass/bootstrap/_offcanvas.scss +144 -0
- data/_sass/bootstrap/_pagination.scss +109 -0
- data/_sass/bootstrap/_placeholders.scss +51 -0
- data/_sass/bootstrap/_popover.scss +196 -0
- data/_sass/bootstrap/_progress.scss +59 -0
- data/_sass/bootstrap/_reboot.scss +610 -0
- data/_sass/bootstrap/_root.scss +73 -0
- data/_sass/bootstrap/_spinners.scss +85 -0
- data/_sass/bootstrap/_tables.scss +164 -0
- data/_sass/bootstrap/_toasts.scss +73 -0
- data/_sass/bootstrap/_tooltip.scss +120 -0
- data/_sass/bootstrap/_transitions.scss +27 -0
- data/_sass/bootstrap/_type.scss +106 -0
- data/_sass/bootstrap/_utilities.scss +647 -0
- data/_sass/bootstrap/_variables.scss +1634 -0
- data/_sass/bootstrap/bootstrap-grid.scss +64 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +9 -0
- data/_sass/bootstrap/bootstrap-utilities.scss +18 -0
- data/_sass/bootstrap/bootstrap.scss +51 -0
- data/_sass/bootstrap/forms/_floating-labels.scss +75 -0
- data/_sass/bootstrap/forms/_form-check.scss +175 -0
- data/_sass/bootstrap/forms/_form-control.scss +194 -0
- data/_sass/bootstrap/forms/_form-range.scss +91 -0
- data/_sass/bootstrap/forms/_form-select.scss +71 -0
- data/_sass/bootstrap/forms/_form-text.scss +11 -0
- data/_sass/bootstrap/forms/_input-group.scss +132 -0
- data/_sass/bootstrap/forms/_labels.scss +36 -0
- data/_sass/bootstrap/forms/_validation.scss +12 -0
- data/_sass/bootstrap/helpers/_clearfix.scss +3 -0
- data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
- data/_sass/bootstrap/helpers/_colored-links.scss +12 -0
- data/_sass/bootstrap/helpers/_position.scss +36 -0
- data/_sass/bootstrap/helpers/_ratio.scss +26 -0
- data/_sass/bootstrap/helpers/_stacks.scss +15 -0
- data/_sass/bootstrap/helpers/_stretched-link.scss +15 -0
- data/_sass/bootstrap/helpers/_text-truncation.scss +7 -0
- data/_sass/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/_sass/bootstrap/helpers/_vr.scss +8 -0
- data/_sass/bootstrap/mixins/_alert.scss +15 -0
- data/_sass/bootstrap/mixins/_backdrop.scss +14 -0
- data/_sass/bootstrap/mixins/_banner.scss +9 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +78 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +18 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +127 -0
- data/_sass/bootstrap/mixins/_buttons.scss +70 -0
- data/_sass/bootstrap/mixins/_caret.scss +64 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +9 -0
- data/_sass/bootstrap/mixins/_color-scheme.scss +7 -0
- data/_sass/bootstrap/mixins/_container.scss +11 -0
- data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
- data/_sass/bootstrap/mixins/_forms.scss +152 -0
- data/_sass/bootstrap/mixins/_gradients.scss +47 -0
- data/_sass/bootstrap/mixins/_grid.scss +151 -0
- data/_sass/bootstrap/mixins/_image.scss +16 -0
- data/_sass/bootstrap/mixins/_list-group.scss +24 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_pagination.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_table-variants.scss +24 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +26 -0
- data/_sass/bootstrap/mixins/_utilities.scss +97 -0
- data/_sass/bootstrap/mixins/_visually-hidden.scss +29 -0
- data/_sass/bootstrap/utilities/_api.scss +47 -0
- data/_sass/bootstrap/vendor/_rfs.scss +354 -0
- data/_sass/fontawesome-free/_animated.scss +153 -0
- data/_sass/fontawesome-free/_bordered-pulled.scss +20 -0
- data/_sass/fontawesome-free/_core.scss +43 -0
- data/_sass/fontawesome-free/_fixed-width.scss +7 -0
- data/_sass/fontawesome-free/_functions.scss +57 -0
- data/_sass/fontawesome-free/_icons.scss +9 -0
- data/_sass/fontawesome-free/_list.scss +18 -0
- data/_sass/fontawesome-free/_mixins.scss +75 -0
- data/_sass/fontawesome-free/_rotated-flipped.scss +31 -0
- data/_sass/fontawesome-free/_screen-reader.scss +14 -0
- data/_sass/fontawesome-free/_shims.scss +2042 -0
- data/_sass/fontawesome-free/_sizing.scss +16 -0
- data/_sass/fontawesome-free/_stacked.scss +32 -0
- data/_sass/fontawesome-free/_variables.scss +4957 -0
- data/_sass/fontawesome-free/brands.scss +30 -0
- data/_sass/fontawesome-free/fontawesome.scss +21 -0
- data/_sass/fontawesome-free/regular.scss +26 -0
- data/_sass/fontawesome-free/solid.scss +26 -0
- data/_sass/fontawesome-free/v4-shims.scss +11 -0
- data/assets/css/dataTables.bootstrap5.css +416 -0
- data/assets/css/dataTables.bootstrap5.min.css +5 -0
- data/assets/img/anaconda-symbolic.svg +149 -0
- data/assets/img/anaconda.svg +183 -0
- data/assets/img/centos-dynamicmsg-logo.svg +182 -0
- data/assets/img/centos-dynamicmsg-type.svg +136 -0
- data/assets/img/centos-dynamicmsg-whitelogo.svg +172 -0
- data/assets/img/centos-dynamicmsg-whitetype.svg +142 -0
- data/assets/img/centos-gdm-whitelogo.svg +184 -0
- data/assets/img/centos-ipa-whiteheader.svg +162 -0
- data/assets/img/centos-logo-2bits.svg +142 -0
- data/assets/img/centos-logo.svg +171 -0
- data/assets/img/centos-message-logo.svg +304 -0
- data/assets/img/centos-motif.png +0 -0
- data/assets/img/centos-poweredby-logo.svg +258 -0
- data/assets/img/centos-symbol-2bits.svg +102 -0
- data/assets/img/centos-symbol.svg +121 -0
- data/assets/img/centos-type.svg +125 -0
- data/assets/img/centos-vertical-logo.svg +168 -0
- data/assets/img/centos-vertical-message-logo.svg +316 -0
- data/assets/img/centos-whitelogo.svg +161 -0
- data/assets/img/favicon.svg +121 -0
- data/assets/img/sort_asc.png +0 -0
- data/assets/img/sort_asc_disabled.png +0 -0
- data/assets/img/sort_both.png +0 -0
- data/assets/img/sort_desc.png +0 -0
- data/assets/img/sort_desc_disabled.png +0 -0
- data/assets/js/bootstrap.bundle.js +7075 -0
- data/assets/js/bootstrap.bundle.js.map +1 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/bootstrap.esm.js +5202 -0
- data/assets/js/bootstrap.esm.js.map +1 -0
- data/assets/js/bootstrap.esm.min.js +7 -0
- data/assets/js/bootstrap.esm.min.js.map +1 -0
- data/assets/js/bootstrap.js +5249 -0
- data/assets/js/bootstrap.js.map +1 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/bootstrap.min.js.map +1 -0
- data/assets/js/clipboard.js +890 -0
- data/assets/js/clipboard.min.js +7 -0
- data/assets/js/dataTables.bootstrap5.js +200 -0
- data/assets/js/dataTables.bootstrap5.min.js +4 -0
- data/assets/js/dataTables.bootstrap5.min.mjs +4 -0
- data/assets/js/dataTables.bootstrap5.mjs +164 -0
- data/assets/js/jquery.js +10993 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/jquery.min.map +1 -0
- data/assets/js/jquery.slim.js +8894 -0
- data/assets/js/jquery.slim.min.js +2 -0
- data/assets/js/jquery.slim.min.map +1 -0
- data/assets/webfonts/Montserrat-Black.woff +0 -0
- data/assets/webfonts/Montserrat-Black.woff2 +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BlackItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Bold.woff +0 -0
- data/assets/webfonts/Montserrat-Bold.woff2 +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-BoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLight.woff2 +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Italic.woff +0 -0
- data/assets/webfonts/Montserrat-Italic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Light.woff +0 -0
- data/assets/webfonts/Montserrat-Light.woff2 +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff +0 -0
- data/assets/webfonts/Montserrat-LightItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Medium.woff +0 -0
- data/assets/webfonts/Montserrat-Medium.woff2 +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff +0 -0
- data/assets/webfonts/Montserrat-MediumItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Regular.woff +0 -0
- data/assets/webfonts/Montserrat-Regular.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBold.woff2 +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/Montserrat-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/Montserrat-Thin.woff +0 -0
- data/assets/webfonts/Montserrat-Thin.woff2 +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff +0 -0
- data/assets/webfonts/Montserrat-ThinItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Black.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BlackItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Bold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-BoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLight.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ExtraLightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Italic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Light.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-LightItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Medium.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-MediumItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Regular.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBold.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-SemiBoldItalic.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff +0 -0
- data/assets/webfonts/MontserratAlternates-Thin.woff2 +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff +0 -0
- data/assets/webfonts/MontserratAlternates-ThinItalic.woff2 +0 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/assets/webfonts/overpass-mono-bold.woff +0 -0
- data/assets/webfonts/overpass-mono-bold.woff2 +0 -0
- data/assets/webfonts/overpass-mono-light.woff +0 -0
- data/assets/webfonts/overpass-mono-light.woff2 +0 -0
- data/assets/webfonts/overpass-mono-regular.woff +0 -0
- data/assets/webfonts/overpass-mono-regular.woff2 +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff +0 -0
- data/assets/webfonts/overpass-mono-semibold.woff2 +0 -0
- metadata +247 -1
@@ -0,0 +1,304 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="710"
|
6
|
+
height="270"
|
7
|
+
viewBox="0 0 187.85418 71.437497"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-message-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="3.7169014"
|
34
|
+
inkscape:cx="355.13452"
|
35
|
+
inkscape:cy="135.05873"
|
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
|
+
showborder="true"
|
43
|
+
inkscape:showpageshadow="2"
|
44
|
+
inkscape:deskcolor="#d1d1d1">
|
45
|
+
<inkscape:grid
|
46
|
+
type="xygrid"
|
47
|
+
id="grid2065"
|
48
|
+
spacingx="2.6458333"
|
49
|
+
spacingy="2.6458333"
|
50
|
+
originx="0"
|
51
|
+
originy="0"
|
52
|
+
visible="true"
|
53
|
+
enabled="true"
|
54
|
+
dotted="false" />
|
55
|
+
</sodipodi:namedview>
|
56
|
+
<defs
|
57
|
+
id="defs2">
|
58
|
+
<color-profile
|
59
|
+
name="ThinkPad-E585"
|
60
|
+
xlink:href="../../../../../.local/share/icc/edid-a08b296dca3c3f699c0f4ec6cf0497ee.icc"
|
61
|
+
id="color-profile7184" />
|
62
|
+
<color-profile
|
63
|
+
name="LG-HDR-WQHD"
|
64
|
+
xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
|
65
|
+
id="color-profile7186" />
|
66
|
+
</defs>
|
67
|
+
<metadata
|
68
|
+
id="metadata2067">
|
69
|
+
<rdf:RDF>
|
70
|
+
<cc:Work
|
71
|
+
rdf:about="">
|
72
|
+
<cc:license
|
73
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
74
|
+
</cc:Work>
|
75
|
+
<cc:License
|
76
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
77
|
+
<cc:permits
|
78
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
79
|
+
<cc:permits
|
80
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
81
|
+
<cc:requires
|
82
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
83
|
+
<cc:requires
|
84
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
85
|
+
<cc:permits
|
86
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
87
|
+
<cc:requires
|
88
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
89
|
+
</cc:License>
|
90
|
+
</rdf:RDF>
|
91
|
+
</metadata>
|
92
|
+
<g
|
93
|
+
aria-label="CentOS"
|
94
|
+
id="text57015"
|
95
|
+
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"
|
96
|
+
transform="matrix(0.97560972,0,0,0.97560972,-780.82306,-316.52517)">
|
97
|
+
<path
|
98
|
+
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"
|
99
|
+
id="path2097" />
|
100
|
+
<path
|
101
|
+
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"
|
102
|
+
id="path2099" />
|
103
|
+
<path
|
104
|
+
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"
|
105
|
+
id="path2101" />
|
106
|
+
<path
|
107
|
+
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"
|
108
|
+
id="path2103" />
|
109
|
+
<path
|
110
|
+
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"
|
111
|
+
id="path2105" />
|
112
|
+
<path
|
113
|
+
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"
|
114
|
+
id="path2107" />
|
115
|
+
</g>
|
116
|
+
<g
|
117
|
+
aria-label="Community Enterprise"
|
118
|
+
id="text8900"
|
119
|
+
style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.289529"
|
120
|
+
transform="translate(0,0.1322216)">
|
121
|
+
<path
|
122
|
+
d="m 57.071795,50.270835 c 1.337535,0 2.444838,-0.482389 3.168423,-1.370425 l -1.140194,-1.052486 c -0.51528,0.602987 -1.16212,0.909962 -1.929558,0.909962 -1.436206,0 -2.455802,-1.008633 -2.455802,-2.455801 0,-1.447169 1.019596,-2.455802 2.455802,-2.455802 0.767438,0 1.414278,0.306975 1.929558,0.898999 l 1.140194,-1.052487 c -0.723585,-0.877072 -1.830888,-1.359461 -3.15746,-1.359461 -2.390021,0 -4.166092,1.655473 -4.166092,3.968751 0,2.313277 1.776071,3.96875 4.155129,3.96875 z"
|
123
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
124
|
+
id="path14846" />
|
125
|
+
<path
|
126
|
+
d="m 63.912943,50.226982 c 1.874741,0 3.234203,-1.260791 3.234203,-3.036862 0,-1.776071 -1.359462,-3.036862 -3.234203,-3.036862 -1.874741,0 -3.245166,1.260791 -3.245166,3.036862 0,1.776071 1.370425,3.036862 3.245166,3.036862 z m 0,-1.403315 c -0.855145,0 -1.512949,-0.613951 -1.512949,-1.633547 0,-1.019596 0.657804,-1.633547 1.512949,-1.633547 0.855145,0 1.501986,0.613951 1.501986,1.633547 0,1.019596 -0.646841,1.633547 -1.501986,1.633547 z"
|
127
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
128
|
+
id="path14848" />
|
129
|
+
<path
|
130
|
+
d="m 75.841108,44.153258 c -0.888035,0 -1.655473,0.361792 -2.126899,0.964779 -0.416609,-0.64684 -1.118267,-0.964779 -1.940522,-0.964779 -0.756475,0 -1.414279,0.263122 -1.852815,0.767438 v -0.679731 h -1.633546 v 5.89831 h 1.71029 v -2.960118 c 0,-1.052487 0.537207,-1.54584 1.293681,-1.54584 0.712621,0 1.118267,0.438536 1.118267,1.392352 v 3.113606 h 1.710291 v -2.960118 c 0,-1.052487 0.537206,-1.54584 1.304644,-1.54584 0.690694,0 1.118267,0.438536 1.118267,1.392352 v 3.113606 h 1.71029 v -3.376728 c 0,-1.797997 -1.008632,-2.609289 -2.411948,-2.609289 z"
|
131
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
132
|
+
id="path14850" />
|
133
|
+
<path
|
134
|
+
d="m 87.341713,44.153258 c -0.888035,0 -1.655473,0.361792 -2.1269,0.964779 -0.416609,-0.64684 -1.118266,-0.964779 -1.940521,-0.964779 -0.756475,0 -1.414279,0.263122 -1.852815,0.767438 V 44.240965 H 79.78793 v 5.89831 h 1.710291 v -2.960118 c 0,-1.052487 0.537206,-1.54584 1.293681,-1.54584 0.712621,0 1.118267,0.438536 1.118267,1.392352 v 3.113606 h 1.71029 v -2.960118 c 0,-1.052487 0.537207,-1.54584 1.304645,-1.54584 0.690694,0 1.118267,0.438536 1.118267,1.392352 v 3.113606 h 1.71029 v -3.376728 c 0,-1.797997 -1.008633,-2.609289 -2.411948,-2.609289 z"
|
135
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
136
|
+
id="path14852" />
|
137
|
+
<path
|
138
|
+
d="m 95.520406,47.15723 c 0,1.085376 -0.570097,1.589693 -1.359462,1.589693 -0.756475,0 -1.195011,-0.438536 -1.195011,-1.425242 v -3.080716 h -1.71029 v 3.332874 c 0,1.819924 1.041523,2.653143 2.521582,2.653143 0.723584,0 1.381388,-0.274085 1.830888,-0.789365 v 0.701658 h 1.622583 v -5.89831 h -1.71029 z"
|
139
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
140
|
+
id="path14854" />
|
141
|
+
<path
|
142
|
+
d="m 102.4054,44.153258 c -0.80033,0 -1.49102,0.274085 -1.95148,0.778402 v -0.690695 h -1.633549 v 5.89831 h 1.710289 V 47.22301 c 0,-1.085376 0.59202,-1.589693 1.41428,-1.589693 0.75647,0 1.19501,0.438536 1.19501,1.392352 v 3.113606 h 1.71029 v -3.376728 c 0,-1.797997 -1.05249,-2.609289 -2.44484,-2.609289 z"
|
143
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
144
|
+
id="path14856" />
|
145
|
+
<path
|
146
|
+
d="m 107.25123,43.41871 c 0.63587,0 1.06345,-0.416609 1.06345,-0.986706 0,-0.526243 -0.42758,-0.920925 -1.06345,-0.920925 -0.63588,0 -1.06345,0.416609 -1.06345,0.953816 0,0.537206 0.42757,0.953815 1.06345,0.953815 z m 0.85514,6.720565 v -5.89831 h -1.71029 v 5.89831 z"
|
147
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
148
|
+
id="path14858" />
|
149
|
+
<path
|
150
|
+
d="m 113.03989,48.648252 c -0.18638,0.142524 -0.43854,0.219268 -0.6907,0.219268 -0.46046,0 -0.73455,-0.274085 -0.73455,-0.778401 v -2.400985 h 1.4691 v -1.315608 h -1.4691 v -1.436205 h -1.71029 v 1.436205 h -0.90996 v 1.315608 h 0.90996 v 2.422912 c 0,1.403315 0.8113,2.115936 2.20365,2.115936 0.52624,0 1.04152,-0.120598 1.39235,-0.372756 z"
|
151
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
152
|
+
id="path14860" />
|
153
|
+
<path
|
154
|
+
d="m 116.89899,48.242606 -1.65547,-4.001641 h -1.76511 l 2.55448,5.942163 -0.0219,0.05482 c -0.23023,0.526243 -0.49335,0.734548 -0.96478,0.734548 -0.33987,0 -0.70166,-0.142524 -0.96478,-0.372756 l -0.62491,1.216938 c 0.38372,0.339865 1.04152,0.537206 1.64451,0.537206 1.06345,0 1.87474,-0.427572 2.44483,-1.852814 l 2.66411,-6.260102 h -1.64451 z"
|
155
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
156
|
+
id="path14862" />
|
157
|
+
<path
|
158
|
+
d="m 125.89993,46.937962 h 3.56311 v -1.381389 h -3.56311 v -1.666436 h 4.03454 v -1.425242 h -5.79964 v 7.67438 h 5.94216 v -1.425242 h -4.17706 z"
|
159
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
160
|
+
id="path14864" />
|
161
|
+
<path
|
162
|
+
d="m 134.95569,44.153258 c -0.80033,0 -1.49102,0.274085 -1.95148,0.778402 v -0.690695 h -1.63355 v 5.89831 h 1.71029 V 47.22301 c 0,-1.085376 0.59202,-1.589693 1.41428,-1.589693 0.75647,0 1.19501,0.438536 1.19501,1.392352 v 3.113606 h 1.71029 v -3.376728 c 0,-1.797997 -1.05249,-2.609289 -2.44484,-2.609289 z"
|
163
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
164
|
+
id="path14866" />
|
165
|
+
<path
|
166
|
+
d="m 142.29021,48.648252 c -0.18638,0.142524 -0.43854,0.219268 -0.69069,0.219268 -0.46047,0 -0.73455,-0.274085 -0.73455,-0.778401 v -2.400985 h 1.46909 v -1.315608 h -1.46909 v -1.436205 h -1.71029 v 1.436205 h -0.90996 v 1.315608 h 0.90996 v 2.422912 c 0,1.403315 0.81129,2.115936 2.20364,2.115936 0.52625,0 1.04152,-0.120598 1.39235,-0.372756 z"
|
167
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
168
|
+
id="path14868" />
|
169
|
+
<path
|
170
|
+
d="m 149.30678,47.212047 c 0,-1.896668 -1.33753,-3.058789 -3.06975,-3.058789 -1.798,0 -3.1465,1.271755 -3.1465,3.036862 0,1.754144 1.32657,3.036862 3.36577,3.036862 1.06345,0 1.8857,-0.328902 2.43387,-0.953816 l -0.90996,-0.986706 c -0.40565,0.383719 -0.85515,0.570097 -1.48006,0.570097 -0.899,0 -1.52391,-0.4495 -1.68836,-1.184047 h 4.4621 c 0.011,-0.142525 0.0329,-0.328902 0.0329,-0.460463 z m -3.05879,-1.765108 c 0.76744,0 1.32657,0.48239 1.44717,1.227901 h -2.9053 c 0.1206,-0.756474 0.67973,-1.227901 1.45813,-1.227901 z"
|
171
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
172
|
+
id="path14870" />
|
173
|
+
<path
|
174
|
+
d="m 152.0805,44.240965 h -1.63355 v 5.89831 h 1.71029 v -2.784704 c 0,-1.12923 0.62492,-1.64451 1.56777,-1.64451 0.13156,0 0.2412,0.01096 0.38372,0.02193 v -1.57873 c -0.90996,0 -1.61162,0.296012 -2.02823,0.866109 z"
|
175
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
176
|
+
id="path14872" />
|
177
|
+
<path
|
178
|
+
d="m 158.61467,44.153258 c -0.78937,0 -1.42525,0.252158 -1.85282,0.767438 v -0.679731 h -1.63355 v 8.025209 h 1.71029 v -2.751813 c 0.43854,0.482389 1.04153,0.712621 1.77608,0.712621 1.65547,0 2.93819,-1.184047 2.93819,-3.036862 0,-1.852815 -1.28272,-3.036862 -2.93819,-3.036862 z m -0.29602,4.670409 c -0.85514,0 -1.50198,-0.613951 -1.50198,-1.633547 0,-1.019596 0.64684,-1.633547 1.50198,-1.633547 0.85515,0 1.50199,0.613951 1.50199,1.633547 0,1.019596 -0.64684,1.633547 -1.50199,1.633547 z"
|
179
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
180
|
+
id="path14874" />
|
181
|
+
<path
|
182
|
+
d="m 164.32659,44.240965 h -1.63355 v 5.89831 h 1.71029 v -2.784704 c 0,-1.12923 0.62491,-1.64451 1.56777,-1.64451 0.13156,0 0.24119,0.01096 0.38372,0.02193 v -1.57873 c -0.90997,0 -1.61162,0.296012 -2.02823,0.866109 z"
|
183
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
184
|
+
id="path14876" />
|
185
|
+
<path
|
186
|
+
d="m 168.22954,43.41871 c 0.63587,0 1.06345,-0.416609 1.06345,-0.986706 0,-0.526243 -0.42758,-0.920925 -1.06345,-0.920925 -0.63588,0 -1.06345,0.416609 -1.06345,0.953816 0,0.537206 0.42757,0.953815 1.06345,0.953815 z m 0.85514,6.720565 v -5.89831 h -1.71029 v 5.89831 z"
|
187
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
188
|
+
id="path14878" />
|
189
|
+
<path
|
190
|
+
d="m 172.65873,50.226982 c 1.76511,0 2.7847,-0.778402 2.7847,-1.874742 0,-2.32424 -3.5631,-1.348498 -3.5631,-2.357131 0,-0.306975 0.3289,-0.54817 1.09634,-0.54817 0.53721,0 1.11827,0.109634 1.69933,0.438536 l 0.57009,-1.216937 c -0.55913,-0.328902 -1.45813,-0.51528 -2.26942,-0.51528 -1.72125,0 -2.72989,0.789365 -2.72989,1.907632 0,2.357131 3.56311,1.370425 3.56311,2.335204 0,0.328902 -0.29601,0.537207 -1.08538,0.537207 -0.72358,0 -1.52391,-0.230232 -2.05015,-0.570097 l -0.5701,1.227901 c 0.54817,0.361792 1.5568,0.635877 2.55447,0.635877 z"
|
191
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
192
|
+
id="path14880" />
|
193
|
+
<path
|
194
|
+
d="m 182.27362,47.212047 c 0,-1.896668 -1.33754,-3.058789 -3.06976,-3.058789 -1.79799,0 -3.14649,1.271755 -3.14649,3.036862 0,1.754144 1.32657,3.036862 3.36576,3.036862 1.06345,0 1.88571,-0.328902 2.43388,-0.953816 l -0.90997,-0.986706 c -0.40564,0.383719 -0.85514,0.570097 -1.48005,0.570097 -0.899,0 -1.52392,-0.4495 -1.68837,-1.184047 h 4.46211 c 0.011,-0.142525 0.0329,-0.328902 0.0329,-0.460463 z m -3.05879,-1.765108 c 0.76744,0 1.32657,0.48239 1.44717,1.227901 h -2.90531 c 0.1206,-0.756474 0.67974,-1.227901 1.45814,-1.227901 z"
|
195
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
196
|
+
id="path14882" />
|
197
|
+
</g>
|
198
|
+
<g
|
199
|
+
aria-label="Operating System"
|
200
|
+
id="text12552"
|
201
|
+
style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.289529"
|
202
|
+
transform="translate(0,0.13222446)">
|
203
|
+
<path
|
204
|
+
d="m 57.115649,63.5 c 2.411948,0 4.198982,-1.677401 4.198982,-3.968751 0,-2.291351 -1.787034,-3.968751 -4.198982,-3.968751 -2.422912,0 -4.198983,1.688364 -4.198983,3.968751 0,2.280387 1.776071,3.968751 4.198983,3.968751 z m 0,-1.51295 c -1.370425,0 -2.400985,-0.997669 -2.400985,-2.455801 0,-1.458132 1.03056,-2.455802 2.400985,-2.455802 1.370425,0 2.400984,0.99767 2.400984,2.455802 0,1.458132 -1.030559,2.455801 -2.400984,2.455801 z"
|
205
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
206
|
+
id="path14885" />
|
207
|
+
<path
|
208
|
+
d="m 66.017928,57.382422 c -0.789365,0 -1.425242,0.252159 -1.852815,0.767438 v -0.67973 h -1.633546 v 8.025208 h 1.71029 v -2.751813 c 0.438536,0.48239 1.041523,0.712621 1.776071,0.712621 1.655473,0 2.938191,-1.184047 2.938191,-3.036862 0,-1.852814 -1.282718,-3.036862 -2.938191,-3.036862 z m -0.296012,4.670409 c -0.855145,0 -1.501986,-0.613951 -1.501986,-1.633547 0,-1.019596 0.646841,-1.633546 1.501986,-1.633546 0.855145,0 1.501986,0.61395 1.501986,1.633546 0,1.019596 -0.646841,1.633547 -1.501986,1.633547 z"
|
209
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
210
|
+
id="path14887" />
|
211
|
+
<path
|
212
|
+
d="m 75.874009,60.441211 c 0,-1.896668 -1.337535,-3.058789 -3.069752,-3.058789 -1.797998,0 -3.146496,1.271755 -3.146496,3.036862 0,1.754144 1.326572,3.036862 3.365764,3.036862 1.06345,0 1.885705,-0.328902 2.433875,-0.953816 l -0.909962,-0.986706 c -0.405646,0.383719 -0.855146,0.570097 -1.480059,0.570097 -0.898999,0 -1.523913,-0.449499 -1.688364,-1.184047 h 4.462104 c 0.01096,-0.142524 0.03289,-0.328902 0.03289,-0.460463 z M 72.81522,58.676104 c 0.767438,0 1.326572,0.482389 1.447169,1.2279 h -2.905301 c 0.120598,-0.756474 0.679731,-1.2279 1.458132,-1.2279 z"
|
213
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
214
|
+
id="path14889" />
|
215
|
+
<path
|
216
|
+
d="m 78.647734,57.47013 h -1.633546 v 5.898309 h 1.71029 v -2.784704 c 0,-1.12923 0.624914,-1.64451 1.567766,-1.64451 0.131561,0 0.241195,0.01096 0.383719,0.02193 v -1.57873 c -0.909962,0 -1.611619,0.296012 -2.028229,0.866109 z"
|
217
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
218
|
+
id="path14891" />
|
219
|
+
<path
|
220
|
+
d="m 83.69088,57.382422 c -0.942853,0 -1.896668,0.252159 -2.543509,0.712621 l 0.61395,1.195011 c 0.427573,-0.339865 1.074413,-0.54817 1.699327,-0.54817 0.920926,0 1.359462,0.427573 1.359462,1.16212 h -1.359462 c -1.797997,0 -2.532545,0.723585 -2.532545,1.765108 0,1.019596 0.822255,1.787034 2.203643,1.787034 0.866109,0 1.480059,-0.285048 1.797998,-0.822255 v 0.734548 H 86.5304 v -3.365764 c 0,-1.787034 -1.041523,-2.620253 -2.83952,-2.620253 z m -0.131561,4.922567 c -0.602987,0 -0.964779,-0.285048 -0.964779,-0.712621 0,-0.394682 0.252158,-0.690694 1.052486,-0.690694 h 1.173084 v 0.602987 c -0.197341,0.537206 -0.690694,0.800328 -1.260791,0.800328 z"
|
221
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
222
|
+
id="path14893" />
|
223
|
+
<path
|
224
|
+
d="m 91.420063,61.877416 c -0.186378,0.142525 -0.438536,0.219268 -0.690694,0.219268 -0.460463,0 -0.734548,-0.274085 -0.734548,-0.778401 v -2.400985 h 1.469096 V 57.60169 h -1.469096 v -1.436205 h -1.71029 v 1.436205 h -0.909962 v 1.315608 h 0.909962 v 2.422912 c 0,1.403315 0.811291,2.115936 2.203643,2.115936 0.526243,0 1.041523,-0.120597 1.392352,-0.372756 z"
|
225
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
226
|
+
id="path14895" />
|
227
|
+
<path
|
228
|
+
d="m 93.700445,56.647875 c 0.635877,0 1.06345,-0.41661 1.06345,-0.986706 0,-0.526244 -0.427573,-0.920926 -1.06345,-0.920926 -0.635877,0 -1.06345,0.416609 -1.06345,0.953816 0,0.537206 0.427573,0.953816 1.06345,0.953816 z m 0.855145,6.720564 V 57.47013 H 92.8453 v 5.898309 z"
|
229
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
230
|
+
id="path14897" />
|
231
|
+
<path
|
232
|
+
d="m 99.7303,57.382422 c -0.800328,0 -1.491022,0.274085 -1.951485,0.778402 V 57.47013 h -1.633547 v 5.898309 h 1.710291 v -2.916265 c 0,-1.085376 0.592023,-1.589693 1.414278,-1.589693 0.756473,0 1.195013,0.438536 1.195013,1.392352 v 3.113606 h 1.71029 v -3.376727 c 0,-1.797998 -1.05249,-2.60929 -2.44484,-2.60929 z"
|
233
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
234
|
+
id="path14899" />
|
235
|
+
<path
|
236
|
+
d="m 108.22693,58.226604 c -0.4495,-0.570097 -1.12923,-0.844182 -1.95149,-0.844182 -1.63354,0 -2.94915,1.129231 -2.94915,2.850484 0,1.721254 1.31561,2.850484 2.94915,2.850484 0.76744,0 1.41428,-0.241194 1.86378,-0.734547 v 0.252158 c 0,1.06345 -0.52624,1.61162 -1.73222,1.61162 -0.75647,0 -1.57873,-0.263122 -2.08304,-0.668768 l -0.67973,1.227901 c 0.69069,0.537207 1.77607,0.811291 2.89434,0.811291 2.12689,0 3.31094,-1.008632 3.31094,-3.201312 V 57.47013 h -1.62258 z m -1.61162,3.453471 c -0.899,0 -1.5568,-0.58106 -1.5568,-1.447169 0,-0.866108 0.6578,-1.447168 1.5568,-1.447168 0.899,0 1.54584,0.58106 1.54584,1.447168 0,0.866109 -0.64684,1.447169 -1.54584,1.447169 z"
|
237
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
238
|
+
id="path14901" />
|
239
|
+
<path
|
240
|
+
d="m 117.184,63.5 c 2.19268,0 3.25613,-1.09634 3.25613,-2.379058 0,-2.817594 -4.4621,-1.841851 -4.4621,-3.25613 0,-0.48239 0.40565,-0.877072 1.45813,-0.877072 0.67973,0 1.41428,0.197341 2.1269,0.602987 l 0.54817,-1.348498 c -0.71262,-0.4495 -1.69932,-0.679731 -2.6641,-0.679731 -2.18172,0 -3.23421,1.085377 -3.23421,2.390021 0,2.850484 4.46211,1.863778 4.46211,3.299984 0,0.471426 -0.42758,0.822255 -1.48006,0.822255 -0.92093,0 -1.88571,-0.328902 -2.53255,-0.800329 l -0.60298,1.337535 C 114.73917,63.138207 115.96707,63.5 117.184,63.5 Z"
|
241
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
242
|
+
id="path14903" />
|
243
|
+
<path
|
244
|
+
d="m 123.97033,61.471771 -1.65547,-4.001641 h -1.76511 l 2.55447,5.942162 -0.0219,0.05482 c -0.23023,0.526244 -0.49335,0.734548 -0.96478,0.734548 -0.33986,0 -0.70165,-0.142524 -0.96478,-0.372755 l -0.62491,1.216937 c 0.38372,0.339865 1.04152,0.537206 1.64451,0.537206 1.06345,0 1.87474,-0.427572 2.44484,-1.852814 l 2.66411,-6.260101 h -1.64451 z"
|
245
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
246
|
+
id="path14905" />
|
247
|
+
<path
|
248
|
+
d="m 129.87959,63.456146 c 1.7651,0 2.7847,-0.778401 2.7847,-1.874741 0,-2.324241 -3.5631,-1.348499 -3.5631,-2.357131 0,-0.306976 0.3289,-0.54817 1.09634,-0.54817 0.5372,0 1.11826,0.109634 1.69932,0.438536 l 0.5701,-1.216938 c -0.55913,-0.328902 -1.45813,-0.51528 -2.26942,-0.51528 -1.72126,0 -2.72989,0.789365 -2.72989,1.907632 0,2.357131 3.5631,1.370425 3.5631,2.335204 0,0.328902 -0.29601,0.537207 -1.08537,0.537207 -0.72359,0 -1.52392,-0.230232 -2.05016,-0.570097 l -0.5701,1.227901 c 0.54817,0.361792 1.55681,0.635877 2.55448,0.635877 z"
|
249
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
250
|
+
id="path14907" />
|
251
|
+
<path
|
252
|
+
d="m 137.06059,61.877416 c -0.18638,0.142525 -0.43854,0.219268 -0.6907,0.219268 -0.46046,0 -0.73454,-0.274085 -0.73454,-0.778401 v -2.400985 h 1.46909 V 57.60169 h -1.46909 v -1.436205 h -1.71029 v 1.436205 h -0.90997 v 1.315608 h 0.90997 v 2.422912 c 0,1.403315 0.81129,2.115936 2.20364,2.115936 0.52624,0 1.04152,-0.120597 1.39235,-0.372756 z"
|
253
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
254
|
+
id="path14909" />
|
255
|
+
<path
|
256
|
+
d="m 144.07716,60.441211 c 0,-1.896668 -1.33754,-3.058789 -3.06975,-3.058789 -1.798,0 -3.1465,1.271755 -3.1465,3.036862 0,1.754144 1.32657,3.036862 3.36576,3.036862 1.06345,0 1.88571,-0.328902 2.43388,-0.953816 l -0.90996,-0.986706 c -0.40565,0.383719 -0.85515,0.570097 -1.48006,0.570097 -0.899,0 -1.52391,-0.449499 -1.68837,-1.184047 h 4.46211 c 0.011,-0.142524 0.0329,-0.328902 0.0329,-0.460463 z m -3.05879,-1.765107 c 0.76744,0 1.32657,0.482389 1.44717,1.2279 h -2.9053 c 0.1206,-0.756474 0.67973,-1.2279 1.45813,-1.2279 z"
|
257
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
258
|
+
id="path14911" />
|
259
|
+
<path
|
260
|
+
d="m 152.77112,57.382422 c -0.88803,0 -1.65547,0.361793 -2.1269,0.96478 -0.41661,-0.646841 -1.11826,-0.96478 -1.94052,-0.96478 -0.75647,0 -1.41428,0.263122 -1.85281,0.767438 v -0.67973 h -1.63355 v 5.898309 h 1.71029 v -2.960118 c 0,-1.052487 0.53721,-1.54584 1.29368,-1.54584 0.71262,0 1.11827,0.438536 1.11827,1.392352 v 3.113606 h 1.71029 v -2.960118 c 0,-1.052487 0.5372,-1.54584 1.30464,-1.54584 0.6907,0 1.11827,0.438536 1.11827,1.392352 v 3.113606 h 1.71029 v -3.376727 c 0,-1.797998 -1.00863,-2.60929 -2.41195,-2.60929 z"
|
261
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
262
|
+
id="path14913" />
|
263
|
+
</g>
|
264
|
+
<g
|
265
|
+
id="g902"
|
266
|
+
transform="matrix(1.0529091,0,0,1.0528868,-382.20043,271.27662)">
|
267
|
+
<ellipse
|
268
|
+
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"
|
269
|
+
id="ellipse894"
|
270
|
+
cx="435.07938"
|
271
|
+
cy="-124.14428"
|
272
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
273
|
+
inkscape:export-xdpi="13.06"
|
274
|
+
inkscape:export-ydpi="13.06"
|
275
|
+
rx="20.103001"
|
276
|
+
ry="20.103493"
|
277
|
+
transform="rotate(-15)" />
|
278
|
+
<g
|
279
|
+
id="g907"
|
280
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
281
|
+
<path
|
282
|
+
id="path896"
|
283
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
284
|
+
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"
|
285
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
286
|
+
<path
|
287
|
+
id="path898"
|
288
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
289
|
+
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"
|
290
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
291
|
+
inkscape:export-xdpi="14.35"
|
292
|
+
inkscape:export-ydpi="14.35"
|
293
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
294
|
+
<path
|
295
|
+
id="path900"
|
296
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
297
|
+
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"
|
298
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
299
|
+
inkscape:export-xdpi="13.06"
|
300
|
+
inkscape:export-ydpi="13.06"
|
301
|
+
sodipodi:nodetypes="ccccccccc" />
|
302
|
+
</g>
|
303
|
+
</g>
|
304
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,258 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="250"
|
6
|
+
height="80.266693"
|
7
|
+
viewBox="0 0 66.145836 21.237229"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-poweredby-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="http://www.w3.org/2000/svg"
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
16
|
+
<sodipodi:namedview
|
17
|
+
id="namedview42"
|
18
|
+
pagecolor="#ffffff"
|
19
|
+
bordercolor="#666666"
|
20
|
+
borderopacity="1.0"
|
21
|
+
inkscape:pageshadow="2"
|
22
|
+
inkscape:pageopacity="0.0"
|
23
|
+
inkscape:pagecheckerboard="0"
|
24
|
+
showgrid="false"
|
25
|
+
showborder="false"
|
26
|
+
inkscape:zoom="5.6568542"
|
27
|
+
inkscape:cx="62.490562"
|
28
|
+
inkscape:cy="47.199378"
|
29
|
+
inkscape:window-width="3440"
|
30
|
+
inkscape:window-height="1371"
|
31
|
+
inkscape:window-x="0"
|
32
|
+
inkscape:window-y="0"
|
33
|
+
inkscape:window-maximized="1"
|
34
|
+
inkscape:current-layer="svg5"
|
35
|
+
fit-margin-top="0"
|
36
|
+
fit-margin-left="0"
|
37
|
+
fit-margin-right="0"
|
38
|
+
fit-margin-bottom="0"
|
39
|
+
showguides="false"
|
40
|
+
inkscape:showpageshadow="2"
|
41
|
+
inkscape:deskcolor="#d1d1d1">
|
42
|
+
<inkscape:grid
|
43
|
+
type="xygrid"
|
44
|
+
id="grid6336"
|
45
|
+
spacingx="2.6458333"
|
46
|
+
spacingy="2.6458333"
|
47
|
+
originx="-2.9112124"
|
48
|
+
originy="21.332684" />
|
49
|
+
</sodipodi:namedview>
|
50
|
+
<defs
|
51
|
+
id="defs2">
|
52
|
+
<marker
|
53
|
+
style="overflow:visible"
|
54
|
+
id="Arrow2Mend"
|
55
|
+
refX="0"
|
56
|
+
refY="0"
|
57
|
+
orient="auto">
|
58
|
+
<path
|
59
|
+
transform="scale(-0.6)"
|
60
|
+
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"
|
61
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
62
|
+
id="path16014" />
|
63
|
+
</marker>
|
64
|
+
<marker
|
65
|
+
style="overflow:visible"
|
66
|
+
id="Arrow2Mstart"
|
67
|
+
refX="0"
|
68
|
+
refY="0"
|
69
|
+
orient="auto">
|
70
|
+
<path
|
71
|
+
transform="scale(0.6)"
|
72
|
+
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"
|
73
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
74
|
+
id="path16011" />
|
75
|
+
</marker>
|
76
|
+
<marker
|
77
|
+
style="overflow:visible"
|
78
|
+
id="Arrow2Lend"
|
79
|
+
refX="0"
|
80
|
+
refY="0"
|
81
|
+
orient="auto">
|
82
|
+
<path
|
83
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
84
|
+
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"
|
85
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
86
|
+
id="path461022" />
|
87
|
+
</marker>
|
88
|
+
<marker
|
89
|
+
style="overflow:visible"
|
90
|
+
id="marker93588-4"
|
91
|
+
refX="0"
|
92
|
+
refY="0"
|
93
|
+
orient="auto">
|
94
|
+
<path
|
95
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
96
|
+
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"
|
97
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
98
|
+
id="path93348-9" />
|
99
|
+
</marker>
|
100
|
+
<marker
|
101
|
+
style="overflow:visible"
|
102
|
+
id="marker93588-0"
|
103
|
+
refX="0"
|
104
|
+
refY="0"
|
105
|
+
orient="auto">
|
106
|
+
<path
|
107
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
108
|
+
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"
|
109
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
110
|
+
id="path93348-4" />
|
111
|
+
</marker>
|
112
|
+
<marker
|
113
|
+
style="overflow:visible"
|
114
|
+
id="marker93588-4-3"
|
115
|
+
refX="0"
|
116
|
+
refY="0"
|
117
|
+
orient="auto">
|
118
|
+
<path
|
119
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
120
|
+
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"
|
121
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
122
|
+
id="path93348-9-3" />
|
123
|
+
</marker>
|
124
|
+
<filter
|
125
|
+
style="color-interpolation-filters:sRGB"
|
126
|
+
inkscape:label="Invert"
|
127
|
+
id="filter7765"
|
128
|
+
x="-0.00043146813"
|
129
|
+
y="-0.00043124289"
|
130
|
+
width="1.000863"
|
131
|
+
height="1.0008625">
|
132
|
+
<feColorMatrix
|
133
|
+
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0.21 0.72 0.07 1 0 "
|
134
|
+
result="fbSourceGraphic"
|
135
|
+
id="feColorMatrix7763" />
|
136
|
+
<feColorMatrix
|
137
|
+
result="fbSourceGraphicAlpha"
|
138
|
+
in="fbSourceGraphic"
|
139
|
+
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
|
140
|
+
id="feColorMatrix7785" />
|
141
|
+
<feColorMatrix
|
142
|
+
id="feColorMatrix7787"
|
143
|
+
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0.21 0.72 0.07 1 0 "
|
144
|
+
result="color2"
|
145
|
+
in="fbSourceGraphic" />
|
146
|
+
</filter>
|
147
|
+
</defs>
|
148
|
+
<g
|
149
|
+
aria-label="Powered by"
|
150
|
+
id="text2069"
|
151
|
+
style="font-size:6.1858px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#000000;stroke-width:0.154645"
|
152
|
+
transform="matrix(0.4830667,0,0,0.4830667,-3.9579042,-0.6826844)">
|
153
|
+
<path
|
154
|
+
d="m 8.193287,1.6730337 v 4.33006 H 8.6510362 V 4.6360319 h 1.1629304 c 1.1010724,0 1.7691384,-0.556722 1.7691384,-1.4784062 0,-0.92787 -0.668066,-1.484592 -1.7691384,-1.484592 z m 0.4577492,2.5609212 v -2.16503 H 9.801595 c 0.866012,0 1.323761,0.3958912 1.323761,1.0887008 0,0.680438 -0.457749,1.0763292 -1.323761,1.0763292 z"
|
155
|
+
id="path8487"
|
156
|
+
style="fill:#000000" />
|
157
|
+
<path
|
158
|
+
d="m 13.791424,6.0340227 c 0.952613,0 1.651608,-0.6928096 1.651608,-1.6577944 0,-0.9649848 -0.698995,-1.6516086 -1.651608,-1.6516086 -0.952614,0 -1.657795,0.6866238 -1.657795,1.6516086 0,0.9649848 0.705181,1.6577944 1.657795,1.6577944 z m 0,-0.3897054 c -0.69281,0 -1.212417,-0.5072356 -1.212417,-1.268089 0,-0.7608534 0.519607,-1.268089 1.212417,-1.268089 0.692809,0 1.206231,0.5072356 1.206231,1.268089 0,0.7608534 -0.513422,1.268089 -1.206231,1.268089 z"
|
159
|
+
id="path8489"
|
160
|
+
style="fill:#000000" />
|
161
|
+
<path
|
162
|
+
d="M 19.587503,5.5144155 18.548289,2.7493629 h -0.377334 l -1.0454,2.7650526 -1.020657,-2.7650526 h -0.420635 l 1.224789,3.2537308 H 17.3235 l 1.026843,-2.6660798 1.026843,2.6660798 h 0.414449 l 1.230974,-3.2537308 h -0.402077 z"
|
163
|
+
id="path8491"
|
164
|
+
style="fill:#000000" />
|
165
|
+
<path
|
166
|
+
d="m 24.430975,4.3762283 c 0,-0.9773564 -0.661881,-1.6516086 -1.577379,-1.6516086 -0.915498,0 -1.589751,0.6866238 -1.589751,1.6516086 0,0.9649848 0.69281,1.6577944 1.707281,1.6577944 0.513422,0 0.964985,-0.185574 1.255718,-0.5319788 L 23.979412,5.2174971 c -0.247432,0.2845468 -0.600023,0.4268202 -0.995914,0.4268202 -0.711367,0 -1.230974,-0.4515634 -1.280461,-1.1320014 h 2.721752 c 0,-0.049486 0.0062,-0.098973 0.0062,-0.1360876 z M 22.853596,3.1019535 c 0.637137,0 1.101072,0.4453776 1.156745,1.082515 h -2.307304 c 0.05567,-0.6371374 0.519607,-1.082515 1.150559,-1.082515 z"
|
167
|
+
id="path8493"
|
168
|
+
style="fill:#000000" />
|
169
|
+
<path
|
170
|
+
d="m 25.74854,2.7493629 h -0.420634 v 3.2537308 h 0.439191 V 4.3452993 c 0,-0.7670392 0.414449,-1.2000452 1.094887,-1.2000452 0.03093,0 0.06804,0.00619 0.105159,0.00619 V 2.7246197 c -0.600023,0 -1.014472,0.2288746 -1.218603,0.6618806 z"
|
171
|
+
id="path8495"
|
172
|
+
style="fill:#000000" />
|
173
|
+
<path
|
174
|
+
d="m 30.567269,4.3762283 c 0,-0.9773564 -0.66188,-1.6516086 -1.577379,-1.6516086 -0.915498,0 -1.58975,0.6866238 -1.58975,1.6516086 0,0.9649848 0.692809,1.6577944 1.707281,1.6577944 0.513421,0 0.964984,-0.185574 1.255717,-0.5319788 L 30.115706,5.2174971 c -0.247432,0.2845468 -0.600023,0.4268202 -0.995914,0.4268202 -0.711367,0 -1.230974,-0.4515634 -1.28046,-1.1320014 h 2.721752 c 0,-0.049486 0.0062,-0.098973 0.0062,-0.1360876 z M 28.98989,3.1019535 c 0.637138,0 1.101073,0.4453776 1.156745,1.082515 h -2.307303 c 0.05567,-0.6371374 0.519607,-1.082515 1.150558,-1.082515 z"
|
175
|
+
id="path8497"
|
176
|
+
style="fill:#000000" />
|
177
|
+
<path
|
178
|
+
d="m 33.994191,3.3679429 c -0.272175,-0.4206344 -0.717553,-0.6433232 -1.23716,-0.6433232 -0.92787,0 -1.620679,0.6680664 -1.620679,1.6516086 0,0.9835422 0.692809,1.6577944 1.620679,1.6577944 0.538165,0 0.989728,-0.2350604 1.255718,-0.6742522 v 0.6433232 h 0.420634 V 1.4132301 h -0.439192 z m -1.200045,2.2763744 c -0.69281,0 -1.212417,-0.5072356 -1.212417,-1.268089 0,-0.7608534 0.519607,-1.268089 1.212417,-1.268089 0.686624,0 1.206231,0.5072356 1.206231,1.268089 0,0.7608534 -0.519607,1.268089 -1.206231,1.268089 z"
|
179
|
+
id="path8499"
|
180
|
+
style="fill:#000000" />
|
181
|
+
<path
|
182
|
+
d="m 38.955195,2.7246197 c -0.519608,0 -0.964985,0.2226888 -1.23716,0.6433232 V 1.4132301 h -0.439192 v 4.5898636 h 0.420634 V 5.3597705 c 0.26599,0.4391918 0.717553,0.6742522 1.255718,0.6742522 0.92787,0 1.620679,-0.6742522 1.620679,-1.6577944 0,-0.9835422 -0.692809,-1.6516086 -1.620679,-1.6516086 z m -0.03093,2.9196976 c -0.69281,0 -1.212417,-0.5072356 -1.212417,-1.268089 0,-0.7608534 0.519607,-1.268089 1.212417,-1.268089 0.686623,0 1.212416,0.5072356 1.212416,1.268089 0,0.7608534 -0.525793,1.268089 -1.212416,1.268089 z"
|
183
|
+
id="path8501"
|
184
|
+
style="fill:#000000" />
|
185
|
+
<path
|
186
|
+
d="M 42.456347,5.5144155 41.231559,2.7493629 H 40.77381 l 1.453663,3.247545 -0.142274,0.3154758 c -0.185574,0.4082628 -0.383519,0.5443504 -0.674252,0.5443504 -0.23506,0 -0.433006,-0.086601 -0.593837,-0.247432 l -0.204131,0.3278474 c 0.197946,0.1979456 0.488678,0.2969184 0.791782,0.2969184 0.463935,0 0.81034,-0.2041314 1.082515,-0.8412688 l 1.626866,-3.6434362 h -0.433006 z"
|
187
|
+
id="path8503"
|
188
|
+
style="fill:#000000" />
|
189
|
+
</g>
|
190
|
+
<g
|
191
|
+
id="g7532"
|
192
|
+
transform="matrix(0.40624999,0,0,0.40624999,29.197605,6.8103482)">
|
193
|
+
<g
|
194
|
+
aria-label="CentOS"
|
195
|
+
id="text57015"
|
196
|
+
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"
|
197
|
+
transform="matrix(0.97560972,0,0,0.97560972,-857.98576,-328.81154)">
|
198
|
+
<path
|
199
|
+
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"
|
200
|
+
id="path2097" />
|
201
|
+
<path
|
202
|
+
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"
|
203
|
+
id="path2099" />
|
204
|
+
<path
|
205
|
+
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"
|
206
|
+
id="path2101" />
|
207
|
+
<path
|
208
|
+
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"
|
209
|
+
id="path2103" />
|
210
|
+
<path
|
211
|
+
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"
|
212
|
+
id="path2105" />
|
213
|
+
<path
|
214
|
+
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"
|
215
|
+
id="path2107" />
|
216
|
+
</g>
|
217
|
+
<g
|
218
|
+
id="g902"
|
219
|
+
transform="matrix(1.0529091,0,0,1.0528868,-459.36313,258.99025)">
|
220
|
+
<ellipse
|
221
|
+
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"
|
222
|
+
id="ellipse894"
|
223
|
+
cx="435.07938"
|
224
|
+
cy="-124.14428"
|
225
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
226
|
+
inkscape:export-xdpi="13.06"
|
227
|
+
inkscape:export-ydpi="13.06"
|
228
|
+
rx="20.103001"
|
229
|
+
ry="20.103493"
|
230
|
+
transform="rotate(-15)" />
|
231
|
+
<g
|
232
|
+
id="g907"
|
233
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
234
|
+
<path
|
235
|
+
id="path896"
|
236
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
237
|
+
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"
|
238
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
239
|
+
<path
|
240
|
+
id="path898"
|
241
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
242
|
+
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"
|
243
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
244
|
+
inkscape:export-xdpi="14.35"
|
245
|
+
inkscape:export-ydpi="14.35"
|
246
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
247
|
+
<path
|
248
|
+
id="path900"
|
249
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
250
|
+
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"
|
251
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
252
|
+
inkscape:export-xdpi="13.06"
|
253
|
+
inkscape:export-ydpi="13.06"
|
254
|
+
sodipodi:nodetypes="ccccccccc" />
|
255
|
+
</g>
|
256
|
+
</g>
|
257
|
+
</g>
|
258
|
+
</svg>
|