add github buttons

pull/3/head
Mahmoud Ben Hassine 10 years ago
parent 1148abb281
commit bd8d860af4

@ -1,13 +1,13 @@
---
layout: default
title: Easy rules • Xml-free open source Java™ rules engine.
title: Easy rules • Open source Java™ rules engine.
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole">
<p class="first">Xml-free open source Java™ rules engine.</p>
<p class="first">Open source Java™ rules engine.</p>
</div>
</div>
</section>
@ -51,7 +51,7 @@ overview: true
<span class="k">new</span> AnnotatedRulesEngine<span class="o">();</span>
<span class="c1">//register the rule</span>
rulesEngine<span class="o">.</span><span class="na">registerRule</span><span class="o">(</span><span class="k">new</span> MyRule<span class="o">());</span>
<span class="c1">//fire rules!</span>
<span class="c1">//fire rules</span>
rulesEngine<span class="o">.</span><span class="na">fireRules</span><span class="o">();</span>
<span class="o">}</span>
<span class="o">}</span></code></pre></div>
@ -81,11 +81,20 @@ overview: true
<div class="grid">
<div class="unit whole">
<div class="grid pane">
<div class="unit whole center-on-mobiles">
<div class="unit whole">
<div class="pane-content">
<h2>License</h2>
<p>Easy Rules is open source, hosted on <a target="_blank" href="https://github.com/benas/easy-rules">GitHub</a> and is released under the <a target="_blank" href="http://opensource.org/licenses/mit-license.php/">MIT License</a>.</p>
</div>
<div class="pane-content align-center">
<iframe src="http://ghbtns.com/github-btn.html?user=benas&repo=easy-rules&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=benas&repo=easy-rules&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=benas&type=follow&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="165" height="20"></iframe>
</div>
</div>
<div class="clear"></div>
</div>

Loading…
Cancel
Save