jekyll-theme-centos 2.46.1 → 2.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec628813860970e6d93569bcb51c991b79547a042cb1342ddd6c1f740b969d75
4
- data.tar.gz: 610e0273e5bbca190c09bb3d0378e25b089eeab146722a199ebc848ccfeeb55d
3
+ metadata.gz: 357fe0544e1d363a1782ae71882d574016f11da0b4f4193274111717038c91f9
4
+ data.tar.gz: bcaa0cfaa21520746b1812c29207a99fe7db1b6e5269cf339bb87ca797d67727
5
5
  SHA512:
6
- metadata.gz: 323ad3aa046a4cf772dd7283ca0930d75316ecd9084ec1203b6f5ee346b65871714b570b5440da8d81c6bf85a8eb0bec5286f07a1fa6f2de632191bd64e04ff8
7
- data.tar.gz: c54bfc9be4b0854a5e665b1fa22693c8b4a0018eb704ba68dbd7c01e074f6389bf5bac00d4c378396f53567ff5f2303b4929d0ddc2c41db235962533168f242f
6
+ metadata.gz: 1622022ef740560b75d46e59ee94d0d4067dc7dfc3098af6b7e4fa9b31e6388599d2c7749ef67f987e415ea7234a1ba44a288607f8dd2db6ffdcbfa75a330c84
7
+ data.tar.gz: c85ffbc9a9e9d174c36403cb08255e3502673141440158912afde188dcdb3b06c9f210ac87b7ce464c1034ce27de2b33a4b4ddae4110dab36a0ba5955b656afe
@@ -1,34 +1,11 @@
1
1
  ---
2
- - name: "Layouts"
3
- icon: "fa-solid fa-layer-group"
4
- link: "/layouts/"
5
- menu:
6
- - name: "people/default"
7
- link: "/layouts/people/default"
8
- visible_on: ["navbar", "footer"]
9
-
10
- - name: "Includes"
11
- icon: "fa-solid fa-arrows-turn-to-dots"
12
- link: "/includes/"
13
- menu:
14
- - name: "people/about.html"
15
- link: "includes/people/about"
16
- - name: "people/header.html"
17
- link: "includes/people/header"
18
- - name: "people/posts.html"
19
- link: "includes/people/posts"
20
- - name: "people/projects.html"
21
- link: "includes/people/projects"
22
- - name: "people/pubkeys.html"
23
- link: "includes/people/pubkeys"
24
- - name: "people/support.html"
25
- link: "includes/people/support"
26
- visible_on: ["navbar", "footer"]
27
-
28
- - name: "Data"
29
- icon: "fa-solid fa-file-code"
30
- link: "/data/"
31
- menu:
32
- - name: "site.data.people.navbar"
33
- link: "/data/people/navbar/"
34
- visible_on: ["navbar", "footer"]
2
+ - name: "Documentation"
3
+ icon: "fa-solid fa-book"
4
+ link: "/documentation/"
5
+ menu: []
6
+ visible_on: ["navbar"]
7
+ - name: "Example"
8
+ icon: "fa-solid fa-flask-vails"
9
+ link: "/example/username/"
10
+ menu: []
11
+ visible_on: ["navbar"]
@@ -0,0 +1,18 @@
1
+ ---
2
+ - name: Project 1
3
+ image: project.svg
4
+ description: |
5
+ Etiam laoreet quam sed arcu. Phasellus at dui in ligula mollis ultricies.
6
+ Integer placerat tristique nisl. Praesent augue. Fusce commodo.
7
+
8
+ - name: Project 2
9
+ image: project.svg
10
+ description: |
11
+ Etiam laoreet quam sed arcu. Phasellus at dui in ligula mollis ultricies.
12
+ Integer placerat tristique nisl. Praesent augue. Fusce commodo.
13
+
14
+ - name: Project 3
15
+ image: project.svg
16
+ description: |
17
+ Etiam laoreet quam sed arcu. Phasellus at dui in ligula mollis ultricies.
18
+ Integer placerat tristique nisl. Praesent augue. Fusce commodo.
@@ -1,19 +1,16 @@
1
- <div class="alert alert-{{ include.color | default: 'primary') }} rounded-0 m-0 border-0" role="alert">
1
+ <div class="alert alert-{{ include.color | default: 'primary') }} rounded-0 m-0 border-{{ include.color | default: 'primary') }} border-start-0 border-end-0 shadow" role="alert">
2
2
  <div class="container d-flex justify-content-between align-items-center">
3
3
  <div class="me-3">
4
4
  <div class="h5 mb-0"><i class="{{ include.icon | default: 'fa-solid fa-bullhorn' }}"></i></div>
5
5
  </div>
6
6
  <div class="flex-fill">
7
- {% if include.title != "" %}
8
- <div class="h5 mb-0">{{ include.title }}</div>
9
- {% endif %}
10
7
  {% if include.content != "" %}
11
- <div>{{ include.content }}</div>
8
+ {{ include.content }}
12
9
  {% endif %}
13
10
  </div>
14
11
  {% if include.url != "" %}
15
12
  <div class="">
16
- <a class="btn btn-sm btn-{{ include.color | default: 'primary') }}" href="{{ include.url }}" role="button">Know more <i class="fa-solid fa-arrow-right"></i></a>
13
+ <a class="btn btn-sm btn-{{ include.color | default: 'primary') }} text-nowrap" href="{{ include.url }}" role="button">Know more <i class="fa-solid fa-arrow-right"></i></a>
17
14
  </div>
18
15
  {% endif %}
19
16
  </div>
@@ -1,6 +1,6 @@
1
- <header class="bg-dark bg-image">
1
+ <header class="py-5 bg-dark bg-image" style="height: 660px;">
2
2
  <div class="container py-5 text-white text-center">
3
- <img class="rounded-circle shadow img-fluid" width="250" src="{{ site.baseurl }}/assets/img/people/{{ page.avatar }}" alt="{{ page.username }}" />
3
+ <img class="mt-5 rounded-circle shadow img-fluid" width="250" src="{{ site.baseurl }}/assets/img/people/{{ page.username }}/{{ page.avatar }}" alt="{{ page.username }}" />
4
4
  <h1 class="display-2 fw-bold">{{ page.username }}</h1>
5
5
  <p class="lead">{{ page.fullname }}</p>
6
6
  </div>
@@ -1,33 +1,16 @@
1
- {% assign username = page.username %} {% assign projects = page.projects.content %} {% assign limit = page.posts.section.limit %} {% if page.projects.section.visible == true %}
2
- <section class="container my-5 text-center">
3
-
4
- {% if page.projects.section.icon %}
5
- <i class="h1 {{ page.projects.section.icon }}"></i>
6
- {% endif %}
7
-
8
- {% if page.projects.section.name %}
9
- <h1>{{ page.projects.section.name }}</h1>
10
- {% endif %}
11
-
12
- {% if page.projects.section.preamble %}
13
- <p>{{ page.projects.section.preamble }}</p>
14
- {% endif %}
15
-
16
- {% if projects.size > 0 %}
17
- <div class="card-group">
18
- {% for i in projects limit: limit %}
1
+ {% if include.projects.size > 0 %}
2
+ <div class="mb-3 card-group">
3
+ {% for i in include.projects %}
19
4
  <div class="card">
20
- <a href="{{ i.link }}"><img src="{{ site.url }}{{ site.baseurl }}/assets/img/{{ i.image }}" class="card-img-top" alt="{{ i.name }}"></a>
5
+ <img src="{{ site.url }}{{ site.baseurl }}/assets/img/people/{{ page.username }}/{{ i.image }}" class="card-img-top" alt="{{ i.name }}">
21
6
  <div class="card-body">
22
- <h4 class="card-title"><a href="{{ i.link }}">{{ i.name }}</a></h4>
7
+ <div class="card-title d-grid"><a class="btn btn-primary fw-bold" href="{{ i.link }}" role="button">{{ i.name }}</a></div>
23
8
  <p class="card-text">{{ i.description }}</p>
24
9
  </div>
25
10
  </div>
26
11
  {% endfor %}
27
- </div>
28
- {% else %}
29
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
30
- {% endif %}
31
-
32
- </section>
12
+ </div>
13
+ {% else %}
14
+ {:.alert .alert-info}
15
+ Nothing posted here, yet.
33
16
  {% endif %}
@@ -2,11 +2,14 @@
2
2
  <html lang="{{ page.lang | default: 'en' }}">
3
3
  {% include base/head.html -%}
4
4
  <body id="top" class="bg-dots">
5
+
5
6
  {% include base/navbar.html -%}
6
7
 
7
8
  {% if page.with_breakingnews and page.with_breakingnews.size > 0 -%}
8
- <header>
9
+ {% assign height = 38 %}
10
+ <div class="sticky-top sticky-top-breakingnews">
9
11
  {% for news in page.with_breakingnews %}
12
+ {% assign height = height | plus: height %}
10
13
  {% include base/breakingnews.html
11
14
  title=news.title
12
15
  content=news.content
@@ -14,7 +17,19 @@
14
17
  url=news.url
15
18
  -%}
16
19
  {% endfor %}
17
- </header>
20
+ <style>
21
+ main {
22
+ .content > h1,
23
+ .content > h2,
24
+ .content > h3,
25
+ .content > h4,
26
+ .content > h5,
27
+ .content > h6 {
28
+ scroll-margin-top: {{ 80 | plus: height }}px;
29
+ }
30
+ }
31
+ </style>
32
+ </div>
18
33
  {% endif %}
19
34
 
20
35
  <main class="container bg-body py-5">
@@ -2,19 +2,51 @@
2
2
  <html lang="{{ page.lang | default: 'en' }}">
3
3
  {% include base/head.html title=page.title -%}
4
4
 
5
- <body id="top">
5
+ <body id="top" class="bg-dots pt-0">
6
6
  {% include base/navbar.html -%}
7
7
  {% include people/header.html %}
8
8
 
9
- <main>
10
- {% include people/about.html %}
11
- {% include people/posts.html %}
12
- {% include people/projects.html %}
13
- {% include people/pubkeys.html %}
14
- {% include people/support.html %}
9
+ <main class="container pb-5 bg-body border-top border-5 border-primary rounded shadow mt-n6">
10
+ <div class="row justify-content-center">
11
+ <div class="col-sm-12 col-lg-8">
12
+ <div class="content">
13
+ {{ content }}
14
+ </div>
15
+ </div>
16
+ </div>
15
17
  </main>
16
18
 
17
- {% include base/footer.html %}
19
+ {% if page.with_footer == true %}
20
+ <footer class="footer small bg-dark bg-image text-light">
21
+ {% if page.with_shortcuts != false %}
22
+ <div class="container">
23
+ {% include base/shortcuts.html %}
24
+ </div>
25
+ {% endif %}
26
+
27
+ {% if page.with_finale != false %}
28
+ <div class="container border-5 border-top border-primary">
29
+ {% include base/finale.html %}
30
+ </div>
31
+ {% endif %}
32
+
33
+ {% if page.with_sponsors != false %}
34
+ <div class="container-fluid bg-light">
35
+ <div class="container">
36
+ {% include sponsors/carousel.html -%}
37
+ </div>
38
+ </div>
39
+ {% endif %}
40
+
41
+ {% if page.with_copyright != false %}
42
+ <div class="container py-1">
43
+ {% include base/copyright.html %}
44
+ </div>
45
+ {% endif %}
46
+
47
+ </footer>
48
+ {% endif %}
49
+
18
50
  {% include base/script.html -%}
19
51
  </body>
20
52
  </html>
@@ -3,6 +3,14 @@
3
3
  // --------------------------------------------------------------------------------
4
4
  body {
5
5
  padding-top: 59px;
6
+
7
+ // --------------------------------------------------------------------------------
8
+ // Breakingnews
9
+ // --------------------------------------------------------------------------------
10
+ .sticky-top-breakingnews {
11
+ top: 59px;
12
+ z-index: 1031;
13
+ }
6
14
  }
7
15
 
8
16
  // --------------------------------------------------------------------------------
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="650" height="210" viewBox="0 0 171.979 55.562"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M63.997 37.042c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.549-2.69-6.549-6.549 0-3.859 2.72-6.548 6.55-6.548 2.046 0 3.77.818 5.145 2.397l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.415-11.11 10.583 0 6.17 4.737 10.584 11.081 10.584M90.163 28.885c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.835 0 5.028-.877 6.49-2.544l-2.427-2.631c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.198-4.503-3.157h11.9c.028-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M102.763 20.728c-2.134 0-3.976.731-5.203 2.076v-1.842h-4.357v15.729h4.561v-7.777c0-2.894 1.579-4.239 3.772-4.239 2.017 0 3.186 1.17 3.186 3.713v8.303h4.561v-9.005c0-4.794-2.807-6.958-6.52-6.958M122.322 32.715c-.497.38-1.17.584-1.842.584-1.228 0-1.958-.73-1.958-2.075V24.82h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.461c0 3.742 2.163 5.643 5.876 5.643 1.403 0 2.778-.322 3.713-.994zM136.355 37.042c6.432 0 11.198-4.473 11.198-10.584 0-6.11-4.766-10.583-11.198-10.583-6.46 0-11.197 4.502-11.197 10.583s4.736 10.584 11.197 10.584m0-4.035c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.548 6.402-6.548 3.655 0 6.403 2.66 6.403 6.548 0 3.889-2.748 6.55-6.403 6.55M157.844 37.042c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.082-2.34 3.889-2.34 1.813 0 3.771.527 5.672 1.609l1.461-3.596c-1.9-1.199-4.531-1.813-7.104-1.813-5.818 0-8.624 2.894-8.624 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.134l-1.608 3.567c1.813 1.403 5.087 2.368 8.333 2.368"/></g><text xml:space="preserve" x="52.489" y="50.139" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.274085"><tspan x="52.489" y="50.139" style="font-weight:700;fill:#a14f8c;stroke-width:.274085">=MSG=</tspan></text><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="650" height="210" viewBox="0 0 171.979 55.562"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M63.997 37.042c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.549-2.69-6.549-6.549s2.72-6.548 6.55-6.548c2.046 0 3.77.818 5.145 2.397l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.415-11.11 10.583 0 6.17 4.737 10.584 11.081 10.584M90.163 28.885c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.835 0 5.028-.877 6.49-2.544l-2.427-2.631c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.198-4.503-3.157h11.9c.028-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M102.763 20.728c-2.134 0-3.976.731-5.203 2.076v-1.842h-4.357v15.729h4.561v-7.777c0-2.894 1.579-4.239 3.772-4.239 2.017 0 3.186 1.17 3.186 3.713v8.303h4.561v-9.005c0-4.794-2.807-6.958-6.52-6.958M122.322 32.715c-.497.38-1.17.584-1.842.584-1.228 0-1.958-.73-1.958-2.075V24.82h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.461c0 3.742 2.163 5.643 5.876 5.643 1.403 0 2.778-.322 3.713-.994zM136.355 37.042c6.432 0 11.198-4.473 11.198-10.584s-4.766-10.583-11.198-10.583c-6.46 0-11.197 4.502-11.197 10.583s4.736 10.584 11.197 10.584m0-4.035c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.548 6.402-6.548s6.403 2.66 6.403 6.548-2.748 6.55-6.403 6.55M157.844 37.042c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.082-2.34 3.889-2.34 1.813 0 3.771.527 5.672 1.609l1.461-3.596c-1.9-1.199-4.531-1.813-7.104-1.813-5.818 0-8.624 2.894-8.624 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.134l-1.608 3.567c1.813 1.403 5.087 2.368 8.333 2.368"/></g><text xml:space="preserve" x="52.489" y="50.139" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.274085"><tspan x="52.489" y="50.139" style="font-weight:700;fill:#a14f8c;stroke-width:.274085">=MSG=</tspan></text><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="130" viewBox="0 0 113.61 34.396"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M11.08 21.167c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.549 0-3.859 2.719-6.548 6.548-6.548 2.047 0 3.772.818 5.146 2.397l3.04-2.807C17.6 1.286 14.647 0 11.11 0 4.737 0 0 4.415 0 10.583c0 6.17 4.736 10.584 11.08 10.584M37.246 13.01c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.836 0 5.029-.877 6.49-2.544l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228M29.09 8.303c2.047 0 3.538 1.286 3.86 3.274H25.2c.322-2.017 1.813-3.274 3.888-3.274M49.847 4.853c-2.134 0-3.976.731-5.204 2.076V5.087h-4.356v15.729h4.56v-7.777c0-2.894 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.303h4.56V11.81c0-4.794-2.806-6.958-6.52-6.958M69.405 16.84c-.497.38-1.169.584-1.841.584-1.228 0-1.96-.73-1.96-2.075V8.946h3.918V5.438h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.461c0 3.742 2.164 5.643 5.876 5.643 1.404 0 2.778-.322 3.713-.994zM83.439 21.167c6.431 0 11.197-4.473 11.197-10.584C94.636 4.473 89.87 0 83.439 0 76.978 0 72.24 4.502 72.24 10.583s4.737 10.584 11.198 10.584m0-4.035c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.548 6.403-6.548 3.654 0 6.402 2.66 6.402 6.548 0 3.889-2.748 6.55-6.402 6.55M104.927 21.167c5.847 0 8.683-2.924 8.683-6.345 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.083-2.338 3.89-2.338 1.812 0 3.77.526 5.671 1.608l1.462-3.596C110.833.614 108.2 0 105.629 0c-5.818 0-8.625 2.894-8.625 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g><text xml:space="preserve" x="-.428" y="34.264" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.274085"><tspan x="-.428" y="34.264" style="font-weight:700;fill:#a14f8c;stroke-width:.274085">=MSG=</tspan></text></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="130" viewBox="0 0 113.61 34.396"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M11.08 21.167c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.549s2.719-6.548 6.548-6.548c2.047 0 3.772.818 5.146 2.397l3.04-2.807C17.6 1.286 14.647 0 11.11 0 4.737 0 0 4.415 0 10.583c0 6.17 4.736 10.584 11.08 10.584M37.246 13.01c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.836 0 5.029-.877 6.49-2.544l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228M29.09 8.303c2.047 0 3.538 1.286 3.86 3.274H25.2c.322-2.017 1.813-3.274 3.888-3.274M49.847 4.853c-2.134 0-3.976.731-5.204 2.076V5.087h-4.356v15.729h4.56v-7.777c0-2.894 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.303h4.56V11.81c0-4.794-2.806-6.958-6.52-6.958M69.405 16.84c-.497.38-1.169.584-1.841.584-1.228 0-1.96-.73-1.96-2.075V8.946h3.918V5.438h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.461c0 3.742 2.164 5.643 5.876 5.643 1.404 0 2.778-.322 3.713-.994zM83.439 21.167c6.431 0 11.197-4.473 11.197-10.584S89.87 0 83.439 0C76.978 0 72.24 4.502 72.24 10.583s4.737 10.584 11.198 10.584m0-4.035c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.548 6.403-6.548s6.402 2.66 6.402 6.548-2.748 6.55-6.402 6.55M104.927 21.167c5.847 0 8.683-2.924 8.683-6.345 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.083-2.338 3.89-2.338 1.812 0 3.77.526 5.671 1.608l1.462-3.596C110.833.614 108.2 0 105.629 0c-5.818 0-8.625 2.894-8.625 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g><text xml:space="preserve" x="-.428" y="34.264" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.274085"><tspan x="-.428" y="34.264" style="font-weight:700;fill:#a14f8c;stroke-width:.274085">=MSG=</tspan></text></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="650" height="210" viewBox="0 0 171.979 55.562"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -780.823 -316.525)"/></g><text xml:space="preserve" x="52.489" y="50.139" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.274085"><tspan x="52.489" y="50.139" style="font-weight:700;fill:#fff;stroke-width:.274085">=MSG=</tspan></text><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="650" height="210" viewBox="0 0 171.979 55.562"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713s2.787-6.712 6.712-6.712c2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848s-4.885-10.848-11.477-10.848c-6.623 0-11.477 4.615-11.477 10.848s4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712s6.563 2.727 6.563 6.712c0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -780.823 -316.525)"/></g><text xml:space="preserve" x="52.489" y="50.139" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.274085"><tspan x="52.489" y="50.139" style="font-weight:700;fill:#fff;stroke-width:.274085">=MSG=</tspan></text><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="130" viewBox="0 0 113.61 34.396"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -833.74 -332.4)"/></g><text xml:space="preserve" x="-.428" y="34.264" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.274085"><tspan x="-.428" y="34.264" style="font-weight:700;fill:#fff;stroke-width:.274085">=MSG=</tspan></text></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="130" viewBox="0 0 113.61 34.396"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713s2.787-6.712 6.712-6.712c2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848s-4.885-10.848-11.477-10.848c-6.623 0-11.477 4.615-11.477 10.848s4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712s6.563 2.727 6.563 6.712c0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -833.74 -332.4)"/></g><text xml:space="preserve" x="-.428" y="34.264" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.274085"><tspan x="-.428" y="34.264" style="font-weight:700;fill:#fff;stroke-width:.274085">=MSG=</tspan></text></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g style="fill:#6e5b98;fill-opacity:1" transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713s2.787-6.712 6.712-6.712c2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848s-4.885-10.848-11.477-10.848c-6.623 0-11.477 4.615-11.477 10.848s4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712s6.563 2.727 6.563 6.712c0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g style="fill:#6e5b98;fill-opacity:1" transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="461.382" height="20" viewBox="0 0 122.074 5.292"><defs><filter id="a" width="1" height="1" x="0" y="0" style="color-interpolation-filters:sRGB"><feGaussianBlur/></filter></defs><path d="M2125.969 188.76c.891 0 1.63-.322 2.112-.914l-.76-.702c-.344.402-.775.607-1.287.607-.957 0-1.637-.673-1.637-1.638 0-.964.68-1.637 1.637-1.637.512 0 .943.205 1.287.6l.76-.702c-.483-.585-1.22-.907-2.105-.907-1.594 0-2.778 1.104-2.778 2.646 0 1.542 1.184 2.646 2.77 2.646M2132.51 186.72c0-1.264-.892-2.04-2.046-2.04-1.2 0-2.098.849-2.098 2.025 0 1.17.884 2.025 2.244 2.025.709 0 1.257-.22 1.622-.636l-.606-.658c-.27.256-.57.38-.987.38-.6 0-1.016-.3-1.126-.79h2.975c.01-.094.022-.218.022-.306zm-2.04-1.177c.512 0 .885.322.966.819h-1.937c.08-.504.453-.819.972-.819M2135.66 184.68c-.533 0-.994.183-1.3.52v-.46h-1.09v3.931h1.14v-1.944c0-.723.395-1.06.943-1.06.504 0 .797.293.797.929v2.075h1.14v-2.25c0-1.2-.702-1.74-1.63-1.74M2140.55 187.677a.769.769 0 0 1-.46.147c-.308 0-.49-.183-.49-.52v-1.6h.979v-.877h-.98v-.958h-1.14v.958h-.606v.877h.606v1.615c0 .936.541 1.41 1.47 1.41.35 0 .694-.08.928-.248zM2144.058 188.76c1.608 0 2.8-1.12 2.8-2.647 0-1.527-1.192-2.646-2.8-2.646-1.615 0-2.8 1.126-2.8 2.646s1.185 2.646 2.8 2.646m0-1.01c-.913 0-1.6-.665-1.6-1.637s.687-1.637 1.6-1.637c.914 0 1.6.665 1.6 1.637s-.686 1.638-1.6 1.638M2149.43 188.76c1.462 0 2.17-.732 2.17-1.587 0-1.878-2.974-1.228-2.974-2.17 0-.322.27-.585.972-.585.453 0 .943.131 1.418.402l.366-.9c-.475-.299-1.133-.453-1.776-.453-1.455 0-2.157.724-2.157 1.594 0 1.9 2.975 1.242 2.975 2.2 0 .314-.285.548-.987.548-.613 0-1.257-.22-1.688-.534l-.402.892c.453.35 1.272.592 2.083.592" style="font-weight:700;font-size:35.8707px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;letter-spacing:0;word-spacing:0;fill:#fff;stroke-width:.0408834" transform="translate(-2123.198 -183.467)"/><g aria-label="IDENTITY MANAGEMENT" style="font-size:7.30893px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.182724;filter:url(#a)" transform="matrix(.99974 0 0 .99974 501.796 .181)"><path d="M-470.394 5.023h.373V-.093h-.373zM-468.238 5.023h2.025c1.622 0 2.719-1.067 2.719-2.558 0-1.49-1.097-2.558-2.72-2.558h-2.024zm.373-.336V.243h1.622c1.448 0 2.376.921 2.376 2.222s-.928 2.222-2.376 2.222zM-461.828 4.687V2.59h2.726v-.33h-2.726V.244h3.048v-.336h-3.42v5.116h3.53v-.336ZM-453.518-.093v4.444l-3.479-4.444h-.314v5.116h.373V.58l3.486 4.443h.307V-.093zM-450.382 5.023h.373V.243h1.841v-.336h-4.056v.336h1.842zM-447.247 5.023h.373V-.093h-.373zM-444.111 5.023h.373V.243h1.841v-.336h-4.056v.336h1.842zM-437.358-.093h-.387l-1.85 3.011-1.848-3.01h-.41l2.061 3.354v1.761h.373V3.262ZM-429.347 5.023l-.007-5.116h-.307l-2.288 3.954-2.288-3.954h-.314v5.116h.366V.66l2.141 3.684h.183l2.141-3.699.007 4.378zM-423.741 5.023h.402l-2.354-5.116h-.372l-2.354 5.116h.402l.65-1.44h2.968zm-3.48-1.754 1.338-2.953 1.345 2.953zM-418.618-.093v4.444l-3.479-4.444h-.314v5.116h.373V.58l3.486 4.443h.307V-.093zM-412.639 5.023h.402l-2.353-5.116h-.373l-2.354 5.116h.402l.65-1.44h2.968zm-3.479-1.754 1.338-2.953 1.344 2.953zM-407.727 4.249c-.417.336-.914.467-1.455.467-1.33 0-2.317-.972-2.317-2.25 0-1.287.987-2.252 2.317-2.252.621 0 1.155.168 1.6.607l.235-.249c-.453-.468-1.104-.701-1.842-.701-1.55 0-2.683 1.103-2.683 2.594 0 1.491 1.133 2.595 2.676 2.595.701 0 1.366-.22 1.827-.658V2.487h-.358zM-405.36 4.687V2.59h2.727v-.33h-2.726V.244h3.048v-.336h-3.421v5.116h3.53v-.336ZM-395.638 5.023l-.007-5.116h-.307l-2.288 3.954-2.288-3.954h-.314v5.116h.365V.66l2.142 3.684h.183l2.141-3.699.007 4.378zM-393.482 4.687V2.59h2.726v-.33h-2.726V.244h3.048v-.336h-3.421v5.116h3.53v-.336ZM-385.172-.093v4.444l-3.48-4.444h-.313v5.116h.372V.58l3.487 4.443h.307V-.093zM-382.037 5.023h.373V.243h1.842v-.336h-4.056v.336h1.841z" style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.30893px;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Light&quot;;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="461.382" height="20" viewBox="0 0 122.074 5.292"><defs><filter id="a" width="1" height="1" x="0" y="0" style="color-interpolation-filters:sRGB"><feGaussianBlur/></filter></defs><path d="M2125.969 188.76c.891 0 1.63-.322 2.112-.914l-.76-.702c-.344.402-.775.607-1.287.607-.957 0-1.637-.673-1.637-1.638s.68-1.637 1.637-1.637c.512 0 .943.205 1.287.6l.76-.702c-.483-.585-1.22-.907-2.105-.907-1.594 0-2.778 1.104-2.778 2.646s1.184 2.646 2.77 2.646M2132.51 186.72c0-1.264-.892-2.04-2.046-2.04-1.2 0-2.098.849-2.098 2.025 0 1.17.884 2.025 2.244 2.025.709 0 1.257-.22 1.622-.636l-.606-.658c-.27.256-.57.38-.987.38-.6 0-1.016-.3-1.126-.79h2.975c.01-.094.022-.218.022-.306zm-2.04-1.177c.512 0 .885.322.966.819h-1.937c.08-.504.453-.819.972-.819M2135.66 184.68c-.533 0-.994.183-1.3.52v-.46h-1.09v3.931h1.14v-1.944c0-.723.395-1.06.943-1.06.504 0 .797.293.797.929v2.075h1.14v-2.25c0-1.2-.702-1.74-1.63-1.74M2140.55 187.677a.77.77 0 0 1-.46.147c-.308 0-.49-.183-.49-.52v-1.6h.979v-.877h-.98v-.958h-1.14v.958h-.606v.877h.606v1.615c0 .936.541 1.41 1.47 1.41.35 0 .694-.08.928-.248zM2144.058 188.76c1.608 0 2.8-1.12 2.8-2.647s-1.192-2.646-2.8-2.646c-1.615 0-2.8 1.126-2.8 2.646s1.185 2.646 2.8 2.646m0-1.01c-.913 0-1.6-.665-1.6-1.637s.687-1.637 1.6-1.637c.914 0 1.6.665 1.6 1.637s-.686 1.638-1.6 1.638M2149.43 188.76c1.462 0 2.17-.732 2.17-1.587 0-1.878-2.974-1.228-2.974-2.17 0-.322.27-.585.972-.585.453 0 .943.131 1.418.402l.366-.9c-.475-.299-1.133-.453-1.776-.453-1.455 0-2.157.724-2.157 1.594 0 1.9 2.975 1.242 2.975 2.2 0 .314-.285.548-.987.548-.613 0-1.257-.22-1.688-.534l-.402.892c.453.35 1.272.592 2.083.592" style="font-weight:700;font-size:35.8707px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;letter-spacing:0;word-spacing:0;fill:#fff;stroke-width:.0408834" transform="translate(-2123.198 -183.467)"/><g aria-label="IDENTITY MANAGEMENT" style="font-size:7.30893px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#fff;stroke-width:.182724;filter:url(#a)" transform="matrix(.99974 0 0 .99974 501.796 .181)"><path d="M-470.394 5.023h.373V-.093h-.373zM-468.238 5.023h2.025c1.622 0 2.719-1.067 2.719-2.558s-1.097-2.558-2.72-2.558h-2.024zm.373-.336V.243h1.622c1.448 0 2.376.921 2.376 2.222s-.928 2.222-2.376 2.222zM-461.828 4.687V2.59h2.726v-.33h-2.726V.244h3.048v-.336h-3.42v5.116h3.53v-.336ZM-453.518-.093v4.444l-3.479-4.444h-.314v5.116h.373V.58l3.486 4.443h.307V-.093zM-450.382 5.023h.373V.243h1.841v-.336h-4.056v.336h1.842zM-447.247 5.023h.373V-.093h-.373zM-444.111 5.023h.373V.243h1.841v-.336h-4.056v.336h1.842zM-437.358-.093h-.387l-1.85 3.011-1.848-3.01h-.41l2.061 3.354v1.761h.373V3.262ZM-429.347 5.023l-.007-5.116h-.307l-2.288 3.954-2.288-3.954h-.314v5.116h.366V.66l2.141 3.684h.183l2.141-3.699.007 4.378zM-423.741 5.023h.402l-2.354-5.116h-.372l-2.354 5.116h.402l.65-1.44h2.968zm-3.48-1.754 1.338-2.953 1.345 2.953zM-418.618-.093v4.444l-3.479-4.444h-.314v5.116h.373V.58l3.486 4.443h.307V-.093zM-412.639 5.023h.402l-2.353-5.116h-.373l-2.354 5.116h.402l.65-1.44h2.968zm-3.479-1.754 1.338-2.953 1.344 2.953zM-407.727 4.249c-.417.336-.914.467-1.455.467-1.33 0-2.317-.972-2.317-2.25 0-1.287.987-2.252 2.317-2.252.621 0 1.155.168 1.6.607l.235-.249c-.453-.468-1.104-.701-1.842-.701-1.55 0-2.683 1.103-2.683 2.594s1.133 2.595 2.676 2.595c.701 0 1.366-.22 1.827-.658V2.487h-.358zM-405.36 4.687V2.59h2.727v-.33h-2.726V.244h3.048v-.336h-3.421v5.116h3.53v-.336ZM-395.638 5.023l-.007-5.116h-.307l-2.288 3.954-2.288-3.954h-.314v5.116h.365V.66l2.142 3.684h.183l2.141-3.699.007 4.378zM-393.482 4.687V2.59h2.726v-.33h-2.726V.244h3.048v-.336h-3.421v5.116h3.53v-.336ZM-385.172-.093v4.444l-3.48-4.444h-.313v5.116h.372V.58l3.487 4.443h.307V-.093zM-382.037 5.023h.373V.243h1.842v-.336h-4.056v.336h1.841z" style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.30893px;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Light&quot;;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#000;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#000" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="rotate(45 -180.13 -610.203)scale(1.0529)"><circle cx="388.123" cy="-290.716" r="20.103" style="fill:#000;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000"/><path d="M377.366-301.473v6.301l-4.456 4.456 4.456 4.456v6.302h6.302l4.456 4.456 4.456-4.456h6.301v-6.302l4.456-4.456-4.456-4.456v-6.301h-6.301l-4.456-4.456-4.456 4.456zm2.271 4.183 1.913-1.912 3.227 3.227v1.913h-1.912zm-2.163 5.222h4.565l1.352 1.352-1.352 1.353h-4.564zm9.297-9.297h2.705v4.564l-1.352 1.353-1.353-1.353zm.091 7.607 1.261 1.282 1.26-1.283-.015 1.798 1.798-.016-1.282 1.26 1.283 1.261-1.798-.015.016 1.798-1.26-1.282-1.261 1.283.015-1.799-1.798.016 1.282-1.26-1.283-1.26 1.799.015zm-7.225 9.617 3.228-3.228h1.912v1.913l-3.227 3.227zm11.833-11.834 3.228-3.227 1.913 1.912-3.228 3.228h-1.912zm-4.698 11.345 1.352-1.352 1.352 1.352v4.564h-2.704zm6.085-6.085 1.352-1.353h4.564v2.705h-4.564zm-1.387 3.346h1.913l3.228 3.228-1.913 1.912-3.228-3.227z" style="fill:#fff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#000;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713s2.787-6.712 6.712-6.712c2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848s-4.885-10.848-11.477-10.848c-6.623 0-11.477 4.615-11.477 10.848s4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712s6.563 2.727 6.563 6.712c0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#000" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="rotate(45 -180.13 -610.203)scale(1.0529)"><circle cx="388.123" cy="-290.716" r="20.103" style="fill:#000;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000"/><path d="M377.366-301.473v6.301l-4.456 4.456 4.456 4.456v6.302h6.302l4.456 4.456 4.456-4.456h6.301v-6.302l4.456-4.456-4.456-4.456v-6.301h-6.301l-4.456-4.456-4.456 4.456zm2.271 4.183 1.913-1.912 3.227 3.227v1.913h-1.912zm-2.163 5.222h4.565l1.352 1.352-1.352 1.353h-4.564zm9.297-9.297h2.705v4.564l-1.352 1.353-1.353-1.353zm.091 7.607 1.261 1.282 1.26-1.283-.015 1.798 1.798-.016-1.282 1.26 1.283 1.261-1.798-.015.016 1.798-1.26-1.282-1.261 1.283.015-1.799-1.798.016 1.282-1.26-1.283-1.26 1.799.015zm-7.225 9.617 3.228-3.228h1.912v1.913l-3.227 3.227zm11.833-11.834 3.228-3.227 1.913 1.912-3.228 3.228h-1.912zm-4.698 11.345 1.352-1.352 1.352 1.352v4.564h-2.704zm6.085-6.085 1.352-1.353h4.564v2.705h-4.564zm-1.387 3.346h1.913l3.228 3.228-1.913 1.912-3.228-3.227z" style="fill:#fff;fill-opacity:1;stroke-width:9.12808;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M58.705 31.75c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.548 0-3.86 2.719-6.55 6.548-6.55 2.047 0 3.772.82 5.146 2.398l3.04-2.806c-1.93-2.34-4.882-3.626-8.42-3.626-6.373 0-11.109 4.415-11.109 10.584 0 6.168 4.736 10.583 11.08 10.583M84.871 23.593c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.392-8.39 8.099 0 4.677 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.632c-1.082 1.024-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.287 3.86 3.275h-7.748c.322-2.018 1.813-3.275 3.888-3.275M97.472 15.436c-2.134 0-3.976.731-5.204 2.076V15.67h-4.356V31.4h4.56v-7.778c0-2.894 1.58-4.239 3.772-4.239 2.017 0 3.187 1.17 3.187 3.713V31.4h4.56v-9.004c0-4.795-2.806-6.959-6.52-6.959M117.03 27.423c-.497.38-1.169.585-1.841.585-1.228 0-1.96-.731-1.96-2.076V19.53h3.918v-3.508h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.462c0 3.742 2.164 5.642 5.876 5.642 1.404 0 2.778-.322 3.713-.994zM131.064 31.75c6.431 0 11.197-4.473 11.197-10.583s-4.766-10.584-11.197-10.584c-6.461 0-11.198 4.503-11.198 10.584 0 6.08 4.737 10.583 11.198 10.583m0-4.035c-3.655 0-6.403-2.66-6.403-6.548 0-3.889 2.748-6.55 6.403-6.55 3.654 0 6.402 2.661 6.402 6.55 0 3.888-2.748 6.548-6.402 6.548M152.552 31.75c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.083-2.339 3.89-2.339 1.812 0 3.77.526 5.671 1.608l1.462-3.596c-1.9-1.199-4.532-1.813-7.104-1.813-5.818 0-8.625 2.895-8.625 6.374 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.192-3.947 2.192-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M58.705 31.75c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.548 0-3.86 2.719-6.55 6.548-6.55 2.047 0 3.772.82 5.146 2.398l3.04-2.806c-1.93-2.34-4.882-3.626-8.42-3.626-6.373 0-11.109 4.415-11.109 10.584s4.736 10.583 11.08 10.583M84.871 23.593c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.392-8.39 8.099 0 4.677 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.632c-1.082 1.024-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.287 3.86 3.275h-7.748c.322-2.018 1.813-3.275 3.888-3.275M97.472 15.436c-2.134 0-3.976.731-5.204 2.076V15.67h-4.356V31.4h4.56v-7.778c0-2.894 1.58-4.239 3.772-4.239 2.017 0 3.187 1.17 3.187 3.713V31.4h4.56v-9.004c0-4.795-2.806-6.959-6.52-6.959M117.03 27.423c-.497.38-1.169.585-1.841.585-1.228 0-1.96-.731-1.96-2.076V19.53h3.918v-3.508h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.462c0 3.742 2.164 5.642 5.876 5.642 1.404 0 2.778-.322 3.713-.994zM131.064 31.75c6.431 0 11.197-4.473 11.197-10.583s-4.766-10.584-11.197-10.584c-6.461 0-11.198 4.503-11.198 10.584s4.737 10.583 11.198 10.583m0-4.035c-3.655 0-6.403-2.66-6.403-6.548s2.748-6.55 6.403-6.55 6.402 2.661 6.402 6.55-2.748 6.548-6.402 6.548M152.552 31.75c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.083-2.339 3.89-2.339 1.812 0 3.77.526 5.671 1.608l1.462-3.596c-1.9-1.199-4.532-1.813-7.104-1.813-5.818 0-8.625 2.895-8.625 6.374 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.192-3.947 2.192-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="710" height="270" viewBox="0 0 187.854 71.437"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M63.997 37.042c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.549-2.69-6.549-6.549 0-3.859 2.72-6.548 6.55-6.548 2.046 0 3.77.818 5.145 2.397l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.415-11.11 10.583 0 6.17 4.737 10.584 11.081 10.584M90.163 28.885c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.835 0 5.028-.877 6.49-2.544l-2.427-2.631c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.198-4.503-3.157h11.9c.028-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M102.763 20.728c-2.134 0-3.976.731-5.203 2.076v-1.842h-4.357v15.729h4.561v-7.777c0-2.894 1.579-4.239 3.772-4.239 2.017 0 3.186 1.17 3.186 3.713v8.303h4.561v-9.005c0-4.794-2.807-6.958-6.52-6.958M122.322 32.715c-.497.38-1.17.584-1.842.584-1.228 0-1.958-.73-1.958-2.075V24.82h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.461c0 3.742 2.163 5.643 5.876 5.643 1.403 0 2.778-.322 3.713-.994zM136.355 37.042c6.432 0 11.198-4.473 11.198-10.584 0-6.11-4.766-10.583-11.198-10.583-6.46 0-11.197 4.502-11.197 10.583s4.736 10.584 11.197 10.584m0-4.035c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.548 6.402-6.548 3.655 0 6.403 2.66 6.403 6.548 0 3.889-2.748 6.55-6.403 6.55M157.844 37.042c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.082-2.34 3.889-2.34 1.813 0 3.771.527 5.672 1.609l1.461-3.596c-1.9-1.199-4.531-1.813-7.104-1.813-5.818 0-8.624 2.894-8.624 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.134l-1.608 3.567c1.813 1.403 5.087 2.368 8.333 2.368"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968M63.913 50.227c1.875 0 3.234-1.26 3.234-3.037 0-1.776-1.36-3.037-3.234-3.037-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037m0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633c.855 0 1.502.614 1.502 1.633 0 1.02-.647 1.634-1.502 1.634M75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61M87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61M95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.636 0-1.063.416-1.063.953 0 .537.427.954 1.063.954m.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61M142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228M152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634M164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953 0 .537.428.954 1.064.954m.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636M182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969 0-2.291-1.787-3.969-4.2-3.969-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968m0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456M66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634M75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228M78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62m-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8M91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953 0 .537.428.954 1.063.954m.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447 0-.866.657-1.447 1.556-1.447.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447M117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888M123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636M137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228M152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="710" height="270" viewBox="0 0 187.854 71.437"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M63.997 37.042c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.549-2.69-6.549-6.549s2.72-6.548 6.55-6.548c2.046 0 3.77.818 5.145 2.397l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.415-11.11 10.583 0 6.17 4.737 10.584 11.081 10.584M90.163 28.885c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.835 0 5.028-.877 6.49-2.544l-2.427-2.631c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.198-4.503-3.157h11.9c.028-.38.087-.877.087-1.228m-8.157-4.707c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M102.763 20.728c-2.134 0-3.976.731-5.203 2.076v-1.842h-4.357v15.729h4.561v-7.777c0-2.894 1.579-4.239 3.772-4.239 2.017 0 3.186 1.17 3.186 3.713v8.303h4.561v-9.005c0-4.794-2.807-6.958-6.52-6.958M122.322 32.715c-.497.38-1.17.584-1.842.584-1.228 0-1.958-.73-1.958-2.075V24.82h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.461c0 3.742 2.163 5.643 5.876 5.643 1.403 0 2.778-.322 3.713-.994zM136.355 37.042c6.432 0 11.198-4.473 11.198-10.584s-4.766-10.583-11.198-10.583c-6.46 0-11.197 4.502-11.197 10.583s4.736 10.584 11.197 10.584m0-4.035c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.548 6.402-6.548s6.403 2.66 6.403 6.548-2.748 6.55-6.403 6.55M157.844 37.042c5.847 0 8.683-2.924 8.683-6.344 0-7.514-11.9-4.912-11.9-8.683 0-1.287 1.082-2.34 3.889-2.34 1.813 0 3.771.527 5.672 1.609l1.461-3.596c-1.9-1.199-4.531-1.813-7.104-1.813-5.818 0-8.624 2.894-8.624 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.134l-1.608 3.567c1.813 1.403 5.087 2.368 8.333 2.368"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968M63.913 50.227c1.875 0 3.234-1.26 3.234-3.037s-1.36-3.037-3.234-3.037c-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037m0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61M87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61M95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92s-1.063.416-1.063.953.427.954 1.063.954m.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61M142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228M152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953s.428.954 1.064.954m.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636M182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969s-1.787-3.969-4.2-3.969c-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968m0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456M66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228M78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62m-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8M91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953s.428.954 1.063.954m.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447s.657-1.447 1.556-1.447c.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447M117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888M123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636M137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228M152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(0 .132)"/></g><g transform="matrix(1.0529 0 0 1.05289 -382.2 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="250" height="80.267" viewBox="0 0 66.146 21.237"><g aria-label="Powered by" style="font-size:6.1858px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#000;stroke-width:.154645"><path d="M8.193 1.673v4.33h.458V4.636h1.163c1.101 0 1.77-.557 1.77-1.478 0-.928-.669-1.485-1.77-1.485zm.458 2.561V2.069h1.15c.867 0 1.324.396 1.324 1.089 0 .68-.457 1.076-1.323 1.076zM13.791 6.034c.953 0 1.652-.693 1.652-1.658s-.699-1.651-1.652-1.651c-.952 0-1.657.686-1.657 1.651s.705 1.658 1.657 1.658m0-.39c-.692 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.693 0 1.207.507 1.207 1.268s-.514 1.268-1.207 1.268M19.588 5.514l-1.04-2.765h-.377l-1.045 2.765-1.021-2.765h-.42l1.224 3.254h.415l1.026-2.666 1.027 2.666h.415l1.23-3.254h-.401zM24.431 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.248-.285c-.247.285-.6.427-.996.427-.71 0-1.23-.451-1.28-1.132h2.722c0-.05.006-.099.006-.136m-1.577-1.274c.637 0 1.1.445 1.156 1.082h-2.307c.056-.637.52-1.082 1.15-1.082M25.749 2.75h-.421v3.253h.44V4.345c0-.767.414-1.2 1.094-1.2.03 0 .068.006.105.006v-.426c-.6 0-1.014.228-1.218.662zM30.567 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.247-.285c-.248.285-.6.427-.996.427-.712 0-1.231-.451-1.28-1.132h2.721c0-.05.006-.099.006-.136M28.99 3.102c.637 0 1.101.445 1.157 1.082h-2.308c.056-.637.52-1.082 1.15-1.082M33.994 3.368c-.272-.42-.717-.643-1.237-.643-.928 0-1.62.668-1.62 1.651 0 .984.692 1.658 1.62 1.658.538 0 .99-.235 1.256-.674v.643h.42v-4.59h-.439zm-1.2 2.276c-.693 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.687 0 1.206.507 1.206 1.268s-.52 1.268-1.206 1.268M38.955 2.725c-.52 0-.965.222-1.237.643V1.413h-.44v4.59h.421V5.36c.266.439.718.674 1.256.674.928 0 1.62-.674 1.62-1.658 0-.983-.692-1.651-1.62-1.651m-.03 2.92c-.694 0-1.213-.508-1.213-1.269 0-.76.52-1.268 1.212-1.268.687 0 1.213.507 1.213 1.268s-.526 1.268-1.213 1.268M42.456 5.514 41.232 2.75h-.458l1.453 3.248-.142.315c-.185.409-.383.545-.674.545a.813.813 0 0 1-.594-.248l-.204.328c.198.198.489.297.792.297.464 0 .81-.204 1.082-.841l1.627-3.644h-.433z" style="fill:#000" transform="matrix(.48307 0 0 .48307 -3.958 -.683)"/></g><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M23.849 16.867c1.449 0 2.649-.522 3.432-1.484l-1.235-1.14c-.558.653-1.259.985-2.09.985-1.556 0-2.66-1.093-2.66-2.66 0-1.568 1.104-2.66 2.66-2.66.831 0 1.532.332 2.09.973l1.235-1.14c-.783-.95-1.983-1.473-3.42-1.473-2.59 0-4.513 1.794-4.513 4.3s1.924 4.3 4.501 4.3M34.479 13.553c0-2.054-1.449-3.313-3.326-3.313-1.947 0-3.408 1.378-3.408 3.29 0 1.9 1.437 3.29 3.646 3.29 1.152 0 2.043-.357 2.637-1.034l-.986-1.069c-.44.416-.927.618-1.604.618-.973 0-1.65-.487-1.829-1.283h4.834c.012-.154.036-.356.036-.499m-3.314-1.912c.832 0 1.437.523 1.568 1.33h-3.147c.13-.819.736-1.33 1.58-1.33M39.598 10.24c-.867 0-1.615.297-2.114.843v-.748h-1.77v6.39h1.853v-3.16c0-1.175.641-1.722 1.532-1.722.82 0 1.295.475 1.295 1.509v3.373h1.852v-3.658c0-1.948-1.14-2.827-2.648-2.827M47.544 15.11a1.249 1.249 0 0 1-.749.237c-.498 0-.795-.297-.795-.843v-2.601h1.591v-1.426H46V8.921h-1.853v1.556h-.986v1.426h.986v2.624c0 1.52.879 2.293 2.387 2.293.57 0 1.128-.131 1.508-.404zM53.245 16.867c2.613 0 4.548-1.817 4.548-4.3 0-2.482-1.935-4.299-4.548-4.299-2.625 0-4.55 1.83-4.55 4.3 0 2.47 1.925 4.3 4.55 4.3m0-1.639c-1.485 0-2.601-1.08-2.601-2.66s1.116-2.66 2.6-2.66c1.485 0 2.602 1.08 2.602 2.66s-1.117 2.66-2.601 2.66M61.974 16.867c2.376 0 3.528-1.188 3.528-2.577 0-3.053-4.834-1.995-4.834-3.528 0-.522.44-.95 1.58-.95.736 0 1.531.214 2.303.653l.594-1.46c-.772-.487-1.84-.737-2.886-.737-2.363 0-3.503 1.176-3.503 2.59 0 3.087 4.833 2.019 4.833 3.574 0 .511-.463.891-1.603.891-.998 0-2.043-.356-2.744-.867l-.653 1.45c.737.57 2.067.961 3.385.961"/></g><g transform="translate(-157.419 112.025)scale(.42774)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="250" height="80.267" viewBox="0 0 66.146 21.237"><g aria-label="Powered by" style="font-size:6.1858px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#000;stroke-width:.154645"><path d="M8.193 1.673v4.33h.458V4.636h1.163c1.101 0 1.77-.557 1.77-1.478 0-.928-.669-1.485-1.77-1.485zm.458 2.561V2.069h1.15c.867 0 1.324.396 1.324 1.089 0 .68-.457 1.076-1.323 1.076zM13.791 6.034c.953 0 1.652-.693 1.652-1.658s-.699-1.651-1.652-1.651c-.952 0-1.657.686-1.657 1.651s.705 1.658 1.657 1.658m0-.39c-.692 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.693 0 1.207.507 1.207 1.268s-.514 1.268-1.207 1.268M19.588 5.514l-1.04-2.765h-.377l-1.045 2.765-1.021-2.765h-.42l1.224 3.254h.415l1.026-2.666 1.027 2.666h.415l1.23-3.254h-.401zM24.431 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.248-.285c-.247.285-.6.427-.996.427-.71 0-1.23-.451-1.28-1.132h2.722c0-.05.006-.099.006-.136m-1.577-1.274c.637 0 1.1.445 1.156 1.082h-2.307c.056-.637.52-1.082 1.15-1.082M25.749 2.75h-.421v3.253h.44V4.345c0-.767.414-1.2 1.094-1.2.03 0 .068.006.105.006v-.426c-.6 0-1.014.228-1.218.662zM30.567 4.376c0-.977-.662-1.651-1.577-1.651-.916 0-1.59.686-1.59 1.651s.693 1.658 1.707 1.658c.514 0 .965-.186 1.256-.532l-.247-.285c-.248.285-.6.427-.996.427-.712 0-1.231-.451-1.28-1.132h2.721c0-.05.006-.099.006-.136M28.99 3.102c.637 0 1.101.445 1.157 1.082h-2.308c.056-.637.52-1.082 1.15-1.082M33.994 3.368c-.272-.42-.717-.643-1.237-.643-.928 0-1.62.668-1.62 1.651 0 .984.692 1.658 1.62 1.658.538 0 .99-.235 1.256-.674v.643h.42v-4.59h-.439zm-1.2 2.276c-.693 0-1.212-.507-1.212-1.268 0-.76.52-1.268 1.212-1.268.687 0 1.206.507 1.206 1.268s-.52 1.268-1.206 1.268M38.955 2.725c-.52 0-.965.222-1.237.643V1.413h-.44v4.59h.421V5.36c.266.439.718.674 1.256.674.928 0 1.62-.674 1.62-1.658s-.692-1.651-1.62-1.651m-.03 2.92c-.694 0-1.213-.508-1.213-1.269s.52-1.268 1.212-1.268c.687 0 1.213.507 1.213 1.268s-.526 1.268-1.213 1.268M42.456 5.514 41.232 2.75h-.458l1.453 3.248-.142.315c-.185.409-.383.545-.674.545a.81.81 0 0 1-.594-.248l-.204.328c.198.198.489.297.792.297.464 0 .81-.204 1.082-.841l1.627-3.644h-.433z" style="fill:#000" transform="matrix(.48307 0 0 .48307 -3.958 -.683)"/></g><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M23.849 16.867c1.449 0 2.649-.522 3.432-1.484l-1.235-1.14c-.558.653-1.259.985-2.09.985-1.556 0-2.66-1.093-2.66-2.66s1.104-2.66 2.66-2.66c.831 0 1.532.332 2.09.973l1.235-1.14c-.783-.95-1.983-1.473-3.42-1.473-2.59 0-4.513 1.794-4.513 4.3s1.924 4.3 4.501 4.3M34.479 13.553c0-2.054-1.449-3.313-3.326-3.313-1.947 0-3.408 1.378-3.408 3.29 0 1.9 1.437 3.29 3.646 3.29 1.152 0 2.043-.357 2.637-1.034l-.986-1.069c-.44.416-.927.618-1.604.618-.973 0-1.65-.487-1.829-1.283h4.834c.012-.154.036-.356.036-.499m-3.314-1.912c.832 0 1.437.523 1.568 1.33h-3.147c.13-.819.736-1.33 1.58-1.33M39.598 10.24c-.867 0-1.615.297-2.114.843v-.748h-1.77v6.39h1.853v-3.16c0-1.175.641-1.722 1.532-1.722.82 0 1.295.475 1.295 1.509v3.373h1.852v-3.658c0-1.948-1.14-2.827-2.648-2.827M47.544 15.11a1.25 1.25 0 0 1-.749.237c-.498 0-.795-.297-.795-.843v-2.601h1.591v-1.426H46V8.921h-1.853v1.556h-.986v1.426h.986v2.624c0 1.52.879 2.293 2.387 2.293.57 0 1.128-.131 1.508-.404zM53.245 16.867c2.613 0 4.548-1.817 4.548-4.3s-1.935-4.299-4.548-4.299c-2.625 0-4.55 1.83-4.55 4.3s1.925 4.3 4.55 4.3m0-1.639c-1.485 0-2.601-1.08-2.601-2.66s1.116-2.66 2.6-2.66c1.485 0 2.602 1.08 2.602 2.66s-1.117 2.66-2.601 2.66M61.974 16.867c2.376 0 3.528-1.188 3.528-2.577 0-3.053-4.834-1.995-4.834-3.528 0-.522.44-.95 1.58-.95.736 0 1.531.214 2.303.653l.594-1.46c-.772-.487-1.84-.737-2.886-.737-2.363 0-3.503 1.176-3.503 2.59 0 3.087 4.833 2.019 4.833 3.574 0 .511-.463.891-1.603.891-.998 0-2.043-.356-2.744-.867l-.653 1.45c.737.57 2.067.961 3.385.961"/></g><g transform="translate(-157.419 112.025)scale(.42774)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="80" viewBox="0 0 113.61 21.167"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M11.08 21.167c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.549 0-3.859 2.719-6.548 6.548-6.548 2.047 0 3.772.818 5.146 2.397l3.04-2.807C17.6 1.286 14.647 0 11.11 0 4.737 0 0 4.415 0 10.583c0 6.17 4.736 10.584 11.08 10.584M37.246 13.01c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.836 0 5.029-.877 6.49-2.544l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228M29.09 8.303c2.047 0 3.538 1.286 3.86 3.274H25.2c.322-2.017 1.813-3.274 3.888-3.274M49.847 4.853c-2.134 0-3.976.731-5.204 2.076V5.087h-4.356v15.729h4.56v-7.777c0-2.894 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.303h4.56V11.81c0-4.794-2.806-6.958-6.52-6.958M69.405 16.84c-.497.38-1.169.584-1.841.584-1.228 0-1.96-.73-1.96-2.075V8.946h3.918V5.438h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.461c0 3.742 2.164 5.643 5.876 5.643 1.404 0 2.778-.322 3.713-.994zM83.439 21.167c6.431 0 11.197-4.473 11.197-10.584C94.636 4.473 89.87 0 83.439 0 76.978 0 72.24 4.502 72.24 10.583s4.737 10.584 11.198 10.584m0-4.035c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.548 6.403-6.548 3.654 0 6.402 2.66 6.402 6.548 0 3.889-2.748 6.55-6.402 6.55M104.927 21.167c5.847 0 8.683-2.924 8.683-6.345 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.083-2.338 3.89-2.338 1.812 0 3.77.526 5.671 1.608l1.462-3.596C110.833.614 108.2 0 105.629 0c-5.818 0-8.625 2.894-8.625 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="429.392" height="80" viewBox="0 0 113.61 21.167"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M11.08 21.167c3.567 0 6.52-1.287 8.45-3.655l-3.041-2.806c-1.374 1.608-3.1 2.426-5.146 2.426-3.83 0-6.548-2.69-6.548-6.549s2.719-6.548 6.548-6.548c2.047 0 3.772.818 5.146 2.397l3.04-2.807C17.6 1.286 14.647 0 11.11 0 4.737 0 0 4.415 0 10.583c0 6.17 4.736 10.584 11.08 10.584M37.246 13.01c0-5.058-3.567-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.099 8.975 8.099 2.836 0 5.029-.877 6.49-2.544l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.198-4.502-3.157h11.899c.029-.38.087-.877.087-1.228M29.09 8.303c2.047 0 3.538 1.286 3.86 3.274H25.2c.322-2.017 1.813-3.274 3.888-3.274M49.847 4.853c-2.134 0-3.976.731-5.204 2.076V5.087h-4.356v15.729h4.56v-7.777c0-2.894 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.303h4.56V11.81c0-4.794-2.806-6.958-6.52-6.958M69.405 16.84c-.497.38-1.169.584-1.841.584-1.228 0-1.96-.73-1.96-2.075V8.946h3.918V5.438h-3.917v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.461c0 3.742 2.164 5.643 5.876 5.643 1.404 0 2.778-.322 3.713-.994zM83.439 21.167c6.431 0 11.197-4.473 11.197-10.584S89.87 0 83.439 0C76.978 0 72.24 4.502 72.24 10.583s4.737 10.584 11.198 10.584m0-4.035c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.548 6.403-6.548s6.402 2.66 6.402 6.548-2.748 6.55-6.402 6.55M104.927 21.167c5.847 0 8.683-2.924 8.683-6.345 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.083-2.338 3.89-2.338 1.812 0 3.77.526 5.671 1.608l1.462-3.596C110.833.614 108.2 0 105.629 0c-5.818 0-8.625 2.894-8.625 6.373 0 7.602 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.028-.877-6.753-2.134l-1.608 3.567c1.812 1.403 5.087 2.368 8.332 2.368"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="470" height="300" viewBox="0 0 124.354 79.375"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M16.372 74.083c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.427-5.146 2.427-3.83 0-6.549-2.69-6.549-6.549 0-3.86 2.72-6.549 6.55-6.549 2.046 0 3.77.819 5.145 2.398l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.414-11.11 10.583 0 6.169 4.737 10.583 11.081 10.583M42.538 65.927c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.835 0 5.028-.877 6.49-2.543L39 68.792c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.199-4.503-3.158h11.9c.028-.38.087-.877.087-1.227M34.38 61.22c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M55.138 57.77c-2.134 0-3.976.73-5.203 2.076v-1.842h-4.357v15.728h4.561v-7.776c0-2.895 1.579-4.24 3.772-4.24 2.017 0 3.186 1.17 3.186 3.714v8.302h4.561v-9.004c0-4.795-2.807-6.958-6.52-6.958M74.697 69.756c-.497.38-1.17.585-1.842.585-1.228 0-1.958-.73-1.958-2.076v-6.402h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.46c0 3.743 2.163 5.643 5.876 5.643 1.403 0 2.778-.321 3.713-.994zM88.73 74.083c6.432 0 11.198-4.473 11.198-10.583S95.162 52.917 88.73 52.917c-6.46 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583m0-4.034c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.549 6.402-6.549 3.655 0 6.403 2.66 6.403 6.549 0 3.888-2.748 6.549-6.403 6.549M110.219 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.082-2.339 3.889-2.339 1.813 0 3.771.527 5.672 1.608l1.461-3.596c-1.9-1.198-4.531-1.812-7.104-1.812-5.818 0-8.624 2.894-8.624 6.373 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.135l-1.608 3.567c1.813 1.404 5.087 2.368 8.333 2.368"/></g><g transform="matrix(1.0529 0 0 1.05289 -346.562 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="470" height="300" viewBox="0 0 124.354 79.375"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M16.372 74.083c3.567 0 6.52-1.286 8.45-3.654l-3.041-2.807c-1.374 1.608-3.1 2.427-5.146 2.427-3.83 0-6.549-2.69-6.549-6.549s2.72-6.549 6.55-6.549c2.046 0 3.77.819 5.145 2.398l3.04-2.807c-1.93-2.339-4.882-3.625-8.42-3.625-6.373 0-11.11 4.414-11.11 10.583s4.737 10.583 11.081 10.583M42.538 65.927c0-5.058-3.567-8.157-8.186-8.157-4.795 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.835 0 5.028-.877 6.49-2.543L39 68.792c-1.081 1.023-2.28 1.52-3.946 1.52-2.398 0-4.064-1.199-4.503-3.158h11.9c.028-.38.087-.877.087-1.227M34.38 61.22c2.047 0 3.538 1.286 3.86 3.274h-7.748c.321-2.017 1.812-3.274 3.888-3.274M55.138 57.77c-2.134 0-3.976.73-5.203 2.076v-1.842h-4.357v15.728h4.561v-7.776c0-2.895 1.579-4.24 3.772-4.24 2.017 0 3.186 1.17 3.186 3.714v8.302h4.561v-9.004c0-4.795-2.807-6.958-6.52-6.958M74.697 69.756c-.497.38-1.17.585-1.842.585-1.228 0-1.958-.73-1.958-2.076v-6.402h3.917v-3.508h-3.917v-3.83h-4.561v3.83h-2.427v3.508h2.427v6.46c0 3.743 2.163 5.643 5.876 5.643 1.403 0 2.778-.321 3.713-.994zM88.73 74.083c6.432 0 11.198-4.473 11.198-10.583S95.162 52.917 88.73 52.917c-6.46 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583m0-4.034c-3.654 0-6.402-2.66-6.402-6.549 0-3.888 2.748-6.549 6.402-6.549s6.403 2.66 6.403 6.549c0 3.888-2.748 6.549-6.403 6.549M110.219 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.9-4.911-11.9-8.683 0-1.286 1.082-2.339 3.889-2.339 1.813 0 3.771.527 5.672 1.608l1.461-3.596c-1.9-1.198-4.531-1.812-7.104-1.812-5.818 0-8.624 2.894-8.624 6.373 0 7.601 11.899 4.97 11.899 8.8 0 1.257-1.14 2.193-3.947 2.193-2.456 0-5.029-.877-6.754-2.135l-1.608 3.567c1.813 1.404 5.087 2.368 8.333 2.368"/></g><g transform="matrix(1.0529 0 0 1.05289 -346.562 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="530" height="410" viewBox="0 0 140.229 108.479"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M24.246 74.083c3.566 0 6.52-1.286 8.449-3.654l-3.04-2.807c-1.375 1.608-3.1 2.427-5.146 2.427-3.83 0-6.55-2.69-6.55-6.549 0-3.86 2.72-6.549 6.55-6.549 2.046 0 3.771.819 5.145 2.398l3.04-2.807c-1.929-2.339-4.882-3.625-8.42-3.625-6.373 0-11.109 4.414-11.109 10.583 0 6.169 4.736 10.583 11.08 10.583M50.411 65.927c0-5.058-3.566-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.199-4.502-3.158h11.899c.029-.38.087-.877.087-1.227m-8.156-4.707c2.046 0 3.537 1.286 3.859 3.274h-7.748c.322-2.017 1.813-3.274 3.889-3.274M63.012 57.77c-2.134 0-3.976.73-5.204 2.076v-1.842h-4.356v15.728h4.56v-7.776c0-2.895 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.302h4.56v-9.004c0-4.795-2.806-6.958-6.519-6.958M82.57 69.756c-.496.38-1.169.585-1.841.585-1.228 0-1.959-.73-1.959-2.076v-6.402h3.918v-3.508H78.77v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.46c0 3.743 2.164 5.643 5.877 5.643 1.403 0 2.777-.321 3.713-.994zM96.604 74.083c6.432 0 11.197-4.473 11.197-10.583s-4.765-10.583-11.197-10.583c-6.461 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583m0-4.034c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.549 6.403-6.549 3.654 0 6.402 2.66 6.402 6.549 0 3.888-2.748 6.549-6.402 6.549M118.092 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.899-4.911-11.899-8.683 0-1.286 1.082-2.339 3.888-2.339 1.813 0 3.772.527 5.672 1.608l1.462-3.596c-1.9-1.198-4.532-1.812-7.104-1.812-5.818 0-8.625 2.894-8.625 6.373 0 7.601 11.9 4.97 11.9 8.8 0 1.257-1.141 2.193-3.948 2.193-2.455 0-5.028-.877-6.753-2.135l-1.608 3.567c1.812 1.404 5.087 2.368 8.332 2.368"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969 0-2.291-1.787-3.969-4.2-3.969-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968m0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456M66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634M75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228M78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62m-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8M91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953 0 .537.428.954 1.063.954m.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447 0-.866.657-1.447 1.556-1.447.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447M117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888M123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636M137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228M152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-34.08 37.179)"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968M63.913 50.227c1.875 0 3.234-1.26 3.234-3.037 0-1.776-1.36-3.037-3.234-3.037-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037m0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633c.855 0 1.502.614 1.502 1.633 0 1.02-.647 1.634-1.502 1.634M75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61M87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61M95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.636 0-1.063.416-1.063.953 0 .537.427.954 1.063.954m.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61M142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228M152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633c0 1.02-.647 1.634-1.502 1.634M164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953 0 .537.428.954 1.064.954m.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636M182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/></g><g transform="matrix(1.0529 0 0 1.05289 -338.689 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="530" height="410" viewBox="0 0 140.229 108.479"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#a14f8c;fill-opacity:1;stroke-width:.749167"><path d="M24.246 74.083c3.566 0 6.52-1.286 8.449-3.654l-3.04-2.807c-1.375 1.608-3.1 2.427-5.146 2.427-3.83 0-6.55-2.69-6.55-6.549s2.72-6.549 6.55-6.549c2.046 0 3.771.819 5.145 2.398l3.04-2.807c-1.929-2.339-4.882-3.625-8.42-3.625-6.373 0-11.109 4.414-11.109 10.583s4.736 10.583 11.08 10.583M50.411 65.927c0-5.058-3.566-8.157-8.186-8.157-4.794 0-8.39 3.391-8.39 8.098 0 4.678 3.537 8.098 8.975 8.098 2.836 0 5.029-.877 6.49-2.543l-2.426-2.631c-1.082 1.023-2.28 1.52-3.947 1.52-2.397 0-4.064-1.199-4.502-3.158h11.899c.029-.38.087-.877.087-1.227m-8.156-4.707c2.046 0 3.537 1.286 3.859 3.274h-7.748c.322-2.017 1.813-3.274 3.889-3.274M63.012 57.77c-2.134 0-3.976.73-5.204 2.076v-1.842h-4.356v15.728h4.56v-7.776c0-2.895 1.58-4.24 3.772-4.24 2.017 0 3.187 1.17 3.187 3.714v8.302h4.56v-9.004c0-4.795-2.806-6.958-6.519-6.958M82.57 69.756c-.496.38-1.169.585-1.841.585-1.228 0-1.959-.73-1.959-2.076v-6.402h3.918v-3.508H78.77v-3.83h-4.56v3.83h-2.427v3.508h2.426v6.46c0 3.743 2.164 5.643 5.877 5.643 1.403 0 2.777-.321 3.713-.994zM96.604 74.083c6.432 0 11.197-4.473 11.197-10.583s-4.765-10.583-11.197-10.583c-6.461 0-11.197 4.502-11.197 10.583s4.736 10.583 11.197 10.583m0-4.034c-3.655 0-6.403-2.66-6.403-6.549 0-3.888 2.748-6.549 6.403-6.549s6.402 2.66 6.402 6.549c0 3.888-2.748 6.549-6.402 6.549M118.092 74.083c5.847 0 8.683-2.923 8.683-6.344 0-7.513-11.899-4.911-11.899-8.683 0-1.286 1.082-2.339 3.888-2.339 1.813 0 3.772.527 5.672 1.608l1.462-3.596c-1.9-1.198-4.532-1.812-7.104-1.812-5.818 0-8.625 2.894-8.625 6.373 0 7.601 11.9 4.97 11.9 8.8 0 1.257-1.141 2.193-3.948 2.193-2.455 0-5.028-.877-6.753-2.135l-1.608 3.567c1.812 1.404 5.087 2.368 8.332 2.368"/></g><g aria-label="Operating System" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.116 63.5c2.412 0 4.199-1.677 4.199-3.969s-1.787-3.969-4.2-3.969c-2.422 0-4.198 1.689-4.198 3.97 0 2.28 1.776 3.968 4.199 3.968m0-1.513c-1.37 0-2.401-.998-2.401-2.456s1.03-2.456 2.4-2.456c1.371 0 2.402.998 2.402 2.456s-1.03 2.456-2.401 2.456M66.018 57.382c-.79 0-1.425.253-1.853.768v-.68h-1.633v8.025h1.71v-2.751c.438.482 1.041.712 1.776.712 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M75.874 60.441c0-1.896-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.433-.954l-.91-.986c-.405.383-.855.57-1.48.57-.899 0-1.524-.45-1.688-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.447 1.228h-2.905c.12-.756.68-1.228 1.458-1.228M78.648 57.47h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.867zM83.69 57.382c-.942 0-1.896.253-2.543.713l.614 1.195c.428-.34 1.075-.548 1.7-.548.92 0 1.36.427 1.36 1.162h-1.36c-1.798 0-2.533.724-2.533 1.765 0 1.02.822 1.787 2.204 1.787.866 0 1.48-.285 1.798-.822v.734h1.6v-3.365c0-1.787-1.041-2.62-2.84-2.62m-.13 4.923c-.604 0-.965-.285-.965-.713 0-.394.252-.69 1.052-.69h1.173v.603c-.197.537-.69.8-1.26.8M91.42 61.877c-.186.143-.438.22-.69.22-.461 0-.735-.274-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.812 2.116 2.204 2.116.526 0 1.042-.12 1.393-.373zM93.7 56.648c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92-.635 0-1.063.416-1.063.953s.428.954 1.063.954m.856 6.72V57.47h-1.71v5.898zM99.73 57.382c-.8 0-1.49.275-1.951.779v-.69h-1.634v5.897h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M108.227 58.227c-.45-.57-1.13-.845-1.952-.845-1.633 0-2.949 1.13-2.949 2.85 0 1.722 1.316 2.851 2.95 2.851.767 0 1.414-.24 1.863-.734v.252c0 1.063-.526 1.612-1.732 1.612-.756 0-1.579-.264-2.083-.67l-.68 1.229c.69.537 1.776.811 2.895.811 2.126 0 3.31-1.009 3.31-3.201V57.47h-1.622zm-1.612 3.453c-.899 0-1.556-.581-1.556-1.447s.657-1.447 1.556-1.447c.9 0 1.546.58 1.546 1.447 0 .866-.647 1.447-1.546 1.447M117.184 63.5c2.193 0 3.256-1.096 3.256-2.38 0-2.817-4.462-1.84-4.462-3.255 0-.483.406-.877 1.458-.877.68 0 1.414.197 2.127.603l.548-1.349c-.712-.45-1.7-.68-2.664-.68-2.182 0-3.234 1.086-3.234 2.39 0 2.851 4.462 1.864 4.462 3.3 0 .472-.428.823-1.48.823-.921 0-1.886-.33-2.533-.8l-.603 1.337c.68.526 1.908.888 3.125.888M123.97 61.472l-1.655-4.002h-1.765l2.554 5.942-.022.055c-.23.526-.493.735-.964.735-.34 0-.702-.143-.965-.373l-.625 1.217c.384.34 1.041.537 1.644.537 1.064 0 1.875-.428 2.445-1.853l2.664-6.26h-1.644zM129.88 63.456c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.439l.57-1.217c-.56-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .33-.296.537-1.086.537-.723 0-1.524-.23-2.05-.57l-.57 1.228c.548.362 1.557.636 2.555.636M137.06 61.877c-.186.143-.438.22-.69.22-.46 0-.735-.274-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.404.811 2.116 2.204 2.116.526 0 1.041-.12 1.392-.373zM144.077 60.441c0-1.896-1.337-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.366 3.037 1.063 0 1.885-.329 2.434-.954l-.91-.986c-.406.383-.856.57-1.48.57-.9 0-1.524-.45-1.689-1.184h4.462c.011-.143.033-.33.033-.46m-3.059-1.765c.768 0 1.327.482 1.448 1.228h-2.906c.12-.756.68-1.228 1.458-1.228M152.771 57.382c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.264-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-34.08 37.179)"/></g><g aria-label="Community Enterprise" style="font-size:10.9634px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat, Normal&quot;;fill:#a14f8c;stroke-width:.289529"><path d="M57.072 50.27c1.337 0 2.445-.482 3.168-1.37l-1.14-1.052c-.515.603-1.162.91-1.93.91-1.436 0-2.455-1.009-2.455-2.456s1.02-2.456 2.455-2.456c.768 0 1.415.307 1.93.9l1.14-1.053c-.723-.877-1.83-1.36-3.157-1.36-2.39 0-4.166 1.656-4.166 3.97 0 2.312 1.776 3.968 4.155 3.968M63.913 50.227c1.875 0 3.234-1.26 3.234-3.037s-1.36-3.037-3.234-3.037c-1.875 0-3.245 1.261-3.245 3.037s1.37 3.037 3.245 3.037m0-1.403c-.855 0-1.513-.614-1.513-1.634s.658-1.633 1.513-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M75.841 44.153c-.888 0-1.655.362-2.127.965-.416-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.853.768v-.68h-1.634v5.898h1.71v-2.96c0-1.052.538-1.546 1.294-1.546.713 0 1.119.439 1.119 1.393v3.113h1.71v-2.96c0-1.052.537-1.546 1.304-1.546.691 0 1.119.439 1.119 1.393v3.113h1.71v-3.376c0-1.798-1.009-2.61-2.412-2.61M87.342 44.153c-.888 0-1.656.362-2.127.965-.417-.647-1.118-.965-1.94-.965-.757 0-1.415.263-1.854.768v-.68h-1.633v5.898h1.71v-2.96c0-1.052.537-1.546 1.294-1.546.713 0 1.118.439 1.118 1.393v3.113h1.71v-2.96c0-1.052.538-1.546 1.305-1.546.69 0 1.118.439 1.118 1.393v3.113h1.71v-3.376c0-1.798-1.008-2.61-2.411-2.61M95.52 47.157c0 1.086-.57 1.59-1.36 1.59-.756 0-1.194-.439-1.194-1.425V44.24h-1.71v3.333c0 1.82 1.041 2.653 2.521 2.653.724 0 1.382-.274 1.831-.79v.702h1.623v-5.898h-1.71zM102.405 44.153c-.8 0-1.49.274-1.951.779v-.691H98.82v5.898h1.71v-2.916c0-1.085.593-1.59 1.415-1.59.756 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.445-2.61M107.251 43.419c.636 0 1.064-.417 1.064-.987 0-.526-.428-.92-1.064-.92s-1.063.416-1.063.953.427.954 1.063.954m.855 6.72v-5.898h-1.71v5.898zM113.04 48.648c-.186.143-.439.22-.69.22-.461 0-.735-.275-.735-.779v-2.4h1.469v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.812 2.116 2.204 2.116.526 0 1.042-.12 1.392-.373z" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/><path d="m116.899 48.243-1.655-4.002h-1.766l2.555 5.942-.022.055c-.23.526-.493.734-.965.734-.34 0-.701-.142-.965-.372l-.624 1.217c.383.34 1.041.537 1.644.537 1.063 0 1.875-.428 2.445-1.853l2.664-6.26h-1.645zM125.9 46.938h3.563v-1.381H125.9V43.89h4.034v-1.425h-5.8v7.674h5.943v-1.425H125.9zM134.956 44.153c-.8 0-1.491.274-1.952.779v-.691h-1.633v5.898h1.71v-2.916c0-1.085.592-1.59 1.414-1.59.757 0 1.195.439 1.195 1.393v3.113h1.71v-3.376c0-1.798-1.052-2.61-2.444-2.61M142.29 48.648c-.186.143-.438.22-.69.22-.46 0-.735-.275-.735-.779v-2.4h1.47v-1.316h-1.47v-1.437h-1.71v1.437h-.91v1.315h.91v2.423c0 1.403.811 2.116 2.203 2.116.527 0 1.042-.12 1.393-.373zM149.307 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.146 1.272-3.146 3.037 0 1.754 1.326 3.037 3.365 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.405.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.059-1.765c.767 0 1.327.482 1.447 1.228h-2.905c.12-.757.68-1.228 1.458-1.228M152.08 44.241h-1.633v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.029.866zM158.615 44.153c-.79 0-1.426.252-1.853.768v-.68h-1.634v8.025h1.71v-2.752c.44.483 1.042.713 1.777.713 1.655 0 2.938-1.184 2.938-3.037s-1.283-3.037-2.938-3.037m-.296 4.67c-.855 0-1.502-.613-1.502-1.633s.647-1.633 1.502-1.633 1.502.614 1.502 1.633-.647 1.634-1.502 1.634M164.327 44.241h-1.634v5.898h1.71v-2.784c0-1.13.625-1.645 1.568-1.645.132 0 .241.011.384.022v-1.579c-.91 0-1.612.296-2.028.866zM168.23 43.419c.635 0 1.063-.417 1.063-.987 0-.526-.428-.92-1.063-.92-.636 0-1.064.416-1.064.953s.428.954 1.064.954m.855 6.72v-5.898h-1.71v5.898zM172.659 50.227c1.765 0 2.784-.778 2.784-1.875 0-2.324-3.563-1.348-3.563-2.357 0-.307.33-.548 1.097-.548.537 0 1.118.11 1.699.438l.57-1.216c-.559-.33-1.458-.516-2.27-.516-1.72 0-2.73.79-2.73 1.908 0 2.357 3.564 1.37 3.564 2.335 0 .329-.296.537-1.085.537-.724 0-1.524-.23-2.05-.57l-.57 1.228c.547.362 1.556.636 2.554.636M182.274 47.212c0-1.897-1.338-3.059-3.07-3.059-1.798 0-3.147 1.272-3.147 3.037 0 1.754 1.327 3.037 3.366 3.037 1.064 0 1.886-.329 2.434-.954l-.91-.987c-.406.384-.855.57-1.48.57-.899 0-1.524-.449-1.688-1.183h4.462c.01-.143.033-.33.033-.461m-3.06-1.765c.768 0 1.327.482 1.448 1.228h-2.905c.12-.757.68-1.228 1.458-1.228" style="font-weight:700;-inkscape-font-specification:Montserrat" transform="translate(-47.625 37.179)"/></g><g transform="matrix(1.0529 0 0 1.05289 -338.689 271.277)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713 0-3.955 2.787-6.712 6.712-6.712 2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848 0-6.263-4.885-10.848-11.477-10.848-6.623 0-11.477 4.615-11.477 10.848 0 6.233 4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712 3.746 0 6.563 2.727 6.563 6.712 0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="609.392" height="160" viewBox="0 0 161.235 42.333"><g aria-label="CentOS" style="font-weight:700;font-size:29.9666px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:&quot;Montserrat Bold&quot;;fill:#fff;fill-opacity:1;stroke-width:.749167"><path d="M865.94 362.406c3.657 0 6.683-1.319 8.66-3.746l-3.116-2.877c-1.408 1.649-3.176 2.488-5.274 2.488-3.925 0-6.712-2.757-6.712-6.713s2.787-6.712 6.712-6.712c2.098 0 3.866.839 5.274 2.457l3.117-2.877c-1.978-2.397-5.004-3.716-8.63-3.716-6.533 0-11.388 4.525-11.388 10.848s4.855 10.848 11.358 10.848M892.76 354.045c0-5.184-3.655-8.36-8.39-8.36-4.915 0-8.6 3.476-8.6 8.3 0 4.795 3.626 8.301 9.2 8.301 2.906 0 5.154-.899 6.652-2.607l-2.487-2.697c-1.11 1.049-2.338 1.558-4.046 1.558-2.457 0-4.165-1.228-4.615-3.236h12.197c.03-.39.09-.9.09-1.259m-8.36-4.824c2.098 0 3.626 1.318 3.956 3.356h-7.942c.33-2.068 1.858-3.356 3.986-3.356M905.676 345.685c-2.187 0-4.075.749-5.334 2.127v-1.888h-4.465v16.122h4.675v-7.97c0-2.967 1.618-4.346 3.866-4.346 2.067 0 3.266 1.199 3.266 3.806v8.51h4.675v-9.23c0-4.914-2.877-7.131-6.683-7.131M925.724 357.971c-.51.39-1.199.6-1.888.6-1.259 0-2.008-.75-2.008-2.128v-6.563h4.016v-3.596h-4.016v-3.926h-4.675v3.926h-2.487v3.596h2.487v6.623c0 3.835 2.218 5.783 6.024 5.783 1.438 0 2.847-.33 3.805-1.019zM940.108 362.406c6.592 0 11.477-4.585 11.477-10.848s-4.885-10.848-11.477-10.848c-6.623 0-11.477 4.615-11.477 10.848s4.854 10.848 11.477 10.848m0-4.135c-3.746 0-6.563-2.727-6.563-6.713 0-3.985 2.817-6.712 6.563-6.712s6.563 2.727 6.563 6.712c0 3.986-2.817 6.713-6.563 6.713M962.133 362.406c5.994 0 8.9-2.997 8.9-6.503 0-7.701-12.196-5.034-12.196-8.9 0-1.318 1.109-2.397 3.986-2.397 1.857 0 3.865.54 5.813 1.648l1.498-3.686c-1.947-1.228-4.644-1.858-7.282-1.858-5.963 0-8.84 2.967-8.84 6.533 0 7.791 12.197 5.094 12.197 9.02 0 1.288-1.169 2.247-4.046 2.247-2.517 0-5.154-.899-6.922-2.187l-1.648 3.656c1.858 1.438 5.214 2.427 8.54 2.427" style="fill:#fff" transform="matrix(.97561 0 0 .97561 -786.115 -321.817)"/></g><g transform="matrix(1.0529 0 0 1.05289 -387.492 265.985)"><circle cx="435.079" cy="-124.144" r="20.103" style="fill:#a14f8c;fill-opacity:1;stroke:none;stroke-width:1.32292;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000" transform="rotate(-15)"/><path d="m384.257-249.617-3.875 3.875h-5.479v5.48l-3.875 3.875 3.875 3.874v5.48h5.48l3.874 3.875 3.875-3.875h5.48v-5.48l3.874-3.874-3.875-3.875-5.48-5.48zm1.176 3.875v4.18l-1.176 1.176-1.176-1.176v-4.18zm-6.959 1.908 2.956 2.957v1.662h-1.663l-2.956-2.956zm-3.571 6.27h4.18l1.176 1.177-1.176 1.176h-4.18zm14.434 0h4.18v2.353h-4.18l-1.176-1.176zm-9.503 3.937h1.663v1.663l-2.956 2.956-1.663-1.663zm7.184 0h1.663l2.956 2.956-1.663 1.663-2.956-2.956zm-2.76 1.143 1.175 1.176v4.18h-2.352v-4.18z" style="fill:#fff;fill-opacity:1;stroke-width:7.93746;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m385.433-239.09-1.176 1.04-1.176-1.04v1.526h-1.526l1.039 1.177-1.04 1.176h1.527v1.526l1.176-1.04 1.176 1.04v-1.526h1.527l-1.04-1.176 1.04-1.177h-1.527z" style="fill:#efa724;fill-opacity:1;stroke-width:8.59212;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/><path d="m388.135-245.738 1.905 1.905-2.956 2.956v1.663h1.663l2.956-2.956 1.911 1.911-.003-5.483z" style="fill:#efa724;fill-opacity:1;stroke-width:6.14231;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000" transform="translate(-53.772 39.325)scale(1.15)"/></g></svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.46.1
4
+ version: 2.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-31 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 2.4.0
41
41
  description:
42
42
  email:
43
- - group_59038887_bot_a628c51d395bebfb92f35a6f24badeac@noreply.gitlab.com
43
+ - group_59038887_bot_df30a2d1e5c5d26872ee51891d9f60e6@noreply.gitlab.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -52,6 +52,7 @@ files:
52
52
  - _data/download/cards.yml
53
53
  - _data/download/navbar.yml
54
54
  - _data/people/navbar.yml
55
+ - _data/people/projects.yml
55
56
  - _data/sponsors/carousel.yml
56
57
  - _data/sponsors/navbar.yml
57
58
  - _includes/base/announcements.html
@@ -84,7 +85,6 @@ files:
84
85
  - _includes/home/planet.html
85
86
  - _includes/home/sponsors.html
86
87
  - _includes/hr.html
87
- - _includes/people/about.html
88
88
  - _includes/people/header.html
89
89
  - _includes/people/posts.html
90
90
  - _includes/people/projects.html
@@ -232,8 +232,7 @@ files:
232
232
  - assets/img/download/distribution-release-screenshot-n.svg
233
233
  - assets/img/download/download.svg
234
234
  - assets/img/download/fig-the-downloads-cards-presentation-template.png
235
- - assets/img/people/YourUsername.svg
236
- - assets/img/people/post.svg
235
+ - assets/img/people/avatar.svg
237
236
  - assets/img/people/project.svg
238
237
  - assets/img/people/screenshot.svg
239
238
  - assets/img/sponsors/screenshot-sponsors-cards-layout.png
@@ -1,25 +0,0 @@
1
- {% if page.about.section.visible == true %}
2
- <section class="container my-5 text-center">
3
-
4
- {% if page.about.section.icon %}
5
- <i class="h1 {{ page.about.section.icon }}"></i>
6
- {% endif %}
7
-
8
- {% if page.about.section.name %}
9
- <h1>{{ page.about.section.name }}</h1>
10
- {% endif %}
11
-
12
- {% if page.about.section.preamble %}
13
- <p>{{ page.about.section.preamble }}</p>
14
- {% endif %}
15
-
16
- {% if page.about.content.size > 0 %}
17
- {% for p in page.about.content %}
18
- <p>{{ p }}</p>
19
- {% endfor %}
20
- {% else %}
21
- <div class="alert alert-light border shadow" role="alert">Nothing posted here, yet.</div>
22
- {% endif %}
23
-
24
- </section>
25
- {% endif %}
@@ -1,106 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- width="1024.0001"
6
- height="430.00003"
7
- viewBox="0 0 270.93335 113.77084"
8
- version="1.1"
9
- id="svg5"
10
- inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
- sodipodi:docname="post.svg"
12
- inkscape:export-filename="component.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:xlink="http://www.w3.org/1999/xlink"
18
- xmlns="http://www.w3.org/2000/svg"
19
- xmlns:svg="http://www.w3.org/2000/svg">
20
- <sodipodi:namedview
21
- id="namedview7"
22
- pagecolor="#ffffff"
23
- bordercolor="#666666"
24
- borderopacity="1.0"
25
- inkscape:showpageshadow="2"
26
- inkscape:pageopacity="0.0"
27
- inkscape:pagecheckerboard="0"
28
- inkscape:deskcolor="#d1d1d1"
29
- inkscape:document-units="mm"
30
- showgrid="false"
31
- inkscape:zoom="1"
32
- inkscape:cx="204"
33
- inkscape:cy="215"
34
- inkscape:window-width="3440"
35
- inkscape:window-height="1371"
36
- inkscape:window-x="0"
37
- inkscape:window-y="0"
38
- inkscape:window-maximized="1"
39
- inkscape:current-layer="layer1" />
40
- <defs
41
- id="defs2">
42
- <pattern
43
- inkscape:collect="always"
44
- xlink:href="#Strips1_1white"
45
- id="pattern2972"
46
- patternTransform="matrix(3.9313961,2.2697926,-4.2207075,7.3104802,-1374.3634,-516.8101)" />
47
- <pattern
48
- inkscape:collect="always"
49
- patternUnits="userSpaceOnUse"
50
- width="2"
51
- height="1"
52
- patternTransform="translate(0,0) scale(10,10)"
53
- id="Strips1_1white"
54
- inkscape:stockid="Stripes 1:1 white">
55
- <rect
56
- style="fill:white;stroke:none"
57
- x="0"
58
- y="-0.5"
59
- width="1"
60
- height="2"
61
- id="rect1946" />
62
- </pattern>
63
- </defs>
64
- <g
65
- inkscape:label="Layer 1"
66
- inkscape:groupmode="layer"
67
- id="layer1"
68
- transform="translate(1361.2655,457.33365)">
69
- <rect
70
- style="fill:#f6f5f4;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
71
- id="rect241"
72
- width="270.93335"
73
- height="113.77084"
74
- x="-1361.2655"
75
- y="-457.33365" />
76
- <rect
77
- style="opacity:0.15;fill:url(#pattern2972);fill-opacity:1;stroke:none;stroke-width:1.5875;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
78
- id="rect405"
79
- width="270.93335"
80
- height="113.77084"
81
- x="-1361.2655"
82
- y="-457.33365" />
83
- <g
84
- id="g28251-9"
85
- transform="matrix(1.023703,1.023703,-1.023703,1.023703,-1920.7285,-500.16498)"
86
- inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
87
- inkscape:export-xdpi="10.11"
88
- inkscape:export-ydpi="10.11"
89
- style="stroke-width:0.727273">
90
- <ellipse
91
- style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.962124;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
92
- id="ellipse15079-1"
93
- cx="388.1235"
94
- cy="-290.71561"
95
- inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v10.png"
96
- inkscape:export-xdpi="13.06"
97
- inkscape:export-ydpi="13.06"
98
- rx="20.103001"
99
- ry="20.103493" />
100
- <path
101
- id="rect52127-5-0"
102
- style="fill:#f6f5f4;fill-opacity:1;stroke-width:6.6386;stroke-linecap:round;paint-order:fill markers stroke;stop-color:#000000"
103
- 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" />
104
- </g>
105
- </g>
106
- </svg>
File without changes