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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/_data/base/bits.yml +5 -5
  3. data/_data/base/locales_schema.yml +142 -9
  4. data/_data/base/social.yml +22 -21
  5. data/_data/base/social_schema.yml +10 -6
  6. data/_data/base/sponsors.yml +41 -0
  7. data/_data/base/sponsors_schema.yml +73 -0
  8. data/_includes/base/announcement.html.liquid +2 -0
  9. data/_includes/base/artwork.html.liquid +2 -0
  10. data/_includes/base/bits.html.liquid +2 -0
  11. data/_includes/base/breadcrumb.html.liquid +2 -0
  12. data/_includes/base/breakingnews.html.liquid +2 -0
  13. data/_includes/base/configuration-variables-nested.html.liquid +98 -0
  14. data/_includes/base/configuration-variables.html.liquid +98 -0
  15. data/_includes/base/copyright.html.liquid +3 -1
  16. data/_includes/base/event.html.liquid +2 -0
  17. data/_includes/base/footer.html.liquid +62 -0
  18. data/_includes/base/locales.html.liquid +2 -1
  19. data/_includes/base/navbar.html.liquid +2 -0
  20. data/_includes/base/project.html.liquid +2 -0
  21. data/_includes/base/shortcut.html.liquid +9 -6
  22. data/_includes/base/social.html.liquid +26 -19
  23. data/_includes/base/sponsors-cards.html.liquid +58 -0
  24. data/_includes/base/sponsors-carousel.html.liquid +78 -0
  25. data/_includes/base/title.html.liquid +2 -0
  26. data/_includes/base/toc.html.liquid +2 -0
  27. data/_layouts/base/default.html +5 -51
  28. data/assets/img/base/example-sponsors-design.png +0 -0
  29. data/assets/img/base/example-sponsors-design.svg +226 -0
  30. data/assets/img/base/example-sponsors-logo-1.png +0 -0
  31. data/assets/img/base/example-sponsors-logo-1.svg +120 -0
  32. data/assets/img/base/example-sponsors-logo-2.png +0 -0
  33. data/assets/img/base/example-sponsors-logo-2.svg +116 -0
  34. data/assets/img/base/example-sponsors-logo-3.png +0 -0
  35. data/assets/img/base/example-sponsors-logo-3.svg +123 -0
  36. data/assets/img/base/example-sponsors-logo-4.png +0 -0
  37. data/assets/img/base/example-sponsors-logo-4.svg +116 -0
  38. data/assets/img/base/example-sponsors-logo-5.png +0 -0
  39. data/assets/img/base/example-sponsors-logo-5.svg +116 -0
  40. data/assets/img/base/example-sponsors-logo-6.png +0 -0
  41. data/assets/img/base/example-sponsors-logo-6.svg +116 -0
  42. data/assets/img/base/example-sponsors-logo-7.png +0 -0
  43. data/assets/img/base/example-sponsors-logo-7.svg +116 -0
  44. data/assets/img/base/example-sponsors-logo-8.png +0 -0
  45. data/assets/img/base/example-sponsors-logo-8.svg +110 -0
  46. data/assets/img/base/page-layout-default.png +0 -0
  47. data/assets/img/base/page-layout-default.svg +1291 -965
  48. data/assets/img/base/page-with-announcement.png +0 -0
  49. data/assets/img/base/page-with-announcement.svg +2 -6
  50. data/assets/img/base/page-with-backtotop.png +0 -0
  51. data/assets/img/base/page-with-backtotop.svg +622 -187
  52. data/assets/img/base/page-with-breakingnews.png +0 -0
  53. data/assets/img/base/page-with-breakingnews.svg +2 -42
  54. data/assets/img/base/page-with-copyright.png +0 -0
  55. data/assets/img/base/page-with-copyright.svg +785 -173
  56. data/assets/img/base/page-with-event.png +0 -0
  57. data/assets/img/base/page-with-event.svg +2 -6
  58. data/assets/img/base/page-with-locales.png +0 -0
  59. data/assets/img/base/page-with-locales.svg +614 -619
  60. data/assets/img/base/page-with-navbar.png +0 -0
  61. data/assets/img/base/page-with-navbar.svg +3 -42
  62. data/assets/img/base/page-with-project.png +0 -0
  63. data/assets/img/base/page-with-project.svg +2 -42
  64. data/assets/img/base/page-with-shortcut.png +0 -0
  65. data/assets/img/base/page-with-shortcut.svg +649 -172
  66. data/assets/img/base/page-with-social.png +0 -0
  67. data/assets/img/base/page-with-social.svg +740 -174
  68. data/assets/img/base/page-with-sponsors.png +0 -0
  69. data/assets/img/base/page-with-sponsors.svg +710 -0
  70. data/assets/img/base/page-with-toc.png +0 -0
  71. data/assets/img/base/page-with-toc.svg +3 -42
  72. metadata +30 -3
  73. /data/assets/img/base/{screenshot-example-1200x600.png → screenshot-1200x600.png} +0 -0
  74. /data/assets/img/base/{screenshot-example-1200x600.svg → screenshot-1200x600.svg} +0 -0
@@ -7,7 +7,7 @@
7
7
  viewBox="0 0 621.8142 926.99171"
8
8
  version="1.1"
9
9
  id="svg638"
10
- inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
10
+ inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
11
11
  sodipodi:docname="page-layout-default.svg"
12
12
  inkscape:export-filename="page-with-announcement.webp"
13
13
  inkscape:export-xdpi="83.063591"
@@ -28,16 +28,20 @@
28
28
  inkscape:deskcolor="#d1d1d1"
29
29
  inkscape:document-units="px"
30
30
  showgrid="false"
31
- inkscape:zoom="0.5"
32
- inkscape:cx="881"
33
- inkscape:cy="1185"
31
+ inkscape:zoom="0.23028059"
32
+ inkscape:cx="779.48386"
33
+ inkscape:cy="2025.7895"
34
34
  inkscape:window-width="3440"
35
35
  inkscape:window-height="1371"
36
36
  inkscape:window-x="0"
37
37
  inkscape:window-y="0"
38
38
  inkscape:window-maximized="1"
39
39
  inkscape:current-layer="layer1"
40
- showguides="true" /><defs
40
+ showguides="false"><sodipodi:guide
41
+ position="450.28992,134.0046"
42
+ orientation="1,0"
43
+ id="guide11"
44
+ inkscape:locked="false" /></sodipodi:namedview><defs
41
45
  id="defs635"><marker
42
46
  style="overflow:visible"
43
47
  id="marker176"
@@ -99,12 +103,36 @@
99
103
  style="fill:context-stroke;fill-rule:evenodd;stroke:none"
100
104
  d="M 5,0 C 5,2.76 2.76,5 0,5 -2.76,5 -5,2.76 -5,0 c 0,-2.76 2.3,-5 5,-5 2.76,0 5,2.24 5,5 z"
101
105
  sodipodi:nodetypes="sssss"
102
- id="path258-4" /></marker></defs><g
106
+ id="path258-4" /></marker><clipPath
107
+ clipPathUnits="userSpaceOnUse"
108
+ id="clipPath31-3"><path
109
+ id="path32-3-6"
110
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.926039;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
111
+ d="m 59.448396,117.38544 c -1.710994,0 -3.088494,1.37751 -3.088494,3.08851 v 99.47524 c 5.622398,-3.4823 11.886298,-6.4392 16.946499,-6.4392 12.306202,0 19.427002,17.4897 31.733399,17.4897 12.3063,0 19.4268,-17.4897 31.7331,-17.4897 12.3064,0 19.4268,17.4897 31.7331,17.4897 12.3063,0 19.4271,-17.4897 31.7334,-17.4897 12.3063,0 19.27831,17.7148 31.7333,17.4897 8.62408,-0.1558 20.51998,-9.2441 27.02142,-14.8198 v -95.70594 c 0,-1.711 -1.37742,-3.08851 -3.0885,-3.08851 z"
112
+ sodipodi:nodetypes="sscsssssscsss" /></clipPath><clipPath
113
+ clipPathUnits="userSpaceOnUse"
114
+ id="clipPath18-6-7"><path
115
+ id="path19-2-5"
116
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:15.0821;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
117
+ d="m -3334.2611,-1042.3606 c -27.8665,0 -50.3014,22.4349 -50.3014,50.30132 V 628.06067 c 91.5701,-56.71503 193.5881,-104.87302 276.0019,-104.87302 200.4268,0 316.4008,284.84871 516.8309,284.84871 200.4285,0 316.3976,-284.84871 516.8261,-284.84871 200.4301,0 316.3976,284.84871 516.826,284.84871 200.4285,0 316.4025,-284.84871 516.831,-284.84871 200.42847,0 313.97901,288.51483 516.82932,284.84871 140.45773,-2.53746 334.20219,-150.55547 440.08825,-241.36497 V -992.05928 c 0,-27.86642 -22.43323,-50.30132 -50.30133,-50.30132 z"
118
+ sodipodi:nodetypes="sscsssssscsss" /></clipPath><clipPath
119
+ clipPathUnits="userSpaceOnUse"
120
+ id="clipPath2"><path
121
+ id="path3-5"
122
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.765519;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
123
+ d="m 69.416823,172.50827 c -1.414562,0 -2.553245,-1.13868 -2.553245,-2.55324 V 87.72307 c 4.647798,2.878559 9.825953,5.322979 14.009005,5.322979 10.173,0 16.059513,-14.457992 26.232767,-14.457992 10.17308,0 16.05926,14.457992 26.23243,14.457992 10.17308,0 16.05943,-14.457992 26.23243,-14.457992 10.17316,0 16.05968,14.457992 26.23276,14.457992 10.17317,0 15.93651,-14.644123 26.23243,-14.457992 7.1293,0.128815 16.96313,7.641735 22.3377,12.250881 v 79.116092 c 0,1.41456 -1.13868,2.55324 -2.55308,2.55324 z"
124
+ sodipodi:nodetypes="sscsssssscsss" /></clipPath><clipPath
125
+ clipPathUnits="userSpaceOnUse"
126
+ id="clipPath1"><path
127
+ id="path2-3"
128
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.69483;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
129
+ d="m 82.288168,56.438395 c 0,-1.283941 1.033533,-2.317477 2.317471,-2.317477 h 74.638591 c -2.61275,4.218617 -4.83145,8.918616 -4.83145,12.715401 0,9.233617 13.12292,14.576564 13.12292,23.81041 0,9.23369 -13.12292,14.576331 -13.12292,23.810101 0,9.23369 13.12292,14.57649 13.12292,23.81011 0,9.23376 -13.12292,14.57671 -13.12292,23.8104 0,9.23377 13.29187,14.46492 13.12292,23.81011 -0.11692,6.47097 -6.93609,15.39674 -11.11962,20.27501 H 84.605639 c -1.283938,0 -2.317471,-1.03353 -2.317471,-2.31732 z"
130
+ sodipodi:nodetypes="sscsssssscsss" /></clipPath></defs><g
103
131
  inkscape:label="Layer 1"
104
132
  inkscape:groupmode="layer"
105
133
  id="layer1"
106
134
  transform="translate(-659.31616,191.47258)"><rect
107
- style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.18207;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
135
+ style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:1.18207;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
108
136
  id="page-layout-default"
109
137
  width="621.81421"
110
138
  height="926.9917"
@@ -114,390 +142,255 @@
114
142
  inkscape:export-xdpi="71.344818"
115
143
  inkscape:export-ydpi="71.344818" /><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><g
116
144
  id="g21"
117
- transform="translate(547.31971,16.197727)" /><text
118
- xml:space="preserve"
119
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
120
- x="1180.3364"
121
- y="-8.662611"
122
- id="text3047-1"><tspan
123
- sodipodi:role="line"
124
- id="tspan3045-2"
125
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
126
- x="1180.3364"
127
- y="-8.662611">page.with_announcements</tspan></text><text
128
- xml:space="preserve"
129
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
130
- x="1180.3364"
131
- y="-26.090687"
132
- id="text37"><tspan
133
- sodipodi:role="line"
134
- id="tspan37"
135
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
136
- x="1180.3364"
137
- y="-26.090687">page.with_breakingnews</tspan></text><rect
145
+ transform="translate(547.31971,16.197727)" /><g
146
+ id="g56"
147
+ style="stroke:#e8d9e5;stroke-width:2.64583;stroke-dasharray:none;stroke-opacity:1"
148
+ transform="matrix(-0.3476983,0,0,0.3476983,3304.505,266.6695)"><g
149
+ id="path56"
150
+ style="opacity:1"><g
151
+ id="g81"><g
152
+ id="path83"
153
+ style="opacity:1" /><g
154
+ id="path90"
155
+ style="opacity:1" /></g></g></g><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><g
156
+ id="g396"
157
+ transform="matrix(0.54888119,0,0,0.54888119,2068.5253,458.56259)" /><path
158
+ id="path382"
159
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.926042;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
160
+ d="m 1120.4159,-246.6657 c -1.711,0 -3.0885,1.3775 -3.0885,3.08853 v 112.57207 c 5.6224,-3.48234 11.8863,-6.43916 16.9465,-6.43916 12.3062,0 19.427,17.4897 31.7334,17.4897 12.3063,0 19.4268,-17.4897 31.7331,-17.4897 12.3063,0 19.4269,17.4897 31.7331,17.4897 12.3064,0 19.4272,-17.4897 31.7335,-17.4897 12.3063,0 19.2782,17.71478 31.7331,17.4897 8.6242,-0.15587 20.52,-9.24415 27.0216,-14.81982 v -108.80279 c 0,-1.71103 -1.3775,-3.08853 -3.0885,-3.08853 z" /><path
161
+ id="path179-3"
162
+ style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.926042;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
163
+ d="m 2954.4416,313.61575 c -1.711,0 -3.0885,1.3775 -3.0885,3.08853 v 112.57208 c 5.6224,-3.4824 11.8863,-6.4392 16.9465,-6.4392 12.3062,0 19.427,17.4897 31.7334,17.4897 12.3063,0 19.4268,-17.4897 31.7331,-17.4897 12.3063,0 19.4269,17.4897 31.7331,17.4897 12.3064,0 19.4272,-17.4897 31.7335,-17.4897 12.3063,0 19.2782,17.7148 31.7331,17.4897 8.6242,-0.1558 20.52,-9.2441 27.0216,-14.8198 V 316.70428 c 0,-1.71103 -1.3775,-3.08853 -3.0885,-3.08853 z" /><g
164
+ id="g226"
165
+ transform="matrix(0.54888119,0,0,0.54888119,2528.7847,649.71627)" /><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><rect
138
166
  style="fill:#ffffff;fill-opacity:1;stroke:#a14f8c;stroke-width:1.32292;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
139
167
  id="rect4291"
140
- width="346.52783"
141
- height="906.90845"
142
- x="792.72247"
143
- y="-181.26898"
168
+ width="346.52777"
169
+ height="887.85846"
170
+ x="793.64801"
171
+ y="-171.90596"
144
172
  inkscape:export-filename="screenshot-sponsors-default-layout.png"
145
173
  inkscape:export-xdpi="96"
146
174
  inkscape:export-ydpi="96"
147
175
  rx="5.1586919"
148
- ry="5.0456157" /><rect
149
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.511739;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
150
- id="rect36"
151
- width="334.27991"
152
- height="16.055479"
153
- x="798.84631"
154
- y="-35.750675"
155
- inkscape:export-filename="screenshot-sponsors-default-layout.png"
156
- inkscape:export-xdpi="96"
157
- inkscape:export-ydpi="96" /><g
158
- id="g13"
159
- transform="matrix(0.94041424,0,0,0.94041424,127.48666,16.998374)"><rect
160
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.240121;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
161
- id="rect3425"
162
- width="305.1376"
163
- height="10.994823"
164
- x="739.05914"
165
- y="-34.519978"
166
- rx="1.4067383"
167
- ry="1.4067383" /><path
168
- d="m 747.51343,-32.243337 c 0,-0.155934 -0.0943,-0.297355 -0.23934,-0.357796 -0.14506,-0.06045 -0.31066,-0.02658 -0.42186,0.08347 l -0.52703,0.528235 c -0.58021,0.580206 -1.36712,0.906589 -2.18788,0.906589 h -0.10516 -0.38681 -1.16042 c -0.4267,0 -0.77361,0.346913 -0.77361,0.773609 v 1.160423 c 0,0.426686 0.34691,0.773609 0.77361,0.773609 v 1.547227 c 0,0.213961 0.17285,0.386805 0.38681,0.386805 h 0.77361 c 0.21396,0 0.38681,-0.172844 0.38681,-0.386805 v -1.547227 h 0.10516 c 0.82076,0 1.60767,0.326364 2.18788,0.90658 l 0.52703,0.527027 c 0.1112,0.111206 0.2768,0.143854 0.42186,0.08347 0.14505,-0.06054 0.23934,-0.200664 0.23934,-0.357796 v -1.782945 c 0.22483,-0.106367 0.38681,-0.392849 0.38681,-0.730096 0,-0.337247 -0.16198,-0.623729 -0.38681,-0.730096 z m -0.77361,0.92713 v 1.587109 1.587128 c -0.71077,-0.646702 -1.6379,-1.006912 -2.6025,-1.006912 h -0.10516 v -1.160423 h 0.10516 c 0.9646,0 1.89173,-0.36022 2.6025,-1.006902 z"
169
- id="path3462"
170
- style="fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.247585" /><g
171
- id="g39"
172
- transform="matrix(0.60142389,0,0,0.60142392,408.31018,43.534981)"
173
- style="fill:#77767b;fill-opacity:1;stroke:#c795ba;stroke-width:1.13921;stroke-opacity:1"><path
174
- style="fill:#77767b;fill-opacity:1;stroke:#c795ba;stroke-width:1.50708;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
175
- d="m 1044.5533,-124.15749 6.0283,6.02831"
176
- id="path38" /><path
177
- style="fill:none;fill-opacity:1;stroke:#c795ba;stroke-width:1.50708;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
178
- d="m 1050.5816,-124.15749 -6.0283,6.02831"
179
- id="path39" /></g></g><use
180
- x="0"
181
- y="0"
182
- xlink:href="#use277"
183
- id="use278"
184
- transform="translate(0,17.42808)"
185
- style="stroke:#a14f8c" /><text
186
- xml:space="preserve"
187
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
188
- x="1180.3364"
189
- y="-82.875679"
190
- id="text2076"><tspan
191
- sodipodi:role="line"
192
- id="tspan2074"
193
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
194
- x="1180.3364"
195
- y="-82.875679">page.with_project</tspan></text><use
196
- x="0"
197
- y="0"
198
- xlink:href="#use279"
199
- id="use280"
200
- transform="translate(3.0000001e-6,-508.48573)"
201
- style="stroke:#a14f8c" /><g
202
- id="g108"
203
- transform="translate(-0.1577487,-55.727463)"><text
176
+ ry="5.0456157" /><g
177
+ id="g99"
178
+ transform="translate(0,2.3783475)"><text
204
179
  xml:space="preserve"
205
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#3b1c33;fill-opacity:1;stroke-width:0.248818"
206
- x="1180.1787"
207
- y="247.00833"
208
- id="text50"><tspan
180
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
181
+ x="1181.262"
182
+ y="0.37438923"
183
+ id="text3047-1"><tspan
209
184
  sodipodi:role="line"
210
- id="tspan50"
211
- style="font-size:6.63515px;fill:#3b1c33;fill-opacity:1;stroke-width:0.248818"
212
- x="1180.1787"
213
- y="247.00833">page.with_bits</tspan></text><use
185
+ id="tspan3045-2"
186
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
187
+ x="1181.262"
188
+ y="0.37438923">page.with_announcements</tspan></text><g
189
+ id="g13"
190
+ transform="matrix(0.94041424,0,0,0.94041424,128.41218,25.92946)"><rect
191
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.240121;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
192
+ id="rect3425"
193
+ width="305.1376"
194
+ height="10.994823"
195
+ x="739.05914"
196
+ y="-34.519978"
197
+ rx="1.4067383"
198
+ ry="1.4067383" /><path
199
+ d="m 747.51343,-32.243337 c 0,-0.155934 -0.0943,-0.297355 -0.23934,-0.357796 -0.14506,-0.06045 -0.31066,-0.02658 -0.42186,0.08347 l -0.52703,0.528235 c -0.58021,0.580206 -1.36712,0.906589 -2.18788,0.906589 h -0.10516 -0.38681 -1.16042 c -0.4267,0 -0.77361,0.346913 -0.77361,0.773609 v 1.160423 c 0,0.426686 0.34691,0.773609 0.77361,0.773609 v 1.547227 c 0,0.213961 0.17285,0.386805 0.38681,0.386805 h 0.77361 c 0.21396,0 0.38681,-0.172844 0.38681,-0.386805 v -1.547227 h 0.10516 c 0.82076,0 1.60767,0.326364 2.18788,0.90658 l 0.52703,0.527027 c 0.1112,0.111206 0.2768,0.143854 0.42186,0.08347 0.14505,-0.06054 0.23934,-0.200664 0.23934,-0.357796 v -1.782945 c 0.22483,-0.106367 0.38681,-0.392849 0.38681,-0.730096 0,-0.337247 -0.16198,-0.623729 -0.38681,-0.730096 z m -0.77361,0.92713 v 1.587109 1.587128 c -0.71077,-0.646702 -1.6379,-1.006912 -2.6025,-1.006912 h -0.10516 v -1.160423 h 0.10516 c 0.9646,0 1.89173,-0.36022 2.6025,-1.006902 z"
200
+ id="path3462"
201
+ style="fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.247585" /><g
202
+ id="g39"
203
+ transform="matrix(0.60142389,0,0,0.60142392,408.31018,43.534981)"
204
+ style="fill:#77767b;fill-opacity:1;stroke:#c795ba;stroke-width:1.13921;stroke-opacity:1"><path
205
+ style="fill:#77767b;fill-opacity:1;stroke:#c795ba;stroke-width:1.50708;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
206
+ d="m 1044.5533,-124.15749 6.0283,6.02831"
207
+ id="path38" /><path
208
+ style="fill:none;fill-opacity:1;stroke:#c795ba;stroke-width:1.50708;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
209
+ d="m 1050.5816,-124.15749 -6.0283,6.02831"
210
+ id="path39" /></g></g><use
214
211
  x="0"
215
212
  y="0"
216
- xlink:href="#use280"
217
- id="use281"
218
- transform="translate(0.1577507,329.88398)" /></g><path
219
- id="path31-3"
220
- style="fill:#ecdce8;fill-opacity:1;stroke-width:0.0759096;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
221
- d="M 1133.1265,-136.58935 V -35.753466 H 798.84632 V -136.58935 Z"
222
- sodipodi:nodetypes="ccccc" /><path
223
- style="fill:#1a0029;fill-opacity:1;stroke:#a14f8c;stroke-width:0.674095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Dot-1)"
224
- d="m 1150.2434,-143.13011 h 25.4185"
225
- id="path268-2"
226
- sodipodi:nodetypes="cc" /><text
227
- xml:space="preserve"
228
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
229
- x="1180.3364"
230
- y="-141.49786"
231
- id="text303"><tspan
232
- sodipodi:role="line"
233
- id="tspan303"
234
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
235
- x="1180.3364"
236
- y="-141.49786">page.with_navbar</tspan></text><rect
237
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
238
- id="rect56"
239
- width="76.419083"
240
- height="3.4072065"
241
- x="836.51392"
242
- y="-12.430399"
243
- ry="0.64491266"
244
- rx="0.64491266" /><text
245
- xml:space="preserve"
246
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
247
- x="1180.021"
248
- y="402.28284"
249
- id="text158"><tspan
250
- sodipodi:role="line"
251
- id="tspan158"
252
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
253
- x="1180.021"
254
- y="402.28284">page.with_event</tspan></text><rect
255
- style="fill:#fcedd3;fill-opacity:1;stroke:none;stroke-width:0.510705;stroke-opacity:1"
256
- id="rect88"
257
- width="286.95578"
258
- height="24.660303"
259
- x="822.9176"
260
- y="388.32043"
261
- rx="4.9763589"
262
- ry="4.9763589" /><path
263
- d="m 835.60659,396.70249 c -0.29118,0 -0.52642,0.23524 -0.52642,0.52641 v 0.52641 h -0.52641 c -0.5807,0 -1.05282,0.47213 -1.05282,1.05283 v 0.78962 h 7.36978 v -0.78962 c 0,-0.5807 -0.47212,-1.05283 -1.05282,-1.05283 h -0.52641 v -0.52641 c 0,-0.29117 -0.23524,-0.52641 -0.52642,-0.52641 -0.29117,0 -0.52641,0.23524 -0.52641,0.52641 v 0.52641 H 836.133 v -0.52641 c 0,-0.29117 -0.23524,-0.52641 -0.52641,-0.52641 z m -2.10565,3.68489 v 3.15849 c 0,0.58069 0.47212,1.05282 1.05282,1.05282 h 5.26414 c 0.5807,0 1.05282,-0.47213 1.05282,-1.05282 v -3.15849 z"
264
- id="path1-3"
265
- style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.0164504" /><use
266
- x="0"
267
- y="0"
268
- xlink:href="#use281"
269
- id="use282"
270
- transform="translate(-0.1577537,155.27453)"
271
- style="fill:#1a0029;stroke:#a14f8c" /><text
272
- xml:space="preserve"
273
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
274
- x="1180.021"
275
- y="448.84747"
276
- id="text51"><tspan
277
- sodipodi:role="line"
278
- id="tspan51"
279
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
280
- x="1180.021"
281
- y="448.84747">page.with_title</tspan></text><use
282
- x="0"
283
- y="0"
284
- xlink:href="#use282"
285
- id="use284"
286
- transform="translate(2.5999999e-6,46.564639)"
287
- style="fill:#1a0029;stroke:#a14f8c" /><text
288
- xml:space="preserve"
289
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
290
- x="1180.021"
291
- y="482.49979"
292
- id="text53"><tspan
293
- sodipodi:role="line"
294
- id="tspan53"
295
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
296
- x="1180.021"
297
- y="482.49979">page.with_artwork</tspan></text><g
298
- id="g37"
299
- transform="translate(9.3644778,-160.87996)"><rect
300
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.205124;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
301
- id="rect1565-1-7"
302
- width="286.95572"
303
- height="28.294312"
304
- x="813.31335"
305
- y="627.60034"
306
- rx="4.9763589"
307
- ry="4.9763589" /><use
308
- xlink:href="#image"
309
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.92095"
310
- id="use49"
311
- transform="matrix(0.03175021,0,0,0.03175021,949.55312,633.61951)" /></g><path
312
- style="fill:#1a0029;fill-opacity:1;stroke:#a14f8c;stroke-width:0.674095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Dot-1)"
313
- d="m 1150.2434,480.86754 h 25.4185"
314
- id="use285"
315
- sodipodi:nodetypes="cc" /><text
316
- xml:space="preserve"
317
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
318
- x="1180.021"
319
- y="517.89282"
320
- id="text2080"><tspan
321
- sodipodi:role="line"
322
- id="tspan2078"
323
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
324
- x="1180.021"
325
- y="517.89282">page.with_toc</tspan></text><g
326
- id="g38"
327
- transform="translate(9.1950734,-165.08752)"><rect
328
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.248818;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
329
- id="rect1166"
330
- width="286.95578"
331
- height="27.962162"
332
- x="813.31335"
333
- y="667.367"
334
- rx="4.9763589"
335
- ry="4.9763589" /><g
336
- id="g57-0"
337
- transform="matrix(0.02677882,0,0,0.02677882,950.79278,674.49279)"
338
- style="fill:#381a32;fill-opacity:1"><title
339
- id="title57-8">align-left</title><path
340
- d="m 288,44 v 40 c 0,8.837 -7.163,16 -16,16 H 16 C 7.163,100 0,92.837 0,84 V 44 C 0,35.163 7.163,28 16,28 h 256 c 8.837,0 16,7.163 16,16 z M 0,172 v 40 c 0,8.837 7.163,16 16,16 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 z m 16,312 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 z M 272,284 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 h 256 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 z"
341
- id="path57-1"
342
- style="fill:#ecdce8;fill-opacity:1" /></g><path
343
- sodipodi:type="star"
344
- style="fill:#d9b9d1;fill-opacity:1;stroke:none;stroke-width:3.12919;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
345
- id="path37"
346
- inkscape:flatsided="false"
347
- sodipodi:sides="3"
348
- sodipodi:cx="-499.8125"
349
- sodipodi:cy="737.32031"
350
- sodipodi:r1="36.465179"
351
- sodipodi:r2="18.23259"
352
- sodipodi:arg1="1.5707963"
353
- sodipodi:arg2="2.6179939"
354
- inkscape:rounded="0"
355
- inkscape:randomized="0"
356
- d="m -499.8125,773.78549 -15.78989,-27.34888 -15.78988,-27.34889 31.57977,0 31.57977,0 -15.78988,27.34889 z"
357
- transform="matrix(0.10519844,0,0,0.10519844,1139.2521,602.82419)"
358
- inkscape:transform-center-y="1.0197809"
359
- inkscape:transform-center-x="-6.518711e-05" /></g><use
360
- x="0"
361
- y="0"
362
- xlink:href="#use285"
363
- id="use286"
364
- transform="translate(2.6e-6,35.393025)"
365
- style="fill:#1a0029;stroke:#a14f8c" /><text
366
- xml:space="preserve"
367
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
368
- x="1180.021"
369
- y="553.11975"
370
- id="text1150-8"><tspan
371
- sodipodi:role="line"
372
- id="tspan1148-9"
373
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
374
- x="1180.021"
375
- y="553.11975">page.with_content</tspan></text><g
376
- id="g58"
377
- transform="matrix(0.94041424,0,0,0.94041424,98.12381,599.12748)"><rect
378
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.305937;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
379
- id="rect57"
380
- width="305.13763"
381
- height="29.733877"
382
- x="770.28247"
383
- y="-65.525414"
384
- rx="5.291667"
385
- ry="5.291667" /><g
386
- id="g57"
387
- transform="matrix(0.02847556,0,0,0.02847556,916.47276,-57.948218)"
388
- style="fill:#ffffff"><title
389
- id="title57">align-left</title><path
390
- d="m 288,44 v 40 c 0,8.837 -7.163,16 -16,16 H 16 C 7.163,100 0,92.837 0,84 V 44 C 0,35.163 7.163,28 16,28 h 256 c 8.837,0 16,7.163 16,16 z M 0,172 v 40 c 0,8.837 7.163,16 16,16 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 z m 16,312 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 z M 272,284 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 h 256 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 z"
391
- id="path57"
392
- style="fill:#ecdce8" /></g></g><use
393
- x="0"
394
- y="0"
395
- xlink:href="#use286"
396
- id="use287"
397
- transform="translate(2.6e-6,35.226964)"
398
- style="fill:#1a0029;stroke:#a14f8c" /><text
213
+ xlink:href="#use277"
214
+ id="use278"
215
+ transform="translate(0,16.996146)"
216
+ style="stroke:#a14f8c" /><rect
217
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
218
+ id="rect56"
219
+ width="76.419083"
220
+ height="3.4072065"
221
+ x="837.43945"
222
+ y="-3.0673771"
223
+ ry="0.64491266"
224
+ rx="0.64491266" /></g><g
225
+ id="g95"
226
+ transform="translate(0,0.4051952)"><text
227
+ xml:space="preserve"
228
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
229
+ x="1180.9465"
230
+ y="491.96872"
231
+ id="text53"><tspan
232
+ sodipodi:role="line"
233
+ id="tspan53"
234
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
235
+ x="1180.9465"
236
+ y="491.96872">page.with_artwork</tspan></text><g
237
+ id="g37"
238
+ transform="translate(10.289996,-151.51694)"><rect
239
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.205124;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
240
+ id="rect1565-1-7"
241
+ width="286.95572"
242
+ height="28.294312"
243
+ x="813.31335"
244
+ y="627.60034"
245
+ rx="4.9763589"
246
+ ry="4.9763589" /><use
247
+ xlink:href="#image"
248
+ style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.92095"
249
+ id="use49"
250
+ transform="matrix(0.03175021,0,0,0.03175021,949.55312,633.61951)" /></g><path
251
+ style="fill:#1a0029;fill-opacity:1;stroke:#22061b;stroke-width:0.674095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Dot-1)"
252
+ d="m 1151.1689,490.23056 h 25.4185"
253
+ id="use285"
254
+ sodipodi:nodetypes="cc" /></g><g
255
+ id="g96"
256
+ transform="translate(0,-0.68268683)"><text
257
+ xml:space="preserve"
258
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
259
+ x="1180.9465"
260
+ y="527.36176"
261
+ id="text2080"><tspan
262
+ sodipodi:role="line"
263
+ id="tspan2078"
264
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
265
+ x="1180.9465"
266
+ y="527.36176">page.with_toc</tspan></text><g
267
+ id="g38"
268
+ transform="translate(10.120591,-155.7245)"><rect
269
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.248818;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
270
+ id="rect1166"
271
+ width="286.95578"
272
+ height="27.962162"
273
+ x="813.31335"
274
+ y="667.367"
275
+ rx="4.9763589"
276
+ ry="4.9763589" /><g
277
+ id="g57-0"
278
+ transform="matrix(0.02677882,0,0,0.02677882,950.79278,674.49279)"
279
+ style="fill:#381a32;fill-opacity:1"><title
280
+ id="title57-8">align-left</title><path
281
+ d="m 288,44 v 40 c 0,8.837 -7.163,16 -16,16 H 16 C 7.163,100 0,92.837 0,84 V 44 C 0,35.163 7.163,28 16,28 h 256 c 8.837,0 16,7.163 16,16 z M 0,172 v 40 c 0,8.837 7.163,16 16,16 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 z m 16,312 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 z M 272,284 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 h 256 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 z"
282
+ id="path57-1"
283
+ style="fill:#ecdce8;fill-opacity:1" /></g><path
284
+ sodipodi:type="star"
285
+ style="fill:#d9b9d1;fill-opacity:1;stroke:none;stroke-width:3.12919;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
286
+ id="path37"
287
+ inkscape:flatsided="false"
288
+ sodipodi:sides="3"
289
+ sodipodi:cx="-499.8125"
290
+ sodipodi:cy="737.32031"
291
+ sodipodi:r1="36.465179"
292
+ sodipodi:r2="18.23259"
293
+ sodipodi:arg1="1.5707963"
294
+ sodipodi:arg2="2.6179939"
295
+ inkscape:rounded="0"
296
+ inkscape:randomized="0"
297
+ d="m -499.8125,773.78549 -15.78989,-27.34888 -15.78988,-27.34889 31.57977,0 31.57977,0 -15.78988,27.34889 z"
298
+ transform="matrix(0.10519844,0,0,0.10519844,1139.2521,602.82419)"
299
+ inkscape:transform-center-y="1.0197809"
300
+ inkscape:transform-center-x="-6.518711e-05" /></g><use
301
+ x="0"
302
+ y="0"
303
+ xlink:href="#use285"
304
+ id="use286"
305
+ transform="translate(2.6e-6,35.393025)"
306
+ style="fill:#1a0029;stroke:#a14f8c" /></g><g
307
+ id="g97"
308
+ transform="translate(0,-1.7705794)"><text
309
+ xml:space="preserve"
310
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
311
+ x="1180.9465"
312
+ y="562.58868"
313
+ id="text1150-8"><tspan
314
+ sodipodi:role="line"
315
+ id="tspan1148-9"
316
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
317
+ x="1180.9465"
318
+ y="562.58868">page.with_content</tspan></text><g
319
+ id="g58"
320
+ transform="matrix(0.94041424,0,0,0.94041424,99.049328,608.4905)"><rect
321
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.305937;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
322
+ id="rect57"
323
+ width="305.13763"
324
+ height="29.733877"
325
+ x="770.28247"
326
+ y="-65.525414"
327
+ rx="5.291667"
328
+ ry="5.291667" /><g
329
+ id="g57"
330
+ transform="matrix(0.02847556,0,0,0.02847556,916.47276,-57.948218)"
331
+ style="fill:#ffffff"><title
332
+ id="title57">align-left</title><path
333
+ d="m 288,44 v 40 c 0,8.837 -7.163,16 -16,16 H 16 C 7.163,100 0,92.837 0,84 V 44 C 0,35.163 7.163,28 16,28 h 256 c 8.837,0 16,7.163 16,16 z M 0,172 v 40 c 0,8.837 7.163,16 16,16 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 z m 16,312 h 416 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 z M 272,284 H 16 c -8.837,0 -16,7.163 -16,16 v 40 c 0,8.837 7.163,16 16,16 h 256 c 8.837,0 16,-7.163 16,-16 v -40 c 0,-8.837 -7.163,-16 -16,-16 z"
334
+ id="path57"
335
+ style="fill:#ecdce8" /></g></g><use
336
+ x="0"
337
+ y="0"
338
+ xlink:href="#use286"
339
+ id="use287"
340
+ transform="translate(2.6e-6,35.226964)"
341
+ style="fill:#1a0029;stroke:#a14f8c" /></g><text
399
342
  xml:space="preserve"
400
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';text-align:end;text-anchor:end;fill:#000000;fill-opacity:1;stroke-width:0.248818"
401
- x="751.94885"
402
- y="633.62848"
343
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';text-align:end;text-anchor:end;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
344
+ x="752.87439"
345
+ y="634.25439"
403
346
  id="text17"><tspan
404
347
  sodipodi:role="line"
405
348
  id="tspan17"
406
- style="font-size:6.63515px;text-align:end;text-anchor:end;fill:#000000;fill-opacity:1;stroke-width:0.248818"
407
- x="751.94885"
408
- y="633.62848">page.with_footer</tspan></text><rect
409
- style="fill:#ecdce8;fill-opacity:1;stroke-width:0.52837296;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000;stroke-dasharray:none"
410
- id="rect2416"
411
- width="334.27991"
412
- height="121.71904"
413
- x="798.84631"
414
- y="571.11017"
415
- inkscape:export-filename="screenshot-sponsors-default-layout.png"
416
- inkscape:export-xdpi="96"
417
- inkscape:export-ydpi="96" /><rect
418
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.248818;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
419
- id="rect3039"
420
- width="142.92273"
421
- height="3.6374147"
422
- x="894.5249"
423
- y="679.46832"
424
- rx="1.2440896"
425
- ry="1.2440896" /><g
426
- id="g54"
427
- transform="translate(28.449441,-169.13894)"
428
- style="fill:#f6edf4"><rect
429
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.396514;stroke-linejoin:bevel;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
430
- id="rect43"
431
- width="153.76582"
432
- height="21.535042"
433
- x="814.55182"
434
- y="818.94806"
435
- rx="2.6458335"
436
- ry="2.6458335" /><rect
437
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.497636;stroke-linejoin:bevel;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
438
- id="rect44"
439
- width="86.154228"
440
- height="20.882204"
441
- x="974.36761"
442
- y="819.27448"
443
- rx="2.6458335"
444
- ry="2.6458335" /></g><use
349
+ style="font-size:6.63515px;text-align:end;text-anchor:end;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
350
+ x="752.87439"
351
+ y="634.25439">page.with_footer</tspan></text><use
445
352
  x="0"
446
353
  y="0"
447
354
  xlink:href="#use287"
448
355
  id="use288"
449
- transform="matrix(-1,0,0,1,1932.169,80.482217)"
450
- style="stroke:#a14f8c" /><use
451
- x="0"
452
- y="0"
453
- xlink:href="#use281"
454
- id="use299"
455
- transform="translate(-0.1577537,340.48262)"
456
- style="fill:#1a0029;stroke:#a14f8c" /><text
457
- xml:space="preserve"
458
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
459
- x="1180.021"
460
- y="587.49091"
461
- id="text299"><tspan
462
- sodipodi:role="line"
463
- id="tspan299"
464
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
465
- x="1180.021"
466
- y="587.49091">page.with_shortcut</tspan></text><use
467
- x="0"
468
- y="0"
469
- xlink:href="#use281"
470
- id="use301"
471
- transform="translate(-0.1577537,409.21372)"
472
- style="fill:#1a0029;stroke:#a14f8c" /><text
473
- xml:space="preserve"
474
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
475
- x="1180.021"
476
- y="656.22198"
477
- id="text301"><tspan
478
- sodipodi:role="line"
479
- id="tspan301"
480
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
481
- x="1180.021"
482
- y="656.22198">page.with_sponsors</tspan></text><use
483
- x="0"
484
- y="0"
485
- xlink:href="#use281"
486
- id="use302"
487
- transform="translate(-0.1577537,435.91099)"
488
- style="fill:#1a0029;stroke:#a14f8c" /><text
489
- xml:space="preserve"
490
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
491
- x="1180.021"
492
- y="682.91925"
493
- id="text302"><tspan
494
- sodipodi:role="line"
495
- id="tspan302"
496
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
497
- x="1180.021"
498
- y="682.91925">page.with_copyright</tspan></text><g
356
+ transform="matrix(-1,0,0,1,1934.02,71.665663)"
357
+ style="stroke:#22061b" /><g
358
+ id="g87"><use
359
+ x="0"
360
+ y="0"
361
+ xlink:href="#use281"
362
+ id="use299"
363
+ transform="translate(0.76776439,349.84564)"
364
+ style="fill:#1a0029;stroke:#a14f8c" /><text
365
+ xml:space="preserve"
366
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
367
+ x="1180.9465"
368
+ y="596.85394"
369
+ id="text299"><tspan
370
+ sodipodi:role="line"
371
+ id="tspan299"
372
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
373
+ x="1180.9465"
374
+ y="596.85394">page.with_shortcut</tspan></text></g><g
375
+ id="g83"><use
376
+ x="0"
377
+ y="0"
378
+ xlink:href="#use281"
379
+ id="use302"
380
+ transform="translate(0.76776439,431.22492)"
381
+ style="fill:#1a0029;stroke:#a14f8c" /><text
382
+ xml:space="preserve"
383
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
384
+ x="1180.9465"
385
+ y="678.33917"
386
+ id="text302"><tspan
387
+ sodipodi:role="line"
388
+ id="tspan302"
389
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
390
+ x="1180.9465"
391
+ y="678.33917">page.with_copyright</tspan></text></g><g
499
392
  id="g304"
500
- transform="matrix(0.94041424,0,0,0.94041424,61.034936,899.0659)"><rect
393
+ transform="matrix(0.94041424,0,0,0.94041424,61.960454,891.14545)"><rect
501
394
  style="fill:#f6edf4;fill-opacity:1;stroke:#c795ba;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.58749, 3.175;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
502
395
  id="rect304"
503
396
  width="355.46042"
@@ -518,433 +411,210 @@
518
411
  id="tspan304"
519
412
  style="font-weight:bold;font-size:7.05556px;text-align:center;text-anchor:middle;fill:#c795ba;fill-opacity:1;stroke-width:0.264583"
520
413
  x="962.29083"
521
- y="-200.98668">{% include base/script.html.liquid %}</tspan></text></g><path
522
- id="path5"
523
- style="opacity:1;fill:#d9b9d1;fill-opacity:1;stroke-width:0.669203;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
524
- d="m 1107.1733,571.11025 v 66.72664 c 0,2.13176 -1.7163,3.84807 -3.8481,3.84807 H 828.64729 c -2.13184,0 -3.84808,-1.71631 -3.84808,-3.84807 l 0,-66.72664 z"
525
- sodipodi:nodetypes="csssscc" /><path
526
- id="path2"
527
- style="opacity:1;fill:#c795ba;fill-opacity:1;stroke-width:0.669203;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
528
- d="m 1107.1733,571.11025 v 29.49686 H 824.79921 v -29.49686 z"
529
- sodipodi:nodetypes="ccccc" /><g
530
- id="g10"
531
- transform="matrix(0.761909,0,0,0.761909,-184.31075,-699.74588)"
532
- style="fill:#ecdce8"><rect
533
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
534
- id="rect6"
535
- width="56.660175"
536
- height="3.8678894"
537
- x="1404.103"
538
- y="1677.6968"
539
- rx="1.3229166"
540
- ry="1.3229166" /><rect
541
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
542
- id="rect7"
543
- width="56.660175"
544
- height="3.8678894"
545
- x="1404.103"
546
- y="1685.1626"
547
- rx="1.3229166"
548
- ry="1.3229166" /><rect
549
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
550
- id="rect10"
551
- width="56.660175"
552
- height="3.8678894"
553
- x="1404.103"
554
- y="1692.6283"
555
- rx="1.3229166"
556
- ry="1.3229166" /></g><g
557
- id="g22"
558
- transform="matrix(0.761909,0,0,0.761909,-179.44066,-699.74588)"
559
- style="fill:#ecdce8"><rect
560
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
561
- id="rect14"
562
- width="56.660175"
563
- height="3.8678894"
564
- x="1475.0344"
565
- y="1677.6968"
566
- rx="1.3229166"
567
- ry="1.3229166" /><rect
568
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
569
- id="rect21"
570
- width="56.660175"
571
- height="3.8678894"
572
- x="1475.0344"
573
- y="1685.1626"
574
- rx="1.3229166"
575
- ry="1.3229166" /><rect
576
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
577
- id="rect22"
578
- width="56.660175"
579
- height="3.8678894"
580
- x="1475.0344"
581
- y="1692.6283"
582
- rx="1.3229166"
583
- ry="1.3229166" /></g><g
584
- id="g26"
585
- transform="matrix(0.761909,0,0,0.761909,-185.16224,-699.74588)"
586
- style="fill:#ecdce8"><rect
587
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
588
- id="rect24"
589
- width="56.660175"
590
- height="3.8678894"
591
- x="1559.8673"
592
- y="1677.6968"
593
- rx="1.3229166"
594
- ry="1.3229166" /><rect
595
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
596
- id="rect25"
597
- width="56.660175"
598
- height="3.8678894"
599
- x="1559.8673"
600
- y="1685.1626"
601
- rx="1.3229166"
602
- ry="1.3229166" /><rect
603
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
604
- id="rect26"
605
- width="56.660175"
606
- height="3.8678894"
607
- x="1559.8673"
608
- y="1692.6283"
609
- rx="1.3229166"
610
- ry="1.3229166" /></g><g
611
- id="g35"
612
- transform="matrix(0.94041424,0,0,0.94041424,127.65609,538.1514)"><rect
613
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.100055;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
614
- id="rect1776"
615
- width="33.323124"
616
- height="7.9375"
617
- x="739.05914"
618
- y="-125.37652"
619
- rx="1.3229167"
620
- ry="1.3229167" /><path
621
- d="m 1030.6073,-124.05361 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"
622
- id="path1"
623
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.0206705" /><rect
624
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.100055;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
625
- id="rect8"
626
- width="33.323124"
627
- height="7.9375"
628
- x="778.5531"
629
- y="-125.37652"
630
- rx="1.3229167"
631
- ry="1.3229167" /><rect
632
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.100055;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
633
- id="rect9"
634
- width="33.323124"
635
- height="7.9375"
636
- x="818.04712"
637
- y="-125.37652"
638
- rx="1.3229167"
639
- ry="1.3229167" /><path
640
- style="fill:none;stroke:#ecdce8;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
641
- d="m 774.56963,-123.04318 1.70092,1.63724 -1.57354,1.63723"
642
- id="path9"
643
- sodipodi:nodetypes="ccc" /><path
644
- style="fill:none;stroke:#ecdce8;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
645
- d="m 814.06362,-123.04318 1.70092,1.63724 -1.57354,1.63723"
646
- id="path10"
647
- sodipodi:nodetypes="ccc" /></g><text
648
- xml:space="preserve"
649
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
650
- x="1180.021"
651
- y="425.61005"
652
- id="text2100"><tspan
653
- sodipodi:role="line"
654
- id="tspan2098"
655
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
656
- x="1180.021"
657
- y="425.61005">page.with_locales</tspan></text><use
658
- x="0"
659
- y="0"
660
- xlink:href="#use278"
661
- id="use279"
662
- transform="translate(-1.0000001e-6,434.27267)"
663
- style="fill:#1a0029;stroke:#a14f8c" /><use
664
- x="0"
665
- y="0"
666
- xlink:href="#use281"
667
- id="use56"
668
- transform="matrix(-1,0,0,1,1932.327,178.60175)"
669
- style="stroke:#a14f8c" /><text
670
- xml:space="preserve"
671
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
672
- x="668.41888"
673
- y="425.61005"
674
- id="text56"><tspan
675
- sodipodi:role="line"
676
- id="tspan56"
677
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
678
- x="668.41888"
679
- y="425.61005">page.with_breadcrumbs</tspan></text><g
680
- id="g41-7"
681
- transform="matrix(0.94041424,0,0,0.94041424,123.07036,565.78059)"><rect
682
- style="fill:#f5ca7c;fill-opacity:1;stroke-width:15.8106;paint-order:fill markers stroke"
683
- id="rect40-5"
684
- width="13.576674"
685
- height="9.7555847"
686
- x="1026.684"
687
- y="-180.47063"
688
- ry="1.5810586"
689
- rx="1.5810586" /><use
690
- xlink:href="#arrow-right"
691
- style="fill:#d28d0f;fill-opacity:1;stroke:none"
692
- id="use1-5-3"
693
- transform="matrix(0.00956941,0,0,0.00956941,1031.3285,-178.0426)" /></g><rect
694
- style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
695
- id="rect276-5"
696
- width="50.886703"
697
- height="3.407196"
698
- x="857.74066"
699
- y="398.94699"
700
- ry="0.64491266"
701
- rx="0.64491266" /><g
702
- id="use108"
703
- transform="matrix(1.4488325,0,0,1.4488325,-1931.5922,-510.68824)"><rect
704
- style="fill:none;fill-opacity:1;stroke:#ecdce8;stroke-width:0.496626;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.0397303, 0.0397303;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
705
- id="rect5"
706
- width="170.12202"
707
- height="263.7258"
708
- x="1914.8793"
709
- y="351.51724"
710
- inkscape:export-filename="page-with-bits-collapsed.webp"
711
- inkscape:export-xdpi="96"
712
- inkscape:export-ydpi="96"
713
- rx="4.5654578"
714
- ry="4.5654578" /><g
715
- id="g55"
716
- transform="translate(0,-0.15490532)"><g
717
- id="g30"
718
- transform="matrix(0.56967611,0,0,0.56967611,1211.4474,351.50659)"><rect
719
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
720
- id="rect28"
721
- width="30.677139"
722
- height="13.229167"
723
- x="1335.1501"
724
- y="339.93384"
725
- rx="4.6444521"
726
- ry="4.6444521" /><rect
727
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
728
- id="rect29"
729
- width="30.677139"
730
- height="13.229167"
731
- x="1369.1049"
732
- y="339.93384"
733
- rx="4.6444521"
734
- ry="4.6444521" /><rect
735
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
736
- id="rect30"
737
- width="30.677139"
738
- height="13.229167"
739
- x="1402.3872"
740
- y="339.93384"
741
- rx="4.6444521"
742
- ry="4.6444521" /></g><rect
743
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.199147;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
744
- id="rect31"
745
- width="11.119654"
746
- height="7.5955625"
747
- x="2069.249"
748
- y="556.12061"
749
- rx="2.6458335"
750
- ry="2.6458335" /><rect
751
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.389921;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
752
- id="rect32"
753
- width="52.044323"
754
- height="41.353016"
755
- x="1920.3297"
756
- y="567.14166"
757
- rx="2.6458335"
758
- ry="2.6458335" /><rect
759
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.845474;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
760
- id="rect33"
761
- width="52.044323"
762
- height="41.353024"
763
- x="1974.3271"
764
- y="567.14166"
765
- rx="2.6458335"
766
- ry="2.6458335" /><rect
767
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.845474;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
768
- id="rect34"
769
- width="52.044323"
770
- height="41.353024"
771
- x="2028.3246"
772
- y="567.14166"
773
- rx="2.6458335"
774
- ry="2.6458335" /><g
775
- id="g49"
776
- transform="matrix(0.56967611,0,0,0.56967611,893.13767,247.87097)"><rect
777
- style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:1.39601;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
778
- id="rect35"
779
- width="282.36627"
780
- height="211.7747"
781
- x="1801.6797"
782
- y="304.01431"
783
- inkscape:export-filename="screenshot-example-1600x1200.webp"
784
- inkscape:export-xdpi="152.91"
785
- inkscape:export-ydpi="152.91"
786
- ry="4.6444521"
787
- rx="4.6444521" /><rect
788
- style="fill:#a14f8c;fill-opacity:0;stroke:none;stroke-width:0.965889;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
789
- id="rect37"
790
- width="267.67557"
791
- height="200.75668"
792
- x="1809.025"
793
- y="309.52332"
794
- inkscape:export-filename="screenshot-example-1600x1200.webp"
795
- inkscape:export-xdpi="96"
796
- inkscape:export-ydpi="96" /><g
797
- id="g44"
798
- style="stroke:#5c2e4f;stroke-width:2.64583;stroke-dasharray:none;stroke-opacity:1"
799
- transform="matrix(-0.61034383,0,0,0.61034383,3649.9421,159.35745)" /><g
800
- id="g45"
801
- style="stroke-width:2.64583;stroke-dasharray:none"
802
- transform="matrix(0.61034383,0,0,0.61034383,235.78356,159.35745)"><path
803
- style="fill:none;stroke:#ecdce8;stroke-width:2.64583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker176);marker-end:url(#marker175)"
804
- d="M 3000.8804,258.70397 2592.9478,562.28974"
805
- id="path45" /></g><g
806
- id="g60"
807
- style="stroke-width:2.64583;stroke-dasharray:none"
808
- transform="matrix(-0.61034383,0,0,0.61034383,3649.9421,159.35745)"><path
809
- style="fill:none;stroke:#ecdce8;stroke-width:2.64583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker176);marker-end:url(#marker175)"
810
- d="M 3000.8804,258.70397 2592.9478,562.28974"
811
- id="path55" /></g><rect
812
- style="fill:#a14f8c;fill-opacity:0;stroke:none;stroke-width:0.485467;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
813
- id="rect46"
814
- width="267.67557"
815
- height="50.714802"
816
- x="1809.025"
817
- y="384.54428" /><g
818
- id="g47"
819
- transform="matrix(0.63230446,0,0,0.63230446,459.16835,41.417553)"
820
- style="fill:#5c2e4f;fill-opacity:1"><g
821
- id="g46"
822
- transform="translate(-168.48926,4.0104842)"
823
- style="fill:#5c2e4f;fill-opacity:1" /></g></g><circle
824
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.509469;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.03788, 2.03788;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
825
- id="circle49"
826
- cx="1999.9403"
827
- cy="390.04993"
828
- r="5.7276187" /><rect
829
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
830
- id="rect49"
831
- width="160.85735"
832
- height="7.5363345"
833
- x="1919.5116"
834
- y="399.15521"
835
- ry="2.6458335"
836
- rx="2.6458335" /><rect
837
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.251914;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
838
- id="rect50"
839
- width="160.85732"
840
- height="7.5363407"
841
- x="1919.5116"
842
- y="410.06921"
843
- ry="2.6458335"
844
- rx="2.6458335" /><rect
845
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
846
- id="rect51"
847
- width="146.0211"
848
- height="7.5363159"
849
- x="1919.5116"
850
- y="556.15027"
851
- ry="2.6458335"
852
- rx="2.6458335" /><circle
853
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.509469;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.03788, 2.03788;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
854
- id="circle51"
855
- cx="1999.9403"
856
- cy="375.21701"
857
- r="5.7276187" /><rect
858
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
859
- id="rect52"
860
- width="160.85735"
861
- height="7.5363345"
862
- x="1919.5116"
863
- y="358.57538"
864
- ry="2.6458335"
865
- rx="2.6458335" /></g></g><path
866
- id="rect38"
867
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.461067;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
868
- d="m 825.1542,-52.837546 h 281.664 c 1.4658,0 2.6459,1.180041 2.6459,2.645833 v 14.438247 H 822.50836 v -14.438247 c 0,-1.465792 1.18004,-2.645833 2.64584,-2.645833 z"
869
- sodipodi:nodetypes="sssccss" /><circle
870
- style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:1.08635;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:4.34539, 4.34539;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
871
- id="circle125-7-5"
872
- cx="965.98639"
873
- cy="-113.126"
874
- r="12.213036" /><rect
875
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.162613;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
876
- id="rect274-9"
877
- width="149.16376"
878
- height="4.8648129"
879
- x="891.40454"
880
- y="-92.986855"
881
- ry="1.7079141"
882
- rx="1.7079141" /><g
883
- id="g41"
884
- transform="matrix(0.94041424,0,0,0.94041424,129.94969,137.40707)"><rect
885
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:15.8106;paint-order:fill markers stroke"
886
- id="rect40"
887
- width="13.576674"
888
- height="9.7555847"
889
- x="1026.684"
890
- y="-180.47063"
891
- ry="1.5810586"
892
- rx="1.5810586" /><use
893
- xlink:href="#arrow-right"
894
- style="fill:#ffffff;fill-opacity:1;stroke:none"
895
- id="use1-5"
896
- transform="matrix(0.00956941,0,0,0.00956941,1031.3285,-178.0426)" /></g><path
897
- d="m 829.20324,-30.268991 c 0,-0.146643 -0.0887,-0.279633 -0.22508,-0.33647 -0.1364,-0.0568 -0.29214,-0.02499 -0.39672,0.07851 l -0.49562,0.496766 c -0.54564,0.545631 -1.28566,0.85257 -2.05752,0.85257 h -0.0989 -0.36377 -1.09128 c -0.40127,0 -0.72751,0.326242 -0.72751,0.727514 v 1.091281 c 0,0.401263 0.32624,0.727505 0.72751,0.727505 v 1.455039 c 0,0.201216 0.16256,0.363757 0.36377,0.363757 h 0.72751 c 0.20122,0 0.36377,-0.162541 0.36377,-0.363757 v -1.455039 h 0.0989 c 0.77186,0 1.51188,0.30692 2.05752,0.85257 l 0.49562,0.495624 c 0.10458,0.104581 0.26032,0.135283 0.39672,0.07851 0.13641,-0.0569 0.22508,-0.188704 0.22508,-0.336469 v -1.676711 c 0.21144,-0.100033 0.36376,-0.369446 0.36376,-0.686594 0,-0.317156 -0.15232,-0.58657 -0.36376,-0.686594 z m -0.72751,0.871893 v 1.492543 1.492553 c -0.66842,-0.608168 -1.5403,-0.946912 -2.44743,-0.946912 h -0.0989 v -1.091281 h 0.0989 c 0.90713,0 1.77901,-0.338754 2.44743,-0.946903 z"
898
- id="path32"
899
- style="fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.232833" /><rect
900
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
901
- id="rect276"
902
- width="77.609619"
903
- height="3.4072056"
904
- x="835.25824"
905
- y="-29.426542"
906
- ry="0.64491266"
907
- rx="0.64491266" /><use
908
- x="0"
909
- y="0"
910
- xlink:href="#path268-2"
911
- id="use277"
912
- transform="translate(0,115.40717)"
913
- style="stroke:#a14f8c" /><rect
914
- style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
915
- id="rect125-0-5-1"
916
- width="24.557205"
917
- height="7.9111004"
918
- x="927.06525"
919
- y="-47.616196"
920
- rx="3.4158282"
921
- ry="3.4158282" /><rect
922
- style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
923
- id="rect232-2"
924
- width="24.557205"
925
- height="7.9111004"
926
- x="953.70758"
927
- y="-47.616196"
928
- rx="3.4158282"
929
- ry="3.4158282" /><rect
930
- style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
931
- id="rect233-7"
932
- width="24.557205"
933
- height="7.9111004"
934
- x="980.35028"
935
- y="-47.616196"
936
- rx="3.4158282"
937
- ry="3.4158282" /><rect
938
- style="fill:#f6edf4;fill-opacity:1;stroke-width:0.162613;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
939
- id="rect246-6-0"
940
- width="149.16376"
941
- height="4.8648129"
942
- x="891.40454"
943
- y="-81.613335"
944
- ry="1.7079141"
945
- rx="1.7079141" /><g
414
+ y="-200.98668">{% include base/script.html.liquid %}</tspan></text></g><g
415
+ id="g86"
416
+ transform="translate(0,1.9986877)"><text
417
+ xml:space="preserve"
418
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
419
+ x="1180.9465"
420
+ y="615.22656"
421
+ id="text2100"><tspan
422
+ sodipodi:role="line"
423
+ id="tspan2098"
424
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
425
+ x="1180.9465"
426
+ y="615.22656">page.with_locales</tspan></text><use
427
+ x="0"
428
+ y="0"
429
+ xlink:href="#use278"
430
+ id="use279"
431
+ transform="translate(-1e-6,614.85215)"
432
+ style="fill:#1a0029;stroke:#a14f8c" /></g><g
433
+ id="g98"
434
+ transform="translate(0,4.7567054)"><g
435
+ id="g108"
436
+ transform="translate(0.76776939,-46.364441)"><text
437
+ xml:space="preserve"
438
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
439
+ x="1180.1787"
440
+ y="247.00833"
441
+ id="text50"><tspan
442
+ sodipodi:role="line"
443
+ id="tspan50"
444
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
445
+ x="1180.1787"
446
+ y="247.00833">page.with_bits</tspan></text><use
447
+ x="0"
448
+ y="0"
449
+ xlink:href="#use280"
450
+ id="use281"
451
+ transform="translate(-0.76776739,320.54742)" /></g><g
452
+ id="use108"
453
+ transform="matrix(1.4488325,0,0,1.4488325,-1930.6667,-501.32522)"><rect
454
+ style="fill:none;fill-opacity:1;stroke:#ecdce8;stroke-width:0.496626;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:0.0397303, 0.0397303;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
455
+ id="rect5"
456
+ width="198.05997"
457
+ height="263.7258"
458
+ x="1901.1586"
459
+ y="351.51724"
460
+ inkscape:export-filename="page-with-bits-collapsed.webp"
461
+ inkscape:export-xdpi="96"
462
+ inkscape:export-ydpi="96"
463
+ rx="4.5654578"
464
+ ry="4.5654578" /><g
465
+ id="g55"
466
+ transform="translate(0.24830881,-0.15490532)"><g
467
+ id="g30"
468
+ transform="matrix(0.56967611,0,0,0.56967611,1211.4474,351.50659)"><rect
469
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
470
+ id="rect28"
471
+ width="30.677139"
472
+ height="13.229167"
473
+ x="1335.1501"
474
+ y="339.93384"
475
+ rx="4.6444521"
476
+ ry="4.6444521" /><rect
477
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
478
+ id="rect29"
479
+ width="30.677139"
480
+ height="13.229167"
481
+ x="1369.1049"
482
+ y="339.93384"
483
+ rx="4.6444521"
484
+ ry="4.6444521" /><rect
485
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.377305;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
486
+ id="rect30"
487
+ width="30.677139"
488
+ height="13.229167"
489
+ x="1402.3872"
490
+ y="339.93384"
491
+ rx="4.6444521"
492
+ ry="4.6444521" /></g><rect
493
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.199147;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
494
+ id="rect31"
495
+ width="11.119654"
496
+ height="7.5955625"
497
+ x="2069.249"
498
+ y="556.12061"
499
+ rx="2.6458335"
500
+ ry="2.6458335" /><rect
501
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.389921;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
502
+ id="rect32"
503
+ width="52.044323"
504
+ height="41.353016"
505
+ x="1920.3297"
506
+ y="567.14166"
507
+ rx="2.6458335"
508
+ ry="2.6458335" /><rect
509
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.845474;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
510
+ id="rect33"
511
+ width="52.044323"
512
+ height="41.353024"
513
+ x="1974.3271"
514
+ y="567.14166"
515
+ rx="2.6458335"
516
+ ry="2.6458335" /><rect
517
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.845474;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
518
+ id="rect34"
519
+ width="52.044323"
520
+ height="41.353024"
521
+ x="2028.3246"
522
+ y="567.14166"
523
+ rx="2.6458335"
524
+ ry="2.6458335" /><g
525
+ id="g49"
526
+ transform="matrix(0.56967611,0,0,0.56967611,893.13767,247.87097)"><rect
527
+ style="opacity:1;fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:1.39601;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
528
+ id="rect35"
529
+ width="282.36627"
530
+ height="211.7747"
531
+ x="1801.6797"
532
+ y="304.01431"
533
+ inkscape:export-filename="screenshot-example-1600x1200.webp"
534
+ inkscape:export-xdpi="152.91"
535
+ inkscape:export-ydpi="152.91"
536
+ ry="4.6444521"
537
+ rx="4.6444521" /><rect
538
+ style="fill:#a14f8c;fill-opacity:0;stroke:none;stroke-width:0.965889;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
539
+ id="rect37"
540
+ width="267.67557"
541
+ height="200.75668"
542
+ x="1809.025"
543
+ y="309.52332"
544
+ inkscape:export-filename="screenshot-example-1600x1200.webp"
545
+ inkscape:export-xdpi="96"
546
+ inkscape:export-ydpi="96" /><g
547
+ id="g44"
548
+ style="stroke:#5c2e4f;stroke-width:2.64583;stroke-dasharray:none;stroke-opacity:1"
549
+ transform="matrix(-0.61034383,0,0,0.61034383,3649.9421,159.35745)" /><g
550
+ id="g45"
551
+ style="stroke-width:2.64583;stroke-dasharray:none"
552
+ transform="matrix(0.61034383,0,0,0.61034383,235.78356,159.35745)"><path
553
+ style="fill:none;stroke:#ecdce8;stroke-width:2.64583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker176);marker-end:url(#marker175)"
554
+ d="M 3000.8804,258.70397 2592.9478,562.28974"
555
+ id="path45" /></g><g
556
+ id="g60"
557
+ style="stroke-width:2.64583;stroke-dasharray:none"
558
+ transform="matrix(-0.61034383,0,0,0.61034383,3649.9421,159.35745)"><path
559
+ style="fill:none;stroke:#ecdce8;stroke-width:2.64583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker176);marker-end:url(#marker175)"
560
+ d="M 3000.8804,258.70397 2592.9478,562.28974"
561
+ id="path55" /></g><rect
562
+ style="fill:#a14f8c;fill-opacity:0;stroke:none;stroke-width:0.485467;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
563
+ id="rect46"
564
+ width="267.67557"
565
+ height="50.714802"
566
+ x="1809.025"
567
+ y="384.54428" /><g
568
+ id="g47"
569
+ transform="matrix(0.63230446,0,0,0.63230446,459.16835,41.417553)"
570
+ style="fill:#5c2e4f;fill-opacity:1"><g
571
+ id="g46"
572
+ transform="translate(-168.48926,4.0104842)"
573
+ style="fill:#5c2e4f;fill-opacity:1" /></g></g><circle
574
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.509469;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.03788, 2.03788;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
575
+ id="circle49"
576
+ cx="1999.9403"
577
+ cy="390.04993"
578
+ r="5.7276187" /><rect
579
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
580
+ id="rect49"
581
+ width="160.85735"
582
+ height="7.5363345"
583
+ x="1919.5116"
584
+ y="399.15521"
585
+ ry="2.6458335"
586
+ rx="2.6458335" /><rect
587
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.251914;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
588
+ id="rect50"
589
+ width="160.85732"
590
+ height="7.5363407"
591
+ x="1919.5116"
592
+ y="410.06921"
593
+ ry="2.6458335"
594
+ rx="2.6458335" /><rect
595
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
596
+ id="rect51"
597
+ width="146.0211"
598
+ height="7.5363159"
599
+ x="1919.5116"
600
+ y="556.15027"
601
+ ry="2.6458335"
602
+ rx="2.6458335" /><circle
603
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.509469;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:2.03788, 2.03788;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
604
+ id="circle51"
605
+ cx="1999.9403"
606
+ cy="375.21701"
607
+ r="5.7276187" /><rect
608
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.205286;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
609
+ id="rect52"
610
+ width="160.85735"
611
+ height="7.5363345"
612
+ x="1919.5116"
613
+ y="358.57538"
614
+ ry="2.6458335"
615
+ rx="2.6458335" /></g></g></g><g
946
616
  id="g305"
947
- transform="matrix(0.94041424,0,0,0.94041424,61.034936,24.113756)"><rect
617
+ transform="matrix(0.94041424,0,0,0.94041424,61.960454,33.476778)"><rect
948
618
  style="fill:#f6edf4;fill-opacity:1;stroke:#c795ba;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.58749, 3.175;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
949
619
  id="rect305"
950
620
  width="355.46042"
@@ -965,194 +635,850 @@
965
635
  id="tspan305"
966
636
  style="font-weight:bold;font-size:7.05556px;text-align:center;text-anchor:middle;fill:#c795ba;fill-opacity:1;stroke-width:0.264583"
967
637
  x="962.29083"
968
- y="-200.82831">{% include base/head.html.liquid %}</tspan></text></g><rect
969
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.497636;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
970
- id="rect4433"
971
- width="334.28003"
972
- height="19.729914"
973
- x="798.84631"
974
- y="-152.99507"
638
+ y="-200.82831">{% include base/head.html.liquid %}</tspan></text></g><g
639
+ id="g104"><g
640
+ id="g100"><text
641
+ xml:space="preserve"
642
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
643
+ x="1181.262"
644
+ y="-16.621758"
645
+ id="text37"><tspan
646
+ sodipodi:role="line"
647
+ id="tspan37"
648
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
649
+ x="1181.262"
650
+ y="-16.621758">page.with_breakingnews</tspan></text><rect
651
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.511739;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
652
+ id="rect36"
653
+ width="334.27991"
654
+ height="16.055479"
655
+ x="799.77185"
656
+ y="-26.387659"
657
+ inkscape:export-filename="screenshot-sponsors-default-layout.png"
658
+ inkscape:export-xdpi="96"
659
+ inkscape:export-ydpi="96" /><g
660
+ id="g41"
661
+ transform="matrix(0.94041424,0,0,0.94041424,130.87521,146.77008)"><rect
662
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:15.8106;paint-order:fill markers stroke"
663
+ id="rect40"
664
+ width="13.576674"
665
+ height="9.7555847"
666
+ x="1026.684"
667
+ y="-180.47063"
668
+ ry="1.5810586"
669
+ rx="1.5810586" /><use
670
+ xlink:href="#arrow-right"
671
+ style="fill:#ffffff;fill-opacity:1;stroke:none"
672
+ id="use1-5"
673
+ transform="matrix(0.00956941,0,0,0.00956941,1031.3285,-178.0426)" /></g><path
674
+ d="m 830.12876,-20.905975 c 0,-0.146643 -0.0887,-0.279633 -0.22508,-0.33647 -0.1364,-0.0568 -0.29214,-0.02499 -0.39672,0.07851 l -0.49562,0.496766 c -0.54564,0.545631 -1.28566,0.85257 -2.05752,0.85257 h -0.0989 -0.36377 -1.09128 c -0.40127,0 -0.72751,0.326242 -0.72751,0.727514 v 1.091281 c 0,0.401263 0.32624,0.727505 0.72751,0.727505 v 1.455039 c 0,0.201216 0.16256,0.363757 0.36377,0.363757 h 0.72751 c 0.20122,0 0.36377,-0.162541 0.36377,-0.363757 v -1.455039 h 0.0989 c 0.77186,0 1.51188,0.30692 2.05752,0.85257 l 0.49562,0.495624 c 0.10458,0.104581 0.26032,0.135283 0.39672,0.07851 0.13641,-0.0569 0.22508,-0.188704 0.22508,-0.336469 v -1.676711 c 0.21144,-0.100033 0.36376,-0.369446 0.36376,-0.686594 0,-0.317156 -0.15232,-0.58657 -0.36376,-0.686594 z m -0.72751,0.871893 v 1.492543 1.492553 c -0.66842,-0.608168 -1.5403,-0.946912 -2.44743,-0.946912 h -0.0989 v -1.091281 h 0.0989 c 0.90713,0 1.77901,-0.338754 2.44743,-0.946903 z"
675
+ id="path32"
676
+ style="fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.232833" /><rect
677
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
678
+ id="rect276"
679
+ width="77.609619"
680
+ height="3.4072056"
681
+ x="836.18378"
682
+ y="-20.063522"
683
+ ry="0.64491266"
684
+ rx="0.64491266" /><use
685
+ x="0"
686
+ y="0"
687
+ xlink:href="#path268-2"
688
+ id="use277"
689
+ transform="translate(0,115.40717)"
690
+ style="stroke:#a14f8c" /></g><g
691
+ id="g103"><path
692
+ style="fill:#1a0029;fill-opacity:1;stroke:#22061b;stroke-width:0.674095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#Dot-1)"
693
+ d="m 1151.1689,-133.76709 h 25.4185"
694
+ id="path268-2"
695
+ sodipodi:nodetypes="cc" /><text
696
+ xml:space="preserve"
697
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
698
+ x="1181.262"
699
+ y="-132.02893"
700
+ id="text303"><tspan
701
+ sodipodi:role="line"
702
+ id="tspan303"
703
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
704
+ x="1181.262"
705
+ y="-132.02893">page.with_navbar</tspan></text><rect
706
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.497636;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
707
+ id="rect4433"
708
+ width="334.28003"
709
+ height="19.729914"
710
+ x="799.77185"
711
+ y="-143.63205"
712
+ inkscape:export-filename="screenshot-sponsors-default-layout.png"
713
+ inkscape:export-xdpi="96"
714
+ inkscape:export-ydpi="96" /><g
715
+ id="g1012"
716
+ transform="matrix(0.24685874,0,0,0.24685874,703.65035,-112.88221)"
717
+ style="fill:#f6edf4;stroke-width:3.80952"><g
718
+ aria-label="CentOS"
719
+ id="text57015"
720
+ style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro Bold';fill:#f6edf4;fill-opacity:1;stroke-width:2.85397"
721
+ transform="matrix(0.97560972,0,0,0.97560972,-295.86665,-427.58606)"><path
722
+ d="m 865.94059,362.40602 c 3.65593,0 6.68255,-1.31853 8.66035,-3.74583 l -3.11653,-2.87679 c -1.40843,1.64816 -3.17646,2.48723 -5.27412,2.48723 -3.92563,0 -6.71252,-2.75693 -6.71252,-6.71252 0,-3.95559 2.78689,-6.71252 6.71252,-6.71252 2.09766,0 3.86569,0.83906 5.27412,2.45726 l 3.11653,-2.87679 c -1.9778,-2.39733 -5.00442,-3.71586 -8.63038,-3.71586 -6.53272,0 -11.38731,4.52495 -11.38731,10.84791 0,6.32295 4.85459,10.84791 11.35734,10.84791 z"
723
+ id="path2097"
724
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
725
+ d="m 892.76066,354.04533 c 0,-5.18422 -3.65592,-8.36068 -8.39065,-8.36068 -4.91452,0 -8.60041,3.47613 -8.60041,8.30075 0,4.79466 3.62596,8.30075 9.19974,8.30075 2.90676,0 5.15426,-0.899 6.65259,-2.60709 l -2.48723,-2.697 c -1.10876,1.04883 -2.33739,1.55826 -4.04549,1.55826 -2.45726,0 -4.16536,-1.22863 -4.61486,-3.23639 h 12.19641 c 0.03,-0.38956 0.0899,-0.899 0.0899,-1.2586 z m -8.36068,-4.82462 c 2.09766,0 3.62596,1.31853 3.95559,3.35626 h -7.94115 c 0.32963,-2.06769 1.85793,-3.35626 3.98556,-3.35626 z"
726
+ id="path2099"
727
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
728
+ d="m 905.67622,345.68465 c -2.18756,0 -4.07545,0.74917 -5.33405,2.12763 v -1.88789 h -4.46502 v 16.12203 h 4.67479 v -7.97112 c 0,-2.96669 1.61819,-4.34516 3.86569,-4.34516 2.06769,0 3.26636,1.19867 3.26636,3.80576 v 8.51052 h 4.67479 v -9.22972 c 0,-4.91452 -2.8768,-7.13205 -6.68256,-7.13205 z"
729
+ id="path2101"
730
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
731
+ d="m 925.72388,357.97096 c -0.50943,0.38957 -1.19866,0.59933 -1.8879,0.59933 -1.25859,0 -2.00776,-0.74916 -2.00776,-2.12763 v -6.56268 h 4.01553 v -3.59599 h -4.01553 v -3.92563 h -4.67479 v 3.92563 h -2.48723 v 3.59599 h 2.48723 v 6.62262 c 0,3.83572 2.21753,5.78355 6.02329,5.78355 1.4384,0 2.84683,-0.32963 3.80576,-1.01886 z"
732
+ id="path2103"
733
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
734
+ d="m 940.10783,362.40602 c 6.59266,0 11.47721,-4.58489 11.47721,-10.84791 0,-6.26302 -4.88455,-10.84791 -11.47721,-10.84791 -6.62261,0 -11.4772,4.61485 -11.4772,10.84791 0,6.23305 4.85459,10.84791 11.4772,10.84791 z m 0,-4.13539 c -3.74582,0 -6.56268,-2.72697 -6.56268,-6.71252 0,-3.98556 2.81686,-6.71252 6.56268,-6.71252 3.74583,0 6.56269,2.72696 6.56269,6.71252 0,3.98555 -2.81686,6.71252 -6.56269,6.71252 z"
735
+ id="path2105"
736
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
737
+ d="m 962.13328,362.40602 c 5.99332,0 8.90008,-2.99666 8.90008,-6.50276 0,-7.70141 -12.19641,-5.03438 -12.19641,-8.90008 0,-1.31853 1.10876,-2.39732 3.98556,-2.39732 1.85793,0 3.86569,0.53939 5.81352,1.64816 l 1.49833,-3.68589 c -1.94783,-1.22863 -4.64482,-1.85793 -7.28188,-1.85793 -5.96336,0 -8.84015,2.96669 -8.84015,6.53272 0,7.79131 12.1964,5.09432 12.1964,9.01994 0,1.28857 -1.16869,2.2475 -4.04549,2.2475 -2.51719,0 -5.15425,-0.899 -6.92228,-2.18756 l -1.64816,3.65592 c 1.85792,1.4384 5.21418,2.4273 8.54048,2.4273 z"
738
+ id="path2107"
739
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /></g><g
740
+ id="g28251-9"
741
+ transform="matrix(0.74451128,0.74451128,-0.74451128,0.74451128,6.01137,-157.12384)"
742
+ inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
743
+ inkscape:export-xdpi="10.11"
744
+ inkscape:export-ydpi="10.11"
745
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:3.80952"><path
746
+ id="ellipse15079-1-3"
747
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:5.0397;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
748
+ d="m 372.92961,-303.88054 a 20.103001,20.103493 0 0 0 -4.90893,13.16408 20.103001,20.103493 0 0 0 20.10242,20.10507 20.103001,20.103493 0 0 0 20.10374,-20.10375 20.103001,20.103493 0 0 0 -20.10374,-20.10374 20.103001,20.103493 0 0 0 -15.19349,6.93834 z m 4.43562,2.40753 h 6.30374 l 4.45545,-4.45545 4.45545,4.45545 h 6.3011 v 6.3011 l 4.45677,4.45677 -4.45545,4.45546 -0.001,6.30241 h -6.3011 l -4.45545,4.45546 -4.45678,-4.45678 h -6.30109 v -6.30109 l -4.45545,-4.45546 4.45545,-4.45545 z m 2.27135,4.18311 3.22723,3.22723 1.91307,0.001 10e-4,-1.91307 -3.22855,-3.22855 z m -2.16294,5.22226 0.001,2.70368 h 4.56387 l 1.3525,-1.3525 -1.3525,-1.3525 z m 9.29696,-9.29695 v 4.56386 l 1.3525,1.3525 1.3525,-1.3525 v -4.56386 z m 0.0912,7.606 0.0172,1.79936 -1.79805,-0.0159 1.28243,1.25863 -1.28243,1.26128 1.79805,-0.0159 -0.0145,1.79937 1.25996,-1.28375 1.25995,1.28375 -0.0145,-1.79937 1.79672,0.0145 -1.28243,-1.25864 1.28243,-1.26127 -1.79804,0.0159 0.0159,-1.79804 -1.26127,1.28243 z m -7.22391,9.6169 1.91174,1.91175 3.22723,-3.22723 v -1.91175 h -1.91175 z m 11.83273,-11.83273 v 1.91175 h 1.91174 l 3.22723,-3.22723 -1.91175,-1.91175 z m -4.69872,11.34356 -0.001,4.56518 h 2.705 v -4.56386 l -1.3525,-1.3525 z m 6.08427,-6.08428 1.3525,1.35251 h 4.56386 v -2.70501 h -4.56386 z m -1.38688,3.34622 10e-4,1.91307 3.22722,3.22723 1.91307,-1.91307 -3.22723,-3.22723 z" /></g></g><rect
749
+ style="fill:#c795ba;fill-opacity:1;stroke:#d9b9d1;stroke-width:0.248818;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
750
+ id="rect119"
751
+ width="16.372637"
752
+ height="10.339692"
753
+ x="1092.7787"
754
+ y="-138.93694"
755
+ rx="1.2440896"
756
+ ry="1.2440896" /><g
757
+ id="g121"
758
+ transform="matrix(0.94041424,0,0,0.94041424,116.20847,2.5429949)"
759
+ style="stroke:#9a9996;stroke-opacity:1"><path
760
+ style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
761
+ d="m 1040.8931,-147.50672 h 12.5172"
762
+ id="path119" /><path
763
+ style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
764
+ d="m 1040.8931,-144.94685 h 12.5172"
765
+ id="path120" /><path
766
+ style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
767
+ d="m 1040.8931,-142.38698 h 12.5172"
768
+ id="path121" /></g><path
769
+ style="fill:none;stroke:#d9b9d1;stroke-width:0.248818px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
770
+ d="m 868.14563,-140.1136 v 12.69302"
771
+ id="path8" /><g
772
+ id="g1"
773
+ transform="matrix(1.4277799,0,0,1.4277799,-259.68296,135.81397)"
774
+ style="fill:#d9b9d1"><use
775
+ xlink:href="#align-left"
776
+ style="fill:#d9b9d1;fill-opacity:1;stroke:#f6f5f4;stroke-opacity:1"
777
+ id="use1-3-3"
778
+ transform="matrix(0.00800799,0,0,0.00800799,793.73956,-190.8614)" /></g></g><g
779
+ id="g102"><text
780
+ xml:space="preserve"
781
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
782
+ x="1181.262"
783
+ y="-73.433197"
784
+ id="text2076"><tspan
785
+ sodipodi:role="line"
786
+ id="tspan2074"
787
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
788
+ x="1181.262"
789
+ y="-73.433197">page.with_project</tspan></text><use
790
+ x="0"
791
+ y="0"
792
+ xlink:href="#use279"
793
+ id="use280"
794
+ transform="translate(3e-6,-688.65974)"
795
+ style="stroke:#a14f8c" /><g
796
+ id="g101"><path
797
+ id="path31-3"
798
+ style="fill:#ecdce8;fill-opacity:1;stroke-width:0.0759096;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
799
+ d="m 1134.052,-123.95228 v 97.561836 H 799.77184 l 0,-97.561836 z"
800
+ sodipodi:nodetypes="ccccc" /><path
801
+ id="rect38"
802
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.461067;stroke-linejoin:bevel;paint-order:fill markers stroke;stop-color:#000000"
803
+ d="m 826.07972,-43.474524 h 281.66398 c 1.4658,0 2.6459,1.180041 2.6459,2.645833 v 14.438247 H 823.43388 v -14.438247 c 0,-1.465792 1.18004,-2.645833 2.64584,-2.645833 z"
804
+ sodipodi:nodetypes="sssccss" /><circle
805
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:1.08635;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:4.34539, 4.34539;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
806
+ id="circle125-7-5"
807
+ cx="966.91193"
808
+ cy="-103.76298"
809
+ r="12.213036" /><rect
810
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.162613;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
811
+ id="rect274-9"
812
+ width="149.16376"
813
+ height="4.8648129"
814
+ x="892.33008"
815
+ y="-83.623833"
816
+ ry="1.7079141"
817
+ rx="1.7079141" /><rect
818
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
819
+ id="rect125-0-5-1"
820
+ width="24.557205"
821
+ height="7.9111004"
822
+ x="927.99078"
823
+ y="-38.253174"
824
+ rx="3.4158282"
825
+ ry="3.4158282" /><rect
826
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
827
+ id="rect232-2"
828
+ width="24.557205"
829
+ height="7.9111004"
830
+ x="954.63312"
831
+ y="-38.253174"
832
+ rx="3.4158282"
833
+ ry="3.4158282" /><rect
834
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.302035;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
835
+ id="rect233-7"
836
+ width="24.557205"
837
+ height="7.9111004"
838
+ x="981.27582"
839
+ y="-38.253174"
840
+ rx="3.4158282"
841
+ ry="3.4158282" /><rect
842
+ style="fill:#f6edf4;fill-opacity:1;stroke-width:0.162613;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
843
+ id="rect246-6-0"
844
+ width="149.16376"
845
+ height="4.8648129"
846
+ x="892.33008"
847
+ y="-72.250313"
848
+ ry="1.7079141"
849
+ rx="1.7079141" /><rect
850
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.375997;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
851
+ id="rect125-0-6"
852
+ width="30.57077"
853
+ height="9.8483696"
854
+ x="951.62653"
855
+ y="-59.010605"
856
+ rx="4.252296"
857
+ ry="4.252296" /></g></g></g><g
858
+ id="g92"
859
+ transform="translate(0,3.6688013)"><text
860
+ xml:space="preserve"
861
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
862
+ x="1180.9465"
863
+ y="411.7518"
864
+ id="text158"><tspan
865
+ sodipodi:role="line"
866
+ id="tspan158"
867
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
868
+ x="1180.9465"
869
+ y="411.7518">page.with_event</tspan></text><use
870
+ x="0"
871
+ y="0"
872
+ xlink:href="#use281"
873
+ id="use282"
874
+ transform="translate(0.76776439,164.63756)"
875
+ style="fill:#1a0029;stroke:#a14f8c" /><g
876
+ id="g91"><rect
877
+ style="fill:#fcedd3;fill-opacity:1;stroke:none;stroke-width:0.510705;stroke-opacity:1"
878
+ id="rect88"
879
+ width="286.95578"
880
+ height="24.660303"
881
+ x="823.84314"
882
+ y="397.68347"
883
+ rx="4.9763589"
884
+ ry="4.9763589" /><path
885
+ d="m 836.53211,406.06551 c -0.29118,0 -0.52642,0.23524 -0.52642,0.52641 v 0.52641 h -0.52641 c -0.5807,0 -1.05282,0.47213 -1.05282,1.05283 v 0.78962 h 7.36978 v -0.78962 c 0,-0.5807 -0.47212,-1.05283 -1.05282,-1.05283 h -0.52641 v -0.52641 c 0,-0.29117 -0.23524,-0.52641 -0.52642,-0.52641 -0.29117,0 -0.52641,0.23524 -0.52641,0.52641 v 0.52641 h -2.10566 v -0.52641 c 0,-0.29117 -0.23524,-0.52641 -0.52641,-0.52641 z m -2.10565,3.68489 v 3.15849 c 0,0.58069 0.47212,1.05282 1.05282,1.05282 h 5.26414 c 0.5807,0 1.05282,-0.47213 1.05282,-1.05282 v -3.15849 z"
886
+ id="path1-3"
887
+ style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.0164504" /><g
888
+ id="g41-7"
889
+ transform="matrix(0.94041424,0,0,0.94041424,123.99588,575.14361)"><rect
890
+ style="fill:#f5ca7c;fill-opacity:1;stroke-width:15.8106;paint-order:fill markers stroke"
891
+ id="rect40-5"
892
+ width="13.576674"
893
+ height="9.7555847"
894
+ x="1026.684"
895
+ y="-180.47063"
896
+ ry="1.5810586"
897
+ rx="1.5810586" /><use
898
+ xlink:href="#arrow-right"
899
+ style="fill:#d28d0f;fill-opacity:1;stroke:none"
900
+ id="use1-5-3"
901
+ transform="matrix(0.00956941,0,0,0.00956941,1031.3285,-178.0426)" /></g><rect
902
+ style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
903
+ id="rect276-5"
904
+ width="50.886703"
905
+ height="3.407196"
906
+ x="858.6662"
907
+ y="408.31003"
908
+ ry="0.64491266"
909
+ rx="0.64491266" /><rect
910
+ style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
911
+ id="rect1"
912
+ width="21.253384"
913
+ height="3.407196"
914
+ x="914.49329"
915
+ y="408.31003"
916
+ ry="0.64491266"
917
+ rx="0.64491266" /></g></g><g
918
+ id="g94"
919
+ transform="translate(0,1.4930702)"><text
920
+ xml:space="preserve"
921
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
922
+ x="1180.9465"
923
+ y="458.31641"
924
+ id="text51"><tspan
925
+ sodipodi:role="line"
926
+ id="tspan51"
927
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
928
+ x="1180.9465"
929
+ y="458.31641">page.with_title</tspan></text><use
930
+ x="0"
931
+ y="0"
932
+ xlink:href="#use282"
933
+ id="use284"
934
+ transform="translate(2.6e-6,46.56462)"
935
+ style="fill:#1a0029;stroke:#a14f8c" /><g
936
+ id="g3"
937
+ transform="matrix(0.95856018,0,0,0.95856018,29.833797,28.045602)"
938
+ style="fill:#c795ba;fill-opacity:1"><text
939
+ xml:space="preserve"
940
+ style="font-size:18.629px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.776208;stroke-linejoin:round"
941
+ x="827.53546"
942
+ y="447.32944"
943
+ id="text2"><tspan
944
+ sodipodi:role="line"
945
+ id="tspan2"
946
+ style="font-weight:bold;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.776208"
947
+ x="827.53546"
948
+ y="447.32944">Lorem Ipsum</tspan></text><text
949
+ xml:space="preserve"
950
+ style="font-size:6.31413px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.263088;stroke-linejoin:round"
951
+ x="827.24548"
952
+ y="458.60327"
953
+ id="text3"><tspan
954
+ sodipodi:role="line"
955
+ id="tspan3"
956
+ style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Thin';fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.263088"
957
+ x="827.24548"
958
+ y="458.60327">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</tspan></text></g></g><g
959
+ id="g85"
960
+ transform="translate(0,-16.102844)"><text
961
+ xml:space="preserve"
962
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
963
+ x="1180.9465"
964
+ y="653.6994"
965
+ id="text41"><tspan
966
+ sodipodi:role="line"
967
+ id="tspan40"
968
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
969
+ x="1180.9465"
970
+ y="653.6994">page.with_social</tspan></text><use
971
+ x="0"
972
+ y="0"
973
+ xlink:href="#use279"
974
+ id="use2"
975
+ transform="translate(0,38.472858)" /></g><g
976
+ id="g84"
977
+ transform="translate(0,-7.617157)"><text
978
+ xml:space="preserve"
979
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
980
+ x="1180.9465"
981
+ y="665.58502"
982
+ id="text301"><tspan
983
+ sodipodi:role="line"
984
+ id="tspan301"
985
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
986
+ x="1180.9465"
987
+ y="665.58502">page.with_sponsors</tspan></text><use
988
+ x="0"
989
+ y="0"
990
+ xlink:href="#use2"
991
+ id="use3"
992
+ transform="translate(0,11.885604)" /></g><g
993
+ id="g93"
994
+ transform="translate(0,2.5809036)"><g
995
+ id="g90"><rect
996
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.0940932;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
997
+ id="rect1776"
998
+ width="31.33754"
999
+ height="7.4645381"
1000
+ x="823.60339"
1001
+ y="429.60858"
1002
+ rx="5.291667"
1003
+ ry="5.291667" /><rect
1004
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.0940932;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1005
+ id="rect8"
1006
+ width="31.33754"
1007
+ height="7.4645381"
1008
+ x="860.74408"
1009
+ y="429.60858"
1010
+ rx="5.291667"
1011
+ ry="5.291667" /><rect
1012
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.0940932;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1013
+ id="rect9"
1014
+ width="31.33754"
1015
+ height="7.4645381"
1016
+ x="897.88477"
1017
+ y="429.60858"
1018
+ rx="5.291667"
1019
+ ry="5.291667" /><path
1020
+ style="fill:none;stroke:#ecdce8;stroke-width:0.746454;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1021
+ d="m 856.99792,431.80286 1.59957,1.53969 -1.47978,1.53967"
1022
+ id="path9"
1023
+ sodipodi:nodetypes="ccc" /><path
1024
+ style="fill:none;stroke:#ecdce8;stroke-width:0.746454;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1025
+ d="m 894.13863,431.80286 1.59957,1.53969 -1.47978,1.53967"
1026
+ id="path10"
1027
+ sodipodi:nodetypes="ccc" /></g><text
1028
+ xml:space="preserve"
1029
+ style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#22061b;fill-opacity:1;stroke-width:0.248818"
1030
+ x="1180.9465"
1031
+ y="435.07901"
1032
+ id="text56"><tspan
1033
+ sodipodi:role="line"
1034
+ id="tspan56"
1035
+ style="font-size:6.63515px;fill:#22061b;fill-opacity:1;stroke-width:0.248818"
1036
+ x="1180.9465"
1037
+ y="435.07901">page.with_breadcrumbs</tspan></text><use
1038
+ x="0"
1039
+ y="0"
1040
+ xlink:href="#use282"
1041
+ id="use90"
1042
+ transform="translate(2.6e-6,23.327228)"
1043
+ style="fill:#1a0029;stroke:#a14f8c" /></g><rect
1044
+ style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.528373;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1045
+ id="rect2416-5"
1046
+ width="334.27991"
1047
+ height="104.78572"
1048
+ x="799.77197"
1049
+ y="579.23798"
975
1050
  inkscape:export-filename="screenshot-sponsors-default-layout.png"
976
1051
  inkscape:export-xdpi="96"
977
- inkscape:export-ydpi="96" /><g
978
- id="g1012"
979
- transform="matrix(0.24685874,0,0,0.24685874,702.72483,-122.24523)"
1052
+ inkscape:export-ydpi="96" /><rect
1053
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.840647;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1054
+ id="rect11-6"
1055
+ width="90.412331"
1056
+ height="36.005371"
1057
+ x="824.69574"
1058
+ y="625.29138"
1059
+ rx="2.6458335"
1060
+ ry="2.6458335" /><rect
1061
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.793749;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1062
+ id="rect18-2"
1063
+ width="46.345093"
1064
+ height="32.912136"
1065
+ x="1063.6477"
1066
+ y="628.93732"
1067
+ rx="2.6458335"
1068
+ ry="2.6458335" /><rect
1069
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.793749;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1070
+ id="rect17-9"
1071
+ width="46.345093"
1072
+ height="32.912136"
1073
+ x="1063.8348"
1074
+ y="591.36639"
1075
+ rx="2.6458335"
1076
+ ry="2.6458335" /><rect
1077
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1078
+ id="rect4-5-2-1"
1079
+ width="34.403683"
1080
+ height="2.3428161"
1081
+ x="1066.8893"
1082
+ y="590.96948"
1083
+ rx="1.0412494"
1084
+ ry="1.0412494" /><path
1085
+ d="m 234.05916,193.5514 c 0,-0.4005 0.3256,-0.72612 0.72617,-0.72612 h 2.17829 0.5446 0.18157 16.87833 c 0.40046,0 0.72606,0.32562 0.72606,0.72612 v 2.9045 c 0,0.4005 -0.3256,0.72612 -0.72606,0.72612 h -16.87833 -0.18157 -0.5446 -2.17829 c -0.40057,0 -0.72617,-0.32562 -0.72617,-0.72612 z m 3.63063,0 v 2.9045 h 2.90452 v -2.9045 z m -1.60767,0.54346 c -0.0362,-0.0817 -0.11801,-0.13501 -0.20764,-0.13501 -0.0896,0 -0.17136,0.0533 -0.20765,0.13501 l -0.72617,1.63377 c -0.051,0.1146 0,0.24848 0.11576,0.29953 0.11461,0.0511 0.24848,-0.001 0.29953,-0.11572 l 0.10099,-0.22805 h 0.83507 l 0.10099,0.22805 c 0.0511,0.11458 0.18492,0.16564 0.29947,0.11572 0.11461,-0.0499 0.16566,-0.18493 0.11576,-0.29953 z m -0.20764,0.6501 0.21554,0.4856 h -0.43109 z m 3.26754,-0.78511 c 0.12482,0 0.22691,0.10211 0.22691,0.22691 v 0.0454 h 0.49921 0.18157 c 0.12476,0 0.2269,0.10212 0.2269,0.22692 0,0.1248 -0.10214,0.22691 -0.2269,0.22691 h -0.0231 l -0.0181,0.0511 c -0.10099,0.27683 -0.25413,0.52871 -0.44926,0.742 0.0104,0.007 0.0203,0.0125 0.0307,0.0182 l 0.21445,0.12821 c 0.10774,0.0647 0.14177,0.20422 0.0783,0.31087 -0.0636,0.10665 -0.20424,0.14182 -0.31089,0.0783 l -0.21439,-0.1282 c -0.0511,-0.0306 -0.0999,-0.0624 -0.1487,-0.0964 -0.1202,0.0851 -0.24842,0.15884 -0.38569,0.22011 l -0.0406,0.0182 c -0.11455,0.0511 -0.24848,-0.001 -0.29947,-0.11573 -0.0511,-0.11459 0,-0.24847 0.1157,-0.29953 l 0.0406,-0.0182 c 0.0726,-0.0329 0.14293,-0.0692 0.20995,-0.11119 l -0.13849,-0.13842 c -0.0885,-0.0885 -0.0885,-0.23258 0,-0.32108 0.0885,-0.0885 0.23257,-0.0885 0.3211,0 l 0.16565,0.16565 0.006,0.006 c 0.14068,-0.14863 0.25528,-0.32108 0.33811,-0.51055 h -0.39942 -0.81684 c -0.12482,0 -0.22697,-0.10211 -0.22697,-0.22691 0,-0.12481 0.10215,-0.22692 0.22697,-0.22692 h 0.58999 v -0.0454 c 0,-0.1248 0.10203,-0.22692 0.22685,-0.22692 z"
1086
+ id="path408-8-2"
1087
+ style="fill:#f6edf4;fill-opacity:1;stroke:#d9b9d1;stroke-width:0.0113456"
1088
+ clip-path="url(#clipPath31-3)"
1089
+ transform="matrix(1.5111959,0,0,1.5111959,713.18867,303.37589)"
1090
+ sodipodi:nodetypes="sscccsssscccsssccccccscccccccccccccccsccsssccccccccccccccccssccccssscscc" /><rect
1091
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.483658;stroke-linejoin:round;stroke-dasharray:none"
1092
+ id="rect3-2-7"
1093
+ width="12.304025"
1094
+ height="2.1766429"
1095
+ x="1079.6405"
1096
+ y="596.99927"
1097
+ rx="0.9673174"
1098
+ ry="0.9673174" /><path
1099
+ sodipodi:type="star"
1100
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:18.7602;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
1101
+ id="path602-9-2-0"
1102
+ inkscape:flatsided="false"
1103
+ sodipodi:sides="3"
1104
+ sodipodi:cx="-499.8125"
1105
+ sodipodi:cy="737.32031"
1106
+ sodipodi:r1="36.465179"
1107
+ sodipodi:r2="18.23259"
1108
+ sodipodi:arg1="1.5707963"
1109
+ sodipodi:arg2="2.6179939"
1110
+ inkscape:rounded="0"
1111
+ inkscape:randomized="0"
1112
+ d="m -499.8125,773.78549 -15.78989,-27.34888 -15.78988,-27.34889 31.57977,0 31.57977,0 -15.78988,27.34889 z"
1113
+ transform="matrix(0.03979235,0,0,-0.03979235,1116.3154,627.76709)"
1114
+ inkscape:transform-center-y="-0.43730681"
1115
+ inkscape:transform-center-x="4.3705878e-05"
1116
+ clip-path="url(#clipPath18-6-7)" /><rect
1117
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.577662;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1118
+ id="rect1-7-9"
1119
+ width="31.512474"
1120
+ height="18.28586"
1121
+ x="1067.1869"
1122
+ y="602.30634"
1123
+ rx="0.96735704"
1124
+ ry="0.96735704" /><rect
1125
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483679;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1126
+ id="rect3-3"
1127
+ width="11.107382"
1128
+ height="2.1766429"
1129
+ x="1069.8606"
1130
+ y="604.85925"
1131
+ rx="0.96735704"
1132
+ ry="0.96735704" /><rect
1133
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483679;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1134
+ id="rect4-5-6"
1135
+ width="17.049665"
1136
+ height="2.1765532"
1137
+ x="1070.0417"
1138
+ y="609.93781"
1139
+ rx="0.96735704"
1140
+ ry="0.96735704" /><rect
1141
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483679;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1142
+ id="rect5-3-0"
1143
+ width="14.698512"
1144
+ height="2.1766429"
1145
+ x="1070.0417"
1146
+ y="615.01624"
1147
+ rx="0.96735704"
1148
+ ry="0.96735704" /><rect
1149
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1150
+ id="rect19-6"
1151
+ width="34.403683"
1152
+ height="2.3428161"
1153
+ x="1066.8893"
1154
+ y="628.54053"
1155
+ rx="1.0412494"
1156
+ ry="1.0412494" /><g
1157
+ id="g65-2"
1158
+ transform="translate(-0.74741285,7.8844069)"><rect
1159
+ style="fill:#f6edf4;fill-opacity:1;stroke:#f6edf4;stroke-width:0.700826;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1160
+ id="rect6-6"
1161
+ width="6.8270221"
1162
+ height="6.8270226"
1163
+ x="1067.9872"
1164
+ y="625.2998"
1165
+ rx="1.7520642"
1166
+ ry="1.7520642" /><use
1167
+ x="0"
1168
+ y="0"
1169
+ xlink:href="#rect6-6"
1170
+ id="use7-1"
1171
+ transform="translate(10.666134)"
1172
+ style="fill:#ecdce8;fill-opacity:1;stroke:#c795ba" /><use
1173
+ x="0"
1174
+ y="0"
1175
+ xlink:href="#use7-1"
1176
+ id="use8-8"
1177
+ transform="translate(10.666134)"
1178
+ style="fill:#ecdce8;fill-opacity:1;stroke:#c795ba" /><rect
1179
+ style="fill:#f6edf4;fill-opacity:1;stroke:#f6edf4;stroke-width:0.700826;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1180
+ id="use10-7"
1181
+ width="6.8270221"
1182
+ height="6.8270226"
1183
+ x="1089.3195"
1184
+ y="634.91913"
1185
+ rx="1.7520642"
1186
+ ry="1.7520642" /><use
1187
+ x="0"
1188
+ y="0"
1189
+ xlink:href="#use10-7"
1190
+ id="use11-9"
1191
+ transform="translate(-21.332243)"
1192
+ style="fill:#ecdce8;fill-opacity:1;stroke:#f6edf4" /><use
1193
+ x="0"
1194
+ y="0"
1195
+ xlink:href="#use11-9"
1196
+ id="use12-2"
1197
+ transform="translate(10.666102,1.7420312e-5)"
1198
+ style="fill:#ecdce8;fill-opacity:1;stroke:#c795ba" /><use
1199
+ x="0"
1200
+ y="0"
1201
+ xlink:href="#use8-8"
1202
+ id="use19-0"
1203
+ transform="translate(10.666134)" /><use
1204
+ x="0"
1205
+ y="0"
1206
+ xlink:href="#use10-7"
1207
+ id="use20-2"
1208
+ transform="translate(-21.232463,9.6193412)"
1209
+ style="stroke:#f6edf4" /></g><rect
1210
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1211
+ id="rect65-3"
1212
+ width="34.403683"
1213
+ height="2.3428161"
1214
+ x="827.64886"
1215
+ y="624.87109"
1216
+ rx="1.0412494"
1217
+ ry="1.0412494" /><rect
1218
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.700827;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1219
+ id="use20-6-7"
1220
+ width="57.362442"
1221
+ height="11.324951"
1222
+ x="827.99927"
1223
+ y="646.33734"
1224
+ rx="1.7520642"
1225
+ ry="1.7520642" /><g
1226
+ id="g42-6-5"
1227
+ transform="translate(-109.21526,40.856158)"
1228
+ style="fill:#f6edf4"><rect
1229
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1230
+ id="rect27-1-9"
1231
+ width="11.107382"
1232
+ height="2.1766429"
1233
+ x="936.86407"
1234
+ y="589.57745"
1235
+ rx="0.96735704"
1236
+ ry="0.96735704" /><rect
1237
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1238
+ id="rect39-8-2"
1239
+ width="17.049667"
1240
+ height="2.1765535"
1241
+ x="937.04523"
1242
+ y="594.65601"
1243
+ rx="0.96735704"
1244
+ ry="0.96735704" /><rect
1245
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1246
+ id="rect41-7-2"
1247
+ width="14.698512"
1248
+ height="2.1766429"
1249
+ x="937.04523"
1250
+ y="599.7345"
1251
+ rx="0.96735704"
1252
+ ry="0.96735704" /></g><rect
1253
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1254
+ id="rect59-2-8"
1255
+ width="69.32869"
1256
+ height="2.3428345"
1257
+ x="824.27533"
1258
+ y="675.42957"
1259
+ rx="1.3229167"
1260
+ ry="1.3229167" /><rect
1261
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1262
+ id="rect70-9"
1263
+ width="8.7390862"
1264
+ height="2.3428345"
1265
+ x="897.00409"
1266
+ y="675.42957"
1267
+ rx="1.3229167"
1268
+ ry="1.3229167" /><rect
1269
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.552583;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1270
+ id="rect71-7"
1271
+ width="9.8448849"
1272
+ height="2.3428345"
1273
+ x="909.14325"
1274
+ y="675.42957"
1275
+ rx="1.3229167"
1276
+ ry="1.3229167" /><rect
1277
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.552583;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1278
+ id="rect72-3"
1279
+ width="9.8448849"
1280
+ height="2.3428345"
1281
+ x="922.38818"
1282
+ y="675.42957"
1283
+ rx="1.3229167"
1284
+ ry="1.3229167" /><g
1285
+ id="g79-6"
1286
+ transform="translate(-3.8160705,7.8844069)"><rect
1287
+ style="fill:none;fill-opacity:1;stroke:#f6edf4;stroke-width:0.79375;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1288
+ id="rect4-1"
1289
+ width="118.31165"
1290
+ height="70.482971"
1291
+ x="934.14343"
1292
+ y="583.48212"
1293
+ rx="2.6458335"
1294
+ ry="2.6458335" /><g
1295
+ id="g25-2"
1296
+ transform="translate(64.302654,0.1761528)"
1297
+ style="fill:#f6edf4"><rect
1298
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1299
+ id="rect23-9"
1300
+ width="11.107382"
1301
+ height="2.1766429"
1302
+ x="936.86407"
1303
+ y="589.57745"
1304
+ rx="0.96735704"
1305
+ ry="0.96735704" /><rect
1306
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1307
+ id="rect24-3"
1308
+ width="17.049667"
1309
+ height="2.1765535"
1310
+ x="937.04523"
1311
+ y="594.65601"
1312
+ rx="0.96735704"
1313
+ ry="0.96735704" /><rect
1314
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1315
+ id="rect25-1"
1316
+ width="14.698512"
1317
+ height="2.1766429"
1318
+ x="937.04523"
1319
+ y="599.7345"
1320
+ rx="0.96735704"
1321
+ ry="0.96735704" /></g><rect
1322
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1323
+ id="rect26-9"
1324
+ width="34.403687"
1325
+ height="2.3428164"
1326
+ x="1001.1667"
1327
+ y="583.08527"
1328
+ rx="1.0412494"
1329
+ ry="1.0412494" /><g
1330
+ id="g48-4"
1331
+ transform="translate(64.302654,23.503703)"
1332
+ style="fill:#f6edf4"><rect
1333
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1334
+ id="rect43-7"
1335
+ width="11.107382"
1336
+ height="2.1766429"
1337
+ x="936.86407"
1338
+ y="589.57745"
1339
+ rx="0.96735704"
1340
+ ry="0.96735704" /><rect
1341
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1342
+ id="rect44-8"
1343
+ width="17.049667"
1344
+ height="2.1765535"
1345
+ x="937.04523"
1346
+ y="594.65601"
1347
+ rx="0.96735704"
1348
+ ry="0.96735704" /><rect
1349
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1350
+ id="rect45-4"
1351
+ width="14.698512"
1352
+ height="2.1766429"
1353
+ x="937.04523"
1354
+ y="599.7345"
1355
+ rx="0.96735704"
1356
+ ry="0.96735704" /></g><rect
1357
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1358
+ id="rect48-5"
1359
+ width="34.403687"
1360
+ height="2.3428164"
1361
+ x="1001.1667"
1362
+ y="606.41284"
1363
+ rx="1.0412494"
1364
+ ry="1.0412494" /><g
1365
+ id="g63-0"
1366
+ transform="translate(64.302654,46.831254)"
1367
+ style="fill:#f6edf4"><rect
1368
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1369
+ id="rect61-3"
1370
+ width="11.107382"
1371
+ height="2.1766429"
1372
+ x="936.86407"
1373
+ y="589.57745"
1374
+ rx="0.96735704"
1375
+ ry="0.96735704" /><rect
1376
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1377
+ id="rect62-6"
1378
+ width="17.049667"
1379
+ height="2.1765535"
1380
+ x="937.04523"
1381
+ y="594.65601"
1382
+ rx="0.96735704"
1383
+ ry="0.96735704" /><rect
1384
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.483678;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1385
+ id="rect63-1"
1386
+ width="14.698512"
1387
+ height="2.1766429"
1388
+ x="937.04523"
1389
+ y="599.7345"
1390
+ rx="0.96735704"
1391
+ ry="0.96735704" /></g><rect
1392
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.520624;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
1393
+ id="rect64-0"
1394
+ width="34.403687"
1395
+ height="2.3428164"
1396
+ x="1001.1667"
1397
+ y="629.74036"
1398
+ rx="1.0412494"
1399
+ ry="1.0412494" /><use
1400
+ x="0"
1401
+ y="0"
1402
+ xlink:href="#g25-2"
1403
+ id="use72-6"
1404
+ transform="translate(-50.138545)"
1405
+ style="fill:none;stroke:none" /><use
1406
+ x="0"
1407
+ y="0"
1408
+ xlink:href="#rect26-9"
1409
+ id="use73-3"
1410
+ transform="translate(-50.138545)"
1411
+ style="fill:none;stroke:none" /><use
1412
+ x="0"
1413
+ y="0"
1414
+ xlink:href="#g48-4"
1415
+ id="use74-2"
1416
+ transform="translate(-50.138545)"
1417
+ style="fill:none;stroke:none" /><use
1418
+ x="0"
1419
+ y="0"
1420
+ xlink:href="#rect48-5"
1421
+ id="use75-0"
1422
+ transform="translate(-50.138545)"
1423
+ style="fill:none;stroke:none" /><use
1424
+ x="0"
1425
+ y="0"
1426
+ xlink:href="#g63-0"
1427
+ id="use76-6"
1428
+ transform="translate(-50.138545)"
1429
+ style="fill:none;stroke:none" /><use
1430
+ x="0"
1431
+ y="0"
1432
+ xlink:href="#rect64-0"
1433
+ id="use77-1"
1434
+ transform="translate(-50.138545)"
1435
+ style="fill:none;stroke:none" /></g><g
1436
+ id="use87-5"
1437
+ transform="matrix(0.24685874,0,0,0.24685874,703.25347,616.55065)"
980
1438
  style="fill:#f6edf4;stroke-width:3.80952"><g
981
1439
  aria-label="CentOS"
982
- id="text57015"
1440
+ id="g8"
983
1441
  style="font-weight:bold;font-size:29.9666px;line-height:1.25;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro Bold';fill:#f6edf4;fill-opacity:1;stroke-width:2.85397"
984
1442
  transform="matrix(0.97560972,0,0,0.97560972,-295.86665,-427.58606)"><path
985
1443
  d="m 865.94059,362.40602 c 3.65593,0 6.68255,-1.31853 8.66035,-3.74583 l -3.11653,-2.87679 c -1.40843,1.64816 -3.17646,2.48723 -5.27412,2.48723 -3.92563,0 -6.71252,-2.75693 -6.71252,-6.71252 0,-3.95559 2.78689,-6.71252 6.71252,-6.71252 2.09766,0 3.86569,0.83906 5.27412,2.45726 l 3.11653,-2.87679 c -1.9778,-2.39733 -5.00442,-3.71586 -8.63038,-3.71586 -6.53272,0 -11.38731,4.52495 -11.38731,10.84791 0,6.32295 4.85459,10.84791 11.35734,10.84791 z"
986
- id="path2097"
1444
+ id="path1"
987
1445
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
988
1446
  d="m 892.76066,354.04533 c 0,-5.18422 -3.65592,-8.36068 -8.39065,-8.36068 -4.91452,0 -8.60041,3.47613 -8.60041,8.30075 0,4.79466 3.62596,8.30075 9.19974,8.30075 2.90676,0 5.15426,-0.899 6.65259,-2.60709 l -2.48723,-2.697 c -1.10876,1.04883 -2.33739,1.55826 -4.04549,1.55826 -2.45726,0 -4.16536,-1.22863 -4.61486,-3.23639 h 12.19641 c 0.03,-0.38956 0.0899,-0.899 0.0899,-1.2586 z m -8.36068,-4.82462 c 2.09766,0 3.62596,1.31853 3.95559,3.35626 h -7.94115 c 0.32963,-2.06769 1.85793,-3.35626 3.98556,-3.35626 z"
989
- id="path2099"
1447
+ id="path2"
990
1448
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
991
1449
  d="m 905.67622,345.68465 c -2.18756,0 -4.07545,0.74917 -5.33405,2.12763 v -1.88789 h -4.46502 v 16.12203 h 4.67479 v -7.97112 c 0,-2.96669 1.61819,-4.34516 3.86569,-4.34516 2.06769,0 3.26636,1.19867 3.26636,3.80576 v 8.51052 h 4.67479 v -9.22972 c 0,-4.91452 -2.8768,-7.13205 -6.68256,-7.13205 z"
992
- id="path2101"
1450
+ id="path3"
993
1451
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
994
1452
  d="m 925.72388,357.97096 c -0.50943,0.38957 -1.19866,0.59933 -1.8879,0.59933 -1.25859,0 -2.00776,-0.74916 -2.00776,-2.12763 v -6.56268 h 4.01553 v -3.59599 h -4.01553 v -3.92563 h -4.67479 v 3.92563 h -2.48723 v 3.59599 h 2.48723 v 6.62262 c 0,3.83572 2.21753,5.78355 6.02329,5.78355 1.4384,0 2.84683,-0.32963 3.80576,-1.01886 z"
995
- id="path2103"
1453
+ id="path4"
996
1454
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
997
1455
  d="m 940.10783,362.40602 c 6.59266,0 11.47721,-4.58489 11.47721,-10.84791 0,-6.26302 -4.88455,-10.84791 -11.47721,-10.84791 -6.62261,0 -11.4772,4.61485 -11.4772,10.84791 0,6.23305 4.85459,10.84791 11.4772,10.84791 z m 0,-4.13539 c -3.74582,0 -6.56268,-2.72697 -6.56268,-6.71252 0,-3.98556 2.81686,-6.71252 6.56268,-6.71252 3.74583,0 6.56269,2.72696 6.56269,6.71252 0,3.98555 -2.81686,6.71252 -6.56269,6.71252 z"
998
- id="path2105"
1456
+ id="path6-5"
999
1457
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /><path
1000
1458
  d="m 962.13328,362.40602 c 5.99332,0 8.90008,-2.99666 8.90008,-6.50276 0,-7.70141 -12.19641,-5.03438 -12.19641,-8.90008 0,-1.31853 1.10876,-2.39732 3.98556,-2.39732 1.85793,0 3.86569,0.53939 5.81352,1.64816 l 1.49833,-3.68589 c -1.94783,-1.22863 -4.64482,-1.85793 -7.28188,-1.85793 -5.96336,0 -8.84015,2.96669 -8.84015,6.53272 0,7.79131 12.1964,5.09432 12.1964,9.01994 0,1.28857 -1.16869,2.2475 -4.04549,2.2475 -2.51719,0 -5.15425,-0.899 -6.92228,-2.18756 l -1.64816,3.65592 c 1.85792,1.4384 5.21418,2.4273 8.54048,2.4273 z"
1001
- id="path2107"
1459
+ id="path8-4"
1002
1460
  style="fill:#f6edf4;fill-opacity:1;stroke-width:2.85397" /></g><g
1003
- id="g28251-9"
1461
+ id="g9"
1004
1462
  transform="matrix(0.74451128,0.74451128,-0.74451128,0.74451128,6.01137,-157.12384)"
1005
1463
  inkscape:export-filename="/home/areguera/Pictures/centos-symbol-v20.png"
1006
1464
  inkscape:export-xdpi="10.11"
1007
1465
  inkscape:export-ydpi="10.11"
1008
1466
  style="fill:#f6edf4;fill-opacity:1;stroke-width:3.80952"><path
1009
- id="ellipse15079-1-3"
1467
+ id="path9-7"
1010
1468
  style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:5.0397;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1011
- d="m 372.92961,-303.88054 a 20.103001,20.103493 0 0 0 -4.90893,13.16408 20.103001,20.103493 0 0 0 20.10242,20.10507 20.103001,20.103493 0 0 0 20.10374,-20.10375 20.103001,20.103493 0 0 0 -20.10374,-20.10374 20.103001,20.103493 0 0 0 -15.19349,6.93834 z m 4.43562,2.40753 h 6.30374 l 4.45545,-4.45545 4.45545,4.45545 h 6.3011 v 6.3011 l 4.45677,4.45677 -4.45545,4.45546 -0.001,6.30241 h -6.3011 l -4.45545,4.45546 -4.45678,-4.45678 h -6.30109 v -6.30109 l -4.45545,-4.45546 4.45545,-4.45545 z m 2.27135,4.18311 3.22723,3.22723 1.91307,0.001 10e-4,-1.91307 -3.22855,-3.22855 z m -2.16294,5.22226 0.001,2.70368 h 4.56387 l 1.3525,-1.3525 -1.3525,-1.3525 z m 9.29696,-9.29695 v 4.56386 l 1.3525,1.3525 1.3525,-1.3525 v -4.56386 z m 0.0912,7.606 0.0172,1.79936 -1.79805,-0.0159 1.28243,1.25863 -1.28243,1.26128 1.79805,-0.0159 -0.0145,1.79937 1.25996,-1.28375 1.25995,1.28375 -0.0145,-1.79937 1.79672,0.0145 -1.28243,-1.25864 1.28243,-1.26127 -1.79804,0.0159 0.0159,-1.79804 -1.26127,1.28243 z m -7.22391,9.6169 1.91174,1.91175 3.22723,-3.22723 v -1.91175 h -1.91175 z m 11.83273,-11.83273 v 1.91175 h 1.91174 l 3.22723,-3.22723 -1.91175,-1.91175 z m -4.69872,11.34356 -0.001,4.56518 h 2.705 v -4.56386 l -1.3525,-1.3525 z m 6.08427,-6.08428 1.3525,1.35251 h 4.56386 v -2.70501 h -4.56386 z m -1.38688,3.34622 10e-4,1.91307 3.22722,3.22723 1.91307,-1.91307 -3.22723,-3.22723 z" /></g></g><rect
1012
- style="fill:#c795ba;fill-opacity:1;stroke:#d9b9d1;stroke-width:0.248818;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke;stop-color:#000000"
1013
- id="rect119"
1014
- width="16.372637"
1015
- height="10.339692"
1016
- x="1091.8531"
1017
- y="-148.29996"
1018
- rx="1.2440896"
1019
- ry="1.2440896" /><g
1020
- id="g121"
1021
- transform="matrix(0.94041424,0,0,0.94041424,115.28295,-6.8200402)"
1022
- style="stroke:#9a9996;stroke-opacity:1"><path
1023
- style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1024
- d="m 1040.8931,-147.50672 h 12.5172"
1025
- id="path119" /><path
1026
- style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1027
- d="m 1040.8931,-144.94685 h 12.5172"
1028
- id="path120" /><path
1029
- style="fill:none;stroke:#d9b9d1;stroke-width:0.79375;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1030
- d="m 1040.8931,-142.38698 h 12.5172"
1031
- id="path121" /></g><path
1032
- style="fill:none;stroke:#d9b9d1;stroke-width:0.248818px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1033
- d="m 867.22011,-149.47662 v 12.69302"
1034
- id="path8" /><g
1035
- id="g1"
1036
- transform="matrix(1.4277799,0,0,1.4277799,-260.60848,126.45095)"
1037
- style="fill:#d9b9d1"><use
1038
- xlink:href="#align-left"
1039
- style="fill:#d9b9d1;fill-opacity:1;stroke:#f6f5f4;stroke-opacity:1"
1040
- id="use1-3-3"
1041
- transform="matrix(0.00800799,0,0,0.00800799,793.73956,-190.8614)" /></g><g
1042
- id="g56"
1043
- style="stroke:#e8d9e5;stroke-width:2.64583;stroke-dasharray:none;stroke-opacity:1"
1044
- transform="matrix(-0.3476983,0,0,0.3476983,3304.505,266.6695)"><g
1045
- id="path56"
1046
- style="opacity:1"><g
1047
- id="g81"><g
1048
- id="path83"
1049
- style="opacity:1" /><g
1050
- id="path90"
1051
- style="opacity:1" /></g></g></g><rect
1052
- style="fill:#d9b9d1;fill-opacity:1;stroke-width:0.375997;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
1053
- id="rect125-0-6"
1054
- width="30.57077"
1055
- height="9.8483696"
1056
- x="950.70099"
1057
- y="-68.373627"
1058
- rx="4.252296"
1059
- ry="4.252296" /><use
1060
- x="0"
1061
- y="0"
1062
- xlink:href="#use281"
1063
- id="use38"
1064
- transform="translate(-0.1577537,377.31758)"
1065
- style="fill:#1a0029;stroke:#a14f8c" /><text
1066
- xml:space="preserve"
1067
- style="font-size:6.63515px;line-height:1.95;font-family:'Source Code Pro';-inkscape-font-specification:'Source Code Pro, Normal';fill:#000000;fill-opacity:1;stroke-width:0.248818"
1068
- x="1180.021"
1069
- y="624.32587"
1070
- id="text41"><tspan
1071
- sodipodi:role="line"
1072
- id="tspan40"
1073
- style="font-size:6.63515px;fill:#000000;fill-opacity:1;stroke-width:0.248818"
1074
- x="1180.021"
1075
- y="624.32587">page.with_social</tspan></text><g
1076
- id="g2"><rect
1077
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:0.201588;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1078
- id="rect27"
1079
- width="233.15703"
1080
- height="2.9469631"
1081
- x="849.40778"
1082
- y="612.60638"
1083
- rx="1.0079421"
1084
- ry="1.0079421" /><g
1085
- id="g43"
1086
- transform="translate(6.4433168,9.9157002)"
1087
- style="fill:#ecdce8"><circle
1088
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1089
- id="circle27"
1090
- cx="919.85529"
1091
- cy="618.12347"
1092
- r="4.7417312" /><circle
1093
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1094
- id="circle39"
1095
- cx="935.73035"
1096
- cy="618.12347"
1097
- r="4.7417312" /><circle
1098
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1099
- id="circle40"
1100
- cx="951.60541"
1101
- cy="618.12347"
1102
- r="4.7417312" /><circle
1103
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1104
- id="circle41"
1105
- cx="967.48047"
1106
- cy="618.12347"
1107
- r="4.7417312" /><circle
1108
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1109
- id="circle42"
1110
- cx="983.35553"
1111
- cy="618.12347"
1112
- r="4.7417312" /><circle
1113
- style="fill:#ecdce8;fill-opacity:1;stroke:none;stroke-width:1.15134;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
1114
- id="circle43"
1115
- cx="999.23059"
1116
- cy="618.12347"
1117
- r="4.7417312" /></g></g><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><g
1118
- id="g396"
1119
- transform="matrix(0.54888119,0,0,0.54888119,2068.5253,458.56259)" /><path
1120
- id="path382"
1121
- style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.926042;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1122
- d="m 1120.4159,-246.6657 c -1.711,0 -3.0885,1.3775 -3.0885,3.08853 v 112.57207 c 5.6224,-3.48234 11.8863,-6.43916 16.9465,-6.43916 12.3062,0 19.427,17.4897 31.7334,17.4897 12.3063,0 19.4268,-17.4897 31.7331,-17.4897 12.3063,0 19.4269,17.4897 31.7331,17.4897 12.3064,0 19.4272,-17.4897 31.7335,-17.4897 12.3063,0 19.2782,17.71478 31.7331,17.4897 8.6242,-0.15587 20.52,-9.24415 27.0216,-14.81982 v -108.80279 c 0,-1.71103 -1.3775,-3.08853 -3.0885,-3.08853 z" /><path
1123
- id="path179-3"
1124
- style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.926042;stroke-linejoin:bevel;stroke-dasharray:none;paint-order:fill markers stroke;stop-color:#000000"
1125
- d="m 2954.4416,313.61575 c -1.711,0 -3.0885,1.3775 -3.0885,3.08853 v 112.57208 c 5.6224,-3.4824 11.8863,-6.4392 16.9465,-6.4392 12.3062,0 19.427,17.4897 31.7334,17.4897 12.3063,0 19.4268,-17.4897 31.7331,-17.4897 12.3063,0 19.4269,17.4897 31.7331,17.4897 12.3064,0 19.4272,-17.4897 31.7335,-17.4897 12.3063,0 19.2782,17.7148 31.7331,17.4897 8.6242,-0.1558 20.52,-9.2441 27.0216,-14.8198 V 316.70428 c 0,-1.71103 -1.3775,-3.08853 -3.0885,-3.08853 z" /><g
1126
- id="g226"
1127
- transform="matrix(0.54888119,0,0,0.54888119,2528.7847,649.71627)" /><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><rect
1128
- style="fill:#f5ca7c;fill-opacity:1;stroke-width:0.16426;stroke-linecap:round;stroke-linejoin:bevel;paint-order:fill markers stroke"
1129
- id="rect1"
1130
- width="21.253384"
1131
- height="3.407196"
1132
- x="913.56775"
1133
- y="398.94699"
1134
- ry="0.64491266"
1135
- rx="0.64491266" /><g
1136
- id="g3"
1137
- transform="matrix(0.95856018,0,0,0.95856018,28.908279,18.68258)"
1138
- style="fill:#c795ba;fill-opacity:1"><text
1139
- xml:space="preserve"
1140
- style="font-size:18.629px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.776208;stroke-linejoin:round"
1141
- x="827.53546"
1142
- y="447.32944"
1143
- id="text2"><tspan
1144
- sodipodi:role="line"
1145
- id="tspan2"
1146
- style="font-weight:bold;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.776208"
1147
- x="827.53546"
1148
- y="447.32944">Lorem Ipsum</tspan></text><text
1149
- xml:space="preserve"
1150
- style="font-size:6.31413px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.263088;stroke-linejoin:round"
1151
- x="827.24548"
1152
- y="458.60327"
1153
- id="text3"><tspan
1154
- sodipodi:role="line"
1155
- id="tspan3"
1156
- style="font-style:normal;font-variant:normal;font-weight:100;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Thin';fill:#c795ba;fill-opacity:1;stroke:none;stroke-width:0.263088"
1157
- x="827.24548"
1158
- y="458.60327">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</tspan></text></g></g></svg>
1469
+ d="m 372.92961,-303.88054 a 20.103001,20.103493 0 0 0 -4.90893,13.16408 20.103001,20.103493 0 0 0 20.10242,20.10507 20.103001,20.103493 0 0 0 20.10374,-20.10375 20.103001,20.103493 0 0 0 -20.10374,-20.10374 20.103001,20.103493 0 0 0 -15.19349,6.93834 z m 4.43562,2.40753 h 6.30374 l 4.45545,-4.45545 4.45545,4.45545 h 6.3011 v 6.3011 l 4.45677,4.45677 -4.45545,4.45546 -0.001,6.30241 h -6.3011 l -4.45545,4.45546 -4.45678,-4.45678 h -6.30109 v -6.30109 l -4.45545,-4.45546 4.45545,-4.45545 z m 2.27135,4.18311 3.22723,3.22723 1.91307,0.001 10e-4,-1.91307 -3.22855,-3.22855 z m -2.16294,5.22226 0.001,2.70368 h 4.56387 l 1.3525,-1.3525 -1.3525,-1.3525 z m 9.29696,-9.29695 v 4.56386 l 1.3525,1.3525 1.3525,-1.3525 v -4.56386 z m 0.0912,7.606 0.0172,1.79936 -1.79805,-0.0159 1.28243,1.25863 -1.28243,1.26128 1.79805,-0.0159 -0.0145,1.79937 1.25996,-1.28375 1.25995,1.28375 -0.0145,-1.79937 1.79672,0.0145 -1.28243,-1.25864 1.28243,-1.26127 -1.79804,0.0159 0.0159,-1.79804 -1.26127,1.28243 z m -7.22391,9.6169 1.91174,1.91175 3.22723,-3.22723 v -1.91175 h -1.91175 z m 11.83273,-11.83273 v 1.91175 h 1.91174 l 3.22723,-3.22723 -1.91175,-1.91175 z m -4.69872,11.34356 -0.001,4.56518 h 2.705 v -4.56386 l -1.3525,-1.3525 z m 6.08427,-6.08428 1.3525,1.35251 h 4.56386 v -2.70501 h -4.56386 z m -1.38688,3.34622 10e-4,1.91307 3.22722,3.22723 1.91307,-1.91307 -3.22723,-3.22723 z" /></g></g><g
1470
+ id="g1-6"
1471
+ transform="matrix(2.070242,0,0,2.070242,655.09594,386.12015)"><circle
1472
+ style="fill:#f6edf4;fill-opacity:1;stroke:none;stroke-width:0.421373;stroke-linejoin:round"
1473
+ id="path1-2"
1474
+ cx="222.07687"
1475
+ cy="159.52768"
1476
+ r="5.4905419"
1477
+ clip-path="url(#clipPath2)"
1478
+ transform="matrix(0.59110337,0,0,0.59110337,92.964812,42.944579)" /><path
1479
+ style="fill:none;stroke:#d9b9d1;stroke-width:0.435674;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
1480
+ d="m 93.5249,194.106 0.933603,0.89865 -0.863686,0.89865"
1481
+ id="path410-0"
1482
+ sodipodi:nodetypes="ccc"
1483
+ clip-path="url(#clipPath1)"
1484
+ transform="matrix(0,-0.65123939,0.65123939,0,97.242424,198.50409)" /></g></g></svg>