-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 1.57 KB
/
index.html
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
<html>
<head>
<title>Sample App</title>
<link rel="shortcut icon" href="">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<a href="https://github.com/toubou91/markdown-contributors"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
<!-- Place this tag where you want the button to render. -->
<div style="position: absolute; top: 315px; right: 50%; border: 0;">
<a class="github-button" href="https://github.com/toubou91/markdown-contributors" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star toubou91/markdown-contributors on GitHub">Star</a>
<a class="github-button" href="https://github.com/toubou91/markdown-contributors/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork toubou91/markdown-contributors on GitHub">Fork</a>
</div>
<div class="jumbotron">
<div class="container">
<h1>markdown-contributors</h1>
<p>Markdown-ready contributors generator for the README.md pages of your GitHub projects is not a pain any more. Get the precise list of your project's contributors by just one click. All the data is fetched from <a href="https://developer.github.com/v3/" target="_blank">GitHub API</a></p>
</div>
</div>
<div id='root'></div>
<script src="dist/app.js"></script>
</body>
</html>