elixir-toolkit-theme 1.21.0 → 1.23.0

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 (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/_includes/contributor-minitiles-page.html +1 -1
  4. data/_includes/dev-info.html +3 -0
  5. data/_includes/footer.html +30 -4
  6. data/_includes/section-navigation-tiles-simple.html +3 -0
  7. data/_includes/section-navigation-tiles.html +2 -2
  8. data/_includes/topnav.html +9 -1
  9. data/_includes/training-table-all.html +11 -1
  10. data/_layouts/default.html +2 -1
  11. data/_sass/_variables.scss +1 -0
  12. data/_sass/bootstrap/_accordion.scss +56 -25
  13. data/_sass/bootstrap/_alert.scss +18 -4
  14. data/_sass/bootstrap/_badge.scss +14 -5
  15. data/_sass/bootstrap/_breadcrumb.scss +22 -10
  16. data/_sass/bootstrap/_button-group.scss +4 -1
  17. data/_sass/bootstrap/_buttons.scss +125 -29
  18. data/_sass/bootstrap/_card.scss +55 -37
  19. data/_sass/bootstrap/_carousel.scss +0 -3
  20. data/_sass/bootstrap/_close.scss +1 -1
  21. data/_sass/bootstrap/_containers.scss +1 -1
  22. data/_sass/bootstrap/_dropdown.scss +85 -76
  23. data/_sass/bootstrap/_functions.scss +9 -9
  24. data/_sass/bootstrap/_grid.scss +3 -3
  25. data/_sass/bootstrap/_helpers.scss +1 -0
  26. data/_sass/bootstrap/_list-group.scss +48 -30
  27. data/_sass/bootstrap/_maps.scss +54 -0
  28. data/_sass/bootstrap/_modal.scss +71 -43
  29. data/_sass/bootstrap/_nav.scss +53 -20
  30. data/_sass/bootstrap/_navbar.scss +93 -150
  31. data/_sass/bootstrap/_offcanvas.scss +120 -59
  32. data/_sass/bootstrap/_pagination.scss +66 -21
  33. data/_sass/bootstrap/_placeholders.scss +1 -1
  34. data/_sass/bootstrap/_popover.scss +90 -52
  35. data/_sass/bootstrap/_progress.scss +20 -9
  36. data/_sass/bootstrap/_reboot.scss +25 -40
  37. data/_sass/bootstrap/_root.scss +40 -21
  38. data/_sass/bootstrap/_spinners.scss +38 -22
  39. data/_sass/bootstrap/_tables.scss +32 -23
  40. data/_sass/bootstrap/_toasts.scss +38 -16
  41. data/_sass/bootstrap/_tooltip.scss +61 -56
  42. data/_sass/bootstrap/_type.scss +2 -0
  43. data/_sass/bootstrap/_utilities.scss +43 -26
  44. data/_sass/bootstrap/_variables.scss +128 -135
  45. data/_sass/bootstrap/bootstrap-grid.scss +3 -6
  46. data/_sass/bootstrap/bootstrap-reboot.scss +3 -7
  47. data/_sass/bootstrap/bootstrap-utilities.scss +6 -6
  48. data/_sass/bootstrap/bootstrap.scss +4 -6
  49. data/_sass/bootstrap/forms/_floating-labels.scss +15 -3
  50. data/_sass/bootstrap/forms/_form-check.scss +28 -5
  51. data/_sass/bootstrap/forms/_form-control.scss +12 -37
  52. data/_sass/bootstrap/forms/_form-select.scss +0 -1
  53. data/_sass/bootstrap/forms/_input-group.scss +19 -8
  54. data/_sass/bootstrap/helpers/_color-bg.scss +10 -0
  55. data/_sass/bootstrap/helpers/_colored-links.scss +2 -2
  56. data/_sass/bootstrap/helpers/_position.scss +7 -1
  57. data/_sass/bootstrap/helpers/_ratio.scss +2 -2
  58. data/_sass/bootstrap/helpers/_vr.scss +1 -1
  59. data/_sass/bootstrap/mixins/_alert.scss +7 -3
  60. data/_sass/bootstrap/mixins/_banner.scss +9 -0
  61. data/_sass/bootstrap/mixins/_breakpoints.scss +8 -8
  62. data/_sass/bootstrap/mixins/_buttons.scss +32 -95
  63. data/_sass/bootstrap/mixins/_container.scss +4 -2
  64. data/_sass/bootstrap/mixins/_forms.scss +18 -10
  65. data/_sass/bootstrap/mixins/_gradients.scss +1 -1
  66. data/_sass/bootstrap/mixins/_grid.scss +12 -12
  67. data/_sass/bootstrap/mixins/_pagination.scss +4 -25
  68. data/_sass/bootstrap/mixins/_reset-text.scss +1 -1
  69. data/_sass/bootstrap/mixins/_table-variants.scss +12 -9
  70. data/_sass/bootstrap/mixins/_utilities.scss +13 -5
  71. data/assets/css/all.min.css +2 -2
  72. data/assets/css/main.scss +22 -3
  73. data/assets/img/android-chrome-192x192.png +0 -0
  74. data/assets/img/android-chrome-512x512.png +0 -0
  75. data/assets/img/apple-touch-icon.png +0 -0
  76. data/assets/img/ett_compact_logo.svg +22 -0
  77. data/assets/img/ett_compact_logo_bw.svg +22 -0
  78. data/assets/img/favicon-16x16.png +0 -0
  79. data/assets/img/favicon-32x32.png +0 -0
  80. data/assets/img/favicon.ico +0 -0
  81. data/assets/img/main_logo.svg +46 -57
  82. data/assets/img/safari-pinned-tab.svg +16 -12
  83. data/assets/js/bootstrap.bundle.min.js +3 -3
  84. data/assets/js/bootstrap.bundle.min.js.map +1 -1
  85. data/assets/webfonts/fa-brands-400.ttf +0 -0
  86. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  87. data/assets/webfonts/fa-regular-400.ttf +0 -0
  88. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  89. data/assets/webfonts/fa-solid-900.ttf +0 -0
  90. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  91. data/assets/webfonts/fa-v4compatibility.ttf +0 -0
  92. data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  93. metadata +9 -6
  94. data/assets/img/jekyll_theme_question.svg +0 -1
  95. data/assets/img/jekyll_theme_question_inverted.svg +0 -1
  96. data/assets/img/main_logo_condesed.svg +0 -1
data/assets/css/main.scss CHANGED
@@ -59,7 +59,7 @@ main {
59
59
 
60
60
  ol li,
61
61
  ul li {
62
- margin: $spacer * .5 0;
62
+ margin: $spacer * 0.5 0;
63
63
 
64
64
  &::marker {
65
65
  color: $primary;
@@ -163,7 +163,7 @@ header .navbar {
163
163
  transition: transform 0.2s ease-in-out;
164
164
  }
165
165
 
166
- .dropdown-toggle[aria-expanded=true]::after {
166
+ .dropdown-toggle[aria-expanded="true"]::after {
167
167
  transform: rotate(-180deg);
168
168
  }
169
169
 
@@ -288,6 +288,12 @@ header .navbar {
288
288
  }
289
289
  }
290
290
 
291
+ #side-nav .btn.sidebar-title {
292
+ color: $sidebar-color;
293
+ background-color: transparent;
294
+ border-color: transparent
295
+ }
296
+
291
297
  .sidebar-collapse {
292
298
  background-color: $sidebar-bg;
293
299
 
@@ -478,6 +484,18 @@ footer {
478
484
  .copyright {
479
485
  background-color: $footer-copyright-bg;
480
486
  }
487
+
488
+ #ett-logo {
489
+ .cls-1 {
490
+ fill: $footer-ett;
491
+ }
492
+ &:hover {
493
+ .cls-1 {
494
+ fill: #0d6efd;
495
+ }
496
+ color: #0d6efd !important;
497
+ }
498
+ }
481
499
  }
482
500
 
483
501
  /*-----Back to top-----*/
@@ -723,7 +741,8 @@ li.past_event,
723
741
  .card {
724
742
  background-color: $nav-card-bg;
725
743
 
726
- a:not(.stretched-link), button:not(.stretched-link) {
744
+ a:not(.stretched-link),
745
+ button:not(.stretched-link) {
727
746
  z-index: 2;
728
747
  position: relative;
729
748
  }
Binary file
Binary file
Binary file
@@ -0,0 +1,22 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="77.2" height="77.12" viewBox="0 0 77.2 77.12">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #0d6efd;
6
+ }
7
+
8
+ .cls-2, .cls-3 {
9
+ fill: #fff;
10
+ }
11
+
12
+ .cls-2 {
13
+ opacity: 0.18;
14
+ }
15
+ </style>
16
+ </defs>
17
+ <g>
18
+ <circle class="cls-1" cx="38.56" cy="38.56" r="38.56"/>
19
+ <path class="cls-2" d="M9,48.08a44.19,44.19,0,0,0,4.68,19.84A38.56,38.56,0,1,0,55.16,3.72c-.59,0-1.19-.05-1.79-.05A44.4,44.4,0,0,0,9,48.08Z"/>
20
+ <path class="cls-3" d="M54,20.52H13.64a.85.85,0,0,0-.84.85v34a.84.84,0,0,0,.84.84H30a.84.84,0,0,0,.85-.84V51.16a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.85V42a.85.85,0,0,1,.85-.84h8.66a.85.85,0,0,0,.85-.85V36.06a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.84V27.29a.85.85,0,0,1,.85-.85H38.26a.85.85,0,0,1,.85.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.84-.85H61.27a.85.85,0,0,1,.84.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.85-.85h6.77a.84.84,0,0,0,.84-.85V21.37a.84.84,0,0,0-.84-.85Z"/>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="77.2" height="77.12" viewBox="0 0 77.2 77.12">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #111;
6
+ }
7
+
8
+ .cls-2, .cls-3 {
9
+ fill: #fff;
10
+ }
11
+
12
+ .cls-2 {
13
+ opacity: 0.18;
14
+ }
15
+ </style>
16
+ </defs>
17
+ <g>
18
+ <circle class="cls-1" cx="38.56" cy="38.56" r="38.56"/>
19
+ <path class="cls-2" d="M9,48.08a44.19,44.19,0,0,0,4.68,19.84A38.56,38.56,0,1,0,55.16,3.72c-.59,0-1.19-.05-1.79-.05A44.4,44.4,0,0,0,9,48.08Z"/>
20
+ <path class="cls-3" d="M54,20.52H13.64a.85.85,0,0,0-.84.85v34a.84.84,0,0,0,.84.84H30a.84.84,0,0,0,.85-.84V51.16a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.85V42a.85.85,0,0,1,.85-.84h8.66a.85.85,0,0,0,.85-.85V36.06a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.84V27.29a.85.85,0,0,1,.85-.85H38.26a.85.85,0,0,1,.85.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.84-.85H61.27a.85.85,0,0,1,.84.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.85-.85h6.77a.84.84,0,0,0,.84-.85V21.37a.84.84,0,0,0-.84-.85Z"/>
21
+ </g>
22
+ </svg>
Binary file
Binary file
Binary file
@@ -1,57 +1,46 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- id="svg8"
9
- version="1.1"
10
- height="800"
11
- width="800">
12
- <metadata
13
- id="metadata14">
14
- <rdf:RDF>
15
- <cc:Work
16
- rdf:about="">
17
- <dc:format>image/svg+xml</dc:format>
18
- <dc:type
19
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
20
- <dc:title></dc:title>
21
- </cc:Work>
22
- </rdf:RDF>
23
- </metadata>
24
- <defs
25
- id="defs12" />
26
- <g
27
- id="g6">
28
- <title
29
- id="title2">Layer 1</title>
30
- <path
31
- style="fill:#ffffff"
32
- id="path837"
33
- d="M 427.07422 798.56055 L 427.07422 200.65234 L 479.24805 200.65234 L 479.24805 151.07031 L 311.76953 151.07031 L 311.76953 200.65234 L 367.69141 200.65234 L 367.69141 797.90234 A 400 399.51779 0 0 0 400 799.51758 A 400 399.51779 0 0 0 427.07422 798.56055 z " />
34
- <path
35
- style="fill:#0d6efd"
36
- id="path843"
37
- d="M 746.24023 200.65234 L 616.39062 200.65234 L 616.39062 735.87695 A 400 399.51779 0 0 0 800 400 A 400 399.51779 0 0 0 746.24023 200.65234 z " />
38
- <path
39
- style="fill:#ffffff"
40
- id="path841"
41
- d="M 712.36719 151.07031 L 501.08594 151.07031 L 501.08594 200.65234 L 557.00781 200.65234 L 557.00781 766.91211 A 400 399.51779 0 0 0 616.39062 735.87695 L 616.39062 200.65234 L 746.24023 200.65234 A 400 399.51779 0 0 0 712.36719 151.07031 z " />
42
- <path
43
- style="fill:#0d6efd"
44
- id="svg_2"
45
- d="M 400 0.48242188 A 400 399.51779 0 0 0 0 400 A 400 399.51779 0 0 0 367.69141 797.90234 L 367.69141 200.65234 L 311.76953 200.65234 L 311.76953 151.07031 L 479.24805 151.07031 L 479.24805 200.65234 L 427.07422 200.65234 L 427.07422 798.56055 A 400 399.51779 0 0 0 557.00781 766.91211 L 557.00781 200.65234 L 501.08594 200.65234 L 501.08594 151.07031 L 712.36719 151.07031 A 400 399.51779 0 0 0 400 0.48242188 z " />
46
- <g
47
- id="svg_4"
48
- style="font-size:24px;font-family:Antonio;text-anchor:start;fill:#ffffff;stroke-width:0"
49
- transform="matrix(24.5982 0 0 24.5982 -15937.9 -13644)"
50
- aria-label="ETT">
51
- <path
52
- id="path821"
53
- style="font-size:24px;font-family:Antonio;text-anchor:start;fill:#ffffff;stroke-width:0"
54
- d="m 653.48785,581.44128 v -20.625 h 6.16407 v 2.01563 h -3.73828 v 7.05469 h 3.53906 v 2.01562 h -3.53906 v 7.52344 h 3.78515 v 2.01562 z" />
55
- </g>
56
- </g>
57
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="456.27" height="77.12" viewBox="0 0 456.27 77.12">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ fill: #0d6efd;
6
+ }
7
+
8
+ .cls-2, .cls-3 {
9
+ fill: #fff;
10
+ }
11
+
12
+ .cls-2 {
13
+ opacity: 0.18;
14
+ }
15
+ </style>
16
+ </defs>
17
+ <g id="Layer_1" data-name="Layer 1">
18
+ <g>
19
+ <circle class="cls-1" cx="38.56" cy="38.56" r="38.56"/>
20
+ <path class="cls-2" d="M9,48.08a44.19,44.19,0,0,0,4.68,19.84A38.56,38.56,0,1,0,55.16,3.72c-.59,0-1.19-.05-1.79-.05A44.4,44.4,0,0,0,9,48.08Z"/>
21
+ <path class="cls-3" d="M54,20.52H13.64a.85.85,0,0,0-.84.85v34a.84.84,0,0,0,.84.84H30a.84.84,0,0,0,.85-.84V51.16a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.85V42a.85.85,0,0,1,.85-.84h8.66a.85.85,0,0,0,.85-.85V36.06a.85.85,0,0,0-.85-.85H20.07a.85.85,0,0,1-.85-.84V27.29a.85.85,0,0,1,.85-.85H38.26a.85.85,0,0,1,.85.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.84-.85H61.27a.85.85,0,0,1,.84.85V55.38a.84.84,0,0,0,.85.84h4.73a.84.84,0,0,0,.85-.84V27.29a.85.85,0,0,1,.85-.85h6.77a.84.84,0,0,0,.84-.85V21.37a.84.84,0,0,0-.84-.85Z"/>
22
+ </g>
23
+ </g>
24
+ <g id="Layer_2" data-name="Layer 2">
25
+ <g>
26
+ <path class="cls-1" d="M103.54,22.11H120v5.45H109.46v8.09H119V41.1h-9.54v8.46h10.72V55H103.54Z"/>
27
+ <path class="cls-1" d="M141.23,55H123.75V22.11h5.92V49.56h11.56Z"/>
28
+ <path class="cls-1" d="M144.2,22.11h5.92V55H144.2Z"/>
29
+ <path class="cls-1" d="M161.07,38.28l-7.29-16.17h7.15l3.8,9.4.9,3.57.84-3.57,4-9.4h6.39L169.34,38,177.24,55h-6.91L165.91,44.9l-1-3.66L164,44.9,159.56,55H153Z"/>
30
+ <path class="cls-1" d="M180.2,22.11h5.92V55H180.2Z"/>
31
+ <path class="cls-1" d="M190.87,22.44a31.23,31.23,0,0,1,4.13-.61c1.47-.13,2.74-.19,3.81-.19a19.18,19.18,0,0,1,3.95.4,8.83,8.83,0,0,1,3.4,1.46,7.7,7.7,0,0,1,2.4,2.86,10.16,10.16,0,0,1,.92,4.59,12.74,12.74,0,0,1-1.48,6.5,7.67,7.67,0,0,1-4.07,3.46l1.88,1.5L211.88,55h-6.82l-5.73-13-2.54-.61V55h-5.92Zm5.92,14.94h2a4.14,4.14,0,0,0,3.34-1.33,6.4,6.4,0,0,0,1.12-4.16,5.87,5.87,0,0,0-.94-3.46,3.36,3.36,0,0,0-3-1.34c-.5,0-1,0-1.45.05a4.32,4.32,0,0,0-1.13.19Z"/>
32
+ <path class="cls-1" d="M242.52,27.56h-7.8V55h-5.93V27.56H221V22.11h21.53Z"/>
33
+ <path class="cls-1" d="M239.13,43.26q0-6.25,2.45-9.31a8.25,8.25,0,0,1,6.81-3.05c3.14,0,5.47,1,7,3.1s2.3,5.15,2.3,9.26-.82,7.31-2.44,9.33a8.33,8.33,0,0,1-6.87,3Q239.14,55.62,239.13,43.26Zm5.79,0a14.77,14.77,0,0,0,.79,5.45,2.76,2.76,0,0,0,2.68,1.93A2.84,2.84,0,0,0,251.05,49a13.37,13.37,0,0,0,.87-5.71,14.72,14.72,0,0,0-.8-5.5,2.78,2.78,0,0,0-2.73-1.88,2.83,2.83,0,0,0-2.56,1.67C245.22,38.66,244.92,40.57,244.92,43.26Z"/>
34
+ <path class="cls-1" d="M260.05,43.26q0-6.25,2.44-9.31a8.26,8.26,0,0,1,6.82-3.05c3.13,0,5.47,1,7,3.1s2.31,5.15,2.31,9.26-.82,7.31-2.45,9.33a8.32,8.32,0,0,1-6.86,3Q260.05,55.62,260.05,43.26Zm5.78,0a14.74,14.74,0,0,0,.8,5.45,2.75,2.75,0,0,0,2.68,1.93A2.82,2.82,0,0,0,272,49a13.37,13.37,0,0,0,.87-5.71,14.75,14.75,0,0,0-.79-5.5,2.86,2.86,0,0,0-5.29-.21C266.14,38.66,265.83,40.57,265.83,43.26Z"/>
35
+ <path class="cls-1" d="M287.5,47.4a6,6,0,0,0,.33,2.35,1.11,1.11,0,0,0,1.08.7,4.43,4.43,0,0,0,.87-.09,6.18,6.18,0,0,0,1-.33l.51,4.51a6.36,6.36,0,0,1-1.92.7,11.79,11.79,0,0,1-2.77.33,4.8,4.8,0,0,1-3.53-1.17c-.78-.78-1.17-2.12-1.17-4V22.11h5.59Z"/>
36
+ <path class="cls-1" d="M300.14,45.28h-1.31V55h-5.6V22.11h5.6V41.52l1.12-.66,3.9-9.35h6.07l-4.33,9.31-2,1.59,2.21,1.6,4.8,11h-6.3Z"/>
37
+ <path class="cls-1" d="M312.41,24.88a3.2,3.2,0,0,1,.89-2.32,3.39,3.39,0,0,1,2.54-.92,3.81,3.81,0,0,1,2.63.89,3,3,0,0,1,1,2.35,2.9,2.9,0,0,1-1,2.31,3.93,3.93,0,0,1-2.63.84,3.49,3.49,0,0,1-2.54-.87A3.06,3.06,0,0,1,312.41,24.88Zm.66,6.63h5.59V55h-5.59Z"/>
38
+ <path class="cls-1" d="M321.34,31.51h2.58V27.09l5.59-1.74v6.16h4.56v5h-4.56V46.74a7.46,7.46,0,0,0,.4,2.87,1.46,1.46,0,0,0,1.44.84,5.49,5.49,0,0,0,1.27-.14,8.89,8.89,0,0,0,1.22-.42l.7,4.46a11.69,11.69,0,0,1-2.39.87,11.23,11.23,0,0,1-2.87.35,5,5,0,0,1-4-1.55q-1.33-1.55-1.34-5.21V36.49h-2.58Z"/>
39
+ <path class="cls-1" d="M365,27.56h-7.8V55h-5.92V27.56h-7.8V22.11H365Z"/>
40
+ <path class="cls-1" d="M379,55V40.82a8.46,8.46,0,0,0-.58-3.67A2.2,2.2,0,0,0,376.28,36a3.15,3.15,0,0,0-2.07.8,3.92,3.92,0,0,0-1.27,2V55h-5.59V22.11h5.59V33.62h.14a7.56,7.56,0,0,1,2.28-2,6.84,6.84,0,0,1,3.36-.75,7,7,0,0,1,2.54.42,4.17,4.17,0,0,1,1.83,1.41,6.82,6.82,0,0,1,1.13,2.66,19.54,19.54,0,0,1,.38,4.2V55Z"/>
41
+ <path class="cls-1" d="M404.34,53.27a9.08,9.08,0,0,1-3.2,1.69,13.56,13.56,0,0,1-4.23.66,9.51,9.51,0,0,1-4.2-.85,7.37,7.37,0,0,1-2.9-2.44,11.08,11.08,0,0,1-1.66-3.88,22.61,22.61,0,0,1-.54-5.19c0-4.23.83-7.36,2.51-9.38a8.58,8.58,0,0,1,7-3,9.51,9.51,0,0,1,2.91.45,6.51,6.51,0,0,1,2.52,1.5,7.75,7.75,0,0,1,1.78,2.82,12.32,12.32,0,0,1,.69,4.44,21.76,21.76,0,0,1-.12,2.21c-.08.79-.2,1.63-.36,2.54H393a8,8,0,0,0,1.23,4.47,4.25,4.25,0,0,0,3.66,1.55,8,8,0,0,0,2.78-.47,7.84,7.84,0,0,0,1.92-1ZM397,35.65a3,3,0,0,0-2.71,1.43,8.28,8.28,0,0,0-1.05,4h6.58a8.32,8.32,0,0,0-.57-4.07A2.38,2.38,0,0,0,397,35.65Z"/>
42
+ <path class="cls-1" d="M419.42,55V41.33a12.1,12.1,0,0,0-.47-4.11,1.78,1.78,0,0,0-1.83-1.15,2.52,2.52,0,0,0-1.86.73,4.74,4.74,0,0,0-1.1,1.76V55h-5.59V31.51h4.32l.71,2.82h.14A8.21,8.21,0,0,1,416,31.91a6,6,0,0,1,3.55-1,5.14,5.14,0,0,1,3,.79,5.34,5.34,0,0,1,1.81,2.83,7.09,7.09,0,0,1,2.35-2.66,6.1,6.1,0,0,1,3.43-1,7.76,7.76,0,0,1,2.66.4,3.56,3.56,0,0,1,1.78,1.38,6.9,6.9,0,0,1,1,2.7,23.77,23.77,0,0,1,.33,4.35V55h-5.59V40.72a10.81,10.81,0,0,0-.42-3.52A1.78,1.78,0,0,0,428,36.07a2.7,2.7,0,0,0-1.91.68A3.92,3.92,0,0,0,425,38.61V55Z"/>
43
+ <path class="cls-1" d="M455.61,53.27A9,9,0,0,1,452.42,55a13.56,13.56,0,0,1-4.23.66,9.58,9.58,0,0,1-4.21-.85,7.34,7.34,0,0,1-2.89-2.44,11.09,11.09,0,0,1-1.67-3.88,22.61,22.61,0,0,1-.54-5.19q0-6.34,2.52-9.38a8.56,8.56,0,0,1,7-3,9.51,9.51,0,0,1,2.91.45,6.4,6.4,0,0,1,2.51,1.5,7.64,7.64,0,0,1,1.79,2.82,12.56,12.56,0,0,1,.68,4.44,21.76,21.76,0,0,1-.12,2.21c-.08.79-.19,1.63-.35,2.54H444.29a7.92,7.92,0,0,0,1.23,4.47,4.25,4.25,0,0,0,3.66,1.55,8.17,8.17,0,0,0,4.7-1.46Zm-7.37-17.62a3,3,0,0,0-2.72,1.43,8.51,8.51,0,0,0-1,4h6.58a8.09,8.09,0,0,0-.57-4.07A2.35,2.35,0,0,0,448.24,35.65Z"/>
44
+ </g>
45
+ </g>
46
+ </svg>
@@ -9,17 +9,21 @@ Created by potrace 1.14, written by Peter Selinger 2001-2017
9
9
  </metadata>
10
10
  <g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
11
11
  fill="#000000" stroke="none">
12
- <path d="M3310 6990 c-846 -46 -1636 -391 -2244 -980 -592 -573 -956 -1320
13
- -1048 -2145 -17 -152 -16 -584 0 -730 75 -644 301 -1218 674 -1717 594 -793
14
- 1479 -1294 2461 -1393 l67 -7 0 2611 0 2611 -245 0 -245 0 0 220 0 220 730 0
15
- 730 0 0 -220 0 -220 -225 0 -225 0 0 -2615 0 -2615 38 5 c20 2 78 9 127 15
16
- 295 35 684 135 913 236 l52 23 0 2475 0 2476 -242 2 -243 3 0 215 0 215 923 3
17
- 923 2 -63 77 c-88 107 -294 313 -410 410 -487 406 -1064 675 -1668 777 -252
18
- 43 -537 59 -780 46z m-790 -1530 l0 -220 -400 0 -400 0 0 -755 0 -755 380 0
19
- 380 0 0 -220 0 -220 -380 0 -380 0 0 -810 0 -810 405 0 405 0 0 -215 0 -215
20
- -665 0 -665 0 0 2220 0 2220 660 0 660 0 0 -220z"/>
21
- <path d="M5400 2904 c0 -1865 3 -2334 13 -2328 218 127 588 457 790 705 428
22
- 526 687 1133 773 1814 22 172 25 594 6 760 -32 272 -89 525 -172 769 -57 167
23
- -159 403 -228 526 l-48 85 -567 3 -567 2 0 -2336z"/>
12
+ <path d="M3270 6994 c-432 -38 -776 -119 -1123 -265 -1015 -427 -1773 -1308
13
+ -2041 -2374 -73 -289 -101 -529 -101 -855 0 -333 28 -566 106 -874 269 -1067
14
+ 1059 -1965 2089 -2376 922 -368 1976 -323 2861 120 956 480 1649 1386 1859
15
+ 2430 54 267 64 378 64 700 0 223 -4 327 -17 425 -24 175 -68 394 -111 543 -20
16
+ 68 -36 125 -36 128 0 2 -123 4 -274 4 -261 0 -274 -1 -300 -21 l-26 -20 -2
17
+ -1310 -3 -1311 -24 -19 c-21 -18 -42 -19 -271 -19 l-249 0 -20 26 -21 27 0
18
+ 1299 0 1299 -25 24 -24 25 -701 0 -701 0 -24 -25 -25 -24 0 -1299 0 -1299 -21
19
+ -27 -20 -26 -248 0 c-198 0 -251 3 -267 14 -19 14 -19 42 -24 1326 l-5 1312
20
+ -28 24 -28 24 -839 0 c-617 0 -846 -3 -865 -12 -42 -19 -46 -57 -43 -409 3
21
+ -305 4 -328 22 -348 19 -21 25 -21 426 -21 419 0 460 -3 480 -40 6 -11 10
22
+ -114 10 -238 0 -201 -2 -222 -19 -243 l-19 -24 -431 -5 c-396 -5 -432 -6 -448
23
+ -23 -17 -16 -18 -46 -18 -387 l0 -369 23 -23 23 -23 484 -3 484 -3 21 -26 c19
24
+ -24 20 -39 20 -240 0 -214 0 -214 -25 -238 l-24 -25 -775 0 -775 0 -20 26 -21
25
+ 27 0 1566 c1 1215 3 1570 13 1582 7 9 22 21 34 27 16 9 682 12 2697 12 1472 0
26
+ 2676 2 2676 5 0 13 -99 178 -176 295 -427 646 -1089 1149 -1827 1389 -346 112
27
+ -638 160 -1022 165 -132 2 -260 2 -285 0z"/>
24
28
  </g>
25
29
  </svg>