-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (37 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
---
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.png" >
{% include myads.html %}
<article class="page">
<h1>My SuiteCRM SponsorWare Add-Ons</h1>
<div class="entry">
<h3 id="power-suitecrm-add-ons-i-created-available-to-my-sponsors-on-github">Power SuiteCRM Add-ons I created, available to my Sponsors on GitHub</h3>
<h4 id="basic-tier">Basic Tier</h4>
<ul>
<li><a href="/power-workflows">PowerWorkflows</a> - adds actions buttons on views, saves your user’s time by improving processes - your way.</li>
</ul>
<h4 id="pro-tier">Pro Tier</h4>
<ul>
<li><a href="/power-replacer">PowerReplacer</a> - supercharges Email Templates, PDF Templates and Campaigns. Make them dynamic and preview them
before they go.</li>
<li><a href="/power-fields">PowerFields</a> - advanced formulas (calculated fields) everywhere. Can be typed directly or set as
defaults from Studio.</li>
</ul>
<h3 id="why-how-what-for">Why? How? What for?</h3>
<p>Read my explanation of this <strong>SponsorWare Model</strong> I’m trying,
<a href="https://github.com/sponsors/pgorod/" target="_blank">how it can work</a> for me, for SuiteCRM, and for you!</p>
</div>
</article>
<div class="posts">
<h1>Latest Blog Articles:</h1>
{% for post in site.posts %}
<article class="post">
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<div class="entry">
{{ post.content | strip_html | truncatewords:50 }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>