placementt-core 1.20.217 → 11.0.803

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 (86) hide show
  1. package/.eslintrc.js +40 -40
  2. package/.gitattributes +2 -2
  3. package/lib/constants.js +10 -1
  4. package/lib/constants.js.map +1 -1
  5. package/lib/features/config.d.ts +133 -133
  6. package/lib/features/config.js +35 -35
  7. package/lib/features/contacts/contacts.d.ts +75 -75
  8. package/lib/features/contacts/contacts.js +105 -105
  9. package/lib/features/downtime/useDowntime.d.ts +11 -11
  10. package/lib/features/downtime/useDowntime.js +22 -22
  11. package/lib/features/placements/studentPlacements/studentPlacementsSlice.d.ts +63 -63
  12. package/lib/features/placements/studentPlacements/studentPlacementsSlice.js +81 -81
  13. package/lib/features/providerPlacements/providerPlacementsSlice.d.ts +19 -19
  14. package/lib/features/providerPlacements/providerPlacementsSlice.js +24 -24
  15. package/lib/features/studentPlacements/studentPlacementsSlice.d.ts +62 -62
  16. package/lib/features/studentPlacements/studentPlacementsSlice.js +87 -87
  17. package/lib/features/studentPlacements/useStudentPlacements.d.ts +6 -6
  18. package/lib/features/studentPlacements/useStudentPlacements.js +18 -18
  19. package/lib/features/userSlice.d.ts +26 -26
  20. package/lib/features/userSlice.js +23 -23
  21. package/lib/features/users/useUserFunctions.d.ts +25 -25
  22. package/lib/features/users/useUserFunctions.js +124 -124
  23. package/lib/features/users/userSlice.d.ts +46 -46
  24. package/lib/features/users/userSlice.js +48 -48
  25. package/lib/firebase/firebase.d.ts +1 -1
  26. package/lib/firebase/firebase.js +6 -2
  27. package/lib/firebase/firebase.js.map +1 -1
  28. package/lib/firebase/readDatabase.js +3 -1
  29. package/lib/firebase/readDatabase.js.map +1 -1
  30. package/lib/hooks.d.ts +33 -5
  31. package/lib/hooks.js +143 -107
  32. package/lib/hooks.js.map +1 -1
  33. package/lib/images/GatsbyBenchmarks.d.ts +1 -2
  34. package/lib/reduxHooks.d.ts +1 -66
  35. package/lib/reduxHooks.js +9 -69
  36. package/lib/reduxHooks.js.map +1 -1
  37. package/lib/tasksAndTips.d.ts +2 -2
  38. package/lib/tasksAndTips.js +37 -6
  39. package/lib/tasksAndTips.js.map +1 -1
  40. package/lib/typeDefinitions.d.ts +50 -5
  41. package/lib/util.d.ts +1 -1
  42. package/lib/util.js +12 -1
  43. package/lib/util.js.map +1 -1
  44. package/package.json +52 -56
  45. package/src/DatabaseDefinitions.ts +18 -18
  46. package/src/apiCalls.ts +128 -128
  47. package/src/config.ts +50 -50
  48. package/src/constants.ts +796 -787
  49. package/src/databaseTypes.ts +42 -42
  50. package/src/features/analytics/useAnalytics.tsx +63 -63
  51. package/src/features/contacts/contactsSlice.ts +147 -147
  52. package/src/features/contacts/useContacts.tsx +73 -73
  53. package/src/features/dropdown/useDropdown.tsx +52 -52
  54. package/src/features/global/downtime/useDowntime.tsx +23 -23
  55. package/src/features/global/users/useUserFunctions.tsx +132 -132
  56. package/src/features/jobs/jobsSlice.ts +71 -71
  57. package/src/features/placements/studentPlacements/activePlacement.ts +68 -68
  58. package/src/features/placements/studentPlacements/completedStudentPlacementsSlice.ts +97 -97
  59. package/src/features/placements/studentPlacements/upcomingStudentPlacementsSlice.ts +108 -108
  60. package/src/features/placements/studentPlacements/useStudentPlacements.tsx +9 -9
  61. package/src/features/placements/types.ts +10 -10
  62. package/src/features/referrals/useReferrals.tsx +56 -56
  63. package/src/features/updates/useUpdates.tsx +38 -38
  64. package/src/firebase/firebase.tsx +149 -145
  65. package/src/firebase/firebaseConfig.tsx +45 -45
  66. package/src/firebase/firebaseQuery.tsx +151 -151
  67. package/src/firebase/persistence.ts +84 -84
  68. package/src/firebase/readDatabase.tsx +236 -235
  69. package/src/firebase/util.tsx +352 -352
  70. package/src/firebase/writeDatabase.tsx +77 -77
  71. package/src/hooks.tsx +4353 -4323
  72. package/src/images/GatsbyBenchmarks.tsx +711 -711
  73. package/src/images/LogFuturePlacement.jsx +64 -64
  74. package/src/images/LogPreviousPlacement.jsx +228 -228
  75. package/src/images/gatsby_benchmarks.svg +466 -466
  76. package/src/images/log_future_placement.svg +114 -114
  77. package/src/images/log_previous_placement.svg +199 -199
  78. package/src/index.ts +34 -34
  79. package/src/readDatabase.tsx +3 -3
  80. package/src/reduxHooks.ts +232 -297
  81. package/src/tasksAndTips.ts +1209 -1177
  82. package/src/tutorialTips.ts +58 -58
  83. package/src/typeDefinitions.ts +1003 -958
  84. package/src/util.ts +160 -150
  85. package/tsconfig.dev.json +5 -5
  86. package/tsconfig.json +21 -22
@@ -1,711 +1,711 @@
1
- /* eslint-disable max-len */
2
- import * as React from "react";
3
- export default function GatsbyBenchmarks() {
4
- return (
5
- <div style={{marginTop: "-20px"}}>
6
- <svg
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlnsXlink="http://www.w3.org/1999/xlink"
9
- xmlSpace="preserve"
10
- height="600px"
11
- viewBox="0 0 400 700"
12
- overflow="unset"
13
- >
14
- <g transform="translate(-45.305 -45.305)">
15
- <path
16
- d="M45.305 45.305C58.42 83.547 87.443 116.053 123.96 133.4c33.483 15.904 71.441 19.045 108.467 20.834 37.025 1.79 74.743 2.587 109.878 14.403 17.177 5.776 33.715 14.307 46.664 26.986 12.948 12.679 22.068 29.816 22.842 47.922.591 13.81-3.69 27.639-11.19 39.25-7.498 11.613-18.108 21.058-30.042 28.032-23.87 13.948-52.242 17.94-79.871 18.894-25.785.891-51.604-.614-77.394.088-25.791.702-51.872 3.702-75.861 13.198-23.99 9.495-45.88 26.042-57.96 48.84-6.04 11.398-9.522 24.216-9.523 37.116 0 12.9 3.542 25.857 10.572 36.674 9.09 13.984 23.662 23.893 39.468 29.22 15.806 5.327 32.813 6.329 49.443 5.045 33.26-2.566 65.348-14.004 98.602-16.647 23.553-1.871 47.899.878 69.134 11.237 10.618 5.18 20.364 12.235 28.271 21.012 7.907 8.777 13.947 19.294 17.116 30.675 3.888 13.963 3.364 29.045-.988 42.87-4.353 13.825-12.465 26.378-22.923 36.414-12.657 12.146-28.576 20.558-45.28 25.917-16.703 5.359-34.222 7.772-51.722 8.976-35.001 2.406-70.583.102-104.801 7.846-45.18 10.224-86.024 38.454-111.557 77.104"
17
- style={{
18
- fill: "none",
19
- fillOpacity: 1,
20
- stroke: "#fff",
21
- strokeWidth: 5,
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round",
24
- strokeOpacity: 1,
25
- strokeDasharray: "30,30",
26
- strokeDashoffset: 0,
27
- }}
28
- />
29
- <path
30
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
31
- style={{
32
- fill: "#378cff",
33
- fillOpacity: 1,
34
- stroke: "#264877",
35
- strokeWidth: 5,
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round",
38
- strokeDasharray: "none",
39
- strokeOpacity: 1,
40
- }}
41
- transform="translate(300.194 108.058) scale(.74868)"
42
- />
43
- <text
44
- xmlSpace="preserve"
45
- x={126.884}
46
- y={245.253}
47
- style={{
48
- fontSize: "35.2778px",
49
- fontFamily: "nunito",
50
- fill: "#fff",
51
- fillOpacity: 1,
52
- stroke: "none",
53
- strokeWidth: 4.99999,
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round",
56
- strokeDasharray: "none",
57
- strokeOpacity: 1,
58
- }}
59
- transform="translate(300.194 108.058) scale(.74868)"
60
- >
61
- <tspan
62
- x={126.884}
63
- y={245.253}
64
- style={{
65
- fontSize: "35.2778px",
66
- fill: "#fff",
67
- fillOpacity: 1,
68
- stroke: "none",
69
- strokeWidth: 5,
70
- }}
71
- >
72
- {"3"}
73
- </tspan>
74
- </text>
75
- <path
76
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
77
- style={{
78
- fill: "#378cff",
79
- fillOpacity: 1,
80
- stroke: "#264877",
81
- strokeWidth: 5,
82
- strokeLinecap: "round",
83
- strokeLinejoin: "round",
84
- strokeDasharray: "none",
85
- strokeOpacity: 1,
86
- }}
87
- transform="translate(-2.959 191.064) scale(.74868)"
88
- />
89
- <text
90
- xmlSpace="preserve"
91
- x={126.255}
92
- y={245.253}
93
- style={{
94
- fontSize: "35.2778px",
95
- fontFamily: "nunito",
96
- fill: "#fff",
97
- fillOpacity: 1,
98
- stroke: "none",
99
- strokeWidth: 4.99999,
100
- strokeLinecap: "round",
101
- strokeLinejoin: "round",
102
- strokeDasharray: "none",
103
- strokeOpacity: 1,
104
- }}
105
- transform="translate(-2.959 191.064) scale(.74868)"
106
- >
107
- <tspan
108
- x={126.255}
109
- y={245.253}
110
- style={{
111
- fontSize: "35.2778px",
112
- fill: "#fff",
113
- fillOpacity: 1,
114
- stroke: "none",
115
- strokeWidth: 5,
116
- }}
117
- >
118
- {"4"}
119
- </tspan>
120
- </text>
121
- <path
122
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
123
- style={{
124
- fill: "#378cff",
125
- fillOpacity: 1,
126
- stroke: "#264877",
127
- strokeWidth: 5,
128
- strokeLinecap: "round",
129
- strokeLinejoin: "round",
130
- strokeDasharray: "none",
131
- strokeOpacity: 1,
132
- }}
133
- transform="translate(-23.215 277.545) scale(.74868)"
134
- />
135
- <text
136
- xmlSpace="preserve"
137
- x={125.996}
138
- y={245.094}
139
- style={{
140
- fontSize: "35.2778px",
141
- fontFamily: "nunito",
142
- fill: "#fff",
143
- fillOpacity: 1,
144
- stroke: "none",
145
- strokeWidth: 4.99999,
146
- strokeLinecap: "round",
147
- strokeLinejoin: "round",
148
- strokeDasharray: "none",
149
- strokeOpacity: 1,
150
- }}
151
- transform="translate(-23.215 277.545) scale(.74868)"
152
- >
153
- <tspan
154
- x={125.996}
155
- y={245.094}
156
- style={{
157
- fontSize: "35.2778px",
158
- fill: "#fff",
159
- fillOpacity: 1,
160
- stroke: "none",
161
- strokeWidth: 5,
162
- }}
163
- >
164
- {"5"}
165
- </tspan>
166
- </text>
167
- <path
168
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
169
- style={{
170
- fill: "#378cff",
171
- fillOpacity: 1,
172
- stroke: "#264877",
173
- strokeWidth: 5,
174
- strokeLinecap: "round",
175
- strokeLinejoin: "round",
176
- strokeDasharray: "none",
177
- strokeOpacity: 1,
178
- }}
179
- transform="translate(-29.841 -80.217) scale(.74868)"
180
- />
181
- <text
182
- xmlSpace="preserve"
183
- x={125.85}
184
- y={245.377}
185
- style={{
186
- fontSize: "35.2778px",
187
- fontFamily: "nunito",
188
- fill: "#fff",
189
- fillOpacity: 1,
190
- stroke: "none",
191
- strokeWidth: 4.99999,
192
- strokeLinecap: "round",
193
- strokeLinejoin: "round",
194
- strokeDasharray: "none",
195
- strokeOpacity: 1,
196
- }}
197
- transform="translate(-29.841 -80.217) scale(.74868)"
198
- >
199
- <tspan
200
- x={125.85}
201
- y={245.377}
202
- style={{
203
- fontSize: "35.2778px",
204
- fill: "#fff",
205
- fillOpacity: 1,
206
- stroke: "none",
207
- strokeWidth: 5,
208
- }}
209
- >
210
- {"1"}
211
- </tspan>
212
- </text>
213
- <path
214
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
215
- style={{
216
- fill: "#378cff",
217
- fillOpacity: 1,
218
- stroke: "#264877",
219
- strokeWidth: 5,
220
- strokeLinecap: "round",
221
- strokeLinejoin: "round",
222
- strokeDasharray: "none",
223
- strokeOpacity: 1,
224
- }}
225
- transform="translate(281.374 16.776) scale(.74868)"
226
- />
227
- <text
228
- xmlSpace="preserve"
229
- x={126.352}
230
- y={245.412}
231
- style={{
232
- fontSize: "35.2778px",
233
- fontFamily: "nunito",
234
- fill: "#fff",
235
- fillOpacity: 1,
236
- stroke: "none",
237
- strokeWidth: 4.99999,
238
- strokeLinecap: "round",
239
- strokeLinejoin: "round",
240
- strokeDasharray: "none",
241
- strokeOpacity: 1,
242
- }}
243
- transform="translate(281.374 16.776) scale(.74868)"
244
- >
245
- <tspan
246
- x={126.352}
247
- y={245.412}
248
- style={{
249
- fontSize: "35.2778px",
250
- fill: "#fff",
251
- fillOpacity: 1,
252
- stroke: "none",
253
- strokeWidth: 5,
254
- }}
255
- >
256
- {"2"}
257
- </tspan>
258
- </text>
259
- <path
260
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
261
- style={{
262
- fill: "#378cff",
263
- fillOpacity: 1,
264
- stroke: "#264877",
265
- strokeWidth: 5,
266
- strokeLinecap: "round",
267
- strokeLinejoin: "round",
268
- strokeDasharray: "none",
269
- strokeOpacity: 1,
270
- }}
271
- transform="translate(275.216 356.114) scale(.74868)"
272
- />
273
- <text
274
- xmlSpace="preserve"
275
- x={126.379}
276
- y={245.253}
277
- style={{
278
- fontSize: "35.2778px",
279
- fontFamily: "nunito",
280
- fill: "#fff",
281
- fillOpacity: 1,
282
- stroke: "none",
283
- strokeWidth: 4.99999,
284
- strokeLinecap: "round",
285
- strokeLinejoin: "round",
286
- strokeDasharray: "none",
287
- strokeOpacity: 1,
288
- }}
289
- transform="translate(275.216 356.114) scale(.74868)"
290
- >
291
- <tspan
292
- x={126.379}
293
- y={245.253}
294
- style={{
295
- fontSize: "35.2778px",
296
- fill: "#fff",
297
- fillOpacity: 1,
298
- stroke: "none",
299
- strokeWidth: 5,
300
- }}
301
- >
302
- {"6"}
303
- </tspan>
304
- </text>
305
- <path
306
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
307
- style={{
308
- fill: "#378cff",
309
- fillOpacity: 1,
310
- stroke: "#264877",
311
- strokeWidth: 5,
312
- strokeLinecap: "round",
313
- strokeLinejoin: "round",
314
- strokeDasharray: "none",
315
- strokeOpacity: 1,
316
- }}
317
- transform="translate(270.905 434.166) scale(.74868)"
318
- />
319
- <text
320
- xmlSpace="preserve"
321
- x={126.679}
322
- y={245.13}
323
- style={{
324
- fontSize: "35.2778px",
325
- fontFamily: "nunito",
326
- fill: "#fff",
327
- fillOpacity: 1,
328
- stroke: "none",
329
- strokeWidth: 4.99999,
330
- strokeLinecap: "round",
331
- strokeLinejoin: "round",
332
- strokeDasharray: "none",
333
- strokeOpacity: 1,
334
- }}
335
- transform="translate(270.905 434.166) scale(.74868)"
336
- >
337
- <tspan
338
- x={126.679}
339
- y={245.13}
340
- style={{
341
- fontSize: "35.2778px",
342
- fill: "#fff",
343
- fillOpacity: 1,
344
- stroke: "none",
345
- strokeWidth: 5,
346
- }}
347
- >
348
- {"7"}
349
- </tspan>
350
- </text>
351
- <path
352
- d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
353
- style={{
354
- fill: "#378cff",
355
- fillOpacity: 1,
356
- stroke: "#264877",
357
- strokeWidth: 5,
358
- strokeLinecap: "round",
359
- strokeLinejoin: "round",
360
- strokeDasharray: "none",
361
- strokeOpacity: 1,
362
- }}
363
- transform="translate(-5.91 523.455) scale(.74868)"
364
- />
365
- <text
366
- xmlSpace="preserve"
367
- x={126.59}
368
- y={245.253}
369
- style={{
370
- fontSize: "35.2778px",
371
- fontFamily: "nunito",
372
- fill: "#fff",
373
- fillOpacity: 1,
374
- stroke: "none",
375
- strokeWidth: 4.99999,
376
- strokeLinecap: "round",
377
- strokeLinejoin: "round",
378
- strokeDasharray: "none",
379
- strokeOpacity: 1,
380
- }}
381
- transform="translate(-5.91 523.455) scale(.74868)"
382
- >
383
- <tspan
384
- x={126.59}
385
- y={245.253}
386
- style={{
387
- fontSize: "35.2778px",
388
- fill: "#fff",
389
- fillOpacity: 1,
390
- stroke: "none",
391
- strokeWidth: 5,
392
- }}
393
- >
394
- {"8"}
395
- </tspan>
396
- </text>
397
- <text
398
- xmlSpace="preserve"
399
- x={91.678}
400
- y={209.901}
401
- style={{
402
- fontSize: "35.2777px",
403
- fontFamily: "nunito",
404
- fill: "#fff",
405
- fillOpacity: 1,
406
- stroke: "#38383b",
407
- strokeWidth: 4.99999,
408
- strokeLinecap: "round",
409
- strokeLinejoin: "round",
410
- strokeDasharray: "30,30",
411
- strokeDashoffset: 0,
412
- strokeOpacity: 1,
413
- }}
414
- />
415
- <text
416
- xmlSpace="preserve"
417
- x={103.028}
418
- y={99.255}
419
- style={{
420
- fontSize: "19.7556px",
421
- fontFamily: "nunito",
422
- fill: "#fff",
423
- fillOpacity: 1,
424
- stroke: "#38383b",
425
- strokeWidth: 4.99999,
426
- strokeLinecap: "round",
427
- strokeLinejoin: "round",
428
- strokeDasharray: "none",
429
- strokeDashoffset: 0,
430
- strokeOpacity: 1,
431
- }}
432
- >
433
- <tspan
434
- x={103.028}
435
- y={99.255}
436
- style={{
437
- fontSize: "19.7556px",
438
- fill: "#fff",
439
- fillOpacity: 1,
440
- stroke: "none",
441
- strokeWidth: 5,
442
- strokeDasharray: "none",
443
- }}
444
- >
445
- {"A stable careers programme"}
446
- </tspan>
447
- </text>
448
- <text
449
- xmlSpace="preserve"
450
- x={78.246}
451
- y={236.29}
452
- style={{
453
- fontSize: "19.7556px",
454
- fontFamily: "nunito",
455
-
456
- whiteSpace: "pre",
457
- inlineSize: 276.785,
458
- fill: "#fff",
459
- fillOpacity: 1,
460
- stroke: "none",
461
- strokeWidth: 4.99999,
462
- strokeLinecap: "round",
463
- strokeLinejoin: "round",
464
- strokeDasharray: "none",
465
- strokeDashoffset: 0,
466
- strokeOpacity: 1,
467
- }}
468
- transform="translate(35.518 -39.378)"
469
- >
470
- <tspan x={78.246} y={236.29}>
471
- <tspan
472
- style={{
473
- strokeWidth: 5,
474
- }}
475
- >
476
- {"Learning from career and "}
477
- </tspan>
478
- </tspan>
479
- <tspan x={78.246} y={260.984}>
480
- <tspan
481
- style={{
482
- strokeWidth: 5,
483
- }}
484
- >
485
- {"labour market information"}
486
- </tspan>
487
- </tspan>
488
- </text>
489
- <text
490
- xmlSpace="preserve"
491
- x={94.099}
492
- y={275.203}
493
- style={{
494
- fontSize: "19.7556px",
495
- fontFamily: "nunito",
496
- whiteSpace: "pre",
497
- inlineSize: 197.001,
498
- fill: "#fff",
499
- fillOpacity: 1,
500
- stroke: "none",
501
- strokeWidth: 4.99999,
502
- strokeLinecap: "round",
503
- strokeLinejoin: "round",
504
- strokeDasharray: "none",
505
- strokeDashoffset: 0,
506
- strokeOpacity: 1,
507
- }}
508
- transform="translate(87.218)"
509
- >
510
- <tspan x={94.099} y={275.203}>
511
- <tspan
512
- style={{
513
- strokeWidth: 5,
514
- }}
515
- >
516
- {"Addressing the needs "}
517
- </tspan>
518
- </tspan>
519
- <tspan x={94.099} y={299.897}>
520
- <tspan
521
- style={{
522
- strokeWidth: 5,
523
- }}
524
- >
525
- {"of each pupil"}
526
- </tspan>
527
- </tspan>
528
- </text>
529
- <text
530
- xmlSpace="preserve"
531
- x={173.364}
532
- y={384.189}
533
- style={{
534
- fontSize: "19.7556px",
535
- fontFamily: "nunito",
536
- whiteSpace: "pre",
537
- inlineSize: 255.882,
538
- fill: "#fff",
539
- fillOpacity: 1,
540
- stroke: "none",
541
- strokeWidth: 4.99999,
542
- strokeLinecap: "round",
543
- strokeLinejoin: "round",
544
- strokeDasharray: "none",
545
- strokeDashoffset: 0,
546
- strokeOpacity: 1,
547
- }}
548
- transform="translate(-47.737 -5.403)"
549
- >
550
- <tspan x={173.364} y={384.189}>
551
- <tspan
552
- style={{
553
- strokeWidth: 5,
554
- }}
555
- >
556
- {"Linking curriculum learning "}
557
- </tspan>
558
- </tspan>
559
- <tspan x={173.364} y={408.884}>
560
- <tspan
561
- style={{
562
- strokeWidth: 5,
563
- }}
564
- >
565
- {"to careers"}
566
- </tspan>
567
- </tspan>
568
- </text>
569
- <text
570
- xmlSpace="preserve"
571
- x={147.973}
572
- y={451.851}
573
- style={{
574
- fontSize: "19.7556px",
575
- fontFamily: "nunito",
576
- whiteSpace: "pre",
577
- inlineSize: 261.188,
578
- fill: "#fff",
579
- fillOpacity: 1,
580
- stroke: "none",
581
- strokeWidth: 4.99999,
582
- strokeLinecap: "round",
583
- strokeLinejoin: "round",
584
- strokeDasharray: "none",
585
- strokeDashoffset: 0,
586
- strokeOpacity: 1,
587
- }}
588
- transform="translate(-40.13 -4.754)"
589
- >
590
- <tspan x={147.973} y={451.851}>
591
- <tspan
592
- style={{
593
- strokeWidth: 5,
594
- }}
595
- >
596
- {"Encounters with employers "}
597
- </tspan>
598
- </tspan>
599
- <tspan x={147.973} y={476.546}>
600
- <tspan
601
- style={{
602
- strokeWidth: 5,
603
- }}
604
- >
605
- {"and employees"}
606
- </tspan>
607
- </tspan>
608
- </text>
609
- <text
610
- xmlSpace="preserve"
611
- x={104.283}
612
- y={536.548}
613
- style={{
614
- fontSize: "19.7556px",
615
- fontFamily: "nunito",
616
- fill: "#fff",
617
- fillOpacity: 1,
618
- stroke: "none",
619
- strokeWidth: 4.99999,
620
- strokeLinecap: "round",
621
- strokeLinejoin: "round",
622
- strokeDasharray: "none",
623
- strokeDashoffset: 0,
624
- strokeOpacity: 1,
625
- }}
626
- >
627
- <tspan
628
- x={104.283}
629
- y={536.548}
630
- style={{
631
- strokeWidth: 5,
632
- fill: "#fff",
633
- fillOpacity: 1,
634
- }}
635
- >
636
- {"Experiences of workplaces"}
637
- </tspan>
638
- </text>
639
- <text
640
- xmlSpace="preserve"
641
- x={132.518}
642
- y={599.07}
643
- style={{
644
- fontSize: "19.7556px",
645
- fontFamily: "nunito",
646
- whiteSpace: "pre",
647
- inlineSize: 224.127,
648
- fill: "#fff",
649
- fillOpacity: 1,
650
- stroke: "none",
651
- strokeWidth: 4.99999,
652
- strokeLinecap: "round",
653
- strokeLinejoin: "round",
654
- strokeDasharray: "none",
655
- strokeDashoffset: 0,
656
- strokeOpacity: 1,
657
- }}
658
- >
659
- <tspan x={132.518} y={599.07}>
660
- <tspan
661
- style={{
662
- strokeWidth: 5,
663
- }}
664
- >
665
- {"Encounters with further "}
666
- </tspan>
667
- </tspan>
668
- <tspan x={132.518} y={623.765}>
669
- <tspan
670
- style={{
671
- strokeWidth: 5,
672
- }}
673
- >
674
- {"and higher education"}
675
- </tspan>
676
- </tspan>
677
- </text>
678
- <text
679
- xmlSpace="preserve"
680
- x={136.262}
681
- y={705.596}
682
- style={{
683
- fontSize: "19.7556px",
684
- fontFamily: "nunito",
685
- fill: "#fff",
686
- fillOpacity: 1,
687
- stroke: "none",
688
- strokeWidth: 4.99999,
689
- strokeLinecap: "round",
690
- strokeLinejoin: "round",
691
- strokeDasharray: "none",
692
- strokeDashoffset: 0,
693
- strokeOpacity: 1,
694
- }}
695
- >
696
- <tspan
697
- x={136.262}
698
- y={705.596}
699
- style={{
700
- strokeWidth: 5,
701
- fill: "#fff",
702
- fillOpacity: 1,
703
- }}
704
- >
705
- {"Personal guidance"}
706
- </tspan>
707
- </text>
708
- </g>
709
- </svg>
710
- </div>);
711
- }
1
+ /* eslint-disable max-len */
2
+ import * as React from "react";
3
+ export default function GatsbyBenchmarks() {
4
+ return (
5
+ <div style={{marginTop: "-20px"}}>
6
+ <svg
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlnsXlink="http://www.w3.org/1999/xlink"
9
+ xmlSpace="preserve"
10
+ height="600px"
11
+ viewBox="0 0 400 700"
12
+ overflow="unset"
13
+ >
14
+ <g transform="translate(-45.305 -45.305)">
15
+ <path
16
+ d="M45.305 45.305C58.42 83.547 87.443 116.053 123.96 133.4c33.483 15.904 71.441 19.045 108.467 20.834 37.025 1.79 74.743 2.587 109.878 14.403 17.177 5.776 33.715 14.307 46.664 26.986 12.948 12.679 22.068 29.816 22.842 47.922.591 13.81-3.69 27.639-11.19 39.25-7.498 11.613-18.108 21.058-30.042 28.032-23.87 13.948-52.242 17.94-79.871 18.894-25.785.891-51.604-.614-77.394.088-25.791.702-51.872 3.702-75.861 13.198-23.99 9.495-45.88 26.042-57.96 48.84-6.04 11.398-9.522 24.216-9.523 37.116 0 12.9 3.542 25.857 10.572 36.674 9.09 13.984 23.662 23.893 39.468 29.22 15.806 5.327 32.813 6.329 49.443 5.045 33.26-2.566 65.348-14.004 98.602-16.647 23.553-1.871 47.899.878 69.134 11.237 10.618 5.18 20.364 12.235 28.271 21.012 7.907 8.777 13.947 19.294 17.116 30.675 3.888 13.963 3.364 29.045-.988 42.87-4.353 13.825-12.465 26.378-22.923 36.414-12.657 12.146-28.576 20.558-45.28 25.917-16.703 5.359-34.222 7.772-51.722 8.976-35.001 2.406-70.583.102-104.801 7.846-45.18 10.224-86.024 38.454-111.557 77.104"
17
+ style={{
18
+ fill: "none",
19
+ fillOpacity: 1,
20
+ stroke: "#fff",
21
+ strokeWidth: 5,
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round",
24
+ strokeOpacity: 1,
25
+ strokeDasharray: "30,30",
26
+ strokeDashoffset: 0,
27
+ }}
28
+ />
29
+ <path
30
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
31
+ style={{
32
+ fill: "#378cff",
33
+ fillOpacity: 1,
34
+ stroke: "#264877",
35
+ strokeWidth: 5,
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeDasharray: "none",
39
+ strokeOpacity: 1,
40
+ }}
41
+ transform="translate(300.194 108.058) scale(.74868)"
42
+ />
43
+ <text
44
+ xmlSpace="preserve"
45
+ x={126.884}
46
+ y={245.253}
47
+ style={{
48
+ fontSize: "35.2778px",
49
+ fontFamily: "nunito",
50
+ fill: "#fff",
51
+ fillOpacity: 1,
52
+ stroke: "none",
53
+ strokeWidth: 4.99999,
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ strokeDasharray: "none",
57
+ strokeOpacity: 1,
58
+ }}
59
+ transform="translate(300.194 108.058) scale(.74868)"
60
+ >
61
+ <tspan
62
+ x={126.884}
63
+ y={245.253}
64
+ style={{
65
+ fontSize: "35.2778px",
66
+ fill: "#fff",
67
+ fillOpacity: 1,
68
+ stroke: "none",
69
+ strokeWidth: 5,
70
+ }}
71
+ >
72
+ {"3"}
73
+ </tspan>
74
+ </text>
75
+ <path
76
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
77
+ style={{
78
+ fill: "#378cff",
79
+ fillOpacity: 1,
80
+ stroke: "#264877",
81
+ strokeWidth: 5,
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeDasharray: "none",
85
+ strokeOpacity: 1,
86
+ }}
87
+ transform="translate(-2.959 191.064) scale(.74868)"
88
+ />
89
+ <text
90
+ xmlSpace="preserve"
91
+ x={126.255}
92
+ y={245.253}
93
+ style={{
94
+ fontSize: "35.2778px",
95
+ fontFamily: "nunito",
96
+ fill: "#fff",
97
+ fillOpacity: 1,
98
+ stroke: "none",
99
+ strokeWidth: 4.99999,
100
+ strokeLinecap: "round",
101
+ strokeLinejoin: "round",
102
+ strokeDasharray: "none",
103
+ strokeOpacity: 1,
104
+ }}
105
+ transform="translate(-2.959 191.064) scale(.74868)"
106
+ >
107
+ <tspan
108
+ x={126.255}
109
+ y={245.253}
110
+ style={{
111
+ fontSize: "35.2778px",
112
+ fill: "#fff",
113
+ fillOpacity: 1,
114
+ stroke: "none",
115
+ strokeWidth: 5,
116
+ }}
117
+ >
118
+ {"4"}
119
+ </tspan>
120
+ </text>
121
+ <path
122
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
123
+ style={{
124
+ fill: "#378cff",
125
+ fillOpacity: 1,
126
+ stroke: "#264877",
127
+ strokeWidth: 5,
128
+ strokeLinecap: "round",
129
+ strokeLinejoin: "round",
130
+ strokeDasharray: "none",
131
+ strokeOpacity: 1,
132
+ }}
133
+ transform="translate(-23.215 277.545) scale(.74868)"
134
+ />
135
+ <text
136
+ xmlSpace="preserve"
137
+ x={125.996}
138
+ y={245.094}
139
+ style={{
140
+ fontSize: "35.2778px",
141
+ fontFamily: "nunito",
142
+ fill: "#fff",
143
+ fillOpacity: 1,
144
+ stroke: "none",
145
+ strokeWidth: 4.99999,
146
+ strokeLinecap: "round",
147
+ strokeLinejoin: "round",
148
+ strokeDasharray: "none",
149
+ strokeOpacity: 1,
150
+ }}
151
+ transform="translate(-23.215 277.545) scale(.74868)"
152
+ >
153
+ <tspan
154
+ x={125.996}
155
+ y={245.094}
156
+ style={{
157
+ fontSize: "35.2778px",
158
+ fill: "#fff",
159
+ fillOpacity: 1,
160
+ stroke: "none",
161
+ strokeWidth: 5,
162
+ }}
163
+ >
164
+ {"5"}
165
+ </tspan>
166
+ </text>
167
+ <path
168
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
169
+ style={{
170
+ fill: "#378cff",
171
+ fillOpacity: 1,
172
+ stroke: "#264877",
173
+ strokeWidth: 5,
174
+ strokeLinecap: "round",
175
+ strokeLinejoin: "round",
176
+ strokeDasharray: "none",
177
+ strokeOpacity: 1,
178
+ }}
179
+ transform="translate(-29.841 -80.217) scale(.74868)"
180
+ />
181
+ <text
182
+ xmlSpace="preserve"
183
+ x={125.85}
184
+ y={245.377}
185
+ style={{
186
+ fontSize: "35.2778px",
187
+ fontFamily: "nunito",
188
+ fill: "#fff",
189
+ fillOpacity: 1,
190
+ stroke: "none",
191
+ strokeWidth: 4.99999,
192
+ strokeLinecap: "round",
193
+ strokeLinejoin: "round",
194
+ strokeDasharray: "none",
195
+ strokeOpacity: 1,
196
+ }}
197
+ transform="translate(-29.841 -80.217) scale(.74868)"
198
+ >
199
+ <tspan
200
+ x={125.85}
201
+ y={245.377}
202
+ style={{
203
+ fontSize: "35.2778px",
204
+ fill: "#fff",
205
+ fillOpacity: 1,
206
+ stroke: "none",
207
+ strokeWidth: 5,
208
+ }}
209
+ >
210
+ {"1"}
211
+ </tspan>
212
+ </text>
213
+ <path
214
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
215
+ style={{
216
+ fill: "#378cff",
217
+ fillOpacity: 1,
218
+ stroke: "#264877",
219
+ strokeWidth: 5,
220
+ strokeLinecap: "round",
221
+ strokeLinejoin: "round",
222
+ strokeDasharray: "none",
223
+ strokeOpacity: 1,
224
+ }}
225
+ transform="translate(281.374 16.776) scale(.74868)"
226
+ />
227
+ <text
228
+ xmlSpace="preserve"
229
+ x={126.352}
230
+ y={245.412}
231
+ style={{
232
+ fontSize: "35.2778px",
233
+ fontFamily: "nunito",
234
+ fill: "#fff",
235
+ fillOpacity: 1,
236
+ stroke: "none",
237
+ strokeWidth: 4.99999,
238
+ strokeLinecap: "round",
239
+ strokeLinejoin: "round",
240
+ strokeDasharray: "none",
241
+ strokeOpacity: 1,
242
+ }}
243
+ transform="translate(281.374 16.776) scale(.74868)"
244
+ >
245
+ <tspan
246
+ x={126.352}
247
+ y={245.412}
248
+ style={{
249
+ fontSize: "35.2778px",
250
+ fill: "#fff",
251
+ fillOpacity: 1,
252
+ stroke: "none",
253
+ strokeWidth: 5,
254
+ }}
255
+ >
256
+ {"2"}
257
+ </tspan>
258
+ </text>
259
+ <path
260
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
261
+ style={{
262
+ fill: "#378cff",
263
+ fillOpacity: 1,
264
+ stroke: "#264877",
265
+ strokeWidth: 5,
266
+ strokeLinecap: "round",
267
+ strokeLinejoin: "round",
268
+ strokeDasharray: "none",
269
+ strokeOpacity: 1,
270
+ }}
271
+ transform="translate(275.216 356.114) scale(.74868)"
272
+ />
273
+ <text
274
+ xmlSpace="preserve"
275
+ x={126.379}
276
+ y={245.253}
277
+ style={{
278
+ fontSize: "35.2778px",
279
+ fontFamily: "nunito",
280
+ fill: "#fff",
281
+ fillOpacity: 1,
282
+ stroke: "none",
283
+ strokeWidth: 4.99999,
284
+ strokeLinecap: "round",
285
+ strokeLinejoin: "round",
286
+ strokeDasharray: "none",
287
+ strokeOpacity: 1,
288
+ }}
289
+ transform="translate(275.216 356.114) scale(.74868)"
290
+ >
291
+ <tspan
292
+ x={126.379}
293
+ y={245.253}
294
+ style={{
295
+ fontSize: "35.2778px",
296
+ fill: "#fff",
297
+ fillOpacity: 1,
298
+ stroke: "none",
299
+ strokeWidth: 5,
300
+ }}
301
+ >
302
+ {"6"}
303
+ </tspan>
304
+ </text>
305
+ <path
306
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
307
+ style={{
308
+ fill: "#378cff",
309
+ fillOpacity: 1,
310
+ stroke: "#264877",
311
+ strokeWidth: 5,
312
+ strokeLinecap: "round",
313
+ strokeLinejoin: "round",
314
+ strokeDasharray: "none",
315
+ strokeOpacity: 1,
316
+ }}
317
+ transform="translate(270.905 434.166) scale(.74868)"
318
+ />
319
+ <text
320
+ xmlSpace="preserve"
321
+ x={126.679}
322
+ y={245.13}
323
+ style={{
324
+ fontSize: "35.2778px",
325
+ fontFamily: "nunito",
326
+ fill: "#fff",
327
+ fillOpacity: 1,
328
+ stroke: "none",
329
+ strokeWidth: 4.99999,
330
+ strokeLinecap: "round",
331
+ strokeLinejoin: "round",
332
+ strokeDasharray: "none",
333
+ strokeOpacity: 1,
334
+ }}
335
+ transform="translate(270.905 434.166) scale(.74868)"
336
+ >
337
+ <tspan
338
+ x={126.679}
339
+ y={245.13}
340
+ style={{
341
+ fontSize: "35.2778px",
342
+ fill: "#fff",
343
+ fillOpacity: 1,
344
+ stroke: "none",
345
+ strokeWidth: 5,
346
+ }}
347
+ >
348
+ {"7"}
349
+ </tspan>
350
+ </text>
351
+ <path
352
+ d="M152.93 249.092a22.653 22.653 0 0 1-32.028-.515 22.653 22.653 0 0 1 .51-32.029 22.653 22.653 0 0 1 32.03.506 22.653 22.653 0 0 1-.502 32.029"
353
+ style={{
354
+ fill: "#378cff",
355
+ fillOpacity: 1,
356
+ stroke: "#264877",
357
+ strokeWidth: 5,
358
+ strokeLinecap: "round",
359
+ strokeLinejoin: "round",
360
+ strokeDasharray: "none",
361
+ strokeOpacity: 1,
362
+ }}
363
+ transform="translate(-5.91 523.455) scale(.74868)"
364
+ />
365
+ <text
366
+ xmlSpace="preserve"
367
+ x={126.59}
368
+ y={245.253}
369
+ style={{
370
+ fontSize: "35.2778px",
371
+ fontFamily: "nunito",
372
+ fill: "#fff",
373
+ fillOpacity: 1,
374
+ stroke: "none",
375
+ strokeWidth: 4.99999,
376
+ strokeLinecap: "round",
377
+ strokeLinejoin: "round",
378
+ strokeDasharray: "none",
379
+ strokeOpacity: 1,
380
+ }}
381
+ transform="translate(-5.91 523.455) scale(.74868)"
382
+ >
383
+ <tspan
384
+ x={126.59}
385
+ y={245.253}
386
+ style={{
387
+ fontSize: "35.2778px",
388
+ fill: "#fff",
389
+ fillOpacity: 1,
390
+ stroke: "none",
391
+ strokeWidth: 5,
392
+ }}
393
+ >
394
+ {"8"}
395
+ </tspan>
396
+ </text>
397
+ <text
398
+ xmlSpace="preserve"
399
+ x={91.678}
400
+ y={209.901}
401
+ style={{
402
+ fontSize: "35.2777px",
403
+ fontFamily: "nunito",
404
+ fill: "#fff",
405
+ fillOpacity: 1,
406
+ stroke: "#38383b",
407
+ strokeWidth: 4.99999,
408
+ strokeLinecap: "round",
409
+ strokeLinejoin: "round",
410
+ strokeDasharray: "30,30",
411
+ strokeDashoffset: 0,
412
+ strokeOpacity: 1,
413
+ }}
414
+ />
415
+ <text
416
+ xmlSpace="preserve"
417
+ x={103.028}
418
+ y={99.255}
419
+ style={{
420
+ fontSize: "19.7556px",
421
+ fontFamily: "nunito",
422
+ fill: "#fff",
423
+ fillOpacity: 1,
424
+ stroke: "#38383b",
425
+ strokeWidth: 4.99999,
426
+ strokeLinecap: "round",
427
+ strokeLinejoin: "round",
428
+ strokeDasharray: "none",
429
+ strokeDashoffset: 0,
430
+ strokeOpacity: 1,
431
+ }}
432
+ >
433
+ <tspan
434
+ x={103.028}
435
+ y={99.255}
436
+ style={{
437
+ fontSize: "19.7556px",
438
+ fill: "#fff",
439
+ fillOpacity: 1,
440
+ stroke: "none",
441
+ strokeWidth: 5,
442
+ strokeDasharray: "none",
443
+ }}
444
+ >
445
+ {"A stable careers programme"}
446
+ </tspan>
447
+ </text>
448
+ <text
449
+ xmlSpace="preserve"
450
+ x={78.246}
451
+ y={236.29}
452
+ style={{
453
+ fontSize: "19.7556px",
454
+ fontFamily: "nunito",
455
+
456
+ whiteSpace: "pre",
457
+ inlineSize: 276.785,
458
+ fill: "#fff",
459
+ fillOpacity: 1,
460
+ stroke: "none",
461
+ strokeWidth: 4.99999,
462
+ strokeLinecap: "round",
463
+ strokeLinejoin: "round",
464
+ strokeDasharray: "none",
465
+ strokeDashoffset: 0,
466
+ strokeOpacity: 1,
467
+ }}
468
+ transform="translate(35.518 -39.378)"
469
+ >
470
+ <tspan x={78.246} y={236.29}>
471
+ <tspan
472
+ style={{
473
+ strokeWidth: 5,
474
+ }}
475
+ >
476
+ {"Learning from career and "}
477
+ </tspan>
478
+ </tspan>
479
+ <tspan x={78.246} y={260.984}>
480
+ <tspan
481
+ style={{
482
+ strokeWidth: 5,
483
+ }}
484
+ >
485
+ {"labour market information"}
486
+ </tspan>
487
+ </tspan>
488
+ </text>
489
+ <text
490
+ xmlSpace="preserve"
491
+ x={94.099}
492
+ y={275.203}
493
+ style={{
494
+ fontSize: "19.7556px",
495
+ fontFamily: "nunito",
496
+ whiteSpace: "pre",
497
+ inlineSize: 197.001,
498
+ fill: "#fff",
499
+ fillOpacity: 1,
500
+ stroke: "none",
501
+ strokeWidth: 4.99999,
502
+ strokeLinecap: "round",
503
+ strokeLinejoin: "round",
504
+ strokeDasharray: "none",
505
+ strokeDashoffset: 0,
506
+ strokeOpacity: 1,
507
+ }}
508
+ transform="translate(87.218)"
509
+ >
510
+ <tspan x={94.099} y={275.203}>
511
+ <tspan
512
+ style={{
513
+ strokeWidth: 5,
514
+ }}
515
+ >
516
+ {"Addressing the needs "}
517
+ </tspan>
518
+ </tspan>
519
+ <tspan x={94.099} y={299.897}>
520
+ <tspan
521
+ style={{
522
+ strokeWidth: 5,
523
+ }}
524
+ >
525
+ {"of each pupil"}
526
+ </tspan>
527
+ </tspan>
528
+ </text>
529
+ <text
530
+ xmlSpace="preserve"
531
+ x={173.364}
532
+ y={384.189}
533
+ style={{
534
+ fontSize: "19.7556px",
535
+ fontFamily: "nunito",
536
+ whiteSpace: "pre",
537
+ inlineSize: 255.882,
538
+ fill: "#fff",
539
+ fillOpacity: 1,
540
+ stroke: "none",
541
+ strokeWidth: 4.99999,
542
+ strokeLinecap: "round",
543
+ strokeLinejoin: "round",
544
+ strokeDasharray: "none",
545
+ strokeDashoffset: 0,
546
+ strokeOpacity: 1,
547
+ }}
548
+ transform="translate(-47.737 -5.403)"
549
+ >
550
+ <tspan x={173.364} y={384.189}>
551
+ <tspan
552
+ style={{
553
+ strokeWidth: 5,
554
+ }}
555
+ >
556
+ {"Linking curriculum learning "}
557
+ </tspan>
558
+ </tspan>
559
+ <tspan x={173.364} y={408.884}>
560
+ <tspan
561
+ style={{
562
+ strokeWidth: 5,
563
+ }}
564
+ >
565
+ {"to careers"}
566
+ </tspan>
567
+ </tspan>
568
+ </text>
569
+ <text
570
+ xmlSpace="preserve"
571
+ x={147.973}
572
+ y={451.851}
573
+ style={{
574
+ fontSize: "19.7556px",
575
+ fontFamily: "nunito",
576
+ whiteSpace: "pre",
577
+ inlineSize: 261.188,
578
+ fill: "#fff",
579
+ fillOpacity: 1,
580
+ stroke: "none",
581
+ strokeWidth: 4.99999,
582
+ strokeLinecap: "round",
583
+ strokeLinejoin: "round",
584
+ strokeDasharray: "none",
585
+ strokeDashoffset: 0,
586
+ strokeOpacity: 1,
587
+ }}
588
+ transform="translate(-40.13 -4.754)"
589
+ >
590
+ <tspan x={147.973} y={451.851}>
591
+ <tspan
592
+ style={{
593
+ strokeWidth: 5,
594
+ }}
595
+ >
596
+ {"Encounters with employers "}
597
+ </tspan>
598
+ </tspan>
599
+ <tspan x={147.973} y={476.546}>
600
+ <tspan
601
+ style={{
602
+ strokeWidth: 5,
603
+ }}
604
+ >
605
+ {"and employees"}
606
+ </tspan>
607
+ </tspan>
608
+ </text>
609
+ <text
610
+ xmlSpace="preserve"
611
+ x={104.283}
612
+ y={536.548}
613
+ style={{
614
+ fontSize: "19.7556px",
615
+ fontFamily: "nunito",
616
+ fill: "#fff",
617
+ fillOpacity: 1,
618
+ stroke: "none",
619
+ strokeWidth: 4.99999,
620
+ strokeLinecap: "round",
621
+ strokeLinejoin: "round",
622
+ strokeDasharray: "none",
623
+ strokeDashoffset: 0,
624
+ strokeOpacity: 1,
625
+ }}
626
+ >
627
+ <tspan
628
+ x={104.283}
629
+ y={536.548}
630
+ style={{
631
+ strokeWidth: 5,
632
+ fill: "#fff",
633
+ fillOpacity: 1,
634
+ }}
635
+ >
636
+ {"Experiences of workplaces"}
637
+ </tspan>
638
+ </text>
639
+ <text
640
+ xmlSpace="preserve"
641
+ x={132.518}
642
+ y={599.07}
643
+ style={{
644
+ fontSize: "19.7556px",
645
+ fontFamily: "nunito",
646
+ whiteSpace: "pre",
647
+ inlineSize: 224.127,
648
+ fill: "#fff",
649
+ fillOpacity: 1,
650
+ stroke: "none",
651
+ strokeWidth: 4.99999,
652
+ strokeLinecap: "round",
653
+ strokeLinejoin: "round",
654
+ strokeDasharray: "none",
655
+ strokeDashoffset: 0,
656
+ strokeOpacity: 1,
657
+ }}
658
+ >
659
+ <tspan x={132.518} y={599.07}>
660
+ <tspan
661
+ style={{
662
+ strokeWidth: 5,
663
+ }}
664
+ >
665
+ {"Encounters with further "}
666
+ </tspan>
667
+ </tspan>
668
+ <tspan x={132.518} y={623.765}>
669
+ <tspan
670
+ style={{
671
+ strokeWidth: 5,
672
+ }}
673
+ >
674
+ {"and higher education"}
675
+ </tspan>
676
+ </tspan>
677
+ </text>
678
+ <text
679
+ xmlSpace="preserve"
680
+ x={136.262}
681
+ y={705.596}
682
+ style={{
683
+ fontSize: "19.7556px",
684
+ fontFamily: "nunito",
685
+ fill: "#fff",
686
+ fillOpacity: 1,
687
+ stroke: "none",
688
+ strokeWidth: 4.99999,
689
+ strokeLinecap: "round",
690
+ strokeLinejoin: "round",
691
+ strokeDasharray: "none",
692
+ strokeDashoffset: 0,
693
+ strokeOpacity: 1,
694
+ }}
695
+ >
696
+ <tspan
697
+ x={136.262}
698
+ y={705.596}
699
+ style={{
700
+ strokeWidth: 5,
701
+ fill: "#fff",
702
+ fillOpacity: 1,
703
+ }}
704
+ >
705
+ {"Personal guidance"}
706
+ </tspan>
707
+ </text>
708
+ </g>
709
+ </svg>
710
+ </div>);
711
+ }