Skip to content

Commit

Permalink
update: basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhadG committed Nov 27, 2015
1 parent 40f7592 commit 288e9b8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
</head>
<body>



<!--one way of adding repo cards which needs the ID and the data points-->
<!--<script src="./repo-card.min.js"-->
<!--id="repo-card-lib"-->
<!--data-repo="init"-->
<!--data-username="farhadg"-->
<!--data-title="Repo Card">-->
<!--</script>-->

<!--one way of adding repo cards which needs the ID and the data points
<script src="./repo-card.min.js"
id="repo-card-lib"
data-repo="init"
data-username="farhadg"
data-title="Repo Card">
</script>
-->

<!-- another way of adding repo cards: a script tag with another configuring the options -->
<script src="../repo-card.js"></script>
<!--CDN-->
<!--<script src="https://cdn.rawgit.com/FarhadG/repo-card/master/repo-card.min.js"></script>-->
<!--LOCALLY-->
<script src="../lib/repo-card/repo-card.js"></script>
<script>

RepoCard
.configure({
theme: 'doodle',
Expand All @@ -36,7 +36,6 @@
right: 15
}
});

</script>

</body>
Expand Down

0 comments on commit 288e9b8

Please sign in to comment.