File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 24
24
{% if include.twitter_handle %}
25
25
< a href ="https://twitter.com/{{ include.twitter_handle }} " rel ="noopener noreferrer "> Twitter</ a >
26
26
{% endif %}
27
+ {% if include.subproject %}
28
+ < div class ="biocard-subproject "> {{ include.subproject }}</ div >
29
+ {% endif %}
27
30
</ div >
28
31
</ div >
29
32
</ section >
Original file line number Diff line number Diff line change 32
32
font-size : 14px ;
33
33
font-style : italic ;
34
34
}
35
+ .biocard-subproject {
36
+ font-size : 16px ;
37
+ text-align : left ;
38
+ }
35
39
.biocard-badges {
36
40
margin-top : 0.5em ;
37
41
text-align : left ;
Original file line number Diff line number Diff line change @@ -519,8 +519,8 @@ <h2 class="text-center">Software Steering Council Members</h2>
519
519
gh_handle=bio.gh_handle
520
520
linkedin=bio.linkedin
521
521
twitter_handle=bio.twitter_handle
522
+ subproject=bio.subproject
522
523
%}
523
- < div class ="ssc-subproject "> Representing {{ bio.subproject }}</ div >
524
524
{% endfor %}
525
525
</ div >
526
526
</ div >
You can’t perform that action at this time.
0 commit comments