|
14 | 14 | </head>
|
15 | 15 | <body>
|
16 | 16 |
|
| 17 | + <a href="https://github.com/zenorocha/github-project-repos"> |
| 18 | + <img class="github-ribbon" src="img/github-ribbon.png" alt="Fork me on GitHub"> |
| 19 | + </a> |
| 20 | + |
17 | 21 | <div class="title">
|
18 | 22 | <h1>jQuery Github Repos</h1>
|
19 |
| - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod |
20 |
| - tempor<br> incididunt ut labore et dolore |
21 |
| - magna aliqua. Ut enim ad minim veniam |
22 |
| - </p> |
| 23 | + <p>A jQuery plugin to display your favorite Github Repositories.<br>For more informations, visit our <a href="https://github.com/zenorocha/jquery-github-repos">repository</a>.</p> |
23 | 24 | </div>
|
24 | 25 |
|
25 | 26 | <div class="projects">
|
26 |
| - |
27 |
| - <div class="github-widget" data-repo="jquery-boilerplate/boilerplate"></div> |
28 |
| - <div class="github-widget" data-repo="zenorocha/diveintohtml5"></div> |
29 |
| - <div class="github-widget" data-repo="zenorocha/talks"></div> |
30 |
| - <div class="github-widget" data-repo="zenorocha/hub.me"></div> |
| 27 | + <div class="github-repos" data-repo="jquery-boilerplate/boilerplate"></div> |
| 28 | + <div class="github-repos" data-repo="zenorocha/diveintohtml5"></div> |
| 29 | + <div class="github-repos" data-repo="zenorocha/jquery-github-repos"></div> |
| 30 | + <div class="github-repos" data-repo="zenorocha/hub.me"></div> |
31 | 31 | </div>
|
32 | 32 |
|
33 |
| - <img id="github-logo" src="img/github-cat.png" alt="Github Cat" /> |
| 33 | + <p class="credits">Made with love by <a href="http://zenorocha.com">Zeno Rocha</a>.</p> |
34 | 34 |
|
35 |
| - <a href="https://github.com/zenorocha/github-project-repos"> |
36 |
| - <img class="github-ribbon" src="img/github-ribbon.png" alt="Fork me on GitHub"> |
37 |
| - </a> |
| 35 | + <img id="github-logo" src="img/github-cat.png" alt="Github Cat" /> |
38 | 36 |
|
39 | 37 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
40 |
| - <script src="../jquery.github.repos.js"></script> |
| 38 | + <script src="../jquery.github.repos.min.js"></script> |
41 | 39 |
|
42 | 40 | <script>
|
43 |
| - $('.github-widget').githubWidget(); |
| 41 | + $('.github-repos').githubRepos(); |
44 | 42 | </script>
|
45 | 43 |
|
46 | 44 | </body>
|
|
0 commit comments