Skip to content

Commit b5216ff

Browse files
committed
Readme Update / index link fixed
1 parent f4111f8 commit b5216ff

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ Unofficial Github profile card for your websites / blogs
1111
<div username='saurabhdaware' repos='github-profile-card, storm, stormv2,planetZerugoria' class='github-card' id="card"></div>
1212
```
1313

14-
- Paste following code before the end of body tag `</body>`
14+
- If you want to add all your repositories
15+
```
16+
<div username='saurabhdaware' repos='all' class='github-card' id='card'>
17+
```
18+
19+
- Paste following code before the end of body tag `</body>` or in between your `<head></head>` tags
1520

1621
```
1722
<script src='https://saurabhdaware.github.io/github-profile-card/card.js'></script>
@@ -54,6 +59,9 @@ Unofficial Github profile card for your websites / blogs
5459
}
5560
```
5661

62+
- You can see full css file [here](https://saurabhdaware.github.io/github-profile-card/cardStyle.css)
63+
If you want to change any style just overwrite them with your css
64+
5765

5866
## Example
5967
- Input
@@ -76,6 +84,5 @@ Unofficial Github profile card for your websites / blogs
7684
![](https://raw.githubusercontent.com/saurabhdaware/github-profile-card/master/example.png)
7785

7886

79-
## About Project
80-
- Let me know if you find any bug.
81-
- Send pull request if you find any possible improvement.
87+
##
88+
- Let me know if you find any bug.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<!-- Some other html code-->
99
<div username='saurabhdaware' repos='all' class='github-card' id="card"></div>
1010
<!-- More html code-->
11-
<script src='card.js'></script>
11+
<script src='https://saurabhdaware.github.io/github-profile-card/card.js'></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)