Skip to content

Commit

Permalink
Establish Github pages + link to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aly-ve committed May 1, 2018
1 parent d3a6caa commit 0c0ff08
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var msbConfig = {
* buttonDisplayText: *(optional)* By default, a text is displayed. If you put `buttonDisplayText` to `false`, only your icon (if setted) will be displayed.
* buttonIconHtml: Contains HTML tags to append an icon (like Fork-Awesome's Mastodon icon)

Too see an concrete example, please see the `demo/index.html` at the root of this repository.
Too see an concrete example, please see the [Github Pages](https://aly-ve.github.io/Mastodon-share-button/) at the root of this repository.

And it creates all elements by itself.

Expand Down
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,24 @@

<body>

<nav class="navbar navbar-light bg-light">
<!-- <nav class="navbar navbar-light bg-light">
<div class="container">
<span class="navbar-brand mb-0 h1"><i class="fa fa-mastodon" aria-hidden="true"></i> Mastodon Share Button</span>
</div>
</nav> -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<span class="navbar-brand mb-0 h1"><i class="fa fa-mastodon" aria-hidden="true"></i> Mastodon Share Button</span>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="btn btn-outline-primary" href="https://github.com/Aly-ve/Mastodon-share-button">
<i class="fa fa-github" aria-hidden="true"></i> See the project on Github
</a>
</li>
</ul>
</div>
</div>
</nav>

<div class="jumbotron">
Expand Down

0 comments on commit 0c0ff08

Please sign in to comment.