Skip to content

Commit

Permalink
[update] information
Browse files Browse the repository at this point in the history
  • Loading branch information
barrystone committed Jun 9, 2024
1 parent 5a25329 commit e9b6b8f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ const Header = () => {
</div>
<div className="header__text-box">
<h1 className="heading-primary">
<p className="animate__animated animate__rotateInDownLeft ">
{/* <p className="animate__animated animate__rotateInDownLeft ">
<span className="heading-primary--sub heading-primary--sub-1 ">
Software Engineer
</span>
</p>
</p> */}
{/* <span className="heading-primary--sub heading-primary--sub-2 animate__animated animate__bounceInLeft">
Learning & making
</span> */}
Expand All @@ -63,8 +63,9 @@ const Header = () => {
<div className="header__info">
<div className="header__info-textbox-1">#</div>
<div className="header__info-textbox-2">
<p>網站還在開發中...</p>
<p>更多功能敬請期待!</p>
{/* <p>網站還在開發中...</p>
<p>更多功能敬請期待!</p> */}
<p>Software Engineer</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/layout/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Navigation = () => {
as={process.env.BACKEND_URL + "/about"}
className="navigation__link"
>
關於個人 About Me
About Me
</Link>
</li>
<li className="navigation__item">
Expand All @@ -32,7 +32,7 @@ const Navigation = () => {
as={process.env.BACKEND_URL + "/space"}
className="navigation__link"
>
虛擬空間 Virtual Space
Virtual Space
</Link>
</li>
</ul>
Expand Down
14 changes: 8 additions & 6 deletions pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,17 @@ const about = () => {
<div className="about__mid_left-textbox">
<div className="about__mid_left-textbox--1">
<p>Full-stack </p>
<p>R&D Software Engineer</p>
<p>Software Engineer</p>
</div>
<div className="about__mid_left-buttonbox">
<Link
href="/#aboutSection"
as={process.env.BACKEND_URL + "/#aboutSection"}
href={"https://wakatime.com/@barry"}
target="_blank"
// href="/#aboutSection"
// as={process.env.BACKEND_URL + "/#aboutSection"}
className="btn-show"
>
專長技能
Coding time
</Link>
</div>
<div className="about__mid_left-textbox--2">
Expand All @@ -144,9 +146,9 @@ const about = () => {
<p>Enjoy the process</p>
</div>
<figure className="about__mid_left-codetime">
<img src="/img/data/wakatime210525.png" alt="me-avatar" />
<img src="/img/data/wakatime240609.png" alt="me-avatar" />
<figcaption>
My coding time doing in 2021.05.11 ~ 2021.05.25
My coding time doing in 2024.06.03 ~ 2024.06.09
</figcaption>
</figure>
</div>
Expand Down
Binary file added public/img/data/wakatime240609.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9b6b8f

Please sign in to comment.