Skip to content

Commit eb291ea

Browse files
committed
updating header styling
1 parent 229c2b0 commit eb291ea

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Laura Stegner
22
logo: /assets/img/stegner-headshot-circle.png
33
bottom_img: /assets/img/favicon.ico
4-
description: PhD Candidate in HRI
4+
description: PhD candidate studying HRI
55
show_downloads: false
66
google_analytics:
77
theme: jekyll-theme-minimal

_layouts/default.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ <h1 class="center_txt less_space"><a href="{{ "/" | absolute_url }}" class="titl
2626

2727
<p class="center_txt less_space" >{{ site.description | default: site.github.project_tagline }}</p>
2828

29-
{% if site.author.email %}
30-
<p class="center_txt less_space">{{ site.author.email }}</p>
29+
{% if site.author.location %}
30+
<p class="center_txt less_space" style="white-space: break-spaces;"><i class="fa fa-fw fa-map-marker icon" aria-hidden="true"></i> {{ site.author.location }}</p>
3131
{% endif %}
3232

33-
{% if site.author.cv %}
34-
<p class="center_txt"><a href="{{ site.author.cv }}" target="_blank">Download my CV</a></p>
33+
{% if site.author.email %}
34+
<p class="center_txt less_space">{{ site.author.email }}</p>
3535
{% endif %}
3636

3737
<p class="center_txt less_space">
@@ -55,10 +55,9 @@ <h1 class="center_txt less_space"><a href="{{ "/" | absolute_url }}" class="titl
5555
{% endif %}
5656
</p>
5757

58-
{% if site.author.location %}
59-
<p class="center_txt less_space" style="white-space: break-spaces;"><i class="fa fa-fw fa-map-marker icon" aria-hidden="true"></i> {{ site.author.location }}</p>
58+
{% if site.author.cv %}
59+
<p class="center_txt"><a href="{{ site.author.cv }}" target="_blank">Download my CV</a></p>
6060
{% endif %}
61-
6261

6362
<!-- {% if site.github.is_project_page %}
6463
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>

0 commit comments

Comments
 (0)