Skip to content

Commit ce189ff

Browse files
committed
fix(readme): Make donation teaser more personal and ask for ratings
1 parent a81db4c commit ce189ff

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ the 'help' panel.
9292

9393
Example flows that illustrate the payload structure can be imported from the Node-RED import menu (Import > Examples > node-red-contrib-virtual-smart-home). They can also be found in the [examples](https://github.com/csuermann/node-red-contrib-virtual-smart-home/tree/master/examples) folder.
9494

95+
## Share the Love!
96+
97+
I dedicated endless hours to this project and really hope it adds value for you! Nothing is more rewarding to me than your feedback. So if you are a happy user, please
98+
- rate the 'virtual smart home' skill on the Alexa skill store
99+
- rate the 'virtual smart home' [Node-RED package](https://flows.nodered.org/node/node-red-contrib-virtual-smart-home)
100+
- mention this package in your next blog post / podcast / youtube
101+
- [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PJ37WU5S4NZ2E&source=url) a few bucks to help cover the infrastructure costs.
102+
103+
__THANK YOU!__
104+
95105
## Terms of Use
96106

97107
This package comes without any warranty. Use it, enjoy it, but all at your own

virtual-device.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,23 @@
3636
width: 90%;
3737
}
3838

39-
#donaton h1 {
39+
#donation > h1 {
4040
line-height: normal;
4141
}
4242

43+
#donation > h2 {
44+
margin-top: 50px;
45+
}
46+
47+
#donation > ul > li {
48+
list-style-position: inside;
49+
}
50+
51+
#donation > ul > li a {
52+
text-decoration: underline;
53+
color: #253b80;
54+
}
55+
4356
#donation img {
4457
height: 5em;
4558
}
@@ -98,16 +111,26 @@
98111
<div id="donation">
99112
<h1>Please Support</h1>
100113
<p>
101-
Your <i>virtual smart home</i> can only function as long as someone is
114+
Your <i>virtual smart home</i> can only function as long as I am
102115
paying the bills for the backend infrastructure.
103116
</p>
104-
<p>If you are satisfied with this project, please contribute your share.</p>
105-
<p>Thank you!</p>
117+
<p>If you are satisfied with this project, please help me to keep the system up.</p>
106118
<a
107119
target="_blank"
108120
href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PJ37WU5S4NZ2E&source=url"
109121
><img src="icons/node-red-contrib-virtual-smart-home/donate.png"
110122
/></a>
123+
<h2>... and Spread the Love</h2>
124+
<p>
125+
I dedicated endless hours to this project and really hope it adds value for you!
126+
Nothing is more rewarding to me than your feedback. So if you are a happy user, please
127+
<ul>
128+
<li>rate the <i>virtual smart home</i> skill on the <a href="https://skills-store.amazon.com/deeplink/dp/B08JV9RT7H?deviceType=app&share&refSuffix=ss_copy">Alexa skill store</a></li>
129+
<li>rate the <i>virtual smart home</i> <a href="https://flows.nodered.org/node/node-red-contrib-virtual-smart-home">Node-RED package</a></li>
130+
<li>mention this package in your next blog post / podcast / YouTube</li>
131+
</ul>
132+
</p>
133+
<h1>THANK YOU</h1>
111134
</div>
112135
</script>
113136

0 commit comments

Comments
 (0)