docs: drop the duplicate star CTA line, add top and bottom padding inside the logo svg via its viewbox, and render the logo 1.5x bigger in the readme

This commit is contained in:
Matthew Meszaros
2026-07-22 08:56:26 +02:00
parent b494d27a80
commit 0f1ede8f3c
3 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -2,9 +2,8 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/assets/logo-light.svg">
<img src="docs/assets/logo-dark.svg" alt="Warmbly" width="360">
<img src="docs/assets/logo-dark.svg" alt="Warmbly" width="540">
</picture>
<br />
<p>The open-source agentic cold email and warmup platform.</p>
@@ -142,8 +141,6 @@ Have a question, found a bug, or want to shape where Warmbly goes next?
## Star the repository ⭐
⭐ Help us reach more senders and grow the Warmbly community. Star this repo!
<img width="1280" height="720" alt="warmbly-star" src="https://github.com/user-attachments/assets/c9bd34f7-c384-4f10-91e4-215fcea09986" />
## Contributing
+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="804" height="167" viewBox="0 0 804 167" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="804" height="247" viewBox="0 -40 804 247" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 13">
<g id="Frame 12">
<path id="Vector 25" d="M48.4966 140.344L40.5452 23.6994L153.344 98.2009L105.458 98.2009L53.4365 42.6965L96.6429 100.887L48.4966 140.344Z" fill="white"/>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
<svg width="804" height="167" viewBox="0 0 804 167" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="804" height="247" viewBox="0 -40 804 247" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 13">
<g id="Frame 12">
<path id="Vector 25" d="M48.4966 140.344L40.5452 23.6994L153.344 98.2009L105.458 98.2009L53.4365 42.6965L96.6429 100.887L48.4966 140.344Z" fill="#17181B"/>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB