foreman_theme_satellite 13.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +619 -0
  3. data/README.md +482 -0
  4. data/Rakefile +47 -0
  5. data/app/assets/images/foreman_theme_satellite/favicon.ico +0 -0
  6. data/app/assets/images/foreman_theme_satellite/header_logo.svg +836 -0
  7. data/app/assets/images/foreman_theme_satellite/login_bg.svg +384 -0
  8. data/app/assets/images/foreman_theme_satellite/login_logo.svg +840 -0
  9. data/app/assets/javascripts/foreman_theme_satellite/locale/en/foreman_theme_satellite.js +124 -0
  10. data/app/assets/javascripts/foreman_theme_satellite/theme_dashboard.js +17 -0
  11. data/app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js +15 -0
  12. data/app/assets/stylesheets/foreman_theme_satellite/application_colors.css +12 -0
  13. data/app/assets/stylesheets/foreman_theme_satellite/bastion.scss +5 -0
  14. data/app/assets/stylesheets/foreman_theme_satellite/external_logout.scss +13 -0
  15. data/app/assets/stylesheets/foreman_theme_satellite/foreman_theme_satellite.css +1 -0
  16. data/app/assets/stylesheets/foreman_theme_satellite/login.scss +32 -0
  17. data/app/assets/stylesheets/foreman_theme_satellite/patternfly_and_overrides.scss +7 -0
  18. data/app/assets/stylesheets/foreman_theme_satellite/provisioning_templates.scss +3 -0
  19. data/app/assets/stylesheets/foreman_theme_satellite/theme.scss +14 -0
  20. data/app/assets/stylesheets/foreman_theme_satellite/topbar.scss +11 -0
  21. data/app/assets/stylesheets/foreman_theme_satellite/wizard.scss +14 -0
  22. data/app/controllers/concerns/documentation_controller_branding.rb +33 -0
  23. data/app/controllers/concerns/provisioning_templates_controller_branding.rb +94 -0
  24. data/app/helpers/provisioning_templates_helper_branding.rb +12 -0
  25. data/app/helpers/rhev_helper.rb +10 -0
  26. data/app/helpers/theme_application_helper.rb +17 -0
  27. data/app/helpers/theme_css_class_helper.rb +8 -0
  28. data/app/helpers/theme_discovery_helper.rb +10 -0
  29. data/app/helpers/theme_external_logout_helper.rb +10 -0
  30. data/app/helpers/theme_layout_helper.rb +18 -0
  31. data/app/helpers/theme_login_helper.rb +10 -0
  32. data/app/models/concerns/branch_info_branding.rb +9 -0
  33. data/app/models/concerns/deprecation_notification.rb +23 -0
  34. data/app/models/concerns/distributor_version.rb +7 -0
  35. data/app/models/concerns/gce.rb +7 -0
  36. data/app/models/concerns/openstack.rb +8 -0
  37. data/app/models/concerns/ovirt.rb +8 -0
  38. data/app/models/concerns/provisioning.rb +21 -0
  39. data/app/models/concerns/realm_theme.rb +18 -0
  40. data/app/models/concerns/satellite_packages.rb +8 -0
  41. data/app/models/concerns/setting_branding.rb +17 -0
  42. data/app/models/concerns/upstream_only_settings.rb +6 -0
  43. data/app/overrides/bootdisk_help_page.rb +44 -0
  44. data/app/overrides/layouts/base/theme_react_root.html.erb.deface +7 -0
  45. data/app/overrides/layouts/base/theme_resources.html.erb.deface +7 -0
  46. data/app/overrides/layouts/base/theme_style_resources.html.erb.deface +3 -0
  47. data/app/overrides/rhev.rb +14 -0
  48. data/app/overrides/satellite_name_override.rb +83 -0
  49. data/app/services/concerns/setting_registry_branding.rb +20 -0
  50. data/app/services/foreman_theme_satellite/renderer_methods.rb +22 -0
  51. data/app/views/api/v2/home/status_extensions.json.rabl +1 -0
  52. data/app/views/foreman_theme_satellite/_theme_client_side_branding.js.erb +63 -0
  53. data/app/views/foreman_theme_satellite/rhev/_form.erb +8 -0
  54. data/app/views/foreman_theme_satellite/rhev/_show.html.erb +6 -0
  55. data/db/migrate/20160404130619_remove_satellite_from_notification_name.rb +8 -0
  56. data/db/migrate/20161220092005_remove_satellite_from_notification_name_spell_correction.rb +24 -0
  57. data/db/migrate/20180516103339_update_idm_params.rb +19 -0
  58. data/db/migrate/20180605150932_deprecate_satellite_templates.rb +52 -0
  59. data/db/migrate/20181108171732_change_blog_url.rb +13 -0
  60. data/db/migrate/20201118090534_insights_param.rb +9 -0
  61. data/db/seeds.d/069-provisioning_templates_defaults.rb +24 -0
  62. data/db/seeds.d/850-global_parameters.rb +15 -0
  63. data/lib/foreman_theme_satellite/branded_words.rb +58 -0
  64. data/lib/foreman_theme_satellite/deprecated_templates.rb +9 -0
  65. data/lib/foreman_theme_satellite/documentation.rb +76 -0
  66. data/lib/foreman_theme_satellite/engine.rb +155 -0
  67. data/lib/foreman_theme_satellite/pry_rack.rb +12 -0
  68. data/lib/foreman_theme_satellite/replacer_repository.rb +57 -0
  69. data/lib/foreman_theme_satellite/rss_checker_branding.rb +11 -0
  70. data/lib/foreman_theme_satellite/version.rb +3 -0
  71. data/lib/foreman_theme_satellite.rb +4 -0
  72. data/lib/generators/foreman_theme_satellite/color_diff_generator.rb +32 -0
  73. data/lib/generators/foreman_theme_satellite/lib/color_changer.rb +25 -0
  74. data/lib/generators/foreman_theme_satellite/lib/css_compare.rb +85 -0
  75. data/lib/tasks/foreman_theme_satellite_tasks.rake +48 -0
  76. data/locale/Makefile +65 -0
  77. data/locale/en/foreman_theme_satellite.edit.po +152 -0
  78. data/locale/en/foreman_theme_satellite.po +286 -0
  79. data/locale/en/foreman_theme_satellite.po.time_stamp +0 -0
  80. data/locale/foreman_theme_satellite.pot +387 -0
  81. data/locale/gemspec.rb +2 -0
  82. data/package.json +31 -0
  83. data/webpack/index.js +5 -0
  84. metadata +226 -0
@@ -0,0 +1,840 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ id="Logos"
4
+ viewBox="0 0 356 144"
5
+ version="1.1"
6
+ sodipodi:docname="login_logo.svg"
7
+ width="356"
8
+ height="144"
9
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
10
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:xlink="http://www.w3.org/1999/xlink"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg"
15
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
16
+ xmlns:cc="http://creativecommons.org/ns#"
17
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
18
+ <sodipodi:namedview
19
+ id="namedview12"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#000000"
22
+ borderopacity="0.25"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0.0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="2.4152684"
28
+ inkscape:cx="393.74505"
29
+ inkscape:cy="71.834666"
30
+ inkscape:window-width="2560"
31
+ inkscape:window-height="1371"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="g12" />
36
+ <defs
37
+ id="defs1">
38
+ <style
39
+ id="style1">&#10; .cls-1 {&#10; fill: #fff;&#10; }&#10;&#10; .cls-2 {&#10; fill: #ee2435;&#10; }&#10; </style>
40
+ <filter
41
+ color-interpolation-filters="sRGB"
42
+ inkscape:collect="always"
43
+ id="filter5778"
44
+ x="-0.031239456"
45
+ y="-0.097929559"
46
+ width="1.0624789"
47
+ height="1.1958591">
48
+ <feGaussianBlur
49
+ inkscape:collect="always"
50
+ stdDeviation="2.7619388"
51
+ id="feGaussianBlur5780" />
52
+ </filter>
53
+ <radialGradient
54
+ inkscape:collect="always"
55
+ xlink:href="#linearGradient6391"
56
+ id="radialGradient34514"
57
+ gradientUnits="userSpaceOnUse"
58
+ gradientTransform="matrix(1,0,0,0.30000319,0,144.84775)"
59
+ cx="170.17645"
60
+ cy="223.42529"
61
+ fx="170.17645"
62
+ fy="223.42529"
63
+ r="106.61834" />
64
+ <linearGradient
65
+ id="linearGradient6391"
66
+ inkscape:collect="always">
67
+ <stop
68
+ id="stop6393"
69
+ offset="0"
70
+ style="stop-color:#f2da06;stop-opacity:1;" />
71
+ <stop
72
+ style="stop-color:#fcee72;stop-opacity:1"
73
+ offset="0.44511068"
74
+ id="stop6403" />
75
+ <stop
76
+ id="stop6395"
77
+ offset="1"
78
+ style="stop-color:#f2da06;stop-opacity:1" />
79
+ </linearGradient>
80
+ <radialGradient
81
+ inkscape:collect="always"
82
+ xlink:href="#linearGradient5655"
83
+ id="radialGradient34516"
84
+ gradientUnits="userSpaceOnUse"
85
+ gradientTransform="matrix(0.76798801,-0.31808094,0.29894407,0.72178314,-21.071551,110.33848)"
86
+ cx="201.96198"
87
+ cy="227.23029"
88
+ fx="201.96198"
89
+ fy="227.23029"
90
+ r="94.479218" />
91
+ <linearGradient
92
+ inkscape:collect="always"
93
+ id="linearGradient5655">
94
+ <stop
95
+ style="stop-color:#eeeeec;stop-opacity:1;"
96
+ offset="0"
97
+ id="stop5657" />
98
+ <stop
99
+ style="stop-color:#eeeeec;stop-opacity:0;"
100
+ offset="1"
101
+ id="stop5659" />
102
+ </linearGradient>
103
+ <linearGradient
104
+ inkscape:collect="always"
105
+ xlink:href="#linearGradient6474"
106
+ id="linearGradient34518"
107
+ gradientUnits="userSpaceOnUse"
108
+ gradientTransform="matrix(1.79606,0.1563926,-0.1821094,1.8417489,-200.39675,376.2858)"
109
+ x1="227.5"
110
+ y1="-126.74134"
111
+ x2="231.25"
112
+ y2="-126.74134" />
113
+ <linearGradient
114
+ id="linearGradient6474"
115
+ inkscape:collect="always">
116
+ <stop
117
+ id="stop6476"
118
+ offset="0"
119
+ style="stop-color:#edd60c;stop-opacity:1;" />
120
+ <stop
121
+ id="stop6478"
122
+ offset="1"
123
+ style="stop-color:#ad9c08;stop-opacity:1" />
124
+ </linearGradient>
125
+ <radialGradient
126
+ inkscape:collect="always"
127
+ xlink:href="#linearGradient6358"
128
+ id="radialGradient34520"
129
+ gradientUnits="userSpaceOnUse"
130
+ gradientTransform="matrix(1.3046625,0.24901908,-0.19221053,1.0070308,-15.829753,-36.419162)"
131
+ cx="145.66061"
132
+ cy="135.25136"
133
+ fx="143.9269"
134
+ fy="107.87556"
135
+ r="93.979218" />
136
+ <linearGradient
137
+ id="linearGradient6358"
138
+ inkscape:collect="always">
139
+ <stop
140
+ id="stop6360"
141
+ offset="0"
142
+ style="stop-color:#e9d012;stop-opacity:1" />
143
+ <stop
144
+ style="stop-color:#efd840;stop-opacity:1"
145
+ offset="0.46028548"
146
+ id="stop6366" />
147
+ <stop
148
+ id="stop6368"
149
+ offset="0.76600951"
150
+ style="stop-color:#d2b828;stop-opacity:1;" />
151
+ <stop
152
+ id="stop6362"
153
+ offset="1"
154
+ style="stop-color:#eacf4e;stop-opacity:1" />
155
+ </linearGradient>
156
+ <radialGradient
157
+ inkscape:collect="always"
158
+ xlink:href="#linearGradient6358"
159
+ id="radialGradient34522"
160
+ gradientUnits="userSpaceOnUse"
161
+ gradientTransform="matrix(1.3046625,0.24901908,-0.19221053,1.0070308,-15.829753,-36.419162)"
162
+ cx="145.66061"
163
+ cy="135.25136"
164
+ fx="143.9269"
165
+ fy="107.87556"
166
+ r="93.979218" />
167
+ <clipPath
168
+ clipPathUnits="userSpaceOnUse"
169
+ id="clipPath5582">
170
+ <path
171
+ inkscape:connector-curvature="0"
172
+ id="path5584"
173
+ d="m 134.78125,65.53125 c -12.4595,-0.04552 -23.54116,3.516311 -33.21875,9.59375 -0.007,0.0047 -0.0238,-0.0047 -0.0312,0 -13.697841,4.6271 -23.482877,12.212186 -30.8125,22.53125 -12.983809,18.27935 -23.557494,60.03358 -22.40625,85.1875 28.303398,44.55783 163.81724,43.74576 187.875,3.125 -10.47295,-36.77579 -7.13398,-67.94114 -23.7813,-89.21875 -8.90024,-11.375757 -21.77064,-18.931807 -35.8125,-23.09375 -0.0724,-0.02147 -0.14625,-0.04121 -0.21875,-0.0625 -6.47957,-2.470774 -22.68841,-8 -39.1875,-8 -0.80529,-0.03223 -1.61208,-0.0596 -2.40625,-0.0625 z m 29.3125,5.34375 c 0.44849,0.06863 0.89602,0.143789 1.34375,0.21875 -0.44964,-0.07493 -0.89333,-0.150215 -1.34375,-0.21875 z m -45.40625,0.3125 c -0.96659,0.136121 -1.90642,0.281449 -2.84375,0.4375 0.93942,-0.156725 1.87493,-0.300819 2.84375,-0.4375 z"
174
+ style="fill:#a40000;fill-opacity:1;stroke:none" />
175
+ </clipPath>
176
+ <filter
177
+ color-interpolation-filters="sRGB"
178
+ inkscape:collect="always"
179
+ id="filter5576"
180
+ x="-0.037772326"
181
+ y="-0.047062454"
182
+ width="1.0759592"
183
+ height="1.094125">
184
+ <feGaussianBlur
185
+ inkscape:collect="always"
186
+ stdDeviation="2.5408815"
187
+ id="feGaussianBlur5578" />
188
+ </filter>
189
+ <radialGradient
190
+ inkscape:collect="always"
191
+ xlink:href="#linearGradient6735"
192
+ id="radialGradient34524"
193
+ gradientUnits="userSpaceOnUse"
194
+ gradientTransform="matrix(-5.1363448,-1.3762794,-1.2454984,3.2157229,960.71525,910.14242)"
195
+ cx="196.44872"
196
+ cy="-151.91595"
197
+ fx="196.44872"
198
+ fy="-151.91595"
199
+ r="8.5016947" />
200
+ <linearGradient
201
+ id="linearGradient6735"
202
+ inkscape:collect="always">
203
+ <stop
204
+ id="stop6737"
205
+ offset="0"
206
+ style="stop-color:#f5e789;stop-opacity:1" />
207
+ <stop
208
+ id="stop6739"
209
+ offset="1"
210
+ style="stop-color:#eed73f;stop-opacity:0;" />
211
+ </linearGradient>
212
+ <radialGradient
213
+ inkscape:collect="always"
214
+ xlink:href="#linearGradient6735"
215
+ id="radialGradient34526"
216
+ gradientUnits="userSpaceOnUse"
217
+ gradientTransform="matrix(-5.1363448,-1.3762794,-1.2454984,3.2157229,1019.0966,903.42491)"
218
+ cx="196.35606"
219
+ cy="-150.96611"
220
+ fx="196.35606"
221
+ fy="-150.96611"
222
+ r="8.5016947" />
223
+ <linearGradient
224
+ inkscape:collect="always"
225
+ xlink:href="#linearGradient6474"
226
+ id="linearGradient34528"
227
+ gradientUnits="userSpaceOnUse"
228
+ gradientTransform="matrix(-2.0701041,-0.01735592,-0.07408665,1.2462359,574.05206,233.49649)"
229
+ x1="227.5"
230
+ y1="-126.74134"
231
+ x2="231.25"
232
+ y2="-126.74134" />
233
+ <linearGradient
234
+ inkscape:collect="always"
235
+ xlink:href="#linearGradient6474"
236
+ id="linearGradient34530"
237
+ gradientUnits="userSpaceOnUse"
238
+ gradientTransform="matrix(-1.7447879,-0.38299996,-0.31793238,1.2066937,515.40386,308.18711)"
239
+ x1="227.5"
240
+ y1="-126.74134"
241
+ x2="231.25"
242
+ y2="-126.74134" />
243
+ <radialGradient
244
+ inkscape:collect="always"
245
+ xlink:href="#linearGradient5623"
246
+ id="radialGradient34532"
247
+ gradientUnits="userSpaceOnUse"
248
+ gradientTransform="matrix(-1.1030053,0.05104207,-0.01294422,-0.27972062,245.25589,81.239902)"
249
+ cx="80.688774"
250
+ cy="56.483025"
251
+ fx="80.688774"
252
+ fy="56.483025"
253
+ r="81.577972" />
254
+ <linearGradient
255
+ inkscape:collect="always"
256
+ id="linearGradient5623">
257
+ <stop
258
+ style="stop-color:#efdd52;stop-opacity:1;"
259
+ offset="0"
260
+ id="stop5625" />
261
+ <stop
262
+ style="stop-color:#f2e26d;stop-opacity:0"
263
+ offset="1"
264
+ id="stop5627" />
265
+ </linearGradient>
266
+ <radialGradient
267
+ inkscape:collect="always"
268
+ xlink:href="#linearGradient5623"
269
+ id="radialGradient34534"
270
+ gradientUnits="userSpaceOnUse"
271
+ gradientTransform="matrix(-0.58592607,0.97377054,-1.0186737,-0.61294465,256.86576,29.216301)"
272
+ cx="110.62334"
273
+ cy="79.932693"
274
+ fx="110.62334"
275
+ fy="79.932693"
276
+ r="81.577972" />
277
+ <linearGradient
278
+ inkscape:collect="always"
279
+ xlink:href="#linearGradient6757"
280
+ id="linearGradient34536"
281
+ gradientUnits="userSpaceOnUse"
282
+ x1="109.89773"
283
+ y1="95.666252"
284
+ x2="67.631767"
285
+ y2="201.73227" />
286
+ <linearGradient
287
+ id="linearGradient6757"
288
+ inkscape:collect="always">
289
+ <stop
290
+ id="stop6760"
291
+ offset="0"
292
+ style="stop-color:#ddbe0c;stop-opacity:1;" />
293
+ <stop
294
+ id="stop6762"
295
+ offset="1"
296
+ style="stop-color:#ddbe0c;stop-opacity:0;" />
297
+ </linearGradient>
298
+ <linearGradient
299
+ inkscape:collect="always"
300
+ xlink:href="#linearGradient6757"
301
+ id="linearGradient34538"
302
+ gradientUnits="userSpaceOnUse"
303
+ x1="163.89485"
304
+ y1="82.26004"
305
+ x2="208.11172"
306
+ y2="185.85118" />
307
+ <linearGradient
308
+ inkscape:collect="always"
309
+ xlink:href="#linearGradient6757"
310
+ id="linearGradient34540"
311
+ gradientUnits="userSpaceOnUse"
312
+ x1="112.62962"
313
+ y1="99.346718"
314
+ x2="136.82567"
315
+ y2="162.27922" />
316
+ <linearGradient
317
+ inkscape:collect="always"
318
+ xlink:href="#linearGradient6757"
319
+ id="linearGradient34542"
320
+ gradientUnits="userSpaceOnUse"
321
+ x1="129.75412"
322
+ y1="83.446373"
323
+ x2="190.56531"
324
+ y2="84.507034" />
325
+ <radialGradient
326
+ inkscape:collect="always"
327
+ xlink:href="#linearGradient6745"
328
+ id="radialGradient34544"
329
+ gradientUnits="userSpaceOnUse"
330
+ gradientTransform="matrix(-3.0257663,-3.6029321e-8,-2.8447476e-7,6.4426248,536.89679,-145.17956)"
331
+ cx="112.25"
332
+ cy="39.145103"
333
+ fx="112.25"
334
+ fy="39.145103"
335
+ r="9.25" />
336
+ <linearGradient
337
+ id="linearGradient6745"
338
+ inkscape:collect="always">
339
+ <stop
340
+ id="stop6747"
341
+ offset="0"
342
+ style="stop-color:#ffffff;stop-opacity:1;" />
343
+ <stop
344
+ id="stop6749"
345
+ offset="1"
346
+ style="stop-color:#ffffff;stop-opacity:0;" />
347
+ </linearGradient>
348
+ <radialGradient
349
+ inkscape:collect="always"
350
+ xlink:href="#linearGradient6745"
351
+ id="radialGradient34546"
352
+ gradientUnits="userSpaceOnUse"
353
+ gradientTransform="matrix(-2.6189689,-0.16929915,-0.39464806,6.1049956,454.32348,-102.8318)"
354
+ cx="112.25"
355
+ cy="39.145103"
356
+ fx="112.25"
357
+ fy="39.145103"
358
+ r="9.25" />
359
+ <radialGradient
360
+ inkscape:collect="always"
361
+ xlink:href="#linearGradient6745"
362
+ id="radialGradient34548"
363
+ gradientUnits="userSpaceOnUse"
364
+ gradientTransform="matrix(-2.0434202,-0.53150013,-0.26742823,1.3771811,546.19997,442.52249)"
365
+ cx="226.67188"
366
+ cy="-153.96692"
367
+ fx="226.67188"
368
+ fy="-153.96692"
369
+ r="11.671875" />
370
+ <filter
371
+ color-interpolation-filters="sRGB"
372
+ inkscape:collect="always"
373
+ id="filter5531"
374
+ x="-0.0643008"
375
+ y="-0.081793773"
376
+ width="1.1286016"
377
+ height="1.1635875">
378
+ <feGaussianBlur
379
+ inkscape:collect="always"
380
+ stdDeviation="1.2196638"
381
+ id="feGaussianBlur5533" />
382
+ </filter>
383
+ <radialGradient
384
+ inkscape:collect="always"
385
+ xlink:href="#linearGradient6745"
386
+ id="radialGradient34550"
387
+ gradientUnits="userSpaceOnUse"
388
+ gradientTransform="matrix(-2.0434202,-0.53150013,-0.26742823,1.3771811,599.94009,431.56233)"
389
+ cx="226.67188"
390
+ cy="-153.96692"
391
+ fx="226.67188"
392
+ fy="-153.96692"
393
+ r="11.671875" />
394
+ <radialGradient
395
+ inkscape:collect="always"
396
+ xlink:href="#linearGradient6415"
397
+ id="radialGradient34552"
398
+ gradientUnits="userSpaceOnUse"
399
+ gradientTransform="matrix(0.7409988,0.1665323,-0.5799398,2.5804888,162.69581,-331.76777)"
400
+ cx="70.625"
401
+ cy="60.43581"
402
+ fx="70.625"
403
+ fy="60.43581"
404
+ r="5.625" />
405
+ <linearGradient
406
+ id="linearGradient6415"
407
+ inkscape:collect="always">
408
+ <stop
409
+ id="stop6417"
410
+ offset="0"
411
+ style="stop-color:#f9f1b8;stop-opacity:1;" />
412
+ <stop
413
+ id="stop6419"
414
+ offset="1"
415
+ style="stop-color:#f9f1b8;stop-opacity:0;" />
416
+ </linearGradient>
417
+ <filter
418
+ color-interpolation-filters="sRGB"
419
+ height="1.09555"
420
+ y="-0.047775017"
421
+ width="1.2011892"
422
+ x="-0.10059458"
423
+ id="filter6435"
424
+ inkscape:collect="always">
425
+ <feGaussianBlur
426
+ id="feGaussianBlur6437"
427
+ stdDeviation="0.69678049"
428
+ inkscape:collect="always" />
429
+ </filter>
430
+ <radialGradient
431
+ inkscape:collect="always"
432
+ xlink:href="#linearGradient6757"
433
+ id="radialGradient34554"
434
+ gradientUnits="userSpaceOnUse"
435
+ gradientTransform="matrix(-1.296581,0.04854441,0.65792091,4.6567361,485.37446,904.7596)"
436
+ cx="194.55148"
437
+ cy="-168.02176"
438
+ fx="194.55148"
439
+ fy="-168.02176"
440
+ r="10.514005" />
441
+ <radialGradient
442
+ inkscape:collect="always"
443
+ xlink:href="#linearGradient6757"
444
+ id="radialGradient34556"
445
+ gradientUnits="userSpaceOnUse"
446
+ gradientTransform="matrix(-1.558501,0.13248114,1.0967481,5.1492347,667.29092,965.69999)"
447
+ cx="194.55148"
448
+ cy="-168.02176"
449
+ fx="194.55148"
450
+ fy="-168.02176"
451
+ r="10.514005" />
452
+ <linearGradient
453
+ inkscape:collect="always"
454
+ xlink:href="#linearGradient6474"
455
+ id="linearGradient34558"
456
+ gradientUnits="userSpaceOnUse"
457
+ gradientTransform="matrix(-3.3664907,-0.60795991,-0.75658603,2.7051661,726.62427,665.95994)"
458
+ x1="227.5"
459
+ y1="-126.74134"
460
+ x2="231.25"
461
+ y2="-126.74134" />
462
+ <radialGradient
463
+ inkscape:collect="always"
464
+ xlink:href="#linearGradient6745"
465
+ id="radialGradient34560"
466
+ gradientUnits="userSpaceOnUse"
467
+ gradientTransform="matrix(1,0,0,0.32219361,0,139.51544)"
468
+ cx="161.50815"
469
+ cy="304.25235"
470
+ fx="161.50815"
471
+ fy="304.25235"
472
+ r="106.59425" />
473
+ <linearGradient
474
+ inkscape:collect="always"
475
+ xlink:href="#linearGradient6474"
476
+ id="linearGradient34562"
477
+ gradientUnits="userSpaceOnUse"
478
+ gradientTransform="matrix(-2.8760451,-0.57383621,-0.64636315,2.55333,645.41259,647.24954)"
479
+ x1="227.5"
480
+ y1="-126.74134"
481
+ x2="231.25"
482
+ y2="-126.74134" />
483
+ <radialGradient
484
+ inkscape:collect="always"
485
+ xlink:href="#linearGradient5742"
486
+ id="radialGradient34564"
487
+ gradientUnits="userSpaceOnUse"
488
+ gradientTransform="matrix(1.3844902,-0.20855016,0.06498177,0.43139087,-78.968394,178.11578)"
489
+ cx="94.043854"
490
+ cy="260.62152"
491
+ fx="94.043854"
492
+ fy="260.62152"
493
+ r="106.59425" />
494
+ <linearGradient
495
+ inkscape:collect="always"
496
+ id="linearGradient5742">
497
+ <stop
498
+ style="stop-color:#000000;stop-opacity:0.33"
499
+ offset="0"
500
+ id="stop5744" />
501
+ <stop
502
+ style="stop-color:#000000;stop-opacity:0;"
503
+ offset="1"
504
+ id="stop5746" />
505
+ </linearGradient>
506
+ <radialGradient
507
+ inkscape:collect="always"
508
+ xlink:href="#linearGradient5742"
509
+ id="radialGradient34566"
510
+ gradientUnits="userSpaceOnUse"
511
+ gradientTransform="matrix(1.3844902,-0.20855016,0.06498177,0.43139087,-78.968394,178.11578)"
512
+ cx="212.00848"
513
+ cy="288.14557"
514
+ fx="212.00848"
515
+ fy="288.14557"
516
+ r="106.59425" />
517
+ <linearGradient
518
+ inkscape:collect="always"
519
+ xlink:href="#linearGradient7604"
520
+ id="linearGradient34480"
521
+ gradientUnits="userSpaceOnUse"
522
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
523
+ x1="725"
524
+ y1="-593.63782"
525
+ x2="725"
526
+ y2="-631.99713" />
527
+ <linearGradient
528
+ inkscape:collect="always"
529
+ id="linearGradient7604">
530
+ <stop
531
+ style="stop-color:#000000;stop-opacity:1;"
532
+ offset="0"
533
+ id="stop7606" />
534
+ <stop
535
+ style="stop-color:#61625f;stop-opacity:1"
536
+ offset="1"
537
+ id="stop7608" />
538
+ </linearGradient>
539
+ <linearGradient
540
+ inkscape:collect="always"
541
+ xlink:href="#linearGradient7604"
542
+ id="linearGradient12"
543
+ gradientUnits="userSpaceOnUse"
544
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
545
+ x1="725"
546
+ y1="-593.63782"
547
+ x2="725"
548
+ y2="-631.99713" />
549
+ <linearGradient
550
+ inkscape:collect="always"
551
+ xlink:href="#linearGradient7604"
552
+ id="linearGradient13"
553
+ gradientUnits="userSpaceOnUse"
554
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
555
+ x1="725"
556
+ y1="-593.63782"
557
+ x2="725"
558
+ y2="-631.99713" />
559
+ <linearGradient
560
+ inkscape:collect="always"
561
+ xlink:href="#linearGradient7604"
562
+ id="linearGradient14"
563
+ gradientUnits="userSpaceOnUse"
564
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
565
+ x1="725"
566
+ y1="-593.63782"
567
+ x2="725"
568
+ y2="-631.99713" />
569
+ <linearGradient
570
+ inkscape:collect="always"
571
+ xlink:href="#linearGradient7604"
572
+ id="linearGradient15"
573
+ gradientUnits="userSpaceOnUse"
574
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
575
+ x1="725"
576
+ y1="-593.63782"
577
+ x2="725"
578
+ y2="-631.99713" />
579
+ <linearGradient
580
+ inkscape:collect="always"
581
+ xlink:href="#linearGradient7604"
582
+ id="linearGradient16"
583
+ gradientUnits="userSpaceOnUse"
584
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
585
+ x1="725"
586
+ y1="-593.63782"
587
+ x2="725"
588
+ y2="-631.99713" />
589
+ <linearGradient
590
+ inkscape:collect="always"
591
+ xlink:href="#linearGradient7604"
592
+ id="linearGradient17"
593
+ gradientUnits="userSpaceOnUse"
594
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
595
+ x1="725"
596
+ y1="-593.63782"
597
+ x2="725"
598
+ y2="-631.99713" />
599
+ <linearGradient
600
+ inkscape:collect="always"
601
+ xlink:href="#linearGradient7604"
602
+ id="linearGradient18"
603
+ gradientUnits="userSpaceOnUse"
604
+ gradientTransform="matrix(1.7285521,0,0,1.7285521,-756.37323,1212.3851)"
605
+ x1="725"
606
+ y1="-593.63782"
607
+ x2="725"
608
+ y2="-631.99713" />
609
+ </defs>
610
+ <title
611
+ id="title1">Logo-Red_Hat-s-SatelliteHat-Standard-CMYK</title>
612
+ <g
613
+ id="g12">
614
+ <g
615
+ id="g34599"
616
+ inkscape:export-filename="/home/duffy/SparkleShare/mocks/Logos/Foreman, Candlepin, Katello/Foreman/foreman_large.png"
617
+ inkscape:export-xdpi="90"
618
+ inkscape:export-ydpi="90"
619
+ transform="matrix(0.76576649,0,0,0.76576649,-98.933881,-55.098301)">
620
+ <g
621
+ id="g17157"
622
+ style="display:inline;enable-background:new"
623
+ transform="matrix(0.9765625,0,0,0.9765625,96.313965,14.115774)">
624
+ <path
625
+ sodipodi:nodetypes="caccc"
626
+ inkscape:connector-curvature="0"
627
+ id="path5756"
628
+ d="m 47.517742,190.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,186.46791 52.668054,170.94584 47.517742,190.58865 Z"
629
+ style="opacity:0.535714;fill:#2e3436;fill-opacity:1;stroke:none;filter:url(#filter5778)" />
630
+ <path
631
+ style="fill:url(#radialGradient34514);fill-opacity:1;stroke:none"
632
+ d="m 47.517742,184.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,180.46791 52.668054,164.94584 47.517742,184.58865 Z"
633
+ id="path5611"
634
+ inkscape:connector-curvature="0"
635
+ sodipodi:nodetypes="caccc" />
636
+ <path
637
+ style="fill:none;stroke:url(#radialGradient34516);stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
638
+ d="M 144.875,71.136644 C 105.80516,70.294539 84.168562,80.018877 70.724838,98.945724 57.741029,117.22508 47.1669,158.99551 48.318144,184.14943 76.621542,228.70726 212.1329,227.8944 236.19066,187.27364 225.71776,150.49785 229.06123,119.32561 212.41391,98.047994 196.97739,78.317961 169.6041,70.016595 144.875,71.136644 Z"
639
+ id="path9655"
640
+ inkscape:connector-curvature="0"
641
+ sodipodi:nodetypes="csccsc" />
642
+ <path
643
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34518);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
644
+ d="m 233.6379,168.41111 c 3.40176,-0.0521 3.70367,17.50535 3.70367,17.50535 0,0 -2.75413,2.66269 -6.15589,2.71478 -3.40176,0.0521 -7.45113,-2.50643 -7.45113,-2.50643 0,0 6.50162,-17.66164 9.90337,-17.71373 z"
645
+ id="path5782"
646
+ sodipodi:nodetypes="ccscs"
647
+ inkscape:connector-curvature="0" />
648
+ <path
649
+ sodipodi:nodetypes="csccsc"
650
+ inkscape:connector-curvature="0"
651
+ id="path5653"
652
+ d="M 144.875,69.84375 C 105.80516,69.001645 84.168562,78.725983 70.724838,97.65283 57.741029,115.93218 47.1669,157.70261 48.318144,182.85653 76.621542,227.41436 212.1329,226.6015 236.19066,185.98074 225.71776,149.20495 229.06123,118.03271 212.41391,96.7551 196.97739,77.025067 169.6041,68.723701 144.875,69.84375 Z"
653
+ style="fill:url(#radialGradient34520);fill-opacity:1;stroke:none" />
654
+ <path
655
+ style="opacity:0.3;fill:url(#radialGradient34522);fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5576)"
656
+ d="m 134.78125,65.53125 c -12.4595,-0.04552 -23.54116,3.516311 -33.21875,9.59375 -0.007,0.0047 -0.0238,-0.0047 -0.0312,0 -13.697841,4.6271 -23.482877,12.212186 -30.8125,22.53125 -12.983809,18.27935 -23.557494,60.03358 -22.40625,85.1875 28.303398,44.55783 163.81724,43.74576 187.875,3.125 -10.47295,-36.77579 -7.13398,-67.94114 -23.7813,-89.21875 -8.90024,-11.375757 -21.77064,-18.931807 -35.8125,-23.09375 -0.0724,-0.02147 -0.14625,-0.04121 -0.21875,-0.0625 -6.47957,-2.470774 -22.68841,-8 -39.1875,-8 -0.80529,-0.03223 -1.61208,-0.0596 -2.40625,-0.0625 z m 29.3125,5.34375 c 0.44849,0.06863 0.89602,0.143789 1.34375,0.21875 -0.44964,-0.07493 -0.89333,-0.150215 -1.34375,-0.21875 z m -45.40625,0.3125 c -0.96659,0.136121 -1.90642,0.281449 -2.84375,0.4375 0.93942,-0.156725 1.87493,-0.300819 2.84375,-0.4375 z"
657
+ id="path5547"
658
+ inkscape:connector-curvature="0"
659
+ clip-path="url(#clipPath5582)" />
660
+ <path
661
+ inkscape:connector-curvature="0"
662
+ id="path5437"
663
+ d="m 136.24045,150.51155 -0.49212,11.88839 23.66398,-1.7415 -1.0754,-11.53211 z"
664
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34524);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
665
+ sodipodi:nodetypes="ccccc" />
666
+ <path
667
+ sodipodi:nodetypes="ccccc"
668
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34526);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
669
+ d="m 194.79859,144.68832 -0.6689,10.99411 19.42134,-1.7415 1.9298,-10.64823 z"
670
+ id="path5448"
671
+ inkscape:connector-curvature="0" />
672
+ <path
673
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34528);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
674
+ d="m 111.34878,64.720314 c -3.86755,-0.266211 -6.89562,11.475613 -6.89562,11.475613 0,0 2.73063,1.971101 6.59817,2.237315 3.86757,0.266211 8.87204,-1.172455 8.87204,-1.172455 0,0 -4.70703,-12.274259 -8.57459,-12.540463 z"
675
+ id="path5602"
676
+ sodipodi:nodetypes="ccscs"
677
+ inkscape:connector-curvature="0" />
678
+ <path
679
+ inkscape:connector-curvature="0"
680
+ sodipodi:nodetypes="ccscs"
681
+ id="path5598"
682
+ d="m 159.20259,61.182135 c -3.21186,-0.944378 -8.17524,10.012915 -8.17524,10.012915 0,0 1.90231,2.412077 5.11417,3.356457 3.21188,0.944382 7.73328,0.421076 7.73328,0.421076 0,0 -1.46034,-12.846064 -4.67221,-13.790438 z"
683
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34530);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
684
+ <path
685
+ sodipodi:nodetypes="cccccccccsccc"
686
+ inkscape:connector-curvature="0"
687
+ id="path5786"
688
+ d="m 137.17872,150.68956 22.27386,-1.41422 c -2.70259,-25.28221 -14.31112,-43.94051 -28.63783,-65.65001 6.56459,-1.48436 19.84045,-5.546179 29.92031,0 16.29639,20.28079 26.00565,37.46887 32.88047,61.51829 l 22.62742,-1.41422 c -12.62313,-29.59418 -16.41684,-50.35224 -36.76956,-68.94291 0,0 -21.08147,-9.192388 -42.29467,-9.192388 -51.538441,-2.062689 -80.338816,56.485948 -83.438605,105.712468 -0.989681,27.57981 -2.297271,25.30167 8.131728,31.8198 8.485282,5.3033 7.424621,-1.76776 7.424621,-1.76776 -4.264533,-53.48745 27.030509,-95.33946 41.012186,-109.248 12.6241,17.48846 20.83746,39.2072 26.87007,58.57895 z"
689
+ style="fill:url(#radialGradient34532);fill-opacity:1;stroke:none" />
690
+ <path
691
+ style="fill:url(#radialGradient34534);fill-opacity:1;stroke:none"
692
+ d="m 137.17872,150.68956 22.27386,-1.41422 c -2.70259,-25.28221 -14.31112,-43.94051 -28.63783,-65.65001 6.56459,-1.48436 19.84045,-5.546179 29.92031,0 16.29639,20.28079 26.00565,37.46887 32.88047,61.51829 l 22.62742,-1.41422 c -12.62313,-29.59418 -16.41684,-50.35224 -36.76956,-68.94291 0,0 -21.08147,-9.192388 -42.29467,-9.192388 -51.538441,-2.062689 -80.338816,56.485948 -83.438605,105.712468 -0.989681,27.57981 -2.297271,25.30167 8.131728,31.8198 8.485282,5.3033 7.424621,-1.76776 7.424621,-1.76776 -4.264533,-53.48745 27.030509,-95.33946 41.012186,-109.248 12.6241,17.48846 20.83746,39.2072 26.87007,58.57895 z"
693
+ id="path5452"
694
+ inkscape:connector-curvature="0"
695
+ sodipodi:nodetypes="cccccccccsccc" />
696
+ <path
697
+ style="fill:url(#linearGradient34536);fill-opacity:1;stroke:none"
698
+ d="m 110.41173,92.275037 -0.0567,7.674763 c -35.011679,25.58564 -40.51385,78.1211 -40.407339,88.91025 0.624394,-26.09653 3.463291,-65.23353 40.464039,-96.585013 z"
699
+ id="path4622"
700
+ inkscape:connector-curvature="0"
701
+ sodipodi:nodetypes="cccc" />
702
+ <path
703
+ sodipodi:nodetypes="ccccc"
704
+ inkscape:connector-curvature="0"
705
+ id="path5441"
706
+ d="m 159.29866,85.340619 c 19.33658,20.359071 31.31211,57.781931 34.49057,70.948611 l 0.88747,-5.66973 C 190.96806,124.94919 172.85403,92.055389 160.02263,81.062843 Z"
707
+ style="fill:url(#linearGradient34538);fill-opacity:1;stroke:none" />
708
+ <path
709
+ style="fill:url(#linearGradient34540);fill-opacity:1;stroke:none"
710
+ d="m 110.15474,99.8259 c 1.70533,1.32903 16.03807,29.22723 25.42991,63.18084 l 1.24102,-8.13419 C 122.73335,111.54627 118.87627,104.76641 110.1716,92.25523 Z"
711
+ id="path4624"
712
+ inkscape:connector-curvature="0"
713
+ sodipodi:nodetypes="ccccc" />
714
+ <path
715
+ style="fill:url(#linearGradient34542);fill-opacity:1;stroke:none"
716
+ d="m 129.75412,83.289593 c 9.8346,-4.576555 20.25028,-5.01323 30.40559,-2.474875 0,1.454654 0,2.909307 0,4.363961 -20.60168,-1.638038 -26.74621,3.526107 -27.22734,2.232783 -0.70586,-1.020403 -2.47239,-3.101466 -3.17825,-4.121869 z"
717
+ id="rect5445"
718
+ inkscape:connector-curvature="0"
719
+ sodipodi:nodetypes="ccccc" />
720
+ <path
721
+ inkscape:connector-curvature="0"
722
+ sodipodi:nodetypes="ccc"
723
+ id="path5466"
724
+ d="M 224.10814,186.61565 C 217.41288,132.87914 200.44248,86.428031 168.1315,67.42704 c 35.93853,24.502774 47.31547,71.23151 55.97664,119.18861 z"
725
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.86747;fill:url(#radialGradient34544);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
726
+ <path
727
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.86747;fill:url(#radialGradient34546);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
728
+ d="m 163.26316,194.07421 c -2.50345,-51.29504 -14.34688,-96.26139 -41.1499,-116.074503 29.60586,25.229543 36.59083,70.146003 41.1499,116.074503 z"
729
+ id="path5470"
730
+ sodipodi:nodetypes="ccc"
731
+ inkscape:connector-curvature="0" />
732
+ <path
733
+ inkscape:connector-curvature="0"
734
+ id="path5506"
735
+ d="m 125.73895,90.106929 c 15.79156,4.107426 27.19343,14.725041 25.45062,23.700041 -1.50722,7.76179 -12.38002,11.77575 -25.49927,10.05964 -4.80122,-17.84892 -12.37206,-29.280241 -19.84822,-34.58723 5.56801,-1.267506 12.5577,-1.081394 19.89687,0.827549 z"
736
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.709821;fill:url(#radialGradient34548);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;filter:url(#filter5531);enable-background:accumulate" />
737
+ <path
738
+ style="display:inline;overflow:visible;visibility:visible;opacity:0.709821;fill:url(#radialGradient34550);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;filter:url(#filter5531);enable-background:accumulate"
739
+ d="m 179.47907,79.146774 c 15.79156,4.107426 27.19343,14.725041 25.45062,23.700036 -1.50722,7.76179 -12.38002,11.77575 -25.49927,10.05964 -4.80122,-17.848915 -12.37206,-29.280236 -19.84822,-34.587225 5.56801,-1.267506 12.5577,-1.081394 19.89687,0.827549 z"
740
+ id="path5535"
741
+ inkscape:connector-curvature="0"
742
+ transform="rotate(-9.2979656,182.34391,95.405112)" />
743
+ <path
744
+ transform="matrix(-3.9559661,-0.51568857,-0.8890649,2.2945975,783.57602,590.80594)"
745
+ inkscape:connector-curvature="0"
746
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34552);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;filter:url(#filter6435);enable-background:accumulate"
747
+ d="m 188.786,-178.55812 c -7.5253,6.36451 -11.91096,21.1212 -16.62389,35.00309 5.399,-12.85475 10.70671,-26.47104 16.62389,-35.00309 z"
748
+ id="path5586"
749
+ sodipodi:nodetypes="ccc" />
750
+ <path
751
+ sodipodi:nodetypes="cccc"
752
+ id="path5590"
753
+ d="M 143.12732,180.22151 C 132.03919,130.42403 119.6804,94.374766 102.02804,83.320425 c 7.30898,4.095835 21.29349,7.504665 38.79202,85.022905 z"
754
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34554);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
755
+ inkscape:connector-curvature="0" />
756
+ <path
757
+ inkscape:connector-curvature="0"
758
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient34556);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
759
+ d="m 207.72201,179.03705 c -16.60936,-54.81907 -33.85074,-94.241665 -55.8346,-105.492323 9.071,4.122115 26.13746,7.075114 52.27938,92.395943 z"
760
+ id="path5594"
761
+ sodipodi:nodetypes="cccc" />
762
+ <path
763
+ inkscape:connector-curvature="0"
764
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34558);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
765
+ d="m 63.983498,171.17508 c -6.170296,-1.64713 -18.06707,18.76119 -18.06707,18.76119 1.138294,3.43601 9.212664,5.63224 13.740156,4.61269 0,0 10.497236,-21.72674 4.326914,-23.37388 z"
766
+ id="path5663"
767
+ sodipodi:nodetypes="cccs" />
768
+ <path
769
+ sodipodi:nodetypes="caccc"
770
+ inkscape:connector-curvature="0"
771
+ id="path5722"
772
+ d="m 47.517742,182.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 27.10145,-23.94119 -19.54007,-25.35005 -81.13247,-21.37581 C 60.312854,178.46791 52.668054,162.94584 47.517742,182.58865 Z"
773
+ style="fill:none;stroke:url(#radialGradient34560);stroke-opacity:1" />
774
+ <path
775
+ inkscape:connector-curvature="0"
776
+ sodipodi:nodetypes="ccscs"
777
+ id="path5667"
778
+ d="m 74.436829,178.59354 c -5.271402,-1.55469 -14.607007,21.89679 -14.607007,21.89679 0,0 2.944631,4.77859 8.21601,6.33328 5.271402,1.55471 12.869552,-0.11444 12.869552,-0.11444 0,0 -1.207176,-26.56089 -6.478555,-28.11557 z"
779
+ style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient34562);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
780
+ <g
781
+ id="g5770"
782
+ transform="translate(0,-40)">
783
+ <path
784
+ style="fill:none;stroke:url(#radialGradient34564);stroke-opacity:1"
785
+ d="m 47.517742,224.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 13.55072,-11.9706 8.66571,-18.30811 -7.30604,-21.15619"
786
+ id="path5740"
787
+ inkscape:connector-curvature="0"
788
+ sodipodi:nodetypes="cacc" />
789
+ <path
790
+ sodipodi:nodetypes="cacc"
791
+ inkscape:connector-curvature="0"
792
+ id="path5750"
793
+ d="m 47.517742,224.58865 c -24.661818,7.34836 30.107488,42.0632 53.215038,48.76539 47.10837,13.66346 77.72807,17.46747 144.84541,-25.9385 13.55072,-11.9706 8.66571,-18.30811 -7.30604,-21.15619"
794
+ style="fill:none;stroke:url(#radialGradient34566);stroke-opacity:1" />
795
+ </g>
796
+ </g>
797
+ <g
798
+ style="font-style:normal;font-weight:normal;font-size:84.3747px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:url(#linearGradient34480);fill-opacity:1;stroke:none"
799
+ id="text6578">
800
+ <path
801
+ d="m 366.59551,128.61075 h -17.80305 v 19.15305 h 17.80305 v 7.93122 h -17.80305 v 27.16864 h -7.93122 v -62.18413 h 25.73427 v 7.93122 0"
802
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient12)"
803
+ id="path34993" />
804
+ <path
805
+ d="m 386.93772,182.77929 c -2.98125,0 -5.37187,-0.53437 -7.17185,-1.60312 -1.8,-1.06874 -3.14999,-2.16561 -4.04998,-3.29061 -2.3625,-3.03748 -3.54374,-7.31246 -3.54374,-12.82495 v -26.74677 c 0,-5.51243 1.18124,-9.78741 3.54374,-12.82495 0.44999,-0.56244 0.98436,-1.12494 1.60311,-1.6875 0.675,-0.56244 1.46249,-1.06868 2.3625,-1.51874 0.95623,-0.50619 2.02498,-0.89994 3.20623,-1.18125 1.18124,-0.33743 2.53123,-0.50618 4.04999,-0.50625 3.03747,7e-5 5.42808,0.53444 7.17184,1.60312 1.79997,1.06881 3.14997,2.16568 4.04999,3.29062 2.36246,3.03754 3.54371,7.31252 3.54373,12.82495 v 26.74677 c -2e-5,5.51249 -1.18127,9.78747 -3.54373,12.82495 -0.90002,1.125 -2.25002,2.22187 -4.04999,3.29061 -1.74376,1.06875 -4.13437,1.60312 -7.17184,1.60312 m 0,-54.16854 c -0.61876,5e-5 -1.32189,0.0563 -2.10937,0.16875 -0.73126,0.11255 -1.46251,0.47817 -2.19374,1.09687 -0.73126,0.56255 -1.35,1.51879 -1.85624,2.86874 -0.45001,1.29379 -0.67501,3.15003 -0.675,5.56873 v 26.74677 c -10e-6,2.475 0.22499,4.38749 0.675,5.73747 0.50624,1.29376 1.12498,2.25001 1.85624,2.86874 0.73123,0.56251 1.46248,0.90001 2.19374,1.0125 0.78748,0.11251 1.49061,0.16876 2.10937,0.16875 0.56248,1e-5 1.23748,-0.0562 2.02499,-0.16875 0.78748,-0.11249 1.54685,-0.44999 2.27812,-1.0125 0.73122,-0.61873 1.32184,-1.57498 1.77186,-2.86874 0.50623,-1.34998 0.75935,-3.26247 0.75938,-5.73747 v -26.74677 c -3e-5,-2.4187 -0.25315,-4.27494 -0.75938,-5.56873 -0.45002,-1.34995 -1.04064,-2.30619 -1.77186,-2.86874 -0.73127,-0.6187 -1.49064,-0.98432 -2.27812,-1.09687 -0.78751,-0.11245 -1.46251,-0.1687 -2.02499,-0.16875"
806
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient13)"
807
+ id="path34995" />
808
+ <path
809
+ d="m 430.41572,152.23566 c 1.51872,1.46252 2.67184,3.20626 3.45936,5.23123 0.84372,2.02501 1.26559,4.33125 1.26562,6.91872 v 18.39368 h -8.01559 v -18.39368 c -3e-5,-5.45621 -2.64376,-8.18432 -7.93122,-8.18434 h -3.96561 -1.0125 v 26.57802 h -7.93122 v -62.18414 h 12.90933 c 5.34371,7e-5 9.36556,1.57506 12.06557,4.72499 2.47497,2.86879 3.71246,7.20002 3.71249,12.9937 -3e-5,5.73751 -1.23752,10.09687 -3.71249,13.07807 -0.11252,0.11253 -0.25314,0.25316 -0.42187,0.42187 -0.11252,0.16878 -0.25315,0.30941 -0.42187,0.42188 m -11.22183,-4.04999 c 2.13747,4e-5 3.59997,-0.25309 4.38748,-0.75937 0.84373,-0.50621 1.3781,-0.89996 1.60312,-1.18124 1.23747,-1.57496 1.85622,-4.2187 1.85624,-7.93122 -2e-5,-2.0812 -0.16877,-3.74057 -0.50625,-4.97811 -0.33752,-1.29369 -0.84376,-2.27806 -1.51874,-2.95311 -0.61877,-0.7312 -1.43439,-1.20932 -2.44687,-1.43437 -0.95626,-0.22495 -2.08125,-0.33745 -3.37498,-0.3375 h -4.97811 v 19.57492 h 1.0125 3.96561"
810
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient14)"
811
+ id="path34997" />
812
+ <path
813
+ d="m 467.12002,128.61075 h -17.80306 v 19.15305 h 17.80306 v 7.93122 h -17.80306 v 19.23742 h 17.80306 v 7.93122 h -25.73428 v -62.18413 h 25.73428 v 7.93122 0"
814
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient15)"
815
+ id="path34999" />
816
+ <path
817
+ d="m 480.62787,152.99503 v 29.78426 h -7.93121 v -62.18414 h 7.00309 l 12.57183,43.79046 12.48745,-43.79046 h 7.0031 v 62.18414 h -7.93122 v -29.78426 l -8.60622,29.78426 h -5.9906 l -8.60622,-29.78426 v 0"
818
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient16)"
819
+ id="path35001" />
820
+ <path
821
+ d="m 526.19943,182.86366 h -8.18434 l 14.3437,-62.18413 h 6.3281 l 14.51244,62.18413 h -8.26872 L 540.965,165.48248 h -10.79996 l -3.96561,17.38118 m 9.36559,-40.58421 -3.54373,15.27181 h 7.08747 l -3.54374,-15.27181"
822
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient17)"
823
+ id="path35003" />
824
+ <path
825
+ d="m 562.86022,145.14818 v 37.63111 H 554.929 v -62.18414 h 6.6656 l 15.18744,37.63111 v -37.63111 h 8.01559 v 62.18414 h -6.74997 l -15.18744,-37.63111 v 0"
826
+ style="font-variant:normal;font-weight:900;font-stretch:normal;line-height:125%;font-family:'Ostrich Sans';-inkscape-font-specification:'Ostrich Sans Heavy';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient18)"
827
+ id="path35005" />
828
+ </g>
829
+ </g>
830
+ </g>
831
+ <metadata
832
+ id="metadata18">
833
+ <rdf:RDF>
834
+ <cc:Work
835
+ rdf:about="">
836
+ <dc:title>Logo-Red_Hat-s-SatelliteHat-Standard-CMYK</dc:title>
837
+ </cc:Work>
838
+ </rdf:RDF>
839
+ </metadata>
840
+ </svg>