Skip to content

Commit a1c14dc

Browse files
authored
Merge pull request #131 from chaostheory/blitz-redwood
Added blitz and redwood
2 parents 0d6b747 + a50228b commit a1c14dc

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

index.html

+27-1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,32 @@ <h3>Sinatra-like</h3>
286286
<h3>Rails-like</h3>
287287
<p class="lead">Present your project properly. Create your own art from included templates</p>
288288
<ul class="list-wide">
289+
<li>
290+
<i class="icon-check"></i> <a href="https://blitzjs.com/">Blitz</a>
291+
<iframe src="http://ghbtns.com/github-btn.html?user=blitz-js&repo=blitz&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
292+
293+
<a data-toggle="collapse" data-parent="#mvc" href="#blitz-js">
294+
<i class="icon-info icon-stack-1x icon-inverse"></i>
295+
</a>
296+
297+
<div id="blitz-js" class="panel-collapse collapse">
298+
[<a href="https://github.com/blitz-js/blitz">GitHub</a>]&nbsp;
299+
[<a href="https://www.npmjs.org/package/blitz">NPM</a>]
300+
</div>
301+
</li>
302+
<li>
303+
<i class="icon-check"></i> <a href="https://redwoodjs.com/">Redwood</a>
304+
<iframe src="http://ghbtns.com/github-btn.html?user=redwoodjs&repo=redwood&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
305+
306+
<a data-toggle="collapse" data-parent="#mvc" href="#redwoodjs">
307+
<i class="icon-info icon-stack-1x icon-inverse"></i>
308+
</a>
309+
310+
<div id="redwoodjs" class="panel-collapse collapse">
311+
[<a href="https://github.com/redwoodjs/redwood">GitHub</a>]&nbsp;
312+
[<a href="https://www.npmjs.org/package/blitz">NPM</a>]
313+
</div>
314+
</li>
289315
<li>
290316
<i class="icon-check"></i> <a href="https://lad.sh/">Lad</a>
291317
<iframe src="http://ghbtns.com/github-btn.html?user=ladjs&repo=lad&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
@@ -294,7 +320,7 @@ <h3>Rails-like</h3>
294320
<i class="icon-info icon-stack-1x icon-inverse"></i>
295321
</a>
296322

297-
<div id="koajs" class="panel-collapse collapse">
323+
<div id="ladjs" class="panel-collapse collapse">
298324
[<a href="https://github.com/ladjs/lad">GitHub</a>]&nbsp;
299325
[<a href="https://www.npmjs.org/package/lad">NPM</a>]
300326
</div>

0 commit comments

Comments
 (0)