forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
27 lines (27 loc) · 1.38 KB
/
header.html
File metadata and controls
27 lines (27 loc) · 1.38 KB
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
<div class="bs-header" id="content">
<div class="container">
<div class="col-md-9">
<h1>AngularStrap</h1>
<p>AngularJS 1.2+ native directives for Bootstrap 3.</p>
</div>
<div class="bs-docs-social col-md-3">
<ul>
<li class="github-btn">
<iframe src="http://ghbtns.com/github-btn.html?user=mgcrea&repo=angular-strap&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</li>
<li class="github-btn">
<iframe src="http://ghbtns.com/github-btn.html?user=mgcrea&repo=angular-strap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</li>
<li class="github-btn">
<iframe src="http://ghbtns.com/github-btn.html?user=mgcrea&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="160" height="20"></iframe>
</li>
<li class="twitter-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://mgcrea.github.io/angular-strap" data-text="AngularStrap - AngularJS 1.2+ directives for Twitter Bootstrap 3." data-related="olouv"></a>
</li>
<li>
<div class="g-plusone" data-size="medium" data-href="http://mgcrea.github.io/angular-strap"></div>
</li>
</ul>
</div>
</div>
</div>