@curiousvlxd/linkedin-badge-renderer 0.1.22 → 0.1.24
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.
- package/README.md +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,12 +8,15 @@
|
|
|
8
8
|
/>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
<
|
|
12
|
-
<a href="https://www.linkedin.com/in/vladtimchenko/" target="_blank">
|
|
13
|
-
<img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg"
|
|
14
|
-
<img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg" width="400" alt="Generated LinkedIn badge example (light)" />
|
|
11
|
+
<div align="center" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;">
|
|
12
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/" target="_blank" style="transition: transform .15s ease;">
|
|
13
|
+
<img style="width: 49%;" src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg" />
|
|
15
14
|
</a>
|
|
16
|
-
|
|
15
|
+
|
|
16
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/" target="_blank" style="transition: transform .15s ease;">
|
|
17
|
+
<img style="width: 49%;" src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg" />
|
|
18
|
+
</a>
|
|
19
|
+
</div>
|
|
17
20
|
|
|
18
21
|
A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
|
|
19
22
|
|
package/package.json
CHANGED