Skip to content

Commit

Permalink
added switchview so it makes more sense in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Jan 19, 2025
1 parent 767e59b commit 54f5154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@ window.addEventListener("load", () => {
document.body.appendChild(dot);
});

if (isSmallScreen) switchView(right);
if (location.hash) onSelectProject({target: {innerText: location.hash.split("#")[1]}});
});
3 changes: 2 additions & 1 deletion portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ <h2>about</h2>
<p>She has 3+ years industrial experience working as a frontend
engineer in cybersecurity and financial services, and is
currently working on <a
href="https://annaylin.com/portfolio/#hjl">
href="https://annaylin.com/portfolio/#hjl"
onclick="location.reload()">
projects as a freelance web developer</a>.
</p>
<p>Previously contributed to code systems at <a
Expand Down

0 comments on commit 54f5154

Please sign in to comment.