jekyll-theme-centos 2.1.1.beta.1 → 2.2.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/aws-images.csv +81 -0
- data/_data/full-altarchlist.csv +74 -0
- data/_data/full-mirrorlist.csv +609 -0
- 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/_sass/montserrat/_montserrat.scss +79 -0
- data/_sass/overpass-mono/_overpass-mono.scss +33 -0
- data/assets/css/dataTables.bootstrap5.css +416 -0
- data/assets/css/dataTables.bootstrap5.min.css +5 -0
- data/assets/css/stylesheet.min.scss +11 -7
- 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
- data/default.md +165 -0
- data/index.md +9 -0
- data/people.md +8 -0
- metadata +256 -4
- data/_sass/centos/fonts/_montserrat.scss +0 -253
- data/_sass/centos/fonts/_overpass.scss +0 -43
@@ -0,0 +1,316 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="530"
|
6
|
+
height="410"
|
7
|
+
viewBox="0 0 140.22917 108.47916"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-vertical-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="1.3585366"
|
34
|
+
inkscape:cx="425.08976"
|
35
|
+
inkscape:cy="178.86894"
|
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="108.47916"
|
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-profile7766" />
|
62
|
+
<color-profile
|
63
|
+
name="LG-HDR-WQHD"
|
64
|
+
xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
|
65
|
+
id="color-profile7768" />
|
66
|
+
<marker
|
67
|
+
style="overflow:visible"
|
68
|
+
id="marker93588-0"
|
69
|
+
refX="0"
|
70
|
+
refY="0"
|
71
|
+
orient="auto">
|
72
|
+
<path
|
73
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
74
|
+
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"
|
75
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
76
|
+
id="path93348-4" />
|
77
|
+
</marker>
|
78
|
+
</defs>
|
79
|
+
<metadata
|
80
|
+
id="metadata2067">
|
81
|
+
<rdf:RDF>
|
82
|
+
<cc:Work
|
83
|
+
rdf:about="">
|
84
|
+
<cc:license
|
85
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
86
|
+
</cc:Work>
|
87
|
+
<cc:License
|
88
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
89
|
+
<cc:permits
|
90
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
91
|
+
<cc:permits
|
92
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
93
|
+
<cc:requires
|
94
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
95
|
+
<cc:requires
|
96
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
97
|
+
<cc:permits
|
98
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
99
|
+
<cc:requires
|
100
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
101
|
+
</cc:License>
|
102
|
+
</rdf:RDF>
|
103
|
+
</metadata>
|
104
|
+
<g
|
105
|
+
aria-label="CentOS"
|
106
|
+
id="text57015"
|
107
|
+
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"
|
108
|
+
transform="matrix(0.97560972,0,0,0.97560972,-820.57451,-279.48351)">
|
109
|
+
<path
|
110
|
+
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"
|
111
|
+
id="path2097" />
|
112
|
+
<path
|
113
|
+
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"
|
114
|
+
id="path2099" />
|
115
|
+
<path
|
116
|
+
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"
|
117
|
+
id="path2101" />
|
118
|
+
<path
|
119
|
+
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"
|
120
|
+
id="path2103" />
|
121
|
+
<path
|
122
|
+
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"
|
123
|
+
id="path2105" />
|
124
|
+
<path
|
125
|
+
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"
|
126
|
+
id="path2107" />
|
127
|
+
</g>
|
128
|
+
<g
|
129
|
+
aria-label="Operating System"
|
130
|
+
id="text12552"
|
131
|
+
style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.289529"
|
132
|
+
transform="translate(-34.079719,37.178651)">
|
133
|
+
<path
|
134
|
+
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"
|
135
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
136
|
+
id="path14885" />
|
137
|
+
<path
|
138
|
+
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"
|
139
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
140
|
+
id="path14887" />
|
141
|
+
<path
|
142
|
+
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"
|
143
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
144
|
+
id="path14889" />
|
145
|
+
<path
|
146
|
+
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"
|
147
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
148
|
+
id="path14891" />
|
149
|
+
<path
|
150
|
+
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"
|
151
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
152
|
+
id="path14893" />
|
153
|
+
<path
|
154
|
+
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"
|
155
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
156
|
+
id="path14895" />
|
157
|
+
<path
|
158
|
+
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"
|
159
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
160
|
+
id="path14897" />
|
161
|
+
<path
|
162
|
+
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"
|
163
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
164
|
+
id="path14899" />
|
165
|
+
<path
|
166
|
+
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"
|
167
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
168
|
+
id="path14901" />
|
169
|
+
<path
|
170
|
+
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"
|
171
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
172
|
+
id="path14903" />
|
173
|
+
<path
|
174
|
+
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"
|
175
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
176
|
+
id="path14905" />
|
177
|
+
<path
|
178
|
+
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"
|
179
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
180
|
+
id="path14907" />
|
181
|
+
<path
|
182
|
+
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"
|
183
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
184
|
+
id="path14909" />
|
185
|
+
<path
|
186
|
+
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"
|
187
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
188
|
+
id="path14911" />
|
189
|
+
<path
|
190
|
+
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"
|
191
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
192
|
+
id="path14913" />
|
193
|
+
</g>
|
194
|
+
<g
|
195
|
+
aria-label="Community Enterprise"
|
196
|
+
id="g3116"
|
197
|
+
style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#a14f8c;stroke-width:0.289529"
|
198
|
+
transform="translate(-47.624999,37.178649)">
|
199
|
+
<path
|
200
|
+
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"
|
201
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
202
|
+
id="path3078" />
|
203
|
+
<path
|
204
|
+
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"
|
205
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
206
|
+
id="path3080" />
|
207
|
+
<path
|
208
|
+
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"
|
209
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
210
|
+
id="path3082" />
|
211
|
+
<path
|
212
|
+
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"
|
213
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
214
|
+
id="path3084" />
|
215
|
+
<path
|
216
|
+
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"
|
217
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
218
|
+
id="path3086" />
|
219
|
+
<path
|
220
|
+
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"
|
221
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
222
|
+
id="path3088" />
|
223
|
+
<path
|
224
|
+
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"
|
225
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
226
|
+
id="path3090" />
|
227
|
+
<path
|
228
|
+
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"
|
229
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
230
|
+
id="path3092" />
|
231
|
+
<path
|
232
|
+
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"
|
233
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
234
|
+
id="path3094" />
|
235
|
+
<path
|
236
|
+
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"
|
237
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
238
|
+
id="path3096" />
|
239
|
+
<path
|
240
|
+
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"
|
241
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
242
|
+
id="path3098" />
|
243
|
+
<path
|
244
|
+
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"
|
245
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
246
|
+
id="path3100" />
|
247
|
+
<path
|
248
|
+
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"
|
249
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
250
|
+
id="path3102" />
|
251
|
+
<path
|
252
|
+
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"
|
253
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
254
|
+
id="path3104" />
|
255
|
+
<path
|
256
|
+
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"
|
257
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
258
|
+
id="path3106" />
|
259
|
+
<path
|
260
|
+
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"
|
261
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
262
|
+
id="path3108" />
|
263
|
+
<path
|
264
|
+
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"
|
265
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
266
|
+
id="path3110" />
|
267
|
+
<path
|
268
|
+
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"
|
269
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
270
|
+
id="path3112" />
|
271
|
+
<path
|
272
|
+
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"
|
273
|
+
style="font-weight:bold;-inkscape-font-specification:Montserrat"
|
274
|
+
id="path3114" />
|
275
|
+
</g>
|
276
|
+
<g
|
277
|
+
id="g902"
|
278
|
+
transform="matrix(1.0529091,0,0,1.0528867,-338.68862,271.27659)">
|
279
|
+
<ellipse
|
280
|
+
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"
|
281
|
+
id="ellipse894"
|
282
|
+
cx="435.07938"
|
283
|
+
cy="-124.14428"
|
284
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
285
|
+
inkscape:export-xdpi="13.06"
|
286
|
+
inkscape:export-ydpi="13.06"
|
287
|
+
rx="20.103001"
|
288
|
+
ry="20.103493"
|
289
|
+
transform="rotate(-15)" />
|
290
|
+
<g
|
291
|
+
id="g907"
|
292
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
293
|
+
<path
|
294
|
+
id="path896"
|
295
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
296
|
+
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"
|
297
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
298
|
+
<path
|
299
|
+
id="path898"
|
300
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
301
|
+
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"
|
302
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
303
|
+
inkscape:export-xdpi="14.35"
|
304
|
+
inkscape:export-ydpi="14.35"
|
305
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
306
|
+
<path
|
307
|
+
id="path900"
|
308
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
309
|
+
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"
|
310
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
311
|
+
inkscape:export-xdpi="13.06"
|
312
|
+
inkscape:export-ydpi="13.06"
|
313
|
+
sodipodi:nodetypes="ccccccccc" />
|
314
|
+
</g>
|
315
|
+
</g>
|
316
|
+
</svg>
|
@@ -0,0 +1,161 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="609.39154"
|
6
|
+
height="160"
|
7
|
+
viewBox="0 0 161.23486 42.333332"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-whitelogo.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="310.62963"
|
35
|
+
inkscape:cy="80.117145"
|
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: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="-5.2916709"
|
50
|
+
originy="-5.2916632"
|
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-profile7859" />
|
61
|
+
<color-profile
|
62
|
+
name="LG-HDR-WQHD"
|
63
|
+
xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
|
64
|
+
id="color-profile7861" />
|
65
|
+
</defs>
|
66
|
+
<g
|
67
|
+
aria-label="CentOS"
|
68
|
+
id="text57015"
|
69
|
+
style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.749167"
|
70
|
+
transform="matrix(0.97560972,0,0,0.97560972,-786.11473,-321.81683)">
|
71
|
+
<path
|
72
|
+
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"
|
73
|
+
id="path2097"
|
74
|
+
style="fill:#ffffff" />
|
75
|
+
<path
|
76
|
+
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"
|
77
|
+
id="path2099"
|
78
|
+
style="fill:#ffffff" />
|
79
|
+
<path
|
80
|
+
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"
|
81
|
+
id="path2101"
|
82
|
+
style="fill:#ffffff" />
|
83
|
+
<path
|
84
|
+
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"
|
85
|
+
id="path2103"
|
86
|
+
style="fill:#ffffff" />
|
87
|
+
<path
|
88
|
+
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"
|
89
|
+
id="path2105"
|
90
|
+
style="fill:#ffffff" />
|
91
|
+
<path
|
92
|
+
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"
|
93
|
+
id="path2107"
|
94
|
+
style="fill:#ffffff" />
|
95
|
+
</g>
|
96
|
+
<metadata
|
97
|
+
id="metadata2067">
|
98
|
+
<rdf:RDF>
|
99
|
+
<cc:Work
|
100
|
+
rdf:about="">
|
101
|
+
<cc:license
|
102
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
103
|
+
</cc:Work>
|
104
|
+
<cc:License
|
105
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
106
|
+
<cc:permits
|
107
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
108
|
+
<cc:permits
|
109
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
110
|
+
<cc:requires
|
111
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
112
|
+
<cc:requires
|
113
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
114
|
+
<cc:permits
|
115
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
116
|
+
<cc:requires
|
117
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
118
|
+
</cc:License>
|
119
|
+
</rdf:RDF>
|
120
|
+
</metadata>
|
121
|
+
<g
|
122
|
+
id="g902"
|
123
|
+
transform="matrix(1.0529091,0,0,1.0528867,-387.4921,265.98493)">
|
124
|
+
<ellipse
|
125
|
+
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"
|
126
|
+
id="ellipse894"
|
127
|
+
cx="435.07938"
|
128
|
+
cy="-124.14428"
|
129
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
130
|
+
inkscape:export-xdpi="13.06"
|
131
|
+
inkscape:export-ydpi="13.06"
|
132
|
+
rx="20.103001"
|
133
|
+
ry="20.103493"
|
134
|
+
transform="rotate(-15)" />
|
135
|
+
<g
|
136
|
+
id="g907"
|
137
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
138
|
+
<path
|
139
|
+
id="path896"
|
140
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
141
|
+
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"
|
142
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
143
|
+
<path
|
144
|
+
id="path898"
|
145
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
146
|
+
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"
|
147
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
148
|
+
inkscape:export-xdpi="14.35"
|
149
|
+
inkscape:export-ydpi="14.35"
|
150
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
151
|
+
<path
|
152
|
+
id="path900"
|
153
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
154
|
+
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"
|
155
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
156
|
+
inkscape:export-xdpi="13.06"
|
157
|
+
inkscape:export-ydpi="13.06"
|
158
|
+
sodipodi:nodetypes="ccccccccc" />
|
159
|
+
</g>
|
160
|
+
</g>
|
161
|
+
</svg>
|
@@ -0,0 +1,121 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="160"
|
6
|
+
height="160"
|
7
|
+
viewBox="0 0 42.333334 42.333331"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-symbol.svg"
|
11
|
+
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
12
|
+
inkscape:export-filename="/home/areguera/Projects/CentOS/Identity/Brands/Symbols/centos-symbol.png"
|
13
|
+
inkscape:export-xdpi="96"
|
14
|
+
inkscape:export-ydpi="96"
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
18
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
19
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
20
|
+
xmlns:cc="http://creativecommons.org/ns#">
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="namedview1264"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#666666"
|
25
|
+
borderopacity="1.0"
|
26
|
+
inkscape:pageshadow="2"
|
27
|
+
inkscape:pageopacity="0.0"
|
28
|
+
inkscape:pagecheckerboard="0"
|
29
|
+
showgrid="false"
|
30
|
+
fit-margin-top="0"
|
31
|
+
fit-margin-left="0"
|
32
|
+
fit-margin-right="0"
|
33
|
+
fit-margin-bottom="0"
|
34
|
+
inkscape:zoom="7.1625"
|
35
|
+
inkscape:cx="80.139616"
|
36
|
+
inkscape:cy="80"
|
37
|
+
inkscape:window-width="3440"
|
38
|
+
inkscape:window-height="1371"
|
39
|
+
inkscape:window-x="0"
|
40
|
+
inkscape:window-y="0"
|
41
|
+
inkscape:window-maximized="1"
|
42
|
+
inkscape:current-layer="svg5"
|
43
|
+
inkscape:showpageshadow="true"
|
44
|
+
showborder="true"
|
45
|
+
inkscape:deskcolor="#d1d1d1">
|
46
|
+
<inkscape:grid
|
47
|
+
type="xygrid"
|
48
|
+
id="grid918"
|
49
|
+
spacingx="2.6458333"
|
50
|
+
spacingy="2.6458333"
|
51
|
+
originx="-5.2916726"
|
52
|
+
originy="39.687494" />
|
53
|
+
</sodipodi:namedview>
|
54
|
+
<defs
|
55
|
+
id="defs2" />
|
56
|
+
<metadata
|
57
|
+
id="metadata948">
|
58
|
+
<rdf:RDF>
|
59
|
+
<cc:Work
|
60
|
+
rdf:about="">
|
61
|
+
<cc:license
|
62
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
63
|
+
</cc:Work>
|
64
|
+
<cc:License
|
65
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
66
|
+
<cc:permits
|
67
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
68
|
+
<cc:permits
|
69
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
70
|
+
<cc:requires
|
71
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
72
|
+
<cc:requires
|
73
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
74
|
+
<cc:permits
|
75
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
76
|
+
<cc:requires
|
77
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
78
|
+
</cc:License>
|
79
|
+
</rdf:RDF>
|
80
|
+
</metadata>
|
81
|
+
<g
|
82
|
+
id="g902"
|
83
|
+
transform="matrix(1.0529091,0,0,1.0528867,-387.4921,265.98493)">
|
84
|
+
<ellipse
|
85
|
+
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"
|
86
|
+
id="ellipse894"
|
87
|
+
cx="435.07938"
|
88
|
+
cy="-124.14428"
|
89
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
90
|
+
inkscape:export-xdpi="13.06"
|
91
|
+
inkscape:export-ydpi="13.06"
|
92
|
+
rx="20.103001"
|
93
|
+
ry="20.103493"
|
94
|
+
transform="rotate(-15)" />
|
95
|
+
<g
|
96
|
+
id="g907"
|
97
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
98
|
+
<path
|
99
|
+
id="path896"
|
100
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
101
|
+
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"
|
102
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
103
|
+
<path
|
104
|
+
id="path898"
|
105
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
106
|
+
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"
|
107
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
108
|
+
inkscape:export-xdpi="14.35"
|
109
|
+
inkscape:export-ydpi="14.35"
|
110
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
111
|
+
<path
|
112
|
+
id="path900"
|
113
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
114
|
+
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"
|
115
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
116
|
+
inkscape:export-xdpi="13.06"
|
117
|
+
inkscape:export-ydpi="13.06"
|
118
|
+
sodipodi:nodetypes="ccccccccc" />
|
119
|
+
</g>
|
120
|
+
</g>
|
121
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|