Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Dec 1, 2023
1 parent bbb5cb6 commit 8fdbe2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/site/contact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub async fn contact(State(state): State<super::SiteState>) -> Markup {
div class="hero pure-g" {
div class="pure-u-1 pure-u-md-1-3 headshot" {
img src="/assets/img/eric2.webp" alt="An image of Eric Zhu sitting on a table." class="pure-img headshot";
p class="pronouns" { "(he/they)" };
p class="pronouns" { "(they/any)" };
}
div class="pure-u-1 pure-u-md-2-3" {
div class="contact" {
Expand Down
2 changes: 1 addition & 1 deletion src/site/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub async fn home(State(state): State<super::SiteState>) -> Markup {
div class="hero pure-g" {
div class="pure-u-1 pure-u-md-1-3" {
img src="/assets/img/eric1.webp" alt="An image of Eric Zhu wearing a cow hat." class="pure-img headshot";
p class="pronouns" { "(he/they)" };
p class="pronouns" { "(they/any)" };
}
div class="pure-u-1 pure-u-md-2-3" {
div class="biography" {
Expand Down

0 comments on commit 8fdbe2f

Please sign in to comment.