Skip to content

Commit

Permalink
update bio; update hover animation (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuderekyu authored Jan 13, 2023
1 parent 131419a commit de7a733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="top-space"></div>
<h1 class="name">Hi, it's <span class="name-emphasis">Derek</span><span class="period-emphasis">.</span></h1>
<p class="text-block">
I'm a software engineer at <a href="https://dscout.com/" class="link">dscout</a>, <a href="https://youtu.be/pajsTPOCrL0" class="link">climber</a>, and avid reader. Checkout my <a class="link" href="https://github.com/yuderekyu">github</a> or reach out to me via <a class="link" href="mailto: [email protected]">email</a>.
I'm a lead engineer at <a href="https://dscout.com/" class="link">dscout</a>, <a href="https://youtu.be/pajsTPOCrL0" class="link">climber</a>, and avid reader. Checkout my <a class="link" href="https://github.com/yuderekyu">github</a> or reach out to me via <a class="link" href="mailto: [email protected]">email</a>.
</p>
<span class="theme-toggle">
<label for="theme-toggle-input">[light mode]</label>
Expand Down
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ html {
height: 2px;
position: absolute;
transform: scaleX(0);
transform-origin: bottom left;
transition: transform 0.25s ease-out;
width: 100%;
}
Expand Down

0 comments on commit de7a733

Please sign in to comment.