File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,12 @@ navToggle();
30
30
var githubprojectsdomelement = document . getElementById ( 'githubprojects' ) ;
31
31
32
32
let githubprojects = [
33
- {
34
- name : 'chryz-hub/chryz-hub.github.io' ,
35
- } , {
36
- name : 'chryz-hub/opensource-4-everyone' ,
37
- } , {
38
- name : 'chryz-hub/top-languages-cheat' ,
39
- } , {
40
- name : 'chryz-hub/web-dev-resources' ,
41
- } ,
33
+ {
34
+ name : 'chryz-hub/chryz-hub.github.io' ,
35
+ } ,
36
+ {
37
+ name : 'chryz-hub/chryz-hub.github.io' ,
38
+ } ,
42
39
// Here can be added some more projets if needed
43
40
] ;
44
41
@@ -62,7 +59,7 @@ function createprojectcard(project) {
62
59
project . description = project . description . replace ( / : [ ^ } ] * : / , '' ) ;
63
60
64
61
// TODO: add Project Card
65
- let projectcard = `<a href="# ">
62
+ let projectcard = `<a href="${ project . html_url } ">
66
63
<div class="item project">
67
64
<h4 class="text-secondary">${ project . name } </h4>
68
65
<p>${ project . description } </p>
You can’t perform that action at this time.
0 commit comments