1
1
{% assign sorted_repos = (site.github.public_repositories | sort: 'stargazers_count') | reverse | where: "fork", "false" %}
2
- < div id ="container-open-source " class =" container " >
3
- < section class ="jumbotron " geo -pattern ="{{ page.title }} ">
2
+ < div id ="container-open-source ">
3
+ < section class ="jumbotron geopattern " data -pattern-id ="{{ page.title }} ">
4
4
< div class ="container ">
5
5
< div id ="jumbotron-meta-info ">
6
6
< h1 > Open Source Projects</ h1 >
@@ -11,40 +11,42 @@ <h1>Open Source Projects</h1>
11
11
</ div >
12
12
</ section >
13
13
14
- < div class ="repo-list row ">
15
- <!-- Check here for github metadata -->
16
- <!-- https://help.github.com/articles/repository-metadata-on-github-pages/ -->
17
- {% for repo in sorted_repos %}
18
- < div class ="col-md-4 card text-center ">
19
- < div class ="thumbnail ">
20
- < div class ="card-image geopattern " data-pattern-id ="{{ repo.name }} ">
21
- < div class ="card-image-cell ">
22
- < h3 class ="card-title ">
23
- < a href ="{{ repo.html_url }} " target ="_blank "> {{ repo.name }}</ a >
24
- </ h3 >
14
+ < section class ="container ">
15
+ < div class ="repo-list row ">
16
+ <!-- Check here for github metadata -->
17
+ <!-- https://help.github.com/articles/repository-metadata-on-github-pages/ -->
18
+ {% for repo in sorted_repos %}
19
+ < div class ="col-md-4 card text-center ">
20
+ < div class ="thumbnail ">
21
+ < div class ="card-image geopattern " data-pattern-id ="{{ repo.name }} ">
22
+ < div class ="card-image-cell ">
23
+ < h3 class ="card-title ">
24
+ < a href ="{{ repo.html_url }} " target ="_blank "> {{ repo.name }}</ a >
25
+ </ h3 >
26
+ </ div >
25
27
</ div >
26
- </ div >
27
- < div class ="caption ">
28
- < div class ="card-description " >
29
- < p class =" card-text " > {{ repo.description }} </ p >
30
- </ div >
31
- < div class ="card-text ">
32
- < span data-toggle =" tooltip " class ="meta-info " title =" {{ repo.stargazers_count }} stars " >
33
- < span class =" octicon octicon-star " > < /span > {{ repo.stargazers_count }}
34
- </ span >
35
- < span data-toggle =" tooltip " class ="meta-info " title =" {{ repo.forks_count }} forks " >
36
- < span class =" octicon octicon-git-branch " > < /span > {{ repo.forks_count }}
37
- </ span >
38
- < span data-toggle =" tooltip " class ="meta-info " title =" Last updated:{{ repo.updated_at }} " >
39
- < span class =" octicon octicon-clock " > </ span >
40
- < time datetime =" {{ repo.updated_at }} " title =" {{ repo.updated_at }} " > {{ repo.updated_at | date: '%Y-%m-%d' }} </ time >
41
- </ span >
28
+ < div class =" caption " >
29
+ < div class ="card-description ">
30
+ < p class ="card-text " > {{ repo.description }} </ p >
31
+ </ div >
32
+ < div class =" card-text " >
33
+ < span data-toggle =" tooltip " class ="meta-info " title =" {{ repo.stargazers_count }} stars ">
34
+ < span class ="octicon octicon-star " > </ span > {{ repo.stargazers_count }}
35
+ </ span >
36
+ < span data-toggle =" tooltip " class =" meta-info " title =" {{ repo.forks_count }} forks " >
37
+ < span class ="octicon octicon-git-branch " > </ span > {{ repo.forks_count }}
38
+ </ span >
39
+ < span data-toggle =" tooltip " class =" meta-info " title =" Last updated:{{ repo.updated_at }} " >
40
+ < span class ="octicon octicon-clock " > </ span >
41
+ < time datetime =" {{ repo.updated_at }} " title =" {{ repo.updated_at }} " > {{ repo.updated_at | date: '%Y-%m-%d' }} </ time >
42
+ </ span >
43
+ </ div >
42
44
</ div >
43
45
</ div >
44
46
</ div >
47
+ {% endfor %}
45
48
</ div >
46
- {% endfor %}
47
- </ div >
49
+ </ section >
48
50
49
51
</ div >
50
52
< script >
0 commit comments