dark-blog-theme 3.9.3 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -6
- data/_sass/minima/_base.scss +11 -6
- data/_sass/minima/_layout.scss +3 -0
- data/_sass/minima/_mysass.scss +15 -0
- data/assets/theme-assets/theme-icons/aboutme-small.svg +98 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 661683d91dfa05470ae0061c2641feb56c404034f70e46a0459d501674f25bb3
|
4
|
+
data.tar.gz: 3c2eef7a7a48c4a63814caa7530c7fae9c07e057e058b8331fe9f06363061f7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fde42e49daa3c8c1665b46761e325521a1f9ad52391e416ec996741960051e86edeefcdd8e7634192dddcaee815e5a7f8ba3df4308ebe6bad0d4be1c767a52
|
7
|
+
data.tar.gz: 266e10a8e43951aea5e1e49c841bc6bebd4575b0c5fcfa589d3b691f5da776ef69bf847d3358a2648ad2075e0f71a76be0031e43a7dcdd85e6ca74a62e9d78f4
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Dark Theme for Jekyll Blogs
|
2
2
|
|
3
|
-
|
3
|
+
Dark theme for [Jekyll](https://jekyllrb.com/) blogs with handwriting fonts and 5 color schemes.
|
4
4
|
| | |
|
5
5
|
| ----------------------- | ----------------------- |
|
6
6
|
| ![GitHub](/etc/ss1.png) | ![GitHub](/etc/ss2.png) |
|
@@ -34,7 +34,7 @@ $ bundle
|
|
34
34
|
- Add this your `_config.yml` file.
|
35
35
|
|
36
36
|
```yml
|
37
|
-
remote_theme: "gulnoor/jekyll-
|
37
|
+
remote_theme: "gulnoor/jekyll-theme-handwritten"
|
38
38
|
```
|
39
39
|
|
40
40
|
- Remove any other theme: or remote_theme: entry.
|
@@ -44,13 +44,13 @@ remote_theme: "gulnoor/jekyll-blog-theme"
|
|
44
44
|
Add this line to your Jekyll site's `Gemfile`:
|
45
45
|
|
46
46
|
```ruby
|
47
|
-
gem "
|
47
|
+
gem "jekyll-theme-handwritten"
|
48
48
|
```
|
49
49
|
|
50
50
|
And add this line to your Jekyll site's `_config.yml`:
|
51
51
|
|
52
52
|
```yaml
|
53
|
-
theme:
|
53
|
+
theme: jekyll-theme-handwritten
|
54
54
|
```
|
55
55
|
|
56
56
|
And then execute:
|
@@ -59,7 +59,7 @@ And then execute:
|
|
59
59
|
|
60
60
|
Or install it yourself as:
|
61
61
|
|
62
|
-
$ gem install
|
62
|
+
$ gem install jekyll-theme-handwritten
|
63
63
|
|
64
64
|
## Usage
|
65
65
|
|
@@ -67,7 +67,6 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
|
|
67
67
|
|
68
68
|
### TODO
|
69
69
|
|
70
|
-
- [ ] Grid layout for posts on home page
|
71
70
|
- [ ] Add support for comments
|
72
71
|
- [ ] Search functionality
|
73
72
|
|
data/_sass/minima/_base.scss
CHANGED
@@ -45,7 +45,8 @@ figure {
|
|
45
45
|
--md-sys-color-surface-variant: rgb(75 71 57);
|
46
46
|
--md-sys-color-on-surface-variant: rgb(205 198 180);
|
47
47
|
--md-sys-color-outline: #969080;
|
48
|
-
--outline-filter: brightness(0) saturate(100%) invert(64%) sepia(15%)
|
48
|
+
--outline-filter: brightness(0) saturate(100%) invert(64%) sepia(15%)
|
49
|
+
saturate(306%) hue-rotate(6deg) brightness(87%) contrast(85%);
|
49
50
|
--md-sys-color-outline-variant: rgb(75 71 57);
|
50
51
|
--md-sys-color-shadow: rgb(0 0 0);
|
51
52
|
--md-sys-color-scrim: rgb(0 0 0);
|
@@ -97,7 +98,8 @@ figure {
|
|
97
98
|
--md-sys-color-surface-variant: rgb(68 71 78);
|
98
99
|
--md-sys-color-on-surface-variant: rgb(196 198 208);
|
99
100
|
--md-sys-color-outline: #8e9099;
|
100
|
-
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(5%)
|
101
|
+
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(5%)
|
102
|
+
saturate(424%) hue-rotate(192deg) brightness(92%) contrast(92%);
|
101
103
|
--md-sys-color-outline-variant: #44474e;
|
102
104
|
--md-sys-color-shadow: rgb(0 0 0);
|
103
105
|
--md-sys-color-scrim: rgb(0 0 0);
|
@@ -149,7 +151,8 @@ figure {
|
|
149
151
|
--md-sys-color-surface-variant: rgb(63 73 71);
|
150
152
|
--md-sys-color-on-surface-variant: rgb(190 201 198);
|
151
153
|
--md-sys-color-outline: #899391;
|
152
|
-
--outline-filter: brightness(0) saturate(100%) invert(66%) sepia(8%)
|
154
|
+
--outline-filter: brightness(0) saturate(100%) invert(66%) sepia(8%)
|
155
|
+
saturate(263%) hue-rotate(118deg) brightness(85%) contrast(87%);
|
153
156
|
--md-sys-color-outline-variant: rgb(63 73 71);
|
154
157
|
--md-sys-color-shadow: rgb(0 0 0);
|
155
158
|
--md-sys-color-scrim: rgb(0 0 0);
|
@@ -201,7 +204,8 @@ figure {
|
|
201
204
|
--md-sys-color-surface-variant: rgb(68 72 61);
|
202
205
|
--md-sys-color-on-surface-variant: rgb(197 200 186);
|
203
206
|
--md-sys-color-outline: #8f9285;
|
204
|
-
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(6%)
|
207
|
+
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(6%)
|
208
|
+
saturate(487%) hue-rotate(33deg) brightness(92%) contrast(91%);
|
205
209
|
--md-sys-color-outline-variant: rgb(68 72 61);
|
206
210
|
--md-sys-color-shadow: rgb(0 0 0);
|
207
211
|
--md-sys-color-scrim: rgb(0 0 0);
|
@@ -253,7 +257,8 @@ figure {
|
|
253
257
|
--md-sys-color-surface-variant: rgb(78 68 75);
|
254
258
|
--md-sys-color-on-surface-variant: rgb(209 195 203);
|
255
259
|
--md-sys-color-outline: #9a8d95;
|
256
|
-
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(13%)
|
260
|
+
--outline-filter: brightness(0) saturate(100%) invert(61%) sepia(13%)
|
261
|
+
saturate(228%) hue-rotate(270deg) brightness(93%) contrast(82%);
|
257
262
|
--md-sys-color-outline-variant: rgb(78 68 75);
|
258
263
|
--md-sys-color-shadow: rgb(0 0 0);
|
259
264
|
--md-sys-color-scrim: rgb(0 0 0);
|
@@ -477,7 +482,7 @@ pre {
|
|
477
482
|
padding-right: $spacing-unit / 2;
|
478
483
|
padding-left: ($spacing-unit / 2)+100;
|
479
484
|
}
|
480
|
-
@include media-query($on-palm){
|
485
|
+
@include media-query($on-palm) {
|
481
486
|
padding-left: $spacing-unit/2;
|
482
487
|
}
|
483
488
|
}
|
data/_sass/minima/_layout.scss
CHANGED
data/_sass/minima/_mysass.scss
CHANGED
@@ -31,6 +31,13 @@
|
|
31
31
|
border-radius: 14px;
|
32
32
|
padding: 12px;
|
33
33
|
background-color: var(--md-sys-color-surface-container);
|
34
|
+
& p {
|
35
|
+
display: -webkit-box;
|
36
|
+
line-clamp: 3;
|
37
|
+
-webkit-line-clamp: 3;
|
38
|
+
-webkit-box-orient: vertical;
|
39
|
+
overflow: hidden;
|
40
|
+
}
|
34
41
|
}
|
35
42
|
.pinned-post-card {
|
36
43
|
// border: 1px solid var(--md-sys-color-outline);
|
@@ -50,6 +57,13 @@
|
|
50
57
|
a {
|
51
58
|
color: var(--md-sys-color-on-primary-container);
|
52
59
|
}
|
60
|
+
& p {
|
61
|
+
display: -webkit-box;
|
62
|
+
line-clamp: 5;
|
63
|
+
-webkit-line-clamp: 5;
|
64
|
+
-webkit-box-orient: vertical;
|
65
|
+
overflow: hidden;
|
66
|
+
}
|
53
67
|
& img {
|
54
68
|
background-color: var(--md-sys-color-surface-container-high);
|
55
69
|
border-radius: 24px;
|
@@ -103,6 +117,7 @@
|
|
103
117
|
z-index: 99;
|
104
118
|
padding: 80px 0 30px 12px;
|
105
119
|
width: 100px;
|
120
|
+
background-color: var(--md-sys-color-surface);
|
106
121
|
|
107
122
|
@include media-query($on-palm) {
|
108
123
|
flex-direction: row;
|
@@ -1,10 +1,103 @@
|
|
1
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.20619217560227 149.71790279280162"
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.20619217560227 149.71790279280162"
|
2
|
+
width="345.6185765268068" height="449.1537083784049" filter="invert(93%) hue-rotate(180deg)">
|
2
3
|
<!-- svg-source:excalidraw -->
|
3
|
-
|
4
|
+
|
4
5
|
<defs>
|
5
6
|
<style class="style-fonts">
|
6
|
-
|
7
|
+
|
7
8
|
</style>
|
8
|
-
|
9
|
+
|
9
10
|
</defs>
|
10
|
-
<g stroke-opacity="0.8" fill-opacity="0.8" stroke-linecap="round"
|
11
|
+
<g stroke-opacity="0.8" fill-opacity="0.8" stroke-linecap="round"
|
12
|
+
transform="translate(10 16.369558909910893) rotate(0 34.50250452803067 32.58569872091772)">
|
13
|
+
<path
|
14
|
+
d="M56.2 6.66 C60.83 9.91, 65.18 17.15, 66.6 23.55 C68.01 29.94, 66.75 38.81, 64.69 45.03 C62.63 51.25, 59.51 57.37, 54.25 60.88 C48.98 64.39, 40.47 66.37, 33.1 66.08 C25.73 65.79, 15.1 63.35, 10.04 59.13 C4.97 54.9, 4.1 47.13, 2.7 40.74 C1.31 34.35, -0.84 26.6, 1.68 20.8 C4.19 14.99, 11.85 9.28, 17.8 5.89 C23.74 2.51, 28.82 -3.74, 37.36 0.47 C45.9 4.69, 65.47 22.08, 69.04 31.18 C72.61 40.28, 59.47 54.58, 58.77 55.07 M56.44 7.52 C62.54 11.73, 68.24 20.01, 70.04 26.1 C71.85 32.19, 70.26 38.79, 67.27 44.06 C64.28 49.33, 58.21 54.34, 52.08 57.71 C45.95 61.08, 36.72 63.97, 30.5 64.29 C24.29 64.6, 19.95 63.11, 14.77 59.61 C9.58 56.11, 1.79 50.04, -0.61 43.27 C-3.01 36.5, -2.16 25.78, 0.38 18.99 C2.91 12.19, 8.32 5.32, 14.61 2.52 C20.9 -0.29, 30.69 1.1, 38.11 2.16 C45.52 3.22, 56.27 7.48, 59.1 8.86 C61.93 10.25, 56.22 10.5, 55.09 10.47"
|
15
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
16
|
+
</g>
|
17
|
+
<g stroke-linecap="round">
|
18
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
19
|
+
transform="translate(31.084863878241322 81.54095635174724) rotate(0 16.700716021606354 27.136795898502896)"
|
20
|
+
fill-rule="evenodd">
|
21
|
+
<path
|
22
|
+
d="M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0 M-4.85 18.11 C-1.53 8.08, 3.27 2.65, 13.63 2.03 M-0.7 13.9 C2.05 8.39, 9.28 0.67, 12.81 -0.85 M-7.39 28.48 C0.46 19.31, 12.25 18.01, 21.43 -5.52 M-3.99 27.77 C1.83 18.92, 11.43 11.34, 24.92 -4.31 M-1.2 39.03 C10.65 23.06, 21.6 16.88, 31.8 -6.35 M2.83 35.05 C13.25 18.41, 28.13 6.31, 33.02 -3.76 M-0.37 55.26 C7.83 35.23, 24.14 28.23, 37.55 7.28 M-1.35 52.1 C12.69 34.32, 26.01 17.87, 34.58 11.32 M6.34 56.57 C14.03 50.36, 16.7 38.28, 36.04 21.48 M1.76 58.96 C9.85 50.25, 20.7 40.86, 33.11 23.14 M11.18 63.53 C16.57 52.39, 26.05 45.27, 37.15 36.05 M11.44 59.65 C19.74 52.69, 30.08 40.62, 34.1 32.02 M22.26 64.29 C26.12 57.85, 30.4 52.57, 40.44 43.82 M22.81 59.7 C26.98 53.55, 32.65 47.81, 36.1 44.75"
|
23
|
+
stroke="#40c057" stroke-width="1" fill="none"></path>
|
24
|
+
<path
|
25
|
+
d="M1.99 2.39 C1.11 7.06, -3.02 20.95, -3.64 29.46 C-4.27 37.98, -7.79 49.73, -1.75 53.5 C4.29 57.27, 26.85 57.07, 32.6 52.07 C38.34 47.08, 32.32 32.4, 32.72 23.52 C33.12 14.64, 37.66 3.18, 34.98 -1.21 C32.3 -5.6, 22.04 -3.44, 16.65 -2.82 C11.25 -2.2, 5.23 2.27, 2.61 2.5 M-0.37 1.22 C-1.69 6.13, -6.09 23.42, -5.34 32.46 C-4.59 41.5, -2.08 51.98, 4.14 55.48 C10.36 58.97, 27.81 59.82, 31.97 53.44 C36.14 47.07, 28.01 26.55, 29.12 17.22 C30.23 7.88, 40.33 0.12, 38.63 -2.55 C36.94 -5.22, 25.11 0.24, 18.94 1.17 C12.77 2.11, 5.17 2.72, 1.61 3.06"
|
26
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
27
|
+
</g>
|
28
|
+
</g>
|
29
|
+
<mask></mask>
|
30
|
+
<g stroke-linecap="round">
|
31
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
32
|
+
transform="translate(27.083277305692036 81.12124227184631) rotate(0 -7.1804027025845585 23.829739409577826)">
|
33
|
+
<path
|
34
|
+
d="M-0.95 -0.98 C-2.8 3.72, -9.61 18.98, -11.86 27.25 C-14.12 35.52, -14.1 45.41, -14.48 48.64 M0.75 1.13 C-1.2 5.59, -10.22 18.11, -12.86 25.72 C-15.51 33.32, -15 43.19, -15.11 46.76"
|
35
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
36
|
+
</g>
|
37
|
+
</g>
|
38
|
+
<mask></mask>
|
39
|
+
<g stroke-linecap="round">
|
40
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
41
|
+
transform="translate(11.603050377373279 130.07938183127078) rotate(0 3.7405555080219983 4.8157300924779065)">
|
42
|
+
<path d="M-0.07 0.7 C1.45 2.34, 7.03 8.02, 8.5 9.22 M-1.01 0.41 C0.47 1.9, 6.41 6.85, 7.98 8.18" stroke="#000000"
|
43
|
+
stroke-width="2" fill="none"></path>
|
44
|
+
</g>
|
45
|
+
</g>
|
46
|
+
<mask></mask>
|
47
|
+
<g stroke-linecap="round">
|
48
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
49
|
+
transform="translate(67.9781866761125 83.74271082123255) rotate(0 12.155933012048592 -26.781485085579163)">
|
50
|
+
<path
|
51
|
+
d="M0.6 2.06 C4.34 -1.85, 17.88 -15.07, 22.24 -20.86 C26.61 -26.65, 27.01 -26.9, 26.79 -32.69 C26.57 -38.49, 21.88 -52.31, 20.93 -55.62 M-2.53 0.71 C1 -1.76, 15.96 -12.44, 20.78 -18.7 C25.6 -24.96, 26.19 -31.01, 26.4 -36.86 C26.61 -42.71, 23.4 -51.48, 22.05 -53.79"
|
52
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
53
|
+
</g>
|
54
|
+
</g>
|
55
|
+
<mask></mask>
|
56
|
+
<g stroke-linecap="round">
|
57
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
58
|
+
transform="translate(86.360096875105 25.81282286672092) rotate(0 0.07455243862114003 -7.420999907079079)">
|
59
|
+
<path d="M0.61 -1.16 C0.67 -3.66, 0.72 -11.69, 0.6 -14.13 M-0.52 0.85 C-0.55 -2.04, 0.26 -13.08, 0.24 -15.69"
|
60
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
61
|
+
</g>
|
62
|
+
</g>
|
63
|
+
<mask></mask>
|
64
|
+
<g stroke-linecap="round">
|
65
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
66
|
+
transform="translate(91.07874026399963 31.58005367537021) rotate(0 2.1697822114203404 -10.253476735488448)">
|
67
|
+
<path d="M1.12 1.07 C1.7 -2.33, 3.58 -18.02, 4.09 -21.58 M0.25 0.59 C0.65 -2.56, 2.79 -16.56, 3.36 -20.36"
|
68
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
69
|
+
</g>
|
70
|
+
</g>
|
71
|
+
<mask></mask>
|
72
|
+
<g stroke-linecap="round">
|
73
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
74
|
+
transform="translate(90.55444655412225 32.10434738524714) rotate(0 6.916527724979403 -7.804763053959505)">
|
75
|
+
<path d="M0.42 -0.61 C2.68 -3.38, 12.24 -12.94, 14.65 -15.55 M-0.82 1.69 C1.22 -0.91, 11.42 -14.52, 13.96 -17.3"
|
76
|
+
stroke="#000000" stroke-width="2" fill="none"></path>
|
77
|
+
</g>
|
78
|
+
</g>
|
79
|
+
<mask></mask>
|
80
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
81
|
+
transform="translate(38.67430022957956 38.840193608200366) rotate(0 0.00004600333937787582 0.00004600333937787582)"
|
82
|
+
stroke="none">
|
83
|
+
<path fill="#000000"
|
84
|
+
d="M 1.57,-1.57 Q 1.57,-1.57 1.77,-1.27 1.98,-0.98 2.09,-0.64 2.20,-0.29 2.19,0.05 2.18,0.41 2.05,0.75 1.93,1.09 1.70,1.37 1.48,1.65 1.18,1.84 0.87,2.04 0.52,2.12 0.18,2.21 -0.17,2.18 -0.53,2.15 -0.86,2.01 -1.19,1.87 -1.46,1.63 -1.73,1.39 -1.90,1.07 -2.08,0.76 -2.15,0.41 -2.21,0.05 -2.17,-0.29 -2.12,-0.65 -1.96,-0.97 -1.80,-1.29 -1.54,-1.54 -1.29,-1.80 -0.97,-1.96 -0.65,-2.12 -0.29,-2.17 0.06,-2.21 0.41,-2.15 0.76,-2.08 1.07,-1.90 1.39,-1.73 1.63,-1.46 1.87,-1.19 2.01,-0.86 2.15,-0.53 2.18,-0.17 2.21,0.18 2.12,0.52 2.03,0.87 1.84,1.18 1.65,1.48 1.37,1.70 1.09,1.93 0.75,2.05 0.41,2.18 0.05,2.19 -0.30,2.20 -0.64,2.09 -0.98,1.98 -1.27,1.77 -1.57,1.56 -1.57,1.57 -1.57,1.57 -1.73,1.35 -1.90,1.14 -2.01,0.90 -2.12,0.66 -2.16,0.39 -2.21,0.13 -2.20,-0.13 -2.18,-0.40 -2.10,-0.65 -2.02,-0.91 -1.88,-1.14 -1.74,-1.36 -1.55,-1.55 -1.36,-1.74 -1.14,-1.88 -0.91,-2.02 -0.65,-2.10 -0.40,-2.18 -0.13,-2.20 0.13,-2.21 0.39,-2.16 0.66,-2.12 0.90,-2.01 1.14,-1.90 1.35,-1.73 1.57,-1.57 1.57,-1.57 L 1.57,-1.57 Z">
|
85
|
+
</path>
|
86
|
+
</g>
|
87
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
88
|
+
transform="translate(56.4250003633673 38.00175253083182) rotate(0 0.00004600333937787582 0.00004600333937787582)"
|
89
|
+
stroke="none">
|
90
|
+
<path fill="#000000"
|
91
|
+
d="M 1.57,-1.57 Q 1.57,-1.57 1.77,-1.27 1.98,-0.98 2.09,-0.64 2.20,-0.29 2.19,0.05 2.18,0.41 2.05,0.75 1.93,1.09 1.70,1.37 1.48,1.65 1.18,1.84 0.87,2.04 0.52,2.12 0.18,2.21 -0.17,2.18 -0.53,2.15 -0.86,2.01 -1.19,1.87 -1.46,1.63 -1.73,1.39 -1.90,1.07 -2.08,0.76 -2.15,0.41 -2.21,0.05 -2.17,-0.29 -2.12,-0.65 -1.96,-0.97 -1.80,-1.29 -1.54,-1.54 -1.29,-1.80 -0.97,-1.96 -0.65,-2.12 -0.29,-2.17 0.06,-2.21 0.41,-2.15 0.76,-2.08 1.07,-1.90 1.39,-1.73 1.63,-1.46 1.87,-1.19 2.01,-0.86 2.15,-0.53 2.18,-0.17 2.21,0.18 2.12,0.52 2.03,0.87 1.84,1.18 1.65,1.48 1.37,1.70 1.09,1.93 0.75,2.05 0.41,2.18 0.05,2.19 -0.30,2.20 -0.64,2.09 -0.98,1.98 -1.27,1.77 -1.57,1.56 -1.57,1.57 -1.57,1.57 -1.73,1.35 -1.90,1.14 -2.01,0.90 -2.12,0.66 -2.16,0.39 -2.21,0.13 -2.20,-0.13 -2.18,-0.40 -2.10,-0.65 -2.02,-0.91 -1.88,-1.14 -1.74,-1.36 -1.55,-1.55 -1.36,-1.74 -1.14,-1.88 -0.91,-2.02 -0.65,-2.10 -0.40,-2.18 -0.13,-2.20 0.13,-2.21 0.39,-2.16 0.66,-2.12 0.90,-2.01 1.14,-1.90 1.35,-1.73 1.57,-1.57 1.57,-1.57 L 1.57,-1.57 Z">
|
92
|
+
</path>
|
93
|
+
</g>
|
94
|
+
<g stroke-linecap="round">
|
95
|
+
<g stroke-opacity="0.8" fill-opacity="0.8"
|
96
|
+
transform="translate(40.53198443230451 53.85006053174004) rotate(180.707313349537 6.173547239599031 -2.3527085912999155)">
|
97
|
+
<path
|
98
|
+
d="M0.1 0.01 C0.75 -0.66, 2.28 -3.82, 4.22 -4.03 C6.16 -4.23, 10.36 -1.78, 11.76 -1.21 M-0.51 -0.46 C0.28 -1.27, 3.04 -4.67, 5.27 -4.72 C7.5 -4.76, 11.58 -1.23, 12.86 -0.71"
|
99
|
+
stroke="#000000" stroke-width="1" fill="none"></path>
|
100
|
+
</g>
|
101
|
+
</g>
|
102
|
+
<mask></mask>
|
103
|
+
</svg>
|