Skip to content

Commit a54a726

Browse files
committed
want to add contributors to HP
aspirational
1 parent 4138662 commit a54a726

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,18 @@ <h2>
172172
And while you're at it, <a href="http://tremulajs.org/">check out TremulaJS</a>, another fine Art.com labs project.
173173
</p>
174174
<p>
175-
BackstopJS is maintained by <a href="http://expanded.me/about/">Garris Shipon</a>.
175+
BackstopJS was created by <a href="http://expanded.me/about/">Garris Shipon</a> at Art.com labs.
176+
<!-- TODO Need simple NG here -->
177+
<!-- with contributions from -->
178+
<!-- https://api.github.com/repos/garris/backstopjs/contributors -->
179+
<!--
180+
<ul>
181+
<li class="contributors" ng-repeat="contributor in contributors">
182+
<img src="{{contributor.contribImgSrc}}" class="avatar" alt="">
183+
<a class="aname" href="/{{contributor.userName}}">{{contributor.userName}}</a>
184+
</li>
185+
</ul>
186+
-->
176187
</p>
177188
</div>
178189

0 commit comments

Comments
 (0)