Skip to content

Commit

Permalink
change page icon and avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyiXiang committed Sep 2, 2023
1 parent 5e2176d commit 26e8e41
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<link rel="shortcut icon" href="./assets/images/elephant.ico" type="image/x-icon">

<!--
- custom css link
Expand Down Expand Up @@ -42,7 +42,7 @@
<div class="sidebar-info">

<figure class="avatar-box">
<img src="./assets/images/my-avatar.png" alt="Richard hanrick" width="80">
<img src="./assets/images/Profile-Photo-Kingfisher.png" alt="Xiny Xiang" width="80">
</figure>

<div class="info-content">
Expand Down Expand Up @@ -292,7 +292,7 @@ <h4 class="h4 service-item-title">Photography</h4>
- #RESUME
-->

<article class="resume active" data-page="resume">
<article class="resume" data-page="resume">

<header>
<h2 class="h2 article-title">Resume</h2>
Expand Down Expand Up @@ -408,7 +408,7 @@ <h4 class="h4 timeline-item-title">Data Engineer</h4>

<!--
- #PORTFOLIO (temporarily archived)
-->

<article class="portfolio" data-page="portfolio">

Expand Down Expand Up @@ -641,7 +641,7 @@ <h3 class="project-title">Arrival</h3>
</section>

</article>
-->




Expand Down Expand Up @@ -749,7 +749,6 @@ <h3 class="h3 form-title">Contact Form</h3>




<!--
- custom js link
-->
Expand Down

0 comments on commit 26e8e41

Please sign in to comment.