jekyll-theme-centos 2.51.1.beta.46 → 2.51.1.beta.48

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/_data/base/languages.yml +186 -0
  3. data/_data/download/cards.yml +255 -94
  4. data/_data/download/navbar.yml +5 -0
  5. data/_data/people/navbar.yml +6 -0
  6. data/_data/sponsors/carousel.yml +38 -0
  7. data/_data/sponsors/navbar.yml +6 -0
  8. data/_includes/base/breakingnews.html +1 -1
  9. data/_includes/base/languages.html +35 -0
  10. data/_includes/base/script.html +1 -5
  11. data/_includes/download/cards-body-commands.html +7 -0
  12. data/_includes/download/cards-body-documentation.html +11 -0
  13. data/_includes/download/cards-body-mirrors.html +8 -0
  14. data/_includes/download/cards-body-screenshots.html +32 -0
  15. data/_includes/download/cards-header-commands.html +8 -0
  16. data/_includes/download/cards-header-documentation.html +8 -0
  17. data/_includes/download/cards-header-eol.html +1 -1
  18. data/_includes/download/cards-header-mirrors.html +13 -0
  19. data/_includes/download/cards-header-screenshots.html +8 -0
  20. data/_includes/download/cards.html +105 -47
  21. data/_includes/people/about.html +25 -0
  22. data/_includes/people/header.html +11 -0
  23. data/_includes/people/posts.html +35 -0
  24. data/_includes/people/projects.html +32 -0
  25. data/_includes/people/pubkeys.html +31 -0
  26. data/_includes/people/support.html +25 -0
  27. data/_includes/sponsors/cards.html +11 -0
  28. data/_includes/sponsors/carousel.html +27 -0
  29. data/_layouts/base/default.html +24 -21
  30. data/_layouts/download/default.html +7 -0
  31. data/_layouts/people/default.html +47 -0
  32. data/_sass/base/_customization.scss +5 -3
  33. data/assets/img/base/{screenshot-base-default-layout.svg → default-layout.svg} +40 -65
  34. data/assets/img/base/default-layout.webp +0 -0
  35. data/assets/img/download/distribution-release-screenshot-1.png +0 -0
  36. data/assets/img/download/distribution-release-screenshot-2.png +0 -0
  37. data/assets/img/download/distribution-release-screenshot-3.png +0 -0
  38. data/assets/img/download/distribution-release-screenshot-n.svg +17 -11
  39. data/assets/img/download/download.svg +421 -0
  40. data/assets/img/download/fig-the-downloads-cards-presentation-template.png +0 -0
  41. data/assets/img/people/YourUsername.svg +64 -0
  42. data/assets/img/people/screenshot.svg +135 -0
  43. data/assets/img/sponsors/screenshot-sponsors-cards-layout.png +0 -0
  44. data/assets/img/sponsors/screenshot-sponsors-cards.png +0 -0
  45. data/assets/img/sponsors/screenshot-sponsors-carousel.png +0 -0
  46. data/assets/img/sponsors/screenshot-sponsors-default-layout.png +0 -0
  47. data/assets/img/sponsors/screenshot-sponsors-logo.png +0 -0
  48. data/assets/img/sponsors/sponsor-logo-1.png +0 -0
  49. data/assets/img/sponsors/sponsor-logo-2.png +0 -0
  50. data/assets/img/sponsors/sponsor-logo-3.png +0 -0
  51. data/assets/img/sponsors/sponsor-logo-4.png +0 -0
  52. data/assets/img/sponsors/sponsor-logo-5.png +0 -0
  53. data/assets/img/sponsors/sponsor-logo-6.png +0 -0
  54. data/assets/img/sponsors/sponsor-logo-7.png +0 -0
  55. data/assets/img/sponsors/sponsor-logo-8.png +0 -0
  56. data/assets/img/sponsors/sponsors-logo.svg +563 -0
  57. metadata +51 -7
  58. data/assets/img/base/screenshot-base-default-layout.png +0 -0
  59. /data/assets/img/base/{the-site-navigation-flow.svg → site-navigation-flow.svg} +0 -0
  60. /data/assets/img/base/{the-site-navigation-flow.webp → site-navigation-flow.webp} +0 -0
@@ -0,0 +1,47 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: 'en' }}">
3
+ {% include base/head.html title=page.title -%}
4
+
5
+ <body id="top" class="pt-0">
6
+ {% include base/navbar.html -%}
7
+
8
+ <main>
9
+ {% include people/header.html %}
10
+ {% include people/about.html %}
11
+ {% include people/projects.html %}
12
+ {% include people/posts.html %}
13
+ {% include people/pubkeys.html %}
14
+ {% include people/support.html %}
15
+ </main>
16
+
17
+ <footer class="footer small bg-dark bg-image text-light">
18
+ {% if page.with_shortcuts != false %}
19
+ <div class="container">
20
+ {% include base/shortcuts.html %}
21
+ </div>
22
+ {% endif %}
23
+
24
+ {% if page.with_finale == true %}
25
+ <div class="container border-5 border-top border-primary">
26
+ {% include base/finale.html %}
27
+ </div>
28
+ {% endif %}
29
+
30
+ {% if page.with_sponsors == true %}
31
+ <div class="container-fluid bg-light">
32
+ <div class="container">
33
+ {% include sponsors/carousel.html -%}
34
+ </div>
35
+ </div>
36
+ {% endif %}
37
+
38
+ {% if page.with_copyright == true %}
39
+ <div class="container py-1">
40
+ {% include base/copyright.html %}
41
+ </div>
42
+ {% endif %}
43
+
44
+ </footer>
45
+ {% include base/script.html -%}
46
+ </body>
47
+ </html>
@@ -119,12 +119,14 @@ main {
119
119
  border-radius: var(--bs-border-radius);
120
120
  }
121
121
  pre {
122
- code.hljs {
122
+ .hljs {
123
123
  max-height: 50vh;
124
124
  overflow: auto;
125
125
  }
126
- button.hljs-copy-button {
127
- --hljs-theme-background: var(--bs-body-color);
126
+ .hljs-copy-button {
127
+ top: 0.5rem;
128
+ right: 0.5rem;
129
+ --hljs-theme-background: var(--bs-primary);
128
130
  }
129
131
  }
130
132
  // --------------------------------------------------------------------------------
@@ -8,8 +8,8 @@
8
8
  version="1.1"
9
9
  id="svg638"
10
10
  inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
11
- sodipodi:docname="screenshot.svg"
12
- inkscape:export-filename="screenshot-base-default-layout.png"
11
+ sodipodi:docname="default-layout.svg"
12
+ inkscape:export-filename="default-layout.webp"
13
13
  inkscape:export-xdpi="83.063591"
14
14
  inkscape:export-ydpi="83.063591"
15
15
  xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
@@ -28,9 +28,9 @@
28
28
  inkscape:deskcolor="#d1d1d1"
29
29
  inkscape:document-units="px"
30
30
  showgrid="false"
31
- inkscape:zoom="0.14593544"
32
- inkscape:cx="620.13722"
33
- inkscape:cy="1387.5999"
31
+ inkscape:zoom="0.41276776"
32
+ inkscape:cx="1075.6654"
33
+ inkscape:cy="1360.3291"
34
34
  inkscape:window-width="3440"
35
35
  inkscape:window-height="1371"
36
36
  inkscape:window-x="0"
@@ -53,29 +53,6 @@
53
53
  stdDeviation="5.0211827"
54
54
  id="feGaussianBlur1853" />
55
55
  </filter>
56
- <linearGradient
57
- id="linearGradient13"
58
- inkscape:collect="always">
59
- <stop
60
- style="stop-color:#a14f8c;stop-opacity:1"
61
- offset="0"
62
- id="stop13" />
63
- <stop
64
- style="stop-color:#efa724;stop-opacity:1"
65
- offset="1"
66
- id="stop14" />
67
- </linearGradient>
68
- <radialGradient
69
- inkscape:collect="always"
70
- xlink:href="#linearGradient13"
71
- id="radialGradient221"
72
- gradientUnits="userSpaceOnUse"
73
- gradientTransform="matrix(-2.668212,0,0,-1.1340674,-1947.6894,-140.46794)"
74
- cx="-1169.0352"
75
- cy="175.38091"
76
- fx="-1169.0352"
77
- fy="175.38091"
78
- r="190.34625" />
79
56
  <symbol
80
57
  id="image">
81
58
  <title
@@ -162,14 +139,14 @@
162
139
  rx="1.3229166"
163
140
  ry="1.3229166" />
164
141
  <rect
165
- style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
142
+ style="fill:#deddda;fill-opacity:1;stroke:none;stroke-width:0.29331;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
166
143
  id="rect1776"
167
- width="246.97314"
168
- height="5.5704036"
169
- x="781.92413"
170
- y="-120.45811"
171
- rx="1.3229166"
172
- ry="1.3229166" />
144
+ width="286.36343"
145
+ height="7.9375"
146
+ x="753.37146"
147
+ y="-121.74977"
148
+ rx="1.3229167"
149
+ ry="1.3229167" />
173
150
  <text
174
151
  xml:space="preserve"
175
152
  style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
@@ -195,14 +172,14 @@
195
172
  <text
196
173
  xml:space="preserve"
197
174
  style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
198
- x="1112.2933"
199
- y="-57.011551"
175
+ x="1112.4912"
176
+ y="-22.765732"
200
177
  id="text2076"><tspan
201
178
  sodipodi:role="line"
202
179
  id="tspan2074"
203
180
  style="font-size:7.05556px;fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
204
- x="1112.2933"
205
- y="-57.011551">page.with_artwork</tspan></text>
181
+ x="1112.4912"
182
+ y="-22.765732">page.with_artwork</tspan></text>
206
183
  <text
207
184
  xml:space="preserve"
208
185
  style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
@@ -231,20 +208,20 @@
231
208
  width="247.25415"
232
209
  height="28.719887"
233
210
  x="781.92413"
234
- y="-2.6067331"
211
+ y="-109.10255"
235
212
  rx="1.3229166"
236
213
  ry="1.3229166" />
237
214
  <text
238
215
  xml:space="preserve"
239
216
  style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
240
217
  x="1112.2933"
241
- y="13.488878"
218
+ y="-93.006943"
242
219
  id="text3047"><tspan
243
220
  sodipodi:role="line"
244
221
  id="tspan3045"
245
222
  style="font-size:7.05556px;fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
246
223
  x="1112.2933"
247
- y="13.488878">page.with_title</tspan></text>
224
+ y="-93.006943">page.with_title</tspan></text>
248
225
  <text
249
226
  xml:space="preserve"
250
227
  style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
@@ -558,7 +535,7 @@
558
535
  sodipodi:nodetypes="ccc" />
559
536
  <path
560
537
  style="fill:none;stroke:#9a9996;stroke-width:1.32292;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
561
- d="m 1088.8648,-108.03473 c 15.3217,0 -0.1485,49.28754 15.8748,49.28754 -15.7743,0 -0.1623,49.287481 -15.8748,49.287481"
538
+ d="m 1088.8648,-73.78891 c 15.3217,0 -0.1485,49.28754 15.8748,49.28754 -15.7743,0 -0.1623,49.287481 -15.8748,49.287481"
562
539
  id="path9"
563
540
  sodipodi:nodetypes="ccc" />
564
541
  <path
@@ -578,7 +555,7 @@
578
555
  sodipodi:nodetypes="ccc" />
579
556
  <path
580
557
  style="fill:none;stroke:#9a9996;stroke-width:1.32292;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
581
- d="m 1088.8648,-2.2099102 c 15.3217,0 -0.1485,13.9631412 15.8748,13.9631412 -15.7743,0 -0.1623,13.9631 -15.8748,13.9631"
558
+ d="m 1088.8648,-108.70573 c 15.3217,0 -0.1485,13.963142 15.8748,13.963142 -15.7743,0 -0.1623,13.9631 -15.8748,13.9631"
582
559
  id="path14"
583
560
  sodipodi:nodetypes="ccc" />
584
561
  <path
@@ -601,24 +578,6 @@
601
578
  d="m 721.58304,305.54301 c -15.3217,0 0.1485,71.8039 -15.8748,71.8039 15.7743,0 0.1623,71.80382 15.8748,71.80382"
602
579
  id="path19"
603
580
  sodipodi:nodetypes="ccc" />
604
- <rect
605
- style="opacity:0.282247;fill:url(#radialGradient221);fill-opacity:1;stroke:none;stroke-width:1.35499;stroke-dasharray:5.41997, 5.41997;paint-order:fill markers stroke"
606
- id="rect220"
607
- width="592.01196"
608
- height="62.471653"
609
- x="637.05658"
610
- y="-306.62573" />
611
- <text
612
- xml:space="preserve"
613
- style="font-size:30.2893px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';text-align:end;text-anchor:end;fill:#200735;fill-opacity:1;stroke-width:0.535775"
614
- x="1218.381"
615
- y="-264.78867"
616
- id="text221"><tspan
617
- sodipodi:role="line"
618
- id="tspan221"
619
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:30.2893px;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:end;text-anchor:end;fill:#200735;fill-opacity:1;stroke-width:0.535775"
620
- x="1218.381"
621
- y="-264.78867">Default Layout</tspan></text>
622
581
  <rect
623
582
  style="fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linejoin:bevel;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
624
583
  id="rect43"
@@ -873,8 +832,8 @@
873
832
  id="rect1565"
874
833
  width="246.97314"
875
834
  height="99.368889"
876
- x="781.92413"
877
- y="-108.43166"
835
+ x="782.12189"
836
+ y="-74.185844"
878
837
  rx="1.3229166"
879
838
  ry="1.3229166" />
880
839
  <path
@@ -920,7 +879,7 @@
920
879
  xlink:href="#image"
921
880
  style="fill:#f6f5f4;stroke:none;stroke-width:1.92095"
922
881
  id="use1"
923
- transform="matrix(0.13773553,0,0,0.13773553,870.15041,-85.999069)" />
882
+ transform="matrix(0.13773553,0,0,0.13773553,870.34825,-51.753247)" />
924
883
  <path
925
884
  style="fill:none;stroke:#9a9996;stroke-width:1.32292;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
926
885
  d="m 1088.8648,-175.64874 c 15.3217,0 -0.1485,15.3399 15.8748,15.3399 -15.7743,0 -0.1623,15.3399 -15.8748,15.3399"
@@ -941,5 +900,21 @@
941
900
  d="m 759.55342,-163.54665 c 0,-0.16664 -0.10077,-0.31777 -0.25578,-0.38236 -0.15501,-0.0646 -0.33198,-0.0284 -0.45082,0.0892 l -0.56321,0.5645 c -0.62004,0.62004 -1.46098,0.96883 -2.33809,0.96883 h -0.11238 -0.41336 -1.24009 c -0.45599,0 -0.82672,0.37073 -0.82672,0.82672 v 1.24009 c 0,0.45598 0.37073,0.82672 0.82672,0.82672 v 1.65345 c 0,0.22865 0.18472,0.41336 0.41337,0.41336 h 0.82672 c 0.22865,0 0.41336,-0.18471 0.41336,-0.41336 v -1.65345 h 0.11238 c 0.87711,0 1.71805,0.34877 2.33809,0.96882 l 0.56321,0.56321 c 0.11884,0.11884 0.29581,0.15373 0.45082,0.0892 0.15501,-0.0647 0.25578,-0.21444 0.25578,-0.38236 v -1.90535 c 0.24026,-0.11367 0.41336,-0.41982 0.41336,-0.78022 0,-0.3604 -0.1731,-0.66655 -0.41336,-0.78022 z m -0.82673,0.99078 v 1.69607 1.69609 c -0.75956,-0.6911 -1.75034,-1.07604 -2.78117,-1.07604 h -0.11238 v -1.24009 h 0.11238 c 1.03083,0 2.02161,-0.38495 2.78117,-1.07603 z"
942
901
  id="path32"
943
902
  style="fill:#77767b;fill-opacity:1;stroke-width:0.264583" />
903
+ <text
904
+ xml:space="preserve"
905
+ style="font-size:7.05556px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
906
+ x="1112.2933"
907
+ y="-106.5466"
908
+ id="text1"><tspan
909
+ sodipodi:role="line"
910
+ id="tspan1"
911
+ style="font-size:7.05556px;fill:#9a9996;fill-opacity:1;stroke-width:0.264583"
912
+ x="1112.2933"
913
+ y="-106.5466">page.with_locales</tspan></text>
914
+ <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
915
+ <path
916
+ d="m 1042.2488,-120.42686 c 0,-0.72966 0.5932,-1.32291 1.323,-1.32291 h 3.9686 0.9922 0.3308 5.2917 c 0.7296,0 1.3228,0.59325 1.3228,1.32291 v 5.29167 c 0,0.72967 -0.5932,1.32292 -1.3228,1.32292 h -5.2917 -0.3308 -0.9922 -3.9686 c -0.7298,0 -1.323,-0.59325 -1.323,-1.32292 z m 6.6146,0 v 5.29167 h 5.2917 v -5.29167 z m -2.929,0.99012 c -0.066,-0.14883 -0.215,-0.24597 -0.3783,-0.24597 -0.1633,0 -0.3122,0.0971 -0.3783,0.24597 l -1.323,2.97656 c -0.093,0.20878 0,0.45269 0.2109,0.54571 0.2088,0.0931 0.4527,-0.002 0.5457,-0.21084 l 0.184,-0.41548 h 1.5214 l 0.184,0.41548 c 0.093,0.20876 0.3369,0.30179 0.5456,0.21084 0.2088,-0.0909 0.3018,-0.33693 0.2109,-0.54571 z m -0.3783,1.18442 0.3927,0.88471 h -0.7854 z m 5.9531,-1.43039 c 0.2274,0 0.4134,0.18603 0.4134,0.41341 v 0.0827 h 0.9095 0.3308 c 0.2273,0 0.4134,0.18604 0.4134,0.41341 0,0.22738 -0.1861,0.41341 -0.4134,0.41341 h -0.042 l -0.033,0.0931 c -0.184,0.50436 -0.463,0.96325 -0.8185,1.35185 0.019,0.0124 0.037,0.0227 0.056,0.0331 l 0.3907,0.23358 c 0.1963,0.11782 0.2583,0.37206 0.1426,0.56637 -0.1158,0.1943 -0.3721,0.25838 -0.5664,0.14262 l -0.3906,-0.23357 c -0.093,-0.0558 -0.182,-0.1137 -0.2709,-0.1757 -0.219,0.15503 -0.4526,0.28939 -0.7027,0.40101 l -0.074,0.0331 c -0.2087,0.0931 -0.4527,-0.002 -0.5456,-0.21084 -0.093,-0.20877 0,-0.45268 0.2108,-0.54571 l 0.074,-0.0331 c 0.1323,-0.06 0.2604,-0.12609 0.3825,-0.20258 l -0.2523,-0.25218 c -0.1612,-0.16122 -0.1612,-0.42374 0,-0.58497 0.1613,-0.16123 0.4237,-0.16123 0.585,0 l 0.3018,0.30179 0.011,0.0103 c 0.2563,-0.27079 0.4651,-0.58498 0.616,-0.93017 h -0.7277 -1.4882 c -0.2274,0 -0.4135,-0.18603 -0.4135,-0.41341 0,-0.22738 0.1861,-0.41342 0.4135,-0.41342 h 1.0749 v -0.0827 c 0,-0.22737 0.1859,-0.41341 0.4133,-0.41341 z"
917
+ id="path1"
918
+ style="fill:#77767b;fill-opacity:1;stroke-width:0.0206705" />
944
919
  </g>
945
920
  </svg>
Binary file
@@ -7,8 +7,8 @@
7
7
  viewBox="0 0 507.99999 285.75"
8
8
  version="1.1"
9
9
  id="svg5"
10
- inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
11
- sodipodi:docname="screenshot-n.svg"
10
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
11
+ sodipodi:docname="distribution-release-screenshot-n.svg"
12
12
  inkscape:export-filename="screenshot-n.png"
13
13
  inkscape:export-xdpi="96"
14
14
  inkscape:export-ydpi="96"
@@ -30,11 +30,11 @@
30
30
  showgrid="false"
31
31
  inkscape:zoom="0.75031886"
32
32
  inkscape:cx="813.65408"
33
- inkscape:cy="586.41735"
33
+ inkscape:cy="585.75097"
34
34
  inkscape:window-width="3440"
35
35
  inkscape:window-height="1371"
36
36
  inkscape:window-x="0"
37
- inkscape:window-y="32"
37
+ inkscape:window-y="0"
38
38
  inkscape:window-maximized="1"
39
39
  inkscape:current-layer="layer1" />
40
40
  <defs
@@ -79,18 +79,24 @@
79
79
  width="508"
80
80
  height="285.75"
81
81
  x="-1361.2655"
82
- y="-457.33365" />
82
+ y="-457.33365"
83
+ inkscape:export-filename="distribution-release-screenshot-2.png"
84
+ inkscape:export-xdpi="96"
85
+ inkscape:export-ydpi="96" />
83
86
  <text
84
87
  xml:space="preserve"
85
- style="font-size:18.2723px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#deddda;stroke-width:0.264583"
86
- x="-1221.2755"
88
+ style="font-size:18.2723px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;text-anchor:middle;fill:#deddda;stroke-width:0.264583"
89
+ x="-1107.1011"
87
90
  y="-267.83066"
88
- id="text473"><tspan
91
+ id="text473"
92
+ inkscape:export-filename="distribution-release-screenshot-3.png"
93
+ inkscape:export-xdpi="96"
94
+ inkscape:export-ydpi="96"><tspan
89
95
  sodipodi:role="line"
90
96
  id="tspan471"
91
- style="font-weight:bold;fill:#deddda;stroke-width:0.264583"
92
- x="-1221.2755"
93
- y="-267.83066">SCREENSHOT EXAMPLE</tspan></text>
97
+ style="font-weight:bold;text-align:center;text-anchor:middle;fill:#deddda;stroke-width:0.264583"
98
+ x="-1107.1011"
99
+ y="-267.83066">SCREENSHOT EXAMPLE #2</tspan></text>
94
100
  <text
95
101
  xml:space="preserve"
96
102
  style="font-size:18.5803px;line-height:1.95;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';fill:#deddda;stroke-width:0.264583"