yet-another-github-card 1.0.0 → 1.0.2

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 +195 -0
  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 +2 -2
  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 ADDED
@@ -0,0 +1,195 @@
1
+ # Yet Another Github Card - Show your developer skills in social networks
2
+
3
+ [![YAGC logo](./images/docs/yagc-showroom.png)](https://yagc.nocc.dev)
4
+
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
+ [![NPM Downloads](https://img.shields.io/npm/dm/yet-another-github-card)](https://www.npm.im/yet-another-github-card)
7
+ [![CI/CD](https://github.com/carlesloriente/yet-another-github-card/actions/workflows/publish-release.yml/badge.svg)](https://github.com/carlesloriente/yet-another-github-card/actions/workflows/publish-release.yml)
8
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg?logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+Cgo8c3ZnCiAgIHdpZHRoPSI4MDBweCIKICAgaGVpZ2h0PSI4MDBweCIKICAgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIKICAgY2xhc3M9Imljb24iCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzgiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImRvY3VtZW50LXN2Z3JlcG8tY29tLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4zLjIgKDA5MWUyMGVmMGYsIDIwMjMtMTEtMjUpIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM4IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3OCIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIGlua3NjYXBlOnpvb209IjEuNDQ4NzUiCiAgICAgaW5rc2NhcGU6Y3g9IjQwMCIKICAgICBpbmtzY2FwZTpjeT0iNDAwIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMzQ0MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMzcxIgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnOCIgLz4KICA8cGF0aAogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjEuMjgiCiAgICAgZD0iTSA1MDMuMDAyNTksOTEuMzQ3NzEzIEggMTk1LjQyMDE5IFYgOTQyLjExOTA3IGggNjM1LjcyMzkgViAzOTEuMzMzOTEgWiIKICAgICBpZD0icGF0aDEiIC8+CiAgPHBhdGgKICAgICBkPSJNNTEyLjEgNjRIMTcydjg5Nmg2ODBWMzg1LjZMNTEyLjEgNjR6IG0yNzguOCAzMjQuM2gtMjgwdi0yNjVsMjgwIDI2NXpNODA4IDkxNkgyMTZWMTA4aDI3OC42bDAuMiAwLjJ2Mjk2LjJoMzEyLjlsMC4yIDAuMlY5MTZ6IgogICAgIGZpbGw9IiMzOTM5M0EiCiAgICAgaWQ9InBhdGgyIgogICAgIHN0eWxlPSJmaWxsOiNlNmU2ZTYiIC8+Cjwvc3ZnPgo=)](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/main/LICENSE)
9
+ [![Socket Badge](https://socket.dev/api/badge/npm/package/yet-another-github-card)](https://socket.dev/npm/package/yet-another-github-card)
10
+
11
+ ## Introduction
12
+
13
+ **Say hello to YACG 🎉**: The GitHub card for your developer portfolio
14
+
15
+ ## Features
16
+
17
+ - Responsive design
18
+ - Dual color mode (light & dark)
19
+ - Customizable stats
20
+ - Different Theme styles
21
+ - Free
22
+
23
+ ## Let's make this project even better for everyone. Sponsorship fuels new features! 🎉
24
+
25
+ [![Become a sponsor today](https://img.shields.io/static/v1?label=Become a sponsor today&message=❤&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/carlesloriente/sponsorships?sponsor=carlesloriente&preview=true&frequency=recurring&amount=5)
26
+
27
+ ## Share on
28
+
29
+ [![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?style=for-the-badge&logo=Facebook&logoColor=white)](<https://web.facebook.com/sharer.php?t=yagc: A GitHub card for your developer portfolio!&u=https://github.com/carlesloriente/yet-another-github-card>)
30
+ [![Messenger](https://img.shields.io/badge/Messenger-00B2FF?style=for-the-badge&logo=messenger&logoColor=white)](https://www.facebook.com/dialog/send?link=https://github.com/carlesloriente/yet-another-github-card&redirect_uri=https://github.com/carlesloriente/yet-another-github-card)
31
+ [![Twitter X](https://img.shields.io/badge/Twitter-%23000000.svg?style=for-the-badge&logo=X&logoColor=white)](<https://twitter.com/intent/tweet?text=yagc: A GitHub card for your developer portfolio&url=https://github.com/carlesloriente/yet-another-github-card>)
32
+ [![WhatsApp](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](<https://web.whatsapp.com/send?text=yagc:A GitHub card for your developer portfolio https://github.com/carlesloriente/yet-another-github-card>)
33
+ [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](<https://t.me/share/url?url=https://github.com/carlesloriente/yet-another-github-card&text=A GitHub card for your developer portfolio!>)
34
+ [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](<https://www.linkedin.com/shareArticle?title=yagc: A GitHub card for your developer portfolio!&url=https://github.com/carlesloriente/yet-another-github-card>)
35
+ [![WordPress](https://img.shields.io/badge/WordPress-%23117AC9.svg?style=for-the-badge&logo=WordPress&logoColor=white)](https://wordpress.com/wp-admin/press-this.php?u=https://github.com/carlesloriente/yet-another-github-card)
36
+ [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](<mailto:recipient_email?subject=yagc%3A%20A%20GitHub%20card%20for%20your%20developer%20portfolio&body=https%3A%2F%2Fgithub.com%2Fcarlesloriente%2Fyet-another-github-card>)
37
+ [![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](<https://www.reddit.com/submit?title=yagc: A GitHub card for your developer portfolio!&url=https://github.com/carlesloriente/yet-another-github-card>)
38
+
39
+ ## Table of contents
40
+
41
+ - [Yet Another Github Card - Show your developer skills in social networks](#yet-another-github-card---show-your-developer-skills-in-social-networks)
42
+ - [Introduction](#introduction)
43
+ - [Features](#features)
44
+ - [Let's make this project even better for everyone. Sponsorship fuels new features! 🎉](#lets-make-this-project-even-better-for-everyone-sponsorship-fuels-new-features-)
45
+ - [Share on](#share-on)
46
+ - [Table of contents](#table-of-contents)
47
+ - [What's included](#whats-included)
48
+ - [Bundled dependencies](#bundled-dependencies)
49
+ - [Quick Start](#quick-start)
50
+ - [Including the card in your portfolio site](#including-the-card-in-your-portfolio-site)
51
+ - [Documentation](#documentation)
52
+ - [Using the Yet-Another-Github-Card npm package in your project](#using-the-yet-another-github-card-npm-package-in-your-project)
53
+ - [Github Card Data Options](#github-card-data-options)
54
+ - [Themes](#themes)
55
+ - [1. DefaultTheme](#1-defaulttheme)
56
+ - [2. Cloud](#2-cloud)
57
+ - [3. Polygon](#3-polygon)
58
+ - [Local Demo card](#local-demo-card)
59
+ - [Bugs and Issues](#bugs-and-issues)
60
+ - [Contributing](#contributing)
61
+ - [Creator](#creator)
62
+ - [Thanks](#thanks)
63
+ - [Copyright and License](#copyright-and-license)
64
+
65
+ ## What's included
66
+
67
+ You'll find all the required directories and files within the download, logically grouping common assets and providing compiled and minified variations.
68
+
69
+ ### Bundled dependencies
70
+
71
+ - SVG Backgrounds
72
+ - [A few Bootstrap 5 icons](https://icons.getbootstrap.com)
73
+
74
+ ## Quick Start
75
+
76
+ ### Including the card in your portfolio site
77
+
78
+ Get your HTML embed code at [yagc](https://yagc.notesoncloudcomputing.com/index.html#embedcode), fill in the form with your GitHub username and grab the result code.
79
+
80
+ ## Documentation
81
+
82
+ ## Using the Yet-Another-Github-Card npm package in your project
83
+
84
+ Select your favourite package manager and follow the instructions below.
85
+
86
+ - npm:
87
+
88
+ ```bash
89
+ npm install yet-another-github-card --save
90
+ ```
91
+
92
+ - Yarn:
93
+
94
+ ```bash
95
+ yarn add yet-another-github-card
96
+ ```
97
+
98
+ - Composer:
99
+
100
+ ```bash
101
+ composer require yet-another-github-card
102
+ ```
103
+
104
+ The package folder structure looks like this:
105
+
106
+ ```filesystem
107
+ yet-another-github-card/
108
+ ├─ src/
109
+ | ├─ css/
110
+ | ├─ images/
111
+ | └─ themes/
112
+ └─ utils/
113
+ └─ js/
114
+ ```
115
+
116
+ ### Github Card Data Options
117
+
118
+ | Name | Description | Default value |
119
+ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------- |
120
+ | `data-style` | Set header background image. | `defaultTheme` |
121
+ | `data-user` | Your GitHub username value | `` |
122
+ | `data-user-stars` | Count all your obtained stars, includes; repositories and gists | `true` |
123
+ | `data-user-stats` | Show selected stats adding/removing JSON key:value entries. Key: name. Values: 'commits', 'contributions', 'followers', 'following', 'prs' | `[{"name": "commits"}, {"name": "prs}]` |
124
+
125
+ ### Themes
126
+
127
+ At the moment, three prebuilt themes are available. Feel free to design unique cards by selecting your own colors and backgrounds!
128
+
129
+ #### 1. DefaultTheme
130
+
131
+ ![YAGC defaultTheme](./images/docs/yagc-themes-style_default.png)
132
+
133
+ #### 2. Cloud
134
+
135
+ ![YAGC cloud](./images/docs/yagc-themes-style_cloud.png)
136
+
137
+ #### 3. Polygon
138
+
139
+ ![YAGC polygon](./images/docs/yagc-themes-style_polygon.png)
140
+
141
+ ### Local Demo card
142
+
143
+ The source includes resources for building and running locally your Github Card.
144
+
145
+ If you want to see it in action, there's a demo included, complete the following steps.
146
+
147
+ Open with your code editor the file `utils/index.html`
148
+
149
+ 1.- Locate the custom element `github-card`, edit `data-user` attribute with your own GitHub username.
150
+
151
+ 2.- Fill with your preferred settings the attributes: `data-user-stars` and `data-user-stats`.
152
+
153
+ 3.- Done, save the file and run the command:
154
+
155
+ ```bash
156
+ npm run compile-demo
157
+ ```
158
+
159
+ The folder `demo` will be created and contain all the required files.
160
+
161
+ To run it throught the bundled web server, run the command:
162
+
163
+ ```bash
164
+ npm run server-watch
165
+ ```
166
+
167
+ Additionally, if you want execute all these steps altogether, run the command:
168
+
169
+ ```bash
170
+ npm run build-demo
171
+ ```
172
+
173
+ ## Bugs and Issues
174
+
175
+ Have a bug or an issue with this package? [Open a new issue](https://github.com/carlesloriente/yet-another-github-card/issues) here on GitHub!
176
+
177
+ ## Contributing
178
+
179
+ New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/carlesloriente/yet-another-github-card/blob/master/CONTRIBUTING.md) to get involved.
180
+
181
+ ## Creator
182
+
183
+ **[Carles Loriente](https://www.linkedin.com/in/carles-loriente/)** is the creator and maintainer of the NOCC Bootstrap theme.
184
+
185
+ - [Linkedin](https://www.linkedin.com/in/carles-loriente)
186
+ - [Twitter](https://twitter.com/godarthvader)
187
+ - [GitHub](https://github.com/carlesloriente)
188
+
189
+ ## Thanks
190
+
191
+ Thanks to you.
192
+
193
+ ## Copyright and License
194
+
195
+ Copyright (c) 2025 Carles Loriente. Code released under the [MIT](https://github.com/carlesloriente/yet-another-github-card/blob/master/LICENSE) license.
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>