dark-blog-theme 3.0.1 → 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccf16e5b8629ab4efd7fda1447c30a26aac7a50ea476f89932ef52ce89257206
4
- data.tar.gz: 1c0c5e41ac8fa192d19ac81ab2f72e10f4fbc0c5ab768064a7009ef98b7f09ac
3
+ metadata.gz: 47653e0ba06bd8fad97833774a0ecc7c262400f9358369bff4b4b6feb9f85997
4
+ data.tar.gz: 54411b7706638dce65fb288c414e21d18ad58164ab2f99d0ec963369c52201d0
5
5
  SHA512:
6
- metadata.gz: 22da24400c4c1c4758a9962ca05e2b35dd73040674067590f8ae9eb6373a778dcc11911b7edbc2b78aeb1b2207e8529a25a2cd6606efebe4ccadb0f47073bd20
7
- data.tar.gz: 1e50efe1bd57cf20b53db5bb3240210826689b790e45d5a9fdabcddf6f61c4eecfe4bca245d15886e14c4a19da93773a3d78d11acfe9c41b4e5b1530059710c5
6
+ metadata.gz: 558e3f4ea71509371b43e38e66fdd7b6696a8c00b06b6dd71b2751b24d0ffcc5fcd244fe19fcf8b6b7682ecdabfdf55d4aa6f7dd90d39bd0bad6d08d98d1e015
7
+ data.tar.gz: bf8abc92b8bdc03296108f07cb20ff08cd703c149defdc15a210c823c5d33c7b9a80a750a7d60c669946265690309d4cf34d930c48e7372841a7aaa93561e624
data/_config.yml CHANGED
@@ -20,6 +20,7 @@
20
20
  show_excerpts: true
21
21
  title: Awesome Title
22
22
  email: your-email@example.com
23
+ tagline: My Awesome Tagline
23
24
  description: >- # this means to ignore newlines until "baseurl:"
24
25
  Write an awesome description for your new site here. You can edit this
25
26
  line in _config.yml. It will appear in your document head meta (for
@@ -28,7 +29,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
28
29
  url: "" # the base hostname & protocol for your site, e.g. http://example.com
29
30
  twitter_username: jekyllrb
30
31
  github_username: jekyll
31
-
32
+ home_icon: /assets/theme-assets/theme-icons/home2.svg
32
33
  # Build settings
33
34
  plugins:
34
35
  - jekyll-feed
@@ -6,6 +6,9 @@
6
6
  {%- assign page_paths = site.header_pages | default: default_paths -%}
7
7
 
8
8
  <a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
9
+ {%- if site.tagline -%}
10
+ <span class="tagline">{{ site.tagline }}</span>
11
+ {%- endif -%}
9
12
  <!-- <img class="logo" src="{{- "assets/theme-assets/theme-images/logo.svg" | relative_url -}}"> -->
10
13
  </div>
11
14
  {%- if page_paths -%}
@@ -1,21 +1,7 @@
1
1
  {%- if page_paths -%}
2
2
  <nav class="navrail">
3
- {% comment %}
4
- <input type="checkbox" id="nav-trigger" class="nav-trigger">
5
- <label for="nav-trigger">
6
- <span class="menu-icon">
7
- <img
8
- src="
9
- {{- "assets/theme-assets/theme-images/menu.svg" | relative_url
10
- -}}
11
- "
12
- alt="menu-icon"
13
- >
14
- </span>
15
- </label>
16
- {% endcomment %}
17
3
  <a class="navrail-button" href="/">
18
- <img class="navrail-icon" src="/assets/theme-assets/theme-icons/home.svg">
4
+ <img class="navrail-icon" src="{{- site.home_icon | relative_url -}}">
19
5
  Home</a
20
6
  >
21
7
 
@@ -10,9 +10,9 @@
10
10
 
11
11
 
12
12
  <main class="page-content" aria-label="Content">
13
- <div class="wrapper">
13
+
14
14
  {{ content }}
15
- </div>
15
+
16
16
 
17
17
  </main>
18
18
 
data/_layouts/home.html CHANGED
@@ -9,25 +9,72 @@ layout: default
9
9
  {{ content }}
10
10
 
11
11
  {%- if site.posts.size > 0 -%}
12
- <h2 class="post-list-heading">{{ page.list_title | default: 'Featured Posts' }}</h2>
13
- <ul class="post-list">
12
+ <h1 class="post-title">{{ page.list_title | default: 'Pinned Posts' }}</h1>
13
+ <ul class="pinned-post-list">
14
14
  {%- for post in site.posts -%}
15
- <li class="post-card custom-border">
16
- {%- if post.image -%}
17
- <img class="post-image" src="{{- post.image | relative_url -}}">
18
- {%- endif -%}
19
- <a class="post-link" href="{{ post.url | relative_url }}">
20
- {%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
21
- <span class="post-meta">{{ post.date | date: date_format }}</span>
22
- <h3 class="card-title">
23
- {{ post.title | escape }}
24
- </h3>
25
- <span class="post-excerpt">{{ post.excerpt }}</span>
26
- </a>
27
- </li>
15
+ {%- if post.status == 'pinned' -%}
16
+ <li class="pinned-post-card custom-border">
17
+ <svg
18
+ class="pin-svg"
19
+ version="1.1"
20
+ xmlns="http://www.w3.org/2000/svg"
21
+ viewBox="0 0 54.8289715891961 122.91502231693698"
22
+ width="164.4869147675883"
23
+ height="368.74506695081095"
24
+ >
25
+ <defs>
26
+ <style class="style-fonts">
27
+ </style>
28
+
29
+ </defs>
30
+ <g stroke-linecap="round">
31
+ <g transform="translate(17.963502922513044 98.1012728373579) rotate(0 10.35400784427901 -36.6392819047461)">
32
+ <path
33
+ fill="none"
34
+ class="pin-path"
35
+ d="M-0.92 0.05 C-0.85 -7.96, -1.61 -37.45, 0.46 -48.12 C2.52 -58.8, 8.31 -63.66, 11.46 -64.01 C14.61 -64.36, 17.92 -61.96, 19.34 -50.21 C20.76 -38.46, 20.48 -4.19, 20 6.49 C19.52 17.16, 20.01 12.99, 16.44 13.85 C12.87 14.71, 2.49 13.98, -1.43 11.64 C-5.36 9.29, -6.38 13.15, -7.1 -0.21 C-7.81 -13.57, -8.39 -54.05, -5.72 -68.55 C-3.06 -83.05, 3.85 -87.21, 8.89 -87.23 C13.93 -87.26, 21.52 -74.71, 24.52 -68.68 C27.52 -62.66, 26.27 -53.89, 26.87 -51.11 M0.8 -0.97 C0.75 -9.29, -1.95 -39.43, -0.23 -49.77 C1.5 -60.1, 7.79 -63.14, 11.17 -62.99 C14.54 -62.84, 18.74 -60.01, 20.02 -48.88 C21.29 -37.74, 19.22 -6.54, 18.81 3.8 C18.39 14.14, 21.3 11.55, 17.53 13.15 C13.75 14.76, -0.1 15.77, -3.84 13.45 C-7.59 11.12, -4.38 13.08, -4.95 -0.79 C-5.52 -14.66, -9.58 -55.22, -7.24 -69.77 C-4.91 -84.32, 3.68 -88.43, 9.08 -88.08 C14.47 -87.73, 22.38 -73.79, 25.11 -67.69 C27.84 -61.59, 25.42 -54.5, 25.45 -51.48"
36
+ ></path>
37
+ </g>
38
+ </g>
39
+ <mask></mask>
40
+ </svg>
41
+ {%- if post.image -%}
42
+ <img class="post-image" src="{{- post.image | relative_url -}}">
43
+ {%- endif -%}
44
+ <a class="post-link" href="{{ post.url | relative_url }}">
45
+ {%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
46
+ <span class="post-meta">{{ post.date | date: date_format }}</span>
47
+ <h3 class="card-title">
48
+ {{ post.title | escape }}
49
+ </h3>
50
+ <span class="post-excerpt">{{ post.excerpt }}</span>
51
+ </a>
52
+ </li>
53
+ {%- endif -%}
28
54
  {%- endfor -%}
29
55
  </ul>
30
-
31
- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
32
56
  {%- endif -%}
57
+ <div class="all-post-wrapper">
58
+ {%- if site.posts.size > 0 -%}
59
+ <h1 class="post-title">{{ page.list_title | default: 'All Posts' }}</h1>
60
+ <ul class="post-list">
61
+ {%- for post in site.posts -%}
62
+ <li class="post-card custom-border">
63
+ {%- if post.image -%}
64
+ <img class="post-image" src="{{- post.image | relative_url -}}">
65
+ {%- endif -%}
66
+ <a class="post-link" href="{{ post.url | relative_url }}">
67
+ {%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
68
+ <span class="post-meta">{{ post.date | date: date_format }}</span>
69
+ <h3 class="card-title">
70
+ {{ post.title | escape }}
71
+ </h3>
72
+ <span class="post-excerpt">{{ post.excerpt }}</span>
73
+ </a>
74
+ </li>
75
+ {%- endfor -%}
76
+ </ul>
77
+ <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
78
+ {%- endif -%}
79
+ </div>
33
80
  </div>
data/_layouts/page.html CHANGED
@@ -1,14 +1,14 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <article class="post">
5
4
 
6
- <header class="post-header">
7
- <h1 class="post-title">{{ page.title | escape }}</h1>
8
- </header>
5
+ <div class="wrapper">
6
+ <article class="post">
7
+ <header class="post-header">
8
+ <h1 class="post-title">{{ page.title | escape }}</h1>
9
+ </header>
9
10
 
10
- <div class="post-content">
11
- {{ content }}
12
- </div>
13
-
14
- </article>
11
+ <div class="post-content">{{ content }}</div>
12
+ </article>
13
+
14
+ </div>
data/_layouts/post.html CHANGED
@@ -1,33 +1,35 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
5
- <header class="post-header">
6
- <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
7
- {%- if page.image -%}
8
- <img src="{{- page.image | relative_url -}}" alt="" class="featured-image">
9
- {%- endif -%}
10
- <p class="post-meta">
11
- <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
12
- {%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
13
- {{ page.date | date: date_format }}
14
- </time>
15
- {%- if page.author -%}
16
-
17
- <span itemprop="author" itemscope itemtype="http://schema.org/Person"
18
- ><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span
19
- >
4
+ <div class="wrapper">
5
+ <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
6
+ <header class="post-header">
7
+ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8
+ {%- if page.image -%}
9
+ <img src="{{- page.image | relative_url -}}" alt="" class="featured-image">
20
10
  {%- endif -%}
21
- </p>
22
- </header>
23
-
24
- <div class="post-content e-content" itemprop="articleBody">
25
- {{ content }}
26
- </div>
27
-
28
- {%- if site.disqus.shortname -%}
29
- {%- include disqus_comments.html -%}
30
- {%- endif -%}
31
-
32
- <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
33
- </article>
11
+ <p class="post-meta">
12
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
13
+ {%- assign date_format = site.minima.date_format | default: '%b %-d, %Y' -%}
14
+ {{ page.date | date: date_format }}
15
+ </time>
16
+ {%- if page.author -%}
17
+
18
+ <span itemprop="author" itemscope itemtype="http://schema.org/Person"
19
+ ><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span
20
+ >
21
+ {%- endif -%}
22
+ </p>
23
+ </header>
24
+
25
+ <div class="post-content e-content" itemprop="articleBody">
26
+ {{ content }}
27
+ </div>
28
+
29
+ {%- if site.disqus.shortname -%}
30
+ {%- include disqus_comments.html -%}
31
+ {%- endif -%}
32
+
33
+ <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
34
+ </article>
35
+ </div>
@@ -296,6 +296,10 @@ figure {
296
296
  font-family: Virgil;
297
297
  src: url("/assets/theme-assets/theme-fonts/Virgil.woff2");
298
298
  }
299
+ @font-face {
300
+ font-family: "Comic Shanns";
301
+ src: url("/assets/theme-assets/theme-fonts/comic\ shanns.otf");
302
+ }
299
303
  /**
300
304
  * Basic styling
301
305
  */
@@ -59,7 +59,7 @@
59
59
  display: none;
60
60
  }
61
61
  .trigger {
62
- display: flex;
62
+ display: none;
63
63
  justify-content: center;
64
64
 
65
65
  border-radius: 999px;
@@ -213,13 +213,24 @@
213
213
  @include relative-font-size(2);
214
214
  }
215
215
 
216
- .post-list-heading {
217
- @include relative-font-size(1.75);
218
- }
216
+ // .post-list-heading {
217
+ // @include relative-font-size(1.75);
218
+ // }
219
219
 
220
- .post-list {
220
+ .pinned-post-list {
221
+ display: flex;
222
+ flex-wrap: wrap;
223
+ justify-content: space-around;
224
+ padding-top: 12px;
221
225
  margin-left: 0;
222
226
  list-style: none;
227
+ background-color: var(--md-sys-color-surface-container);
228
+ border-radius: 24px;
229
+ padding: $spacing-unit;
230
+ @media screen and (max-width: 850px) {
231
+ // background-color: var(--md-sys-color-secondary-container);
232
+ padding: $spacing-unit/2;
233
+ }
223
234
 
224
235
  > li {
225
236
  margin-bottom: $spacing-unit;
@@ -7,7 +7,19 @@
7
7
  margin-top: 4px;
8
8
  justify-content: flex-end;
9
9
  }
10
+ .all-post-wrapper {
11
+ max-width: 800px;
12
+ margin-left: auto;
13
+ margin-right: auto;
14
+ }
15
+ .post-list {
16
+ margin-left: 0;
17
+ list-style: none;
10
18
 
19
+ > li {
20
+ margin-bottom: $spacing-unit;
21
+ }
22
+ }
11
23
  .post-card {
12
24
  // border: 1px solid var(--md-sys-color-outline);
13
25
  // overflow: visible;
@@ -20,8 +32,52 @@
20
32
  padding: 12px;
21
33
  background-color: var(--md-sys-color-surface-container);
22
34
  }
35
+ .pinned-post-card {
36
+ // border: 1px solid var(--md-sys-color-outline);
37
+ // overflow: visible;
38
+ position: relative;
39
+ // padding: 20px;
40
+ box-sizing: border-box;
41
+ display: flex;
42
+ flex-direction: column;
43
+ border-radius: 14px;
44
+ padding: 12px;
45
+ width: 30%;
46
+ background-color: var(--md-sys-color-surface-container);
47
+ background-color: var(--md-sys-color-primary-container);
48
+ & p,
49
+ span,
50
+ a {
51
+ color: var(--md-sys-color-on-primary-container);
52
+ }
53
+ & img {
54
+ background-color: var(--md-sys-color-surface-container-high);
55
+ border-radius: 24px;
56
+ }
57
+ @media screen and (max-width: 1300px) {
58
+ width: 46%;
59
+ }
60
+ @media screen and (max-width: 850px) {
61
+ width: 100%;
62
+ }
63
+ }
23
64
 
24
- .post-card::before {
65
+ // .post-card::before {
66
+ // content: "";
67
+ // position: absolute;
68
+ // top: -10px;
69
+ // left: -12px;
70
+ // right: -10px;
71
+ // bottom: -10px;
72
+ // // width: calc(100% + 12px);
73
+ // // height: calc(100% + 12px);
74
+ // z-index: 10;
75
+ // background-image: url("/assets/theme-assets/theme-images/border-thick.svg");
76
+ // background-size: 100% 100%;
77
+ // filter: var(--outline-filter);
78
+ // pointer-events: none; /* Allows interaction with content inside the border */
79
+ // }
80
+ .pinned-post-card::before {
25
81
  content: "";
26
82
  position: absolute;
27
83
  top: -10px;
@@ -37,14 +93,15 @@
37
93
  pointer-events: none; /* Allows interaction with content inside the border */
38
94
  }
39
95
  .navrail {
96
+ font-family: "Comic Shanns", $base-font-family;
40
97
  position: fixed;
41
98
  display: flex;
42
99
  flex-direction: column;
43
100
  height: 100vh;
44
- background: var(--md-sys-color-surface-container);
45
- justify-content: center;
101
+ justify-content: flex-start;
46
102
  align-items: center;
47
103
  z-index: 99;
104
+ padding: 80px 0 30px 12px;
48
105
  width: 100px;
49
106
 
50
107
  @include media-query($on-palm) {
@@ -84,12 +141,13 @@
84
141
  // }
85
142
  .navrail-icon {
86
143
  filter: var(--outline-filter);
144
+ max-width: 40px;
87
145
  }
88
146
 
89
147
  .theme-selector {
90
148
  position: relative;
91
149
  display: flex;
92
- // width: 100%;
150
+ // width: 100%;
93
151
  justify-content: flex-end;
94
152
  padding: 12px;
95
153
  padding-top: 18px;
@@ -99,23 +157,23 @@
99
157
  height: 26px;
100
158
  width: 26px;
101
159
  border-radius: 50%;
102
- background-color:var(--current-color); /* Initial theme color */
160
+ background-color: var(--current-color); /* Initial theme color */
103
161
  margin-left: 12px;
104
162
  cursor: pointer;
105
163
  transition: transform 0.3s;
106
164
  }
107
165
 
108
166
  .theme-options {
109
- // position: absolute;
110
- display: flex;
111
- // top: 50%;
112
- // right: 20px;
113
- // transform: translate(-50%, -50%);
114
- // display: none;
167
+ // position: absolute;
168
+ display: flex;
169
+ // top: 50%;
170
+ // right: 20px;
171
+ // transform: translate(-50%, -50%);
172
+ // display: none;
115
173
  // flex-wrap: wrap;
116
174
  gap: 10px;
117
175
  max-width: 0px;
118
- transition: all 0.3s ;
176
+ transition: all 0.3s;
119
177
  }
120
178
 
121
179
  .theme-option {
@@ -124,3 +182,30 @@
124
182
  border-radius: 50%;
125
183
  cursor: pointer;
126
184
  }
185
+ .home {
186
+ padding-right: $spacing-unit;
187
+ padding-left: $spacing-unit + 100;
188
+ @extend %clearfix;
189
+ @include media-query($on-laptop) {
190
+ padding-right: $spacing-unit / 2;
191
+ padding-left: ($spacing-unit / 2)+100;
192
+ }
193
+ @include media-query($on-palm) {
194
+ padding-left: $spacing-unit/2;
195
+ }
196
+ }
197
+ .pin-svg {
198
+ position: absolute;
199
+ height: 80px;
200
+ top: -35px;
201
+ right: -40px;
202
+ z-index: 11;
203
+ // filter: var(--outline-filter);
204
+ }
205
+ .pin-path {
206
+ stroke: var(--md-sys-color-tertiary);
207
+ stroke-width: 2.5;
208
+ }
209
+ h1 {
210
+ font-family: "Comic Shanns", $base-font-family;
211
+ }
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132.29597182603248 250.349351184527" width="396.88791547809745" height="751.048053553581" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-opacity="0.8" fill-opacity="0.8" stroke-linecap="round" transform="translate(13.489773546914648 47.56960163452027) rotate(0 34.50250452803067 32.58569872091772)"><path 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" stroke="#000000" stroke-width="2" fill="none"></path></g><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(34.57463742515591 112.74099907635662) rotate(0 15.084791538819161 26.155661383568685)" fill-rule="evenodd"><path 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" stroke="#40c057" stroke-width="1" fill="none"></path><path 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" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(34.24310682174746 167.37212453356108) rotate(0 -8.388699358034899 35.91411912658697)"><path d="M-1.67 -2.49 C-0.34 20.35, 0.95 46.72, 7.91 64.29 M1.87 1.79 C2.92 22.77, 4.61 48.67, 5.37 63.42 M8.12 60.41 C-5.24 69.08, -9.07 64.86, -24.24 72.09 M4.57 63.28 C-4.21 64.86, -12.61 68.37, -19.63 72.98" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(70.94366651315022 166.84783082368415) rotate(0 9.961580487666453 33.55479743213962)"><path d="M-2.98 -3.17 C-4.65 20.57, 1.44 42.72, 0.32 64.44 M0.7 -1.01 C1.46 13.92, 1.27 25.42, -2.26 62.43 M-4.06 65.68 C6.16 60.29, 6.12 65.26, 22.86 70.05 M-3.41 60.91 C5.11 63.59, 17.04 67.01, 21.36 68.64" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(30.573050852606627 112.32128499645569) rotate(0 -7.077965083341809 45.87569961425362)"><path d="M-2.22 -2.28 C-4.33 6.19, -12.95 32.73, -14.4 48.74 C-15.85 64.76, -11.66 87.1, -10.94 93.81 M1.77 2.66 C-0.58 10.6, -14.4 30.69, -16.77 45.14 C-19.14 59.6, -13.76 81.9, -12.42 89.4" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(15.89282697604574 180.47946728048953) rotate(0 5.767230808649117 3.9322028240788995)"><path d="M-0.1 1.12 C2.02 2.74, 9.75 7.82, 11.79 8.75 M-1.62 0.66 C0.45 2.03, 8.76 5.96, 10.98 7.09" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(71.46796022302715 114.94275354584192) rotate(0 18.088132990762716 -44.30281848462164)"><path d="M0.6 2.06 C5.94 -3.72, 25.48 -19.2, 31.84 -32.06 C38.21 -44.92, 40.88 -65.43, 38.79 -75.09 C36.71 -84.75, 22.54 -88.05, 19.33 -90.03 M-2.53 0.71 C2.6 -3.62, 23.56 -16.57, 30.38 -29.9 C37.2 -43.23, 40.06 -69.55, 38.4 -79.26 C36.75 -88.98, 24.07 -87.21, 20.45 -88.19" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(103.44987652553522 25.81282286672092) rotate(0 -0.2621468549386634 -7.602258793218937)"><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" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(108.16851991442985 31.58005367537021) rotate(0 1.8350279845700186 -10.48587419754358)"><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" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(107.64422620455252 32.10434738524714) rotate(0 7.077965083342008 -8.126552503096264)"><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" stroke="#000000" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(42.164073776494206 70.04023633280974) rotate(0 0.00004600333937787582 0.00004600333937787582)" stroke="none"><path fill="#000000" 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"></path></g><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(59.91477391028195 69.2017952554412) rotate(0 0.00004600333937787582 0.00004600333937787582)" stroke="none"><path fill="#000000" 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"></path></g><g stroke-linecap="round"><g stroke-opacity="0.8" fill-opacity="0.8" transform="translate(44.02175797921916 85.05010325634942) rotate(180.707313349537 6.088006858548368 -2.283002571955649)"><path 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" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.01867283902206 69.51073495614105" width="171.05601851706618" height="208.53220486842315" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round"><g transform="translate(13.950384992495117 12.357081829032381) rotate(0 14.261622046022111 23.33231996428026)" fill-rule="evenodd"><path d="M-1.57 1.72 C3.58 1.91, 25.62 -4.24, 31.26 2.88 C36.9 10.01, 34.58 40.2, 32.28 44.5 C29.97 48.8, 22.75 28.44, 17.43 28.67 C12.11 28.89, 3.48 50.24, 0.37 45.85 C-2.75 41.46, -1.18 9.92, -1.24 2.32" stroke="none" stroke-width="0" fill="#ffffff" fill-rule="evenodd"></path><path d="M1.07 1.02 C5.97 1.28, 24.68 -6.58, 29.67 0.84 C34.65 8.26, 33.31 40.75, 30.98 45.54 C28.66 50.32, 21.15 29.55, 15.7 29.55 C10.26 29.56, 1.13 50.67, -1.68 45.56 C-4.49 40.45, -1.37 6.37, -1.16 -1.1 M0.17 0.51 C4.88 1.03, 23.61 -5.39, 28.68 2.3 C33.76 9.99, 32.79 42.48, 30.63 46.65 C28.47 50.82, 21.37 27.53, 15.74 27.31 C10.11 27.1, -0.48 49.76, -3.16 45.37 C-5.84 40.97, -0.88 8.54, -0.36 0.94" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.80957112517262 64.37613447615314" width="197.42871337551787" height="193.12840342845942" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round" transform="translate(10.36067178133385 10) rotate(0 5.479515597999637 5.479515597999637)"><path d="M10.96 5.48 C10.96 5.8, 10.93 6.12, 10.88 6.43 C10.82 6.74, 10.74 7.06, 10.63 7.35 C10.52 7.65, 10.38 7.94, 10.22 8.22 C10.07 8.49, 9.88 8.76, 9.68 9 C9.47 9.24, 9.24 9.47, 9 9.68 C8.76 9.88, 8.49 10.07, 8.22 10.22 C7.94 10.38, 7.65 10.52, 7.35 10.63 C7.06 10.74, 6.74 10.82, 6.43 10.88 C6.12 10.93, 5.8 10.96, 5.48 10.96 C5.16 10.96, 4.84 10.93, 4.53 10.88 C4.22 10.82, 3.9 10.74, 3.61 10.63 C3.31 10.52, 3.01 10.38, 2.74 10.22 C2.47 10.07, 2.2 9.88, 1.96 9.68 C1.71 9.47, 1.49 9.24, 1.28 9 C1.08 8.76, 0.89 8.49, 0.73 8.22 C0.58 7.94, 0.44 7.65, 0.33 7.35 C0.22 7.06, 0.14 6.74, 0.08 6.43 C0.03 6.12, 0 5.8, 0 5.48 C0 5.16, 0.03 4.84, 0.08 4.53 C0.14 4.22, 0.22 3.9, 0.33 3.61 C0.44 3.31, 0.58 3.01, 0.73 2.74 C0.89 2.47, 1.08 2.2, 1.28 1.96 C1.49 1.71, 1.71 1.49, 1.96 1.28 C2.2 1.08, 2.47 0.89, 2.74 0.73 C3.01 0.58, 3.31 0.44, 3.61 0.33 C3.9 0.22, 4.22 0.14, 4.53 0.08 C4.84 0.03, 5.16 0, 5.48 0 C5.8 0, 6.12 0.03, 6.43 0.08 C6.74 0.14, 7.06 0.22, 7.35 0.33 C7.65 0.44, 7.94 0.58, 8.22 0.73 C8.49 0.89, 8.76 1.08, 9 1.28 C9.24 1.49, 9.47 1.71, 9.68 1.96 C9.88 2.2, 10.07 2.47, 10.22 2.74 C10.38 3.01, 10.52 3.31, 10.63 3.61 C10.74 3.9, 10.82 4.22, 10.88 4.53 C10.93 4.84, 10.95 5.32, 10.96 5.48 C10.97 5.64, 10.97 5.32, 10.96 5.48" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g stroke-linecap="round" transform="translate(10 26.584093293810724) rotate(0 5.479515597999637 5.479515597999637)"><path d="M10.96 5.48 C10.96 5.8, 10.93 6.12, 10.88 6.43 C10.82 6.74, 10.74 7.06, 10.63 7.35 C10.52 7.65, 10.38 7.94, 10.22 8.22 C10.07 8.49, 9.88 8.76, 9.68 9 C9.47 9.24, 9.24 9.47, 9 9.68 C8.76 9.88, 8.49 10.07, 8.22 10.22 C7.94 10.38, 7.65 10.52, 7.35 10.63 C7.06 10.74, 6.74 10.82, 6.43 10.88 C6.12 10.93, 5.8 10.96, 5.48 10.96 C5.16 10.96, 4.84 10.93, 4.53 10.88 C4.22 10.82, 3.9 10.74, 3.61 10.63 C3.31 10.52, 3.01 10.38, 2.74 10.22 C2.47 10.07, 2.2 9.88, 1.96 9.68 C1.71 9.47, 1.49 9.24, 1.28 9 C1.08 8.76, 0.89 8.49, 0.73 8.22 C0.58 7.94, 0.44 7.65, 0.33 7.35 C0.22 7.06, 0.14 6.74, 0.08 6.43 C0.03 6.12, 0 5.8, 0 5.48 C0 5.16, 0.03 4.84, 0.08 4.53 C0.14 4.22, 0.22 3.9, 0.33 3.61 C0.44 3.31, 0.58 3.01, 0.73 2.74 C0.89 2.47, 1.08 2.2, 1.28 1.96 C1.49 1.71, 1.71 1.49, 1.96 1.28 C2.2 1.08, 2.47 0.89, 2.74 0.73 C3.01 0.58, 3.31 0.44, 3.61 0.33 C3.9 0.22, 4.22 0.14, 4.53 0.08 C4.84 0.03, 5.16 0, 5.48 0 C5.8 0, 6.12 0.03, 6.43 0.08 C6.74 0.14, 7.06 0.22, 7.35 0.33 C7.65 0.44, 7.94 0.58, 8.22 0.73 C8.49 0.89, 8.76 1.08, 9 1.28 C9.24 1.49, 9.47 1.71, 9.68 1.96 C9.88 2.2, 10.07 2.47, 10.22 2.74 C10.38 3.01, 10.52 3.31, 10.63 3.61 C10.74 3.9, 10.82 4.22, 10.88 4.53 C10.93 4.84, 10.95 5.32, 10.96 5.48 C10.97 5.64, 10.97 5.32, 10.96 5.48" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g stroke-linecap="round" transform="translate(10.290813192190171 43.41710328015387) rotate(0 5.479515597999637 5.479515597999637)"><path d="M10.96 5.48 C10.96 5.8, 10.93 6.12, 10.88 6.43 C10.82 6.74, 10.74 7.06, 10.63 7.35 C10.52 7.65, 10.38 7.94, 10.22 8.22 C10.07 8.49, 9.88 8.76, 9.68 9 C9.47 9.24, 9.24 9.47, 9 9.68 C8.76 9.88, 8.49 10.07, 8.22 10.22 C7.94 10.38, 7.65 10.52, 7.35 10.63 C7.06 10.74, 6.74 10.82, 6.43 10.88 C6.12 10.93, 5.8 10.96, 5.48 10.96 C5.16 10.96, 4.84 10.93, 4.53 10.88 C4.22 10.82, 3.9 10.74, 3.61 10.63 C3.31 10.52, 3.01 10.38, 2.74 10.22 C2.47 10.07, 2.2 9.88, 1.96 9.68 C1.71 9.47, 1.49 9.24, 1.28 9 C1.08 8.76, 0.89 8.49, 0.73 8.22 C0.58 7.94, 0.44 7.65, 0.33 7.35 C0.22 7.06, 0.14 6.74, 0.08 6.43 C0.03 6.12, 0 5.8, 0 5.48 C0 5.16, 0.03 4.84, 0.08 4.53 C0.14 4.22, 0.22 3.9, 0.33 3.61 C0.44 3.31, 0.58 3.01, 0.73 2.74 C0.89 2.47, 1.08 2.2, 1.28 1.96 C1.49 1.71, 1.71 1.49, 1.96 1.28 C2.2 1.08, 2.47 0.89, 2.74 0.73 C3.01 0.58, 3.31 0.44, 3.61 0.33 C3.9 0.22, 4.22 0.14, 4.53 0.08 C4.84 0.03, 5.16 0, 5.48 0 C5.8 0, 6.12 0.03, 6.43 0.08 C6.74 0.14, 7.06 0.22, 7.35 0.33 C7.65 0.44, 7.94 0.58, 8.22 0.73 C8.49 0.89, 8.76 1.08, 9 1.28 C9.24 1.49, 9.47 1.71, 9.68 1.96 C9.88 2.2, 10.07 2.47, 10.22 2.74 C10.38 3.01, 10.52 3.31, 10.63 3.61 C10.74 3.9, 10.82 4.22, 10.88 4.53 C10.93 4.84, 10.95 5.32, 10.96 5.48 C10.97 5.64, 10.97 5.32, 10.96 5.48" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g stroke-linecap="round"><g transform="translate(28.9997343815603 13.730716434903286) rotate(0 13.404918371806161 -0.47696888869757004)"><path d="M0 0 C2.36 -0.16, 9.67 -0.95, 14.13 -0.95 C18.6 -0.95, 24.7 -0.16, 26.81 0 M0 0 C2.36 -0.16, 9.67 -0.95, 14.13 -0.95 C18.6 -0.95, 24.7 -0.16, 26.81 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(28.9997343815603 32.35220608874681) rotate(0 13.404918371806161 0.5600446425838186)"><path d="M0 0 C2.4 0.19, 9.94 1.12, 14.41 1.12 C18.88 1.12, 24.74 0.19, 26.81 0 M0 0 C2.4 0.19, 9.94 1.12, 14.41 1.12 C18.88 1.12, 24.74 0.19, 26.81 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(28.9997343815603 49.177142917209096) rotate(0 13.404918371806161 0.09888957702210632)"><path d="M0 0 C2.54 0.03, 10.79 0.2, 15.25 0.2 C19.72 0.2, 24.88 0.03, 26.81 0 M0 0 C2.54 0.03, 10.79 0.2, 15.25 0.2 C19.72 0.2, 24.88 0.03, 26.81 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.2527685293673 122.67861080539672" width="201.7583055881019" height="368.03583241619015" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round"><g transform="translate(47.08292526901914 11.234563421881262) rotate(0 -16.578121474593615 9.946872884756147)" fill-rule="evenodd"><path d="M-0.92 -0.7 L-32.84 18.13 L-18.86 20.66 L-0.21 8.68 L0.57 1.86" stroke="none" stroke-width="0" fill="#ced4da" fill-rule="evenodd"></path><path d="M0 0 C-8.45 5.43, -17.47 9.45, -33.53 17.52 M0 0 C-12.86 6.52, -25.22 12.89, -33.53 17.52 M-33.53 17.52 C-27.59 18.15, -22.53 19.34, -18.14 19.89 M-33.53 17.52 C-27.85 18.77, -21.58 19.03, -18.14 19.89 M-18.14 19.89 C-13.34 18.02, -10.67 14.42, 0.38 7.88 M-18.14 19.89 C-10.92 15.87, -4.63 10.98, 0.38 7.88 M0.38 7.88 C0.16 5.65, 0.37 3.92, 0.25 1.38 M0.38 7.88 C0.34 5.82, 0.22 4.03, 0.25 1.38 M0.25 1.38 C0.25 1.07, 0.19 0.79, 0 0 M0.25 1.38 C0.2 1.01, 0.12 0.6, 0 0" stroke="transparent" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(47.082925269019256 10) rotate(0 -13.137379281753454 50.92298445403463)"><path d="M0 0 C-6.37 4.13, -13.49 9.22, -35.53 16.77 M0 0 C-11.27 4.43, -22.26 11.04, -35.53 16.77 M-35.53 16.77 C-37.41 36.66, -34.01 55.27, -36.41 96.09 M-35.53 16.77 C-36.96 46.06, -37.72 77.27, -36.41 96.09 M-36.41 96.09 C-36.18 96.52, -35.53 96.85, -35.16 97.72 M-36.41 96.09 C-36.03 96.61, -35.56 97.19, -35.16 97.72 M-35.16 97.72 C-28.51 99.74, -22.78 100.93, -17.52 101.85 M-35.16 97.72 C-31.68 98.83, -28.03 100.3, -17.52 101.85 M-17.52 101.85 C-13.52 99.52, -12.58 96.99, -5.51 88.08 M-17.52 101.85 C-13.99 98.18, -12.16 93.93, -5.51 88.08 M-5.51 88.08 C1.38 81.72, 6.9 78.22, 9.26 73.69 M-5.51 88.08 C-0.73 82.23, 4.94 77.43, 9.26 73.69 M9.26 73.69 C8.4 48.23, 10.46 21.73, 10.13 1.25 M9.26 73.69 C8.86 51.62, 9.22 30.41, 10.13 1.25 M10.13 1.25 C3.93 5.89, -1.73 7.94, -17.64 20.64 M10.13 1.25 C-1.12 10.02, -12.24 16.01, -17.64 20.64 M-17.64 20.64 C-25.17 21.33, -31.34 18.83, -34.41 18.14 M-17.64 20.64 C-23 19.59, -29.89 19.22, -34.41 18.14 M-34.41 18.14 C-25.79 12.06, -14.71 9.07, 0 0 M-34.41 18.14 C-21.82 12.02, -9.59 4.45, 0 0" stroke="#343a40" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(47.208043166941195 10.859209728116866) rotate(0 0.18767684688219788 3.5033011418009323)"><path d="M0 0 C0.34 2.89, 0.36 5.28, 0.38 7.01 M0 0 C0.2 1.91, 0.15 3.76, 0.38 7.01" stroke="#343a40" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(16.574645625673327 87.55370392411544) rotate(344.5603544646815 3.565860090761632 4.0181697108163235)"><path d="M3.96 -0.28 C4.61 -0.23, 5.35 0.84, 5.91 1.47 C6.47 2.1, 7.2 2.73, 7.33 3.52 C7.46 4.3, 7.14 5.45, 6.7 6.2 C6.25 6.95, 5.44 7.74, 4.68 8.03 C3.92 8.32, 2.89 8.33, 2.15 7.92 C1.4 7.51, 0.59 6.38, 0.21 5.56 C-0.17 4.74, -0.34 3.77, -0.15 2.99 C0.04 2.22, 0.69 1.35, 1.36 0.9 C2.03 0.45, 3.48 0.4, 3.89 0.3 C4.3 0.2, 3.81 0.25, 3.83 0.3 M3.38 -0.1 C4.05 -0.05, 5.17 0.63, 5.72 1.17 C6.27 1.71, 6.55 2.31, 6.66 3.12 C6.77 3.93, 6.69 5.22, 6.4 6.01 C6.11 6.8, 5.66 7.48, 4.92 7.86 C4.18 8.23, 2.76 8.48, 1.95 8.25 C1.13 8.02, 0.34 7.23, 0.01 6.48 C-0.32 5.73, -0.21 4.74, -0.03 3.76 C0.14 2.78, 0.41 1.15, 1.07 0.58 C1.74 0.01, 3.45 0.48, 3.94 0.34 C4.43 0.2, 4 -0.24, 4.01 -0.29" stroke="none" stroke-width="0" fill="#ced4da"></path><path d="M3.02 0.28 C3.78 0.12, 5.09 0.16, 5.76 0.6 C6.44 1.04, 6.95 2.05, 7.07 2.91 C7.19 3.77, 6.77 5.01, 6.48 5.77 C6.19 6.52, 5.94 7.15, 5.33 7.45 C4.73 7.75, 3.58 7.79, 2.85 7.57 C2.12 7.36, 1.45 6.86, 0.93 6.15 C0.42 5.45, -0.28 4.18, -0.23 3.34 C-0.18 2.5, 0.58 1.61, 1.23 1.1 C1.88 0.59, 3.31 0.44, 3.65 0.26 C3.99 0.08, 3.28 0.05, 3.28 0.03 M3.54 -0.02 C4.22 -0.08, 5.41 0.68, 6.05 1.23 C6.68 1.77, 7.34 2.42, 7.37 3.27 C7.4 4.12, 6.68 5.56, 6.24 6.32 C5.8 7.08, 5.41 7.67, 4.74 7.84 C4.07 8.01, 2.95 7.73, 2.23 7.33 C1.51 6.93, 0.81 6.13, 0.42 5.43 C0.02 4.74, -0.26 3.86, -0.16 3.15 C-0.06 2.43, 0.43 1.6, 1.02 1.15 C1.61 0.69, 2.91 0.52, 3.36 0.41 C3.82 0.3, 3.65 0.49, 3.75 0.48" stroke="#495057" stroke-width="2" fill="none"></path></g><g stroke-linecap="round"><g transform="translate(31.067834335071893 79.63406745259465) rotate(0 1.751650570900452 -0.3534258147472542)" fill-rule="evenodd"><path d="M0.21 0.32 L0.35 2.32 L3.47 -1.09 L3.96 -3.66 L0.44 -0.26" stroke="none" stroke-width="0" fill="#ced4da" fill-rule="evenodd"></path><path d="M0 0 C-0.12 1, -0.27 2.01, -0.25 2.5 M0 0 C-0.1 0.79, -0.17 1.69, -0.25 2.5 M-0.25 2.5 C0.79 1.77, 1.4 1.01, 3.63 -0.5 M-0.25 2.5 C1.14 1.41, 2.4 0.49, 3.63 -0.5 M3.63 -0.5 C3.73 -1.11, 3.67 -1.64, 3.75 -3.21 M3.63 -0.5 C3.64 -1.38, 3.72 -2.29, 3.75 -3.21 M3.75 -3.21 C2.44 -2.29, 1.43 -1.35, 0 0 M3.75 -3.21 C2.37 -1.96, 1.03 -0.86, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#495057" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(31.318620224765937 59.19618402089782) rotate(0 1.751650570900452 -0.3534258147472542)" fill-rule="evenodd"><path d="M0.6 -0.18 L-0.41 1.91 L3.83 -0.95 L4.19 -3.47 L0.53 -0.49" stroke="none" stroke-width="0" fill="#ced4da" fill-rule="evenodd"></path><path d="M0 0 C-0.14 0.71, -0.11 1.25, -0.25 2.5 M0 0 C-0.08 0.82, -0.19 1.6, -0.25 2.5 M-0.25 2.5 C0.42 1.76, 1.42 1.25, 3.63 -0.5 M-0.25 2.5 C1.17 1.45, 2.56 0.3, 3.63 -0.5 M3.63 -0.5 C3.66 -1.48, 3.74 -2.44, 3.75 -3.21 M3.63 -0.5 C3.68 -1.18, 3.7 -1.88, 3.75 -3.21 M3.75 -3.21 C2.61 -2.37, 1.57 -1.39, 0 0 M3.75 -3.21 C2.36 -1.99, 0.95 -0.78, 0 0 M0 0 C0 0, 0 0, 0 0 M0 0 C0 0, 0 0, 0 0" stroke="#495057" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(14.917973114765175 34.71630324050852) rotate(0 5.320718812890831 23.620013421711747)" fill-rule="evenodd"><path d="M-0.23 -0.88 L11.34 1.21 L11.3 46.84 L0.4 44.12 L0.12 0.93" stroke="none" stroke-width="0" fill="#ced4da" fill-rule="evenodd"></path><path d="M0 0 C3.8 0.31, 7.34 0.98, 11.04 1.89 M0 0 C2.14 0.57, 4.42 1.02, 11.04 1.89 M11.04 1.89 C11.19 13.78, 11.39 26.63, 10.64 47.24 M11.04 1.89 C10.47 12.47, 11.15 23.18, 10.64 47.24 M10.64 47.24 C7.95 46.93, 4.62 45.64, -0.4 44.85 M10.64 47.24 C7.09 46.25, 3.5 45.46, -0.4 44.85 M-0.4 44.85 C0.26 33.03, 0.4 22.76, -0.4 0.8 M-0.4 44.85 C-0.14 27.99, -0.16 11.86, -0.4 0.8 M-0.4 0.8 C-0.29 0.55, -0.09 0.21, 0 0 M-0.4 0.8 C-0.24 0.51, -0.08 0.19, 0 0" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(16.62642822090612 54.85192069730374) rotate(0 3.530570427245351 0.39781075236567176)"><path d="M0 0 C2.71 0.22, 5.15 0.61, 7.06 0.8 M0 0 C2.66 0.41, 5.51 0.52, 7.06 0.8" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(16.260584403998337 61.91306155179416) rotate(0 3.530570427245351 0.39781075236567176)"><path d="M0 0 C1.57 0.2, 3.77 0.24, 7.06 0.8 M0 0 C2.63 0.19, 5.25 0.63, 7.06 0.8" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(16.615772575753397 69.63485240574926) rotate(0 3.530570427245351 0.39781075236567176)"><path d="M0 0 C2.06 0.04, 3.86 0.2, 7.06 0.8 M0 0 C2.7 0.38, 5.58 0.73, 7.06 0.8" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(17.05265402701184 47.46400672479808) rotate(0 3.530570427245351 0.39781075236567176)"><path d="M0 0 C2.29 0.03, 4.43 0.4, 7.06 0.8 M0 0 C1.58 0.26, 3.27 0.27, 7.06 0.8" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(28.5423005692993 31.64784554221012) rotate(0.9326396122069769 0.6968596306295183 40.5123947647175)"><path d="M0 0 C2.88 17.9, -0.22 35.65, 1.39 81.02 M0 0 C1.18 27.07, 0.72 56.25, 1.39 81.02" stroke="#000000" stroke-width="1" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 675.2543454170227 29.03554949708291" width="2025.7630362510681" height="87.10664849124873" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round"><g transform="translate(11.685941191315635 18.671896285414732) rotate(0 325.1999816894531 -3.600006103515625)"><path d="M1.14 0.36 C108.79 -0.55, 540.18 -3.69, 648.3 -4.91 M-1.69 -1.91 C106.62 -3.63, 545.32 -8.38, 653.57 -8.67" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58.86925769436846 59.08344493734688" width="176.60777308310537" height="177.25033481204065" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round"><g transform="translate(21.418093481049482 46.117138361917796) rotate(0 7.584918488409187 -16.856672698801333)"><path d="M0 0 C0.58 -2.15, 1.51 -10.91, 3.51 -12.9 C5.51 -14.89, 10.23 -14.36, 12.01 -11.95 C13.8 -9.54, 11.91 -0.44, 14.23 1.56 C16.54 3.56, 24.03 3.73, 25.9 0.05 C27.76 -3.63, 28.34 -14.5, 25.41 -20.52 C22.48 -26.55, 13.93 -35.95, 8.3 -36.11 C2.67 -36.28, -5.19 -27.65, -8.36 -21.52 C-11.53 -15.39, -12.08 -3.33, -10.73 0.65 C-9.38 4.64, -2 2.11, -0.25 2.4 M0 0 C0.58 -2.15, 1.51 -10.91, 3.51 -12.9 C5.51 -14.89, 10.23 -14.36, 12.01 -11.95 C13.8 -9.54, 11.91 -0.44, 14.23 1.56 C16.54 3.56, 24.03 3.73, 25.9 0.05 C27.76 -3.63, 28.34 -14.5, 25.41 -20.52 C22.48 -26.55, 13.93 -35.95, 8.3 -36.11 C2.67 -36.28, -5.19 -27.65, -8.36 -21.52 C-11.53 -15.39, -12.08 -3.33, -10.73 0.65 C-9.38 4.64, -2 2.11, -0.25 2.4" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,10 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.59175568733679 87.20847569061152" width="268.77526706201036" height="261.62542707183457" filter="invert(93%) hue-rotate(180deg)">
2
+ <!-- svg-source:excalidraw -->
3
+
4
+ <defs>
5
+ <style class="style-fonts">
6
+
7
+ </style>
8
+
9
+ </defs>
10
+ <g stroke-linecap="round"><g transform="translate(34.07651618867902 48.033815253945136) rotate(0 10.719361654989378 -4.429577408639432)"><path d="M0.22 -0.09 C0.28 3.88, 2.8 19.68, 0.53 23.9 C-1.73 28.13, -11.07 30.04, -13.35 25.26 C-15.64 20.48, -11.65 0.17, -13.16 -4.77 C-14.67 -9.7, -26.37 0.96, -22.41 -4.36 C-18.44 -9.67, 2.3 -33.7, 10.62 -36.65 C18.94 -39.59, 24.9 -23.26, 27.54 -22.02 C30.18 -20.78, 24.92 -27.86, 26.45 -29.21 C27.98 -30.55, 35.21 -32.65, 36.72 -30.11 C38.23 -27.57, 34.04 -18.75, 35.5 -13.98 C36.97 -9.21, 45.74 -3.27, 45.51 -1.48 C45.29 0.31, 35.85 -7.86, 34.15 -3.24 C32.46 1.38, 37.76 21.51, 35.34 26.25 C32.93 30.99, 22.17 29.48, 19.67 25.21 C17.17 20.93, 23.8 4.71, 20.35 0.59 C16.91 -3.52, 2.48 0.7, -0.99 0.51 M-1.12 -1.18 C-1.2 2.9, 2.02 20.92, -0.18 24.98 C-2.37 29.03, -12.17 28.01, -14.3 23.17 C-16.44 18.32, -11.47 0.45, -12.99 -4.11 C-14.51 -8.67, -27.06 1.41, -23.42 -4.2 C-19.77 -9.81, 0.81 -35.1, 8.87 -37.77 C16.93 -40.44, 22.24 -21.66, 24.95 -20.22 C27.66 -18.78, 23.4 -27.78, 25.16 -29.15 C26.92 -30.51, 33.67 -30.89, 35.51 -28.42 C37.36 -25.94, 35.01 -18.4, 36.21 -14.27 C37.41 -10.14, 42.7 -5.34, 42.71 -3.64 C42.72 -1.94, 37.36 -8.96, 36.25 -4.07 C35.14 0.82, 38.89 20.88, 36.05 25.68 C33.21 30.48, 22.26 29.07, 19.19 24.73 C16.11 20.39, 20.88 4.01, 17.61 -0.38 C14.33 -4.77, 2.18 -1.68, -0.48 -1.63" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
@@ -0,0 +1,19 @@
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54.8289715891961 122.91502231693698"
2
+ width="164.4869147675883" height="368.74506695081095" filter="invert(93%) hue-rotate(180deg)">
3
+ <!-- svg-source:excalidraw -->
4
+
5
+ <defs>
6
+ <style class="style-fonts">
7
+
8
+ </style>
9
+
10
+ </defs>
11
+ <g stroke-linecap="round">
12
+ <g transform="translate(17.963502922513044 98.1012728373579) rotate(0 10.35400784427901 -36.6392819047461)">
13
+ <path
14
+ d="M-0.92 0.05 C-0.85 -7.96, -1.61 -37.45, 0.46 -48.12 C2.52 -58.8, 8.31 -63.66, 11.46 -64.01 C14.61 -64.36, 17.92 -61.96, 19.34 -50.21 C20.76 -38.46, 20.48 -4.19, 20 6.49 C19.52 17.16, 20.01 12.99, 16.44 13.85 C12.87 14.71, 2.49 13.98, -1.43 11.64 C-5.36 9.29, -6.38 13.15, -7.1 -0.21 C-7.81 -13.57, -8.39 -54.05, -5.72 -68.55 C-3.06 -83.05, 3.85 -87.21, 8.89 -87.23 C13.93 -87.26, 21.52 -74.71, 24.52 -68.68 C27.52 -62.66, 26.27 -53.89, 26.87 -51.11 M0.8 -0.97 C0.75 -9.29, -1.95 -39.43, -0.23 -49.77 C1.5 -60.1, 7.79 -63.14, 11.17 -62.99 C14.54 -62.84, 18.74 -60.01, 20.02 -48.88 C21.29 -37.74, 19.22 -6.54, 18.81 3.8 C18.39 14.14, 21.3 11.55, 17.53 13.15 C13.75 14.76, -0.1 15.77, -3.84 13.45 C-7.59 11.12, -4.38 13.08, -4.95 -0.79 C-5.52 -14.66, -9.58 -55.22, -7.24 -69.77 C-4.91 -84.32, 3.68 -88.43, 9.08 -88.08 C14.47 -87.73, 22.38 -73.79, 25.11 -67.69 C27.84 -61.59, 25.42 -54.5, 25.45 -51.48"
15
+ stroke="#495057" stroke-width="2" fill="none"></path>
16
+ </g>
17
+ </g>
18
+ <mask></mask>
19
+ </svg>
@@ -11,6 +11,6 @@
11
11
  <g stroke-linecap="round" transform="translate(10 10) rotate(0 257.1999816894531 174.40000915527344)">
12
12
  <path
13
13
  d="M32 0 C145.44 -4.83, 255.69 -1.54, 482.4 0 M32 0 C192.73 -2.81, 351.25 -2.46, 482.4 0 M482.4 0 C501.81 -3.76, 511.49 7.87, 514.4 32 M482.4 0 C506.25 -4.37, 511.77 12.37, 514.4 32 M514.4 32 C515.93 102.43, 516.85 172.52, 514.4 316.8 M514.4 32 C513.73 123.85, 513.29 214.86, 514.4 316.8 M514.4 316.8 C518.35 338.31, 500.55 350.28, 482.4 348.8 M514.4 316.8 C512.61 339.59, 502.19 351.52, 482.4 348.8 M482.4 348.8 C321.78 353.3, 165.35 353.43, 32 348.8 M482.4 348.8 C319.01 350.74, 158.28 350.8, 32 348.8 M32 348.8 C12.02 347.61, -1.08 339.53, 0 316.8 M32 348.8 C10.96 345.65, -1.97 333.79, 0 316.8 M0 316.8 C-3.22 248.83, -2.37 182.54, 0 32 M0 316.8 C1.48 258.69, 1.52 202.64, 0 32 M0 32 C-0.35 8.95, 12.4 1.7, 32 0 M0 32 C-3.7 10.32, 8.88 1.63, 32 0"
14
- stroke="#000000" stroke-width="1.4" fill="none"></path>
14
+ stroke="#000000" stroke-width="1.4" fill="none" ></path>
15
15
  </g>
16
16
  </svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dark-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gul Noor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-27 00:00:00.000000000 Z
11
+ date: 2024-07-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -52,9 +52,18 @@ files:
52
52
  - assets/theme-assets/material-theme/tokens.css
53
53
  - assets/theme-assets/material-theme/typography.module.css
54
54
  - assets/theme-assets/theme-fonts/Virgil.woff2
55
+ - assets/theme-assets/theme-fonts/comic shanns.otf
56
+ - assets/theme-assets/theme-icons/aboutme.svg
57
+ - assets/theme-assets/theme-icons/bookmark.svg
58
+ - assets/theme-assets/theme-icons/categories-rough.svg
55
59
  - assets/theme-assets/theme-icons/categories.svg
60
+ - assets/theme-assets/theme-icons/categories2.svg
61
+ - assets/theme-assets/theme-icons/divider.svg
62
+ - assets/theme-assets/theme-icons/home-rough.svg
56
63
  - assets/theme-assets/theme-icons/home.svg
64
+ - assets/theme-assets/theme-icons/home2.svg
57
65
  - assets/theme-assets/theme-icons/info.svg
66
+ - assets/theme-assets/theme-icons/pin.svg
58
67
  - assets/theme-assets/theme-images/border-thick.svg
59
68
  - assets/theme-assets/theme-images/comp.png
60
69
  - assets/theme-assets/theme-images/comp.svg