Skip to content

Commit 2d24565

Browse files
committed
Experiment with ssc subproject text on about page.
1 parent 88d51c6 commit 2d24565

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

_includes/biocard.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
{% if include.twitter_handle %}
2525
<a href="https://twitter.com/{{ include.twitter_handle }}" rel="noopener noreferrer">Twitter</a>
2626
{% endif %}
27+
{% if include.subproject %}
28+
<div class="biocard-subproject">{{ include.subproject }}</div>
29+
{% endif %}
2730
</div>
2831
</div>
2932
</section>

_sass/components/_biocard.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
font-size: 14px;
3333
font-style: italic;
3434
}
35+
.biocard-subproject {
36+
font-size: 16px;
37+
text-align: left;
38+
}
3539
.biocard-badges {
3640
margin-top: 0.5em;
3741
text-align: left;

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ <h2 class="text-center">Software Steering Council Members</h2>
519519
gh_handle=bio.gh_handle
520520
linkedin=bio.linkedin
521521
twitter_handle=bio.twitter_handle
522+
subproject=bio.subproject
522523
%}
523-
<div class="ssc-subproject">Representing {{ bio.subproject }}</div>
524524
{% endfor %}
525525
</div>
526526
</div>

0 commit comments

Comments
 (0)