1
-
2
- <!-- _includes/projects.html -- >
3
- < div class ="grid-item ">
4
- {% if project.redirect -%}
5
- < a href ="{{ project.redirect }} ">
6
- {%- else -%}
7
- < a href ="{{ project.url | relative_url }} ">
1
+ <!-- _includes/projects.html -->
2
+ < div class =" grid-sizer " > </ div >
3
+ < div class ="grid-item ">
4
+ {% if project.redirect -%}
5
+ < a href ="{{ project.redirect }} ">
6
+ {%- else -%}
7
+ < a href ="{{ project.url | relative_url }} ">
8
8
{%- endif %}
9
- < div class ="card hoverable ">
10
- {%- if project.img %}
11
- {%- include figure.html
12
- path=project.img
13
- alt="project thumbnail" -%}
14
- {%- endif %}
15
- < div class ="card-body ">
16
- < h2 class ="card-title text-lowercase "> {{ project.title }}</ h2 >
17
- < p class ="card-text "> {{ project.description }}</ p >
18
- < div class ="row ml-1 mr-1 p-0 ">
19
- {%- if project.github -%}
20
- < div class ="github-icon ">
21
- < div class ="icon " data-toggle ="tooltip " title ="Code Repository ">
22
- < a href ="{{ project.github }} "> < i class ="fab fa-github gh-icon "> </ i > </ a >
23
- </ div >
24
- {%- if project.github_stars -%}
25
- < span class ="stars " data-toggle ="tooltip " title ="GitHub Stars ">
26
- < i class ="fas fa-star "> </ i >
27
- < span id ="{{ project.github_stars }}-stars "> </ span >
28
- </ span >
29
- {%- endif %}
9
+ < div class ="card hoverable ">
10
+ {%- if project.img %}
11
+ {%- include figure.html
12
+ path=project.img
13
+ alt="project thumbnail" -%}
14
+ {%- endif %}
15
+ < div class ="card-body ">
16
+ < h2 class ="card-title text-lowercase "> {{ project.title }}</ h2 >
17
+ < p class ="card-text "> {{ project.description }}</ p >
18
+ < div class ="row ml-1 mr-1 p-0 ">
19
+ {%- if project.github -%}
20
+ < div class ="github-icon ">
21
+ < div class ="icon " data-toggle ="tooltip " title ="Code Repository ">
22
+ < a href ="{{ project.github }} "> < i class ="fab fa-github gh-icon "> </ i > </ a >
30
23
</ div >
24
+ {%- if project.github_stars -%}
25
+ < span class ="stars " data-toggle ="tooltip " title ="GitHub Stars ">
26
+ < i class ="fas fa-star "> </ i >
27
+ < span id ="{{ project.github_stars }}-stars "> </ span >
28
+ </ span >
31
29
{%- endif %}
32
30
</ div >
31
+ {%- endif %}
33
32
</ div >
34
33
</ div >
35
- </ a >
36
- </ div >
34
+ </ div >
35
+ </ a >
36
+ </ div >
0 commit comments