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,102 @@
|
|
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-2bits.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="g28251-9"
|
83
|
+
transform="matrix(0.74451125,0.74451125,-0.74451125,0.74451125,-484.23669,-51.354609)"
|
84
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
|
85
|
+
inkscape:export-xdpi="10.11"
|
86
|
+
inkscape:export-ydpi="10.11">
|
87
|
+
<ellipse
|
88
|
+
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
|
89
|
+
id="ellipse15079-1"
|
90
|
+
cx="388.1235"
|
91
|
+
cy="-290.71561"
|
92
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
93
|
+
inkscape:export-xdpi="13.06"
|
94
|
+
inkscape:export-ydpi="13.06"
|
95
|
+
rx="20.103001"
|
96
|
+
ry="20.103493" />
|
97
|
+
<path
|
98
|
+
id="rect52127-5-0"
|
99
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
100
|
+
d="m 377.36591,-301.47322 3.1e-4,6.30167 -4.45593,4.45594 4.45593,4.45593 -3.1e-4,6.30167 h 6.30198 l 4.45594,4.45593 4.45593,-4.45593 h 6.30134 l 3.2e-4,-6.30167 4.45594,-4.45593 -4.45594,-4.45594 -3.2e-4,-6.30167 h -6.30134 l -4.45593,-4.45593 -4.45594,4.45593 z m 2.27111,4.18345 1.91265,-1.91265 3.2276,3.22761 -3.2e-4,1.91263 h -1.91233 z m -2.16283,5.22203 4.56454,-3.4e-4 1.35246,1.35247 -1.35246,1.35246 h -4.56422 z m 9.29718,-9.29718 h 2.70491 v 4.56422 l -1.35245,1.35246 -1.35246,-1.35246 z m 0.0911,7.6066 1.26064,1.28263 1.26035,-1.28295 -0.0154,1.79789 1.7982,-0.0158 -1.28231,1.26034 1.28296,1.26033 -1.79821,-0.0152 0.0158,1.79822 -1.26032,-1.28232 -1.26034,1.28296 0.0154,-1.79853 -1.79853,0.0162 1.28263,-1.26065 -1.28296,-1.26034 1.79822,0.0158 z m -7.2255,9.61687 3.2276,-3.2276 1.91264,3.2e-4 v 1.91232 l -3.2276,3.2276 z m 11.83335,-11.83336 3.22761,-3.22761 1.91264,1.91265 -3.2276,3.22759 h -1.91233 z m -4.69869,11.34461 1.35214,-1.35213 1.35214,1.35213 3.1e-4,4.56455 -2.7046,-3.2e-4 z m 6.08509,-6.08509 1.35246,-1.35245 h 4.56422 l -3.2e-4,2.70459 h -4.56422 z m -1.3864,3.34656 1.91265,-3.2e-4 3.2276,3.2276 -1.91265,1.91264 -3.2276,-3.2276 z" />
|
101
|
+
</g>
|
102
|
+
</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>
|
@@ -0,0 +1,125 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="429.3916"
|
6
|
+
height="79.999947"
|
7
|
+
viewBox="0 0 113.60987 21.166652"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-type.svg"
|
11
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
14
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
16
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
17
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
18
|
+
xmlns:cc="http://creativecommons.org/ns#">
|
19
|
+
<sodipodi:namedview
|
20
|
+
id="namedview1443"
|
21
|
+
pagecolor="#ffffff"
|
22
|
+
bordercolor="#666666"
|
23
|
+
borderopacity="1.0"
|
24
|
+
inkscape:pageshadow="2"
|
25
|
+
inkscape:pageopacity="0.0"
|
26
|
+
inkscape:pagecheckerboard="0"
|
27
|
+
showgrid="true"
|
28
|
+
fit-margin-top="0"
|
29
|
+
fit-margin-left="0"
|
30
|
+
fit-margin-right="0"
|
31
|
+
fit-margin-bottom="0"
|
32
|
+
height="163.00002px"
|
33
|
+
inkscape:zoom="2.8458328"
|
34
|
+
inkscape:cx="67.115679"
|
35
|
+
inkscape:cy="52.005866"
|
36
|
+
inkscape:window-width="3440"
|
37
|
+
inkscape:window-height="1371"
|
38
|
+
inkscape:window-x="0"
|
39
|
+
inkscape:window-y="0"
|
40
|
+
inkscape:window-maximized="1"
|
41
|
+
inkscape:current-layer="svg5">
|
42
|
+
<inkscape:grid
|
43
|
+
type="xygrid"
|
44
|
+
id="grid2065"
|
45
|
+
spacingx="2.6458333"
|
46
|
+
spacingy="2.6458333"
|
47
|
+
originx="-52.916666"
|
48
|
+
originy="-15.875014"
|
49
|
+
visible="true"
|
50
|
+
enabled="true"
|
51
|
+
dotted="false" />
|
52
|
+
</sodipodi:namedview>
|
53
|
+
<defs
|
54
|
+
id="defs2">
|
55
|
+
<color-profile
|
56
|
+
name="ThinkPad-E585"
|
57
|
+
xlink:href="../../../../../.local/share/icc/edid-a08b296dca3c3f699c0f4ec6cf0497ee.icc"
|
58
|
+
id="color-profile981" />
|
59
|
+
<color-profile
|
60
|
+
name="LG-HDR-WQHD"
|
61
|
+
xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
|
62
|
+
id="color-profile983" />
|
63
|
+
<marker
|
64
|
+
style="overflow:visible"
|
65
|
+
id="marker93588-0"
|
66
|
+
refX="0"
|
67
|
+
refY="0"
|
68
|
+
orient="auto">
|
69
|
+
<path
|
70
|
+
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
71
|
+
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
72
|
+
style="fill:context-stroke;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
73
|
+
id="path93348-4" />
|
74
|
+
</marker>
|
75
|
+
</defs>
|
76
|
+
<g
|
77
|
+
aria-label="CentOS"
|
78
|
+
id="text57015"
|
79
|
+
style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#a14f8c;fill-opacity:1;stroke-width:0.749167"
|
80
|
+
transform="matrix(0.97560972,0,0,0.97560972,-833.73973,-332.40018)">
|
81
|
+
<path
|
82
|
+
d="m 865.94059,362.40602 c 3.65593,0 6.68255,-1.31853 8.66035,-3.74583 l -3.11653,-2.87679 c -1.40843,1.64816 -3.17646,2.48723 -5.27412,2.48723 -3.92563,0 -6.71252,-2.75693 -6.71252,-6.71252 0,-3.95559 2.78689,-6.71252 6.71252,-6.71252 2.09766,0 3.86569,0.83906 5.27412,2.45726 l 3.11653,-2.87679 c -1.9778,-2.39733 -5.00442,-3.71586 -8.63038,-3.71586 -6.53272,0 -11.38731,4.52495 -11.38731,10.84791 0,6.32295 4.85459,10.84791 11.35734,10.84791 z"
|
83
|
+
id="path2097" />
|
84
|
+
<path
|
85
|
+
d="m 892.76066,354.04533 c 0,-5.18422 -3.65592,-8.36068 -8.39065,-8.36068 -4.91452,0 -8.60041,3.47613 -8.60041,8.30075 0,4.79466 3.62596,8.30075 9.19974,8.30075 2.90676,0 5.15426,-0.899 6.65259,-2.60709 l -2.48723,-2.697 c -1.10876,1.04883 -2.33739,1.55826 -4.04549,1.55826 -2.45726,0 -4.16536,-1.22863 -4.61486,-3.23639 h 12.19641 c 0.03,-0.38956 0.0899,-0.899 0.0899,-1.2586 z m -8.36068,-4.82462 c 2.09766,0 3.62596,1.31853 3.95559,3.35626 h -7.94115 c 0.32963,-2.06769 1.85793,-3.35626 3.98556,-3.35626 z"
|
86
|
+
id="path2099" />
|
87
|
+
<path
|
88
|
+
d="m 905.67622,345.68465 c -2.18756,0 -4.07545,0.74917 -5.33405,2.12763 v -1.88789 h -4.46502 v 16.12203 h 4.67479 v -7.97112 c 0,-2.96669 1.61819,-4.34516 3.86569,-4.34516 2.06769,0 3.26636,1.19867 3.26636,3.80576 v 8.51052 h 4.67479 v -9.22972 c 0,-4.91452 -2.8768,-7.13205 -6.68256,-7.13205 z"
|
89
|
+
id="path2101" />
|
90
|
+
<path
|
91
|
+
d="m 925.72388,357.97096 c -0.50943,0.38957 -1.19866,0.59933 -1.8879,0.59933 -1.25859,0 -2.00776,-0.74916 -2.00776,-2.12763 v -6.56268 h 4.01553 v -3.59599 h -4.01553 v -3.92563 h -4.67479 v 3.92563 h -2.48723 v 3.59599 h 2.48723 v 6.62262 c 0,3.83572 2.21753,5.78355 6.02329,5.78355 1.4384,0 2.84683,-0.32963 3.80576,-1.01886 z"
|
92
|
+
id="path2103" />
|
93
|
+
<path
|
94
|
+
d="m 940.10783,362.40602 c 6.59266,0 11.47721,-4.58489 11.47721,-10.84791 0,-6.26302 -4.88455,-10.84791 -11.47721,-10.84791 -6.62261,0 -11.4772,4.61485 -11.4772,10.84791 0,6.23305 4.85459,10.84791 11.4772,10.84791 z m 0,-4.13539 c -3.74582,0 -6.56268,-2.72697 -6.56268,-6.71252 0,-3.98556 2.81686,-6.71252 6.56268,-6.71252 3.74583,0 6.56269,2.72696 6.56269,6.71252 0,3.98555 -2.81686,6.71252 -6.56269,6.71252 z"
|
95
|
+
id="path2105" />
|
96
|
+
<path
|
97
|
+
d="m 962.13328,362.40602 c 5.99332,0 8.90008,-2.99666 8.90008,-6.50276 0,-7.70141 -12.19641,-5.03438 -12.19641,-8.90008 0,-1.31853 1.10876,-2.39732 3.98556,-2.39732 1.85793,0 3.86569,0.53939 5.81352,1.64816 l 1.49833,-3.68589 c -1.94783,-1.22863 -4.64482,-1.85793 -7.28188,-1.85793 -5.96336,0 -8.84015,2.96669 -8.84015,6.53272 0,7.79131 12.1964,5.09432 12.1964,9.01994 0,1.28857 -1.16869,2.2475 -4.04549,2.2475 -2.51719,0 -5.15425,-0.899 -6.92228,-2.18756 l -1.64816,3.65592 c 1.85792,1.4384 5.21418,2.4273 8.54048,2.4273 z"
|
98
|
+
id="path2107" />
|
99
|
+
</g>
|
100
|
+
<metadata
|
101
|
+
id="metadata2067">
|
102
|
+
<rdf:RDF>
|
103
|
+
<cc:Work
|
104
|
+
rdf:about="">
|
105
|
+
<cc:license
|
106
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
107
|
+
</cc:Work>
|
108
|
+
<cc:License
|
109
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
110
|
+
<cc:permits
|
111
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
112
|
+
<cc:permits
|
113
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
114
|
+
<cc:requires
|
115
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
116
|
+
<cc:requires
|
117
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
118
|
+
<cc:permits
|
119
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
120
|
+
<cc:requires
|
121
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
122
|
+
</cc:License>
|
123
|
+
</rdf:RDF>
|
124
|
+
</metadata>
|
125
|
+
</svg>
|
@@ -0,0 +1,168 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="470"
|
6
|
+
height="300"
|
7
|
+
viewBox="0 0 124.35417 79.374998"
|
8
|
+
version="1.1"
|
9
|
+
id="svg5"
|
10
|
+
sodipodi:docname="centos-vertical-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.4142136"
|
34
|
+
inkscape:cx="273.29676"
|
35
|
+
inkscape:cy="206.47517"
|
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="79.374998"
|
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-profile7691" />
|
62
|
+
<color-profile
|
63
|
+
name="LG-HDR-WQHD"
|
64
|
+
xlink:href="../../../../../.local/share/icc/edid-05e78da98f2c5bf8e3de6f77531dbaea.icc"
|
65
|
+
id="color-profile7693" />
|
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
|
+
<g
|
80
|
+
aria-label="CentOS"
|
81
|
+
id="text57015"
|
82
|
+
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"
|
83
|
+
transform="matrix(0.97560972,0,0,0.97560972,-828.44806,-279.48351)">
|
84
|
+
<path
|
85
|
+
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"
|
86
|
+
id="path2097" />
|
87
|
+
<path
|
88
|
+
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"
|
89
|
+
id="path2099" />
|
90
|
+
<path
|
91
|
+
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"
|
92
|
+
id="path2101" />
|
93
|
+
<path
|
94
|
+
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"
|
95
|
+
id="path2103" />
|
96
|
+
<path
|
97
|
+
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"
|
98
|
+
id="path2105" />
|
99
|
+
<path
|
100
|
+
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"
|
101
|
+
id="path2107" />
|
102
|
+
</g>
|
103
|
+
<metadata
|
104
|
+
id="metadata2067">
|
105
|
+
<rdf:RDF>
|
106
|
+
<cc:Work
|
107
|
+
rdf:about="">
|
108
|
+
<cc:license
|
109
|
+
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
110
|
+
</cc:Work>
|
111
|
+
<cc:License
|
112
|
+
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
|
113
|
+
<cc:permits
|
114
|
+
rdf:resource="http://creativecommons.org/ns#Reproduction" />
|
115
|
+
<cc:permits
|
116
|
+
rdf:resource="http://creativecommons.org/ns#Distribution" />
|
117
|
+
<cc:requires
|
118
|
+
rdf:resource="http://creativecommons.org/ns#Notice" />
|
119
|
+
<cc:requires
|
120
|
+
rdf:resource="http://creativecommons.org/ns#Attribution" />
|
121
|
+
<cc:permits
|
122
|
+
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
|
123
|
+
<cc:requires
|
124
|
+
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
|
125
|
+
</cc:License>
|
126
|
+
</rdf:RDF>
|
127
|
+
</metadata>
|
128
|
+
<g
|
129
|
+
id="g902"
|
130
|
+
transform="matrix(1.0529091,0,0,1.0528867,-346.56217,271.27659)">
|
131
|
+
<ellipse
|
132
|
+
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"
|
133
|
+
id="ellipse894"
|
134
|
+
cx="435.07938"
|
135
|
+
cy="-124.14428"
|
136
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
137
|
+
inkscape:export-xdpi="13.06"
|
138
|
+
inkscape:export-ydpi="13.06"
|
139
|
+
rx="20.103001"
|
140
|
+
ry="20.103493"
|
141
|
+
transform="rotate(-15)" />
|
142
|
+
<g
|
143
|
+
id="g907"
|
144
|
+
transform="matrix(1.1500001,0,0,1.1500001,-53.772279,39.324566)">
|
145
|
+
<path
|
146
|
+
id="path896"
|
147
|
+
style="fill:#ffffff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
148
|
+
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"
|
149
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
150
|
+
<path
|
151
|
+
id="path898"
|
152
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
153
|
+
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"
|
154
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-482380-v3.png"
|
155
|
+
inkscape:export-xdpi="14.35"
|
156
|
+
inkscape:export-ydpi="14.35"
|
157
|
+
sodipodi:nodetypes="ccccccccccccccccc" />
|
158
|
+
<path
|
159
|
+
id="path900"
|
160
|
+
style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
|
161
|
+
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"
|
162
|
+
inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
|
163
|
+
inkscape:export-xdpi="13.06"
|
164
|
+
inkscape:export-ydpi="13.06"
|
165
|
+
sodipodi:nodetypes="ccccccccc" />
|
166
|
+
</g>
|
167
|
+
</g>
|
168
|
+
</svg>
|