Skip to content

Commit

Permalink
Cosmetic changes for People and Home pages
Browse files Browse the repository at this point in the history
  • Loading branch information
veedata committed Jun 5, 2024
1 parent f0f905c commit f8b5231
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
{% endif %}
>
<a href="{{ "/" | relative_url }}" class="home">
{% if logo %}
<!-- {% if logo %}
<span class="logo">
{% if svg %}
{{ svg | file_read }}
{% else %}
<img src="{{ logo | relative_url }}" alt="logo">
{% endif %}
</span>
{% endif %}
{% endif %} -->
{% if site.logo-text != false %}
<span class="title" data-tooltip="Home">
<span class="title">
{% if site.title and site.show-title != false %}
<span>{{ site.title }}</span>
{% endif %}
Expand All @@ -50,7 +50,6 @@
{% if page.nav.display %}
<a
href="{{ page.dir | relative_url }}"
data-tooltip="{{ page.nav.tooltip }}"
>
{{ page.title }}
</a>
Expand Down
2 changes: 1 addition & 1 deletion _members/zhichao-cao.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Zhichao Cao
image: images/photo.jpg
image: images/members/zcao57.png
role: pi
links:
home-page: https://search.asu.edu/profile/4082902
Expand Down
2 changes: 1 addition & 1 deletion _styles/-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--bold: 600;

// text line spacing
--spacing: 2;
--spacing: 1.5;

// effects
--rounded: 3px;
Expand Down
Binary file added images/members/zcao57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i

{%
include button.html
link="team"
link="people"
text="Meet our team"
icon="fa-solid fa-arrow-right"
flip=true
Expand All @@ -75,7 +75,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
{%
include feature.html
image="images/photo.jpg"
link="team"
link="people"
title="Our Team"
text=text
%}
6 changes: 3 additions & 3 deletions team/index.md → people/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Team
title: People
nav:
order: 3
order: 2
tooltip: About our team
display: true
---
Expand All @@ -15,7 +15,7 @@ nav:

{% include list.html data="members" component="portrait" filters="role: pi" %}
{% include list.html data="members" component="portrait" filters="role: phd" %}
{% include list.html data="members" component="portrait" filters="role: ms" %}
{% include list.html data="members" component="portrait" filters="role: grad" %}
{% include list.html data="members" component="portrait" filters="role: undergrad" %}

## Alumni
Expand Down

0 comments on commit f8b5231

Please sign in to comment.