File tree 4 files changed +26
-5
lines changed
4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "[html]" : {
3
+ "editor.tabSize" : 4
4
+ }
5
+ }
Original file line number Diff line number Diff line change 50
50
51
51
{% if member.nih_biosketch %}
52
52
< div class ="smallhead ">
53
- < i class ="ai ai-cv "> </ i >
53
+ < i class ="fa fa-paragraph fa-fw "> </ i >
54
54
{% capture biosketch_url %}
55
55
{% include /functions/get_drive_url.html url=member.nih_biosketch %}
56
56
{% endcapture %}
57
- < a class ="social cv " href ="{{ biosketch_url }} ">
57
+ < a class ="social nih_biosketch " href ="{{ biosketch_url }} ">
58
58
NIH Biosketch
59
59
</ a >
60
60
</ div >
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ a.cv:hover {
65
65
color :#00A08A ;
66
66
}
67
67
68
+ a .nih_biosketch :hover {
69
+ color :#0fb000 ;
70
+ }
71
+
68
72
a .github :hover {
69
73
color : #F2AD00 ;
70
74
}
Original file line number Diff line number Diff line change 53
53
</ a >
54
54
{% endif %}
55
55
56
- {% if member.cv %}
57
- < a class ="social cv " href ="{{ member.cv }} ">
58
- < i class ="ai ai-cv-square ai-lg "> </ i >
56
+ {% if member.cv %}
57
+ {% capture cv_url %}
58
+ {% include /functions/get_drive_url.html url=member.cv %}
59
+ {% endcapture %}
60
+ < a class ="social cv " href ="{{ cv_url }} ">
61
+ < i class ="ai ai-cv-square ai-lg "> </ i >
62
+ </ a >
63
+ {% endif %}
64
+
65
+ {% if member.nih_biosketch %}
66
+ {% capture nih_biosketch_url %}
67
+ {% include /functions/get_drive_url.html url=member.nih_biosketch %}
68
+ {% endcapture %}
69
+ < a class ="social nih_biosketch " href ="{{ nih_biosketch_url }} ">
70
+ < i class ="fa fa-paragraph fa-lg "> </ i >
59
71
</ a >
60
72
{% endif %}
61
73
You can’t perform that action at this time.
0 commit comments