yet-another-github-card 1.0.1 → 1.0.3

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 (71) hide show
  1. package/AUTHORS.md +3 -0
  2. package/CODE_OF_CONDUCT.md +3 -0
  3. package/CONTRIBUTING.md +5 -0
  4. package/LICENSE +21 -0
  5. package/README.md +4 -4
  6. package/SECURITY.md +13 -0
  7. package/css/theme-dark.css +10 -0
  8. package/css/theme-light.css +10 -0
  9. package/images/android-chrome-192x192.png +0 -0
  10. package/images/android-chrome-512x512.png +0 -0
  11. package/images/apple-touch-icon.png +0 -0
  12. package/images/blog.svg +4 -0
  13. package/images/commits.svg +44 -0
  14. package/images/contributions.svg +44 -0
  15. package/images/docs/favicon_io/android-chrome-192x192.png +0 -0
  16. package/images/docs/favicon_io/android-chrome-512x512.png +0 -0
  17. package/images/docs/favicon_io/apple-touch-icon.png +0 -0
  18. package/images/docs/favicon_io/favicon-16x16.png +0 -0
  19. package/images/docs/favicon_io/favicon-32x32.png +0 -0
  20. package/images/docs/favicon_io/favicon.ico +0 -0
  21. package/images/docs/favicon_io/site.webmanifest +1 -0
  22. package/images/docs/yagc-ico.png +0 -0
  23. package/images/docs/yagc-logo-square.png +0 -0
  24. package/images/docs/yagc-logo.png +0 -0
  25. package/images/docs/yagc-mkt.png +0 -0
  26. package/images/docs/yagc-showroom.kra +0 -0
  27. package/images/docs/yagc-showroom.png +0 -0
  28. package/images/docs/yagc-themes-style_cloud.png +0 -0
  29. package/images/docs/yagc-themes-style_default.png +0 -0
  30. package/images/docs/yagc-themes-style_polygon.png +0 -0
  31. package/images/favicon-16x16.png +0 -0
  32. package/images/favicon-32x32.png +0 -0
  33. package/images/favicon.ico +0 -0
  34. package/images/favicon_io/android-chrome-192x192.png +0 -0
  35. package/images/favicon_io/android-chrome-512x512.png +0 -0
  36. package/images/favicon_io/apple-touch-icon.png +0 -0
  37. package/images/favicon_io/favicon-16x16.png +0 -0
  38. package/images/favicon_io/favicon-32x32.png +0 -0
  39. package/images/favicon_io/favicon.ico +0 -0
  40. package/images/favicon_io/site.webmanifest +1 -0
  41. package/images/followers.svg +3 -0
  42. package/images/following.svg +40 -0
  43. package/images/generic.svg +4 -0
  44. package/images/gists.svg +38 -0
  45. package/images/github-logo.png +0 -0
  46. package/images/helm.svg +2 -0
  47. package/images/info-logo.svg +1 -0
  48. package/images/instagram.svg +54 -0
  49. package/images/linkedin.svg +3 -0
  50. package/images/npmjs.svg +44 -0
  51. package/images/nuget.svg +4 -0
  52. package/images/prs.svg +44 -0
  53. package/images/repositories.svg +38 -0
  54. package/images/rubygems.svg +4 -0
  55. package/images/site.webmanifest +1 -0
  56. package/images/sourceforge.svg +4 -0
  57. package/images/sponsor.svg +3 -0
  58. package/images/twitter.svg +3 -0
  59. package/images/yagc-ico.png +0 -0
  60. package/images/yagc-logo-square.png +0 -0
  61. package/images/yagc-logo.png +0 -0
  62. package/images/yagc-mkt.png +0 -0
  63. package/images/yagc-showroom.kra +0 -0
  64. package/images/yagc-showroom.png +0 -0
  65. package/images/yagc-themes-style_cloud.png +0 -0
  66. package/images/yagc-themes-style_default.png +0 -0
  67. package/images/yagc-themes-style_polygon.png +0 -0
  68. package/images/yarnpkg.svg +2 -0
  69. package/package.json +22 -4
  70. package/yagc.js +867 -0
  71. package/yagc.min.js +1 -0
package/AUTHORS.md ADDED
@@ -0,0 +1,3 @@
1
+ # Authors
2
+
3
+ Carles Loriente
@@ -0,0 +1,3 @@
1
+ # Code of Conduct
2
+
3
+ Everyone can contribute to this project, see CONTRIBUTING.md.
@@ -0,0 +1,5 @@
1
+ # Contributing to this project
2
+
3
+ You can contribute to it in many ways. You can help with ideas, code, or documentation. I appreciate any efforts that helps to make the project better.
4
+
5
+ Thank you!
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ # MIT License
2
+
3
+ Copyright (c) 2025 Carles Loriente
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Yet Another Github Card - Show your developer skills in social networks
2
2
 
3
- [![YAGC logo](./src/images/docs/yagc-showroom.png)](https://yagc.nocc.dev)
3
+ [![YAGC logo](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-showroom.png)](https://yagc.nocc.dev)
4
4
 
5
5
  [![yagc package](https://img.shields.io/npm/v/yet-another-github-card?logo=npm&logoColor=fff)](https://www.npm.im/yet-another-github-card)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/yet-another-github-card)](https://www.npm.im/yet-another-github-card)
@@ -128,15 +128,15 @@ At the moment, three prebuilt themes are available. Feel free to design unique c
128
128
 
129
129
  #### 1. DefaultTheme
130
130
 
131
- ![YAGC defaultTheme](./src/images/docs/yagc-themes-style_default.png)
131
+ ![YAGC defaultTheme](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_default.png)
132
132
 
133
133
  #### 2. Cloud
134
134
 
135
- ![YAGC cloud](./src/images/docs/yagc-themes-style_cloud.png)
135
+ ![YAGC cloud](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_cloud.png)
136
136
 
137
137
  #### 3. Polygon
138
138
 
139
- ![YAGC polygon](./src/images/docs/yagc-themes-style_polygon.png)
139
+ ![YAGC polygon](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_polygon.png)
140
140
 
141
141
  ### Local Demo card
142
142
 
package/SECURITY.md ADDED
@@ -0,0 +1,13 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Only the latest major version is supported at any given time.
6
+
7
+ ## Reporting a Vulnerability
8
+
9
+ To report a security vulnerability, please send an
10
+ email to [fi1nziulf@mozmail.com](mailto:fi1nziulf@mozmail.com).
11
+
12
+ This will allow us to assess the risk, and make a fix available before we add a
13
+ bug report to the GitHub repository.
@@ -0,0 +1,10 @@
1
+ /* theme-dark.css */
2
+ :root {
3
+ --body-bg: #1e1e1e;
4
+ --body-color: #BBB;
5
+ --body-color-a: #2f9fdf;
6
+ --avatar-border-color: #1e1e1e;
7
+ --stars-color: darkslategrey;
8
+ --stats-name-color: #777777;
9
+ --svg-color-a: invert(54%) sepia(21%) saturate(1461%) hue-rotate(158deg) brightness(97%) contrast(100%);
10
+ }
@@ -0,0 +1,10 @@
1
+ /* theme-light.css */
2
+ :root {
3
+ --body-bg: #fff;
4
+ --body-color: #000;
5
+ --body-color-a: #1e3266;
6
+ --avatar-border-color: #fff;
7
+ --stars-color: darkslategrey;
8
+ --stats-name-color: #555555;
9
+ --svg-color-a: invert(16%) sepia(61%) saturate(2814%) hue-rotate(232deg) brightness(100%) contrast(87%);
10
+ }
Binary file
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
2
+ <path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
3
+ <path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z"/>
4
+ </svg>
@@ -0,0 +1,44 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ fill="currentColor"
6
+ class="bi bi-clipboard-data-fill"
7
+ viewBox="0 0 16 16"
8
+ version="1.1"
9
+ id="svg2"
10
+ sodipodi:docname="commits.svg"
11
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs2" />
18
+ <sodipodi:namedview
19
+ id="namedview2"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#000000"
22
+ borderopacity="0.25"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0.0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="36.6875"
28
+ inkscape:cx="5.1243612"
29
+ inkscape:cy="11.55707"
30
+ inkscape:window-width="3440"
31
+ inkscape:window-height="1368"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="svg2" />
36
+ <path
37
+ d="M 6.8376734,1.8009248 A 1.1623266,1.1623266 0 0 0 5.6753468,2.9632514 V 3.7381358 A 1.1623266,1.1623266 0 0 0 6.8376734,4.9004624 H 9.1623266 A 1.1623266,1.1623266 0 0 0 10.324653,3.7381358 V 2.9632514 A 1.1623266,1.1623266 0 0 0 9.1623266,1.8009248 Z M 9.1623266,2.5758092 A 0.3874422,0.3874422 0 0 1 9.5497688,2.9632514 V 3.7381358 A 0.3874422,0.3874422 0 0 1 9.1623266,4.125578 H 6.8376734 A 0.3874422,0.3874422 0 0 1 6.4502312,3.7381358 V 2.9632514 A 0.3874422,0.3874422 0 0 1 6.8376734,2.5758092 Z"
38
+ id="path1"
39
+ style="stroke-width:0.774884" />
40
+ <path
41
+ d="M 4.9004624,2.9632514 H 4.125578 A 1.5497688,1.5497688 0 0 0 2.5758092,4.5130202 v 8.1362858 a 1.5497688,1.5497688 0 0 0 1.5497688,1.549769 h 7.748844 a 1.5497688,1.5497688 0 0 0 1.549769,-1.549769 V 4.5130202 A 1.5497688,1.5497688 0 0 0 11.874422,2.9632514 H 11.099538 V 3.7381358 A 1.937211,1.937211 0 0 1 9.1623266,5.6753468 H 6.8376734 A 1.937211,1.937211 0 0 1 4.9004624,3.7381358 Z M 9.5497688,8 a 0.7748846,0.7748846 0 1 1 1.5497692,0 v 3.874422 a 0.7748846,0.7748846 0 1 1 -1.5497692,0 z m -4.6493064,3.099538 a 0.7748844,0.7748844 0 1 1 1.5497688,0 v 0.774884 a 0.7748844,0.7748844 0 1 1 -1.5497688,0 z M 8,8.7748844 a 0.7748844,0.7748844 0 0 1 0.7748844,0.7748844 v 2.3246532 a 0.7748844,0.7748844 0 1 1 -1.5497688,0 V 9.5497688 A 0.7748844,0.7748844 0 0 1 8,8.7748844"
42
+ id="path2"
43
+ style="stroke-width:0.774884" />
44
+ </svg>
@@ -0,0 +1,44 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ fill="currentColor"
6
+ class="bi bi-clipboard2-pulse-fill"
7
+ viewBox="0 0 16 16"
8
+ version="1.1"
9
+ id="svg2"
10
+ sodipodi:docname="contributions.svg"
11
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs2" />
18
+ <sodipodi:namedview
19
+ id="namedview2"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#000000"
22
+ borderopacity="0.25"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0.0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="36.6875"
28
+ inkscape:cx="5.451448"
29
+ inkscape:cy="10.821124"
30
+ inkscape:window-width="3440"
31
+ inkscape:window-height="1368"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="svg2" />
36
+ <path
37
+ d="M 9.8128108,2.1962941 A 0.46417777,0.38123869 0 0 0 9.3486328,1.8150554 H 6.5635668 A 0.46417777,0.38123869 0 0 0 6.0993888,2.1962941 0.46417777,0.38123869 0 0 1 5.6352108,2.5775328 0.46417777,0.38123869 0 0 0 5.1710334,2.9587715 V 3.3400101 A 0.46417777,0.38123869 0 0 0 5.6352108,3.7212489 H 10.276989 A 0.46417777,0.38123869 0 0 0 10.741166,3.3400101 V 2.9587715 A 0.46417777,0.38123869 0 0 0 10.276989,2.5775328 0.46417777,0.38123869 0 0 1 9.8128108,2.1962941"
38
+ id="path1"
39
+ style="stroke-width:0.841338" />
40
+ <path
41
+ d="M 4.3215881,2.5775328 H 3.7785001 A 1.3925332,1.143716 0 0 0 2.3859668,3.7212489 v 9.1497281 a 1.3925332,1.143716 0 0 0 1.3925333,1.143716 H 12.1337 a 1.3925332,1.143716 0 0 0 1.392533,-1.143716 V 3.7212489 A 1.3925332,1.143716 0 0 0 12.1337,2.5775328 h -0.543089 q 0.07797,0.1799446 0.07892,0.3812387 V 3.3400101 A 1.3925332,1.143716 0 0 1 10.276989,4.4837263 H 5.6352108 A 1.3925332,1.143716 0 0 1 4.2426779,3.3400101 V 2.9587715 q 9.283e-4,-0.2012941 0.07891,-0.3812387 m 5.4726559,3.3213514 1.2922712,3.5409449 h 0.11883 a 0.46417777,0.38123869 0 0 1 0,0.7624769 H 10.741166 A 0.46417777,0.38123869 0 0 1 10.296484,9.9308646 L 9.4238298,7.5404981 8.4100658,11.426082 a 0.46417777,0.38123869 0 0 1 -0.898648,0.02974 L 6.4549488,8.5629802 5.5860078,9.9911 A 0.46417777,0.38123869 0 0 1 5.1710334,10.202306 H 4.7068557 a 0.46417777,0.38123869 0 0 1 0,-0.7624769 H 4.8841715 L 6.1485918,7.3628408 a 0.46417777,0.38123869 0 0 1 0.859657,0.060998 l 0.872654,2.3903667 1.013765,-3.8855847 a 0.46417777,0.38123869 0 0 1 0.898648,-0.029736 z"
42
+ id="path2"
43
+ style="stroke-width:0.841338" />
44
+ </svg>
@@ -0,0 +1 @@
1
+ {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-people-fill" viewBox="0 0 16 16">
2
+ <path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/>
3
+ </svg>
@@ -0,0 +1,40 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ fill="currentColor"
6
+ class="bi bi-person-fill"
7
+ viewBox="0 0 16 16"
8
+ version="1.1"
9
+ id="svg1"
10
+ sodipodi:docname="following.svg"
11
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs1" />
18
+ <sodipodi:namedview
19
+ id="namedview1"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#000000"
22
+ borderopacity="0.25"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0.0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="51.88396"
28
+ inkscape:cx="9.8681751"
29
+ inkscape:cy="7.2083935"
30
+ inkscape:window-width="3440"
31
+ inkscape:window-height="1368"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="svg1" />
36
+ <path
37
+ d="m 3.1879068,13.945254 c 0,0 -0.9624186,0 -0.9624186,-0.990876 0,-0.990875 0.9624186,-3.9635023 5.7745119,-3.9635023 4.8120929,0 5.7745119,2.9726273 5.7745119,3.9635023 0,0.990876 -0.962419,0.990876 -0.962419,0.990876 z M 8.0000001,8 a 2.887256,2.9726271 0 1 0 0,-5.9452541 2.887256,2.9726271 0 0 0 0,5.9452541"
38
+ id="path1"
39
+ style="stroke-width:0.976545" />
40
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-link" viewBox="0 0 16 16">
2
+ <path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/>
3
+ <path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z"/>
4
+ </svg>
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ height="20"
4
+ width="20"
5
+ version="1.1"
6
+ id="svg1"
7
+ sodipodi:docname="gists.svg"
8
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ xmlns:svg="http://www.w3.org/2000/svg">
13
+ <defs
14
+ id="defs1" />
15
+ <sodipodi:namedview
16
+ id="namedview1"
17
+ pagecolor="#000000"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ inkscape:zoom="25.94198"
25
+ inkscape:cx="8.9815812"
26
+ inkscape:cy="10.09946"
27
+ inkscape:window-width="3440"
28
+ inkscape:window-height="1368"
29
+ inkscape:window-x="0"
30
+ inkscape:window-y="0"
31
+ inkscape:window-maximized="1"
32
+ inkscape:current-layer="svg1" />
33
+ <path
34
+ id="path1"
35
+ style="fill:#ffffff;stroke-width:0.0274026"
36
+ d="M 0.23613141,2.3911309 V 19.755375 H 16.140292 V 2.3911309 Z m 5.27603109,4.3689392 1.7851833,1.72655 -2.6760487,2.5882289 2.6760487,2.58823 -1.7851833,1.723357 -4.4543264,-4.311587 z m 5.3486445,0 4.454325,4.3147789 -4.454325,4.311587 -1.7817306,-1.723357 2.6725946,-2.58823 -2.6725946,-2.5882289 z"
37
+ sodipodi:nodetypes="ccccccccccccccccccc" />
38
+ </svg>
Binary file
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
+ <svg fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg"><title>Helm icon</title><path d="M18.651,19.252c0.704,1.005,0.96,2.039,0.573,2.31c-0.387,0.271-1.271-0.324-1.975-1.329 c-0.259-0.37-0.456-0.744-0.584-1.082c-1.156,0.772-2.493,1.258-3.898,1.4c0.081,0.34,0.13,0.737,0.13,1.166 c0,1.227-0.383,2.221-0.856,2.221c-0.473,0-0.856-0.994-0.856-2.221c0-0.42,0.047-0.807,0.125-1.142 c-1.414-0.099-2.765-0.547-3.944-1.284c-0.127,0.301-0.3,0.621-0.524,0.942c-0.704,1.005-1.588,1.6-1.975,1.329 c-0.387-0.271-0.131-1.305,0.573-2.31c0.236-0.337,0.492-0.622,0.743-0.85c-0.487-0.437-0.928-0.931-1.309-1.479l1.124-0.782 c1.345,1.934,3.554,3.088,5.908,3.088c2.36,0,4.571-1.158,5.916-3.098l1.125,0.78c-0.348,0.502-0.747,0.957-1.183,1.366 C18.06,18.518,18.369,18.85,18.651,19.252z M6.277,5.623C5.682,6.143,5.153,6.746,4.711,7.43l1.15,0.743 C7.193,6.111,9.453,4.88,11.907,4.88c2.535,0,4.835,1.294,6.151,3.461l1.17-0.711c-0.435-0.716-0.963-1.349-1.56-1.895 c0.324-0.245,0.671-0.603,0.983-1.049c0.704-1.005,0.96-2.039,0.573-2.31c-0.387-0.271-1.271,0.324-1.975,1.329 c-0.294,0.419-0.504,0.84-0.627,1.212c-1.152-0.761-2.485-1.232-3.9-1.364c0.108-0.372,0.175-0.83,0.175-1.333 C12.897,0.994,12.514,0,12.041,0c-0.473,0-0.856,0.994-0.856,2.221c0,0.491,0.063,0.941,0.167,1.308 c-1.413,0.09-2.757,0.525-3.93,1.247c-0.128-0.336-0.323-0.705-0.58-1.071C6.139,2.7,5.255,2.106,4.868,2.377 c-0.387,0.271-0.131,1.305,0.573,2.31C5.706,5.065,5.997,5.385,6.277,5.623z M0.5,15.272h1.648V12.8h1.859v2.473h1.648V9.043H4.008 v2.319H2.148V9.043H0.5V15.272z M7.036,9.043v6.229h4.121v-1.38H8.684v-1.112h2.032v-1.38H8.684v-0.978h2.377v-1.38L7.036,9.043 L7.036,9.043z M12.364,9.043v6.229h4.006v-1.38h-2.358V9.043L12.364,9.043L12.364,9.043z M17.443,9.043v6.229h1.514v-1.84 c0-0.16-0.008-0.335-0.024-0.527c-0.016-0.192-0.034-0.388-0.053-0.589c-0.019-0.201-0.042-0.398-0.067-0.589 c-0.026-0.192-0.048-0.364-0.067-0.517h0.038l0.498,1.457l0.863,2.099h0.613l0.862-2.099l0.517-1.457h0.038 c-0.019,0.153-0.042,0.326-0.067,0.518c-0.026,0.192-0.048,0.388-0.067,0.589c-0.019,0.201-0.037,0.398-0.053,0.589 c-0.016,0.192-0.024,0.367-0.024,0.527v1.84H23.5V9.043h-1.706l-0.939,2.588l-0.345,1.016h-0.038l-0.345-1.016l-0.978-2.588 L17.443,9.043L17.443,9.043z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="currentColor" class="bi bi-info-circle-fill" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2" fill="#fff"/></svg>
@@ -0,0 +1,54 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
3
+
4
+ <svg
5
+ width="800px"
6
+ height="800px"
7
+ viewBox="0 0 24 24"
8
+ fill="none"
9
+ version="1.1"
10
+ id="svg3"
11
+ sodipodi:docname="instagram.svg"
12
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
13
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <defs
18
+ id="defs3" />
19
+ <sodipodi:namedview
20
+ id="namedview3"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#000000"
23
+ borderopacity="0.25"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:zoom="1.4675"
29
+ inkscape:cx="400"
30
+ inkscape:cy="400"
31
+ inkscape:window-width="3440"
32
+ inkscape:window-height="1368"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg3" />
37
+ <path
38
+ fill-rule="evenodd"
39
+ clip-rule="evenodd"
40
+ d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"
41
+ fill="#0F0F0F"
42
+ id="path1" />
43
+ <path
44
+ d="M18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z"
45
+ fill="#0F0F0F"
46
+ id="path2" />
47
+ <path
48
+ fill-rule="evenodd"
49
+ clip-rule="evenodd"
50
+ d="M 0.83085437,3.6615622 C 0.12486691,5.047142 0.12486691,6.8609714 0.12486691,10.488619 v 3.022762 c 0,3.627637 0,5.441509 0.70598746,6.827014 0.62100473,1.21882 1.61190893,2.209746 2.83070783,2.830707 1.3855798,0.706031 3.1994092,0.706031 6.8270568,0.706031 h 3.022762 c 3.627637,0 5.441509,0 6.827014,-0.706031 1.21882,-0.620961 2.209746,-1.611887 2.830707,-2.830707 0.706031,-1.385505 0.706031,-3.199377 0.706031,-6.827014 v -3.022762 c 0,-3.6276476 0,-5.441477 -0.706031,-6.8270568 C 22.548141,2.4427633 21.557215,1.4518591 20.338395,0.83085437 18.95289,0.12486691 17.139018,0.12486691 13.511381,0.12486691 h -3.022762 c -3.6276476,0 -5.441477,0 -6.8270568,0.70598746 C 2.4427633,1.4518591 1.4518591,2.4427633 0.83085437,3.6615622 Z M 13.511381,2.283982 h -3.022762 c -1.8494544,0 -3.1066963,0.00168 -4.0784816,0.081075 C 5.4635381,2.4423963 4.9794645,2.5825768 4.6417789,2.7546367 3.8292499,3.168647 3.168647,3.8292499 2.7546367,4.6417789 2.5825768,4.9794645 2.4423963,5.4635381 2.3650568,6.4101374 2.2856661,7.3819227 2.283982,8.6391646 2.283982,10.488619 v 3.022762 c 0,1.849498 0.00168,3.106642 0.081075,4.07846 0.077339,0.946664 0.21752,1.430738 0.3895799,1.768423 0.4140103,0.812475 1.0746132,1.473057 1.8871422,1.887067 0.3376856,0.172081 0.8217592,0.312316 1.7683585,0.389612 0.9717853,0.07935 2.2290272,0.08107 4.0784814,0.08107 h 3.022762 c 1.849498,0 3.106642,-0.0017 4.07846,-0.08107 0.946664,-0.0773 1.430738,-0.217531 1.768423,-0.389612 0.812475,-0.41401 1.473057,-1.074592 1.887067,-1.887067 0.172081,-0.337685 0.312316,-0.821759 0.389612,-1.768423 0.07935,-0.971818 0.08107,-2.228962 0.08107,-4.07846 v -3.022762 c 0,-1.8494544 -0.0017,-3.1066963 -0.08107,-4.0784816 C 21.557647,5.4635381 21.417412,4.9794645 21.245331,4.6417789 20.831321,3.8292499 20.170739,3.168647 19.358264,2.7546367 19.020579,2.5825768 18.536505,2.4423963 17.589841,2.3650568 16.618023,2.2856661 15.360879,2.283982 13.511381,2.283982 Z"
51
+ fill="#0f0f0f"
52
+ id="path3"
53
+ style="stroke-width:1.07956" />
54
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
2
+ <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
3
+ </svg>
@@ -0,0 +1,44 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
3
+
4
+ <svg
5
+ width="800px"
6
+ height="800px"
7
+ viewBox="0 0 24 24"
8
+ fill="none"
9
+ version="1.1"
10
+ id="svg1"
11
+ sodipodi:docname="npmjs.svg"
12
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
13
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg">
17
+ <defs
18
+ id="defs1" />
19
+ <sodipodi:namedview
20
+ id="namedview1"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#000000"
23
+ borderopacity="0.25"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:zoom="1.0376792"
29
+ inkscape:cx="284.28825"
30
+ inkscape:cy="457.75226"
31
+ inkscape:window-width="3440"
32
+ inkscape:window-height="1368"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg1" />
37
+ <path
38
+ fill-rule="evenodd"
39
+ clip-rule="evenodd"
40
+ d="m 2.7813446,23.852557 c -1.4546644,0 -2.63390159,-1.179198 -2.63390159,-2.633902 V 2.7813446 c 0,-1.4546644 1.17923719,-2.63390159 2.63390159,-2.63390159 H 21.218655 c 1.454704,0 2.633902,1.17923719 2.633902,2.63390159 V 21.218655 c 0,1.454704 -1.179198,2.633902 -2.633902,2.633902 z M 4.0982953,19.901705 V 4.0982953 H 19.901705 V 19.901705 H 15.950852 V 8.0491477 H 12 V 19.901705 Z"
41
+ fill="#000000"
42
+ id="path1"
43
+ style="stroke-width:1.31695" />
44
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
+ <svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M23.563 28.844c-7.104 0-7.104-10.651 0-10.651 7.099 0 7.099 10.651 0 10.651zM12.932 16.636c-4.437 0-4.437-6.663 0-6.663 4.443 0 4.443 6.663 0 6.663zM23.797 6.24h-8.891c-4.532 0.005-8.204 3.677-8.209 8.208v8.891c0 4.531 3.677 8.203 8.209 8.203h8.891c2.172 0 4.26-0.864 5.801-2.401 1.537-1.541 2.401-3.624 2.401-5.801v-8.891c0-4.531-3.672-8.208-8.203-8.208zM5.328 3.12c0 3.552-5.328 3.552-5.328 0s5.328-3.552 5.328 0z"/>
4
+ </svg>
package/images/prs.svg ADDED
@@ -0,0 +1,44 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ fill="currentColor"
6
+ class="bi bi-clipboard2-check-fill"
7
+ viewBox="0 0 16 16"
8
+ version="1.1"
9
+ id="svg2"
10
+ sodipodi:docname="prs.svg"
11
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs2" />
18
+ <sodipodi:namedview
19
+ id="namedview2"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#000000"
22
+ borderopacity="0.25"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0.0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="36.6875"
28
+ inkscape:cx="1.6626917"
29
+ inkscape:cy="9.2129472"
30
+ inkscape:window-width="3440"
31
+ inkscape:window-height="1368"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="svg2" />
36
+ <path
37
+ d="M 9.9269505,1.8184193 A 0.46417777,0.38123869 0 0 0 9.4627725,1.4371806 H 6.6777065 A 0.46417777,0.38123869 0 0 0 6.2135285,1.8184193 0.46417777,0.38123869 0 0 1 5.7493505,2.199658 0.46417777,0.38123869 0 0 0 5.2851735,2.5808967 v 0.3812386 a 0.46417777,0.38123869 0 0 0 0.464177,0.3812388 H 10.391128 A 0.46417777,0.38123869 0 0 0 10.855305,2.9621353 V 2.5808967 A 0.46417777,0.38123869 0 0 0 10.391128,2.199658 0.46417777,0.38123869 0 0 1 9.9269505,1.8184193"
38
+ id="path1-9"
39
+ style="stroke-width:0.841338" />
40
+ <path
41
+ d="M 4.3596226,2.3268739 H 3.803503 A 1.4259476,1.1447722 0 0 0 2.3775554,3.4716461 v 9.1581779 a 1.4259476,1.1447722 0 0 0 1.4259476,1.144772 h 8.555685 a 1.4259476,1.1447722 0 0 0 1.425948,-1.144772 V 3.4716461 A 1.4259476,1.1447722 0 0 0 12.359188,2.3268739 h -0.556119 q 0.07985,0.1801109 0.0808,0.3815908 V 3.0900554 A 1.4259476,1.1447722 0 0 1 10.457925,4.2348275 H 5.7047665 A 1.4259476,1.1447722 0 0 1 4.2788189,3.0900554 V 2.7084647 Q 4.2797695,2.5069848 4.3596226,2.3268739 M 10.794448,7.5577195 7.9425536,9.8472639 a 0.47531587,0.38159072 0 0 1 -0.6730473,0 L 5.8435587,8.7024919 A 0.47591641,0.38207284 0 1 1 6.516606,8.1621592 L 7.60603,9.0375279 10.121401,7.017387 a 0.47591629,0.38207274 0 0 1 0.673047,0.5403325"
42
+ id="path2"
43
+ style="stroke-width:0.851766" />
44
+ </svg>
@@ -0,0 +1,38 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ height="20"
4
+ width="20"
5
+ version="1.1"
6
+ id="svg1"
7
+ sodipodi:docname="repositories.svg"
8
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ xmlns:svg="http://www.w3.org/2000/svg">
13
+ <defs
14
+ id="defs1" />
15
+ <sodipodi:namedview
16
+ id="namedview1"
17
+ pagecolor="#111111"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ inkscape:zoom="25.94198"
25
+ inkscape:cx="2.274306"
26
+ inkscape:cy="7.4396788"
27
+ inkscape:window-width="2086"
28
+ inkscape:window-height="1298"
29
+ inkscape:window-x="26"
30
+ inkscape:window-y="23"
31
+ inkscape:window-maximized="0"
32
+ inkscape:current-layer="svg1" />
33
+ <path
34
+ id="path1"
35
+ style="fill:#ffffff;stroke-width:0.0198665"
36
+ d="m 1.7266843,2.0601393 c -0.6706039,0 -1.34063535,0.6012563 -1.34063535,1.2039066 V 17.727341 c 0,0.602649 0.67003145,1.206641 1.34063535,1.206641 h 2.683829 l 0.07589,1.272199 2.0109531,-1.808595 2.0135114,1.808595 -0.07589,-1.272199 h 6.7057362 c 0.670604,0 1.340635,-0.603992 1.340635,-1.206641 V 3.2640459 c 0,-0.6026503 -0.670031,-1.2039066 -1.340635,-1.2039066 z M 1.890426,4.3749233 H 7.2310613 V 7.7204668 H 1.890426 Z m 0,5.0927455 H 7.2310613 V 12.813213 H 1.890426 Z M 1.7266843,15.316792 H 15.140714 v 1.808595 c 0,0.301323 -0.314059,0.601954 -0.670318,0.601954 H 8.4349778 V 16.523434 H 4.4105133 v 1.203907 H 2.3970019 c -0.3562593,0 -0.6703176,-0.319464 -0.6703176,-0.601954 z"
37
+ sodipodi:nodetypes="sssscccccsssssccccccccccccssccccssc" />
38
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
+ <svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M10.411 10.531l-3.958 3.938 9.589 9.573 3.943-3.938 5.63-5.635-3.948-3.948v-0.016h-11.266zM16 0l-13.958 8v16l13.958 8 13.958-8v-16zM27.292 22.469l-11.292 6.505-11.292-6.505v-12.974l11.292-6.51 11.292 6.51z"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
2
+ <svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M3.24 15.146c0-0.495 0.406-0.938 0.901-0.938h9.292c0.359-0.005 0.646-0.292 0.646-0.651v-1.938c0-0.365-0.292-0.651-0.651-0.651h-10.188c-1.786 0-3.24 1.448-3.24 3.234v3.594c0 1.792 1.448 3.245 3.234 3.245h6.693c0.5 0 0.901 0.438 0.901 0.938v1.714c0 0.495-0.401 0.943-0.901 0.943h-9.281c-0.359 0-0.646 0.286-0.646 0.646v1.938c0 0.359 0.292 0.646 0.646 0.646h10.193c1.786 0 3.234-1.448 3.234-3.234v-3.594c0-1.786-1.448-3.24-3.234-3.24h-6.698c-0.5 0-0.901-0.443-0.901-0.938zM31.359 10.974h-6.703v-3.609h6.698c0.354 0 0.641-0.286 0.641-0.646v-1.938c0-0.365-0.286-0.651-0.646-0.651h-6.693c-1.786 0-3.234 1.453-3.234 3.24v3.604h-3.104c-0.359 0-0.641 0.292-0.641 0.651v1.943c0 0.359 0.286 0.646 0.641 0.646h3.099v10.604c0 0.318 0.135 0.38 0.406 0.38 0.651 0 2.833-1.214 2.833-2.25v-8.74h6.698c0.354 0 0.646-0.286 0.646-0.641v-1.948c0-0.354-0.292-0.646-0.646-0.646z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-suit-heart-fill" viewBox="0 0 16 16">
2
+ <path d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
2
+ <path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
3
+ </svg>
Binary file
Binary file
Binary file