Skip to content

Commit

Permalink
Added star and fork buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rudmanmrrod committed Jan 30, 2019
1 parent d8ff7b5 commit 705ab20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link href="src/materialize/css/materialize.css" rel="stylesheet" type="text/css">
<script src="src/materialize/js/materialize.js" type="text/javascript"></script>
<script src="src/material-dialog.min.js" type="text/javascript"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<style>
pre,xmp{
background-color:#f2f2f2;
Expand All @@ -28,6 +29,12 @@
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#install">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li>
<a class="github-button" href="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/rudmanmrrod/material-dialog/" data-icon="octicon-star" data-show-count="true" aria-label="Star rudmanmrrod/material-dialog/ on GitHub">Star</a>
</li>
<li>
<a class="github-button" href="https://github.com/rudmanmrrod/material-dialog/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork rudmanmrrod/material-dialog on GitHub">Fork</a>
</li>
</ul>
</div>
</nav>
Expand Down Expand Up @@ -251,6 +258,7 @@ <h5>Example</h5>
<button class="btn" onclick="material_property();">Click Here</button>
</div>
</div>
<br>
<footer class="page-footer teal lighten-2">
<div class="container">
<span class="white-text">
Expand Down

0 comments on commit 705ab20

Please sign in to comment.