Skip to content

Commit 9d3d393

Browse files
committed
Add links/badges to demo site
1 parent f0e15ef commit 9d3d393

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/index.ejs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,17 @@
210210
<body>
211211
<div class="main">
212212
<div class="header">
213-
<h2><a href="https://www.netlify.com">Netlify Identity</a></h2>
214-
<h1>Auth widget demo</h1>
213+
<h2>
214+
<a href="https://www.netlify.com">Netlify Identity</a>
215+
<div>
216+
<a href="https://travis-ci.org/netlify/netlify-identity-widget">
217+
<img src="https://travis-ci.org/netlify/netlify-identity-widget.svg?branch=master">
218+
</a>
219+
<a href="https://github.com/netlify/netlify-identity-widget">
220+
<img src="https://img.shields.io/github/stars/netlify/netlify-identity-widget.svg?style=social&label=Star">
221+
</a>
222+
</div>
223+
</h2>
215224
</div>
216225

217226
<div class="hands-on-area">

0 commit comments

Comments
 (0)