Skip to content

Commit

Permalink
professional look
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Dec 2, 2024
1 parent d442a5f commit 93e67a4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ span > p {
flex-flow: column wrap;
}

span.thumbnail {
max-width: 425px;
}

.thumbnail p {
font-style: italic;
}
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ <h2>about</h2>
href="https://maps.app.goo.gl/LJwmr9qvBjJeeJKT8">belize
city</a>, and the <a
href="https://maps.app.goo.gl/KRhcYCZ9VD5M4iLD6">bay
area</a>; currently based in <a
href="https://maps.app.goo.gl/dX2h2x4GbhVy2CNF8">lenapehoking
(brooklyn)</a>.</p>
area</a>; currently based in lenapehoking aka <a
href="https://maps.app.goo.gl/dX2h2x4GbhVy2CNF8">brooklyn</a>.
</p>
</td>
</tr>
<tr>
Expand All @@ -745,7 +745,7 @@ <h2>about</h2>
href="https://www.schwab.com/">Schwab</a> as a
fullstack UX engineer in the realms of cybersecurity, policy,
finance, and briefly with the wonderful people at <a
href="https://stamen.com/">Stamen Design</a></p>
href="https://stamen.com/">Stamen Design</a></p>.
</td>
</tr>
<tr>
Expand Down
19 changes: 11 additions & 8 deletions portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,16 +553,19 @@ <h2>about</h2>
worked on 3 web projects as a freelance
web developer.
</p>
<p>
She is currently based in
<a
href="https://maps.app.goo.gl/dX2h2x4GbhVy2CNF8">lenapehoking
(brooklyn)</a>, NY.
<p>Previously contributed to code systems at <a
href="https://www.mitre.org/">MITRE</a>,
and <a
href="https://www.schwab.com/">Schwab</a> as a
fullstack UX engineer in the realms of cybersecurity, policy,
finance, and briefly with the wonderful people at <a
href="https://stamen.com/">Stamen Design</a>.
</p>
<p>
Her other projects can be found
<a href="https://annaylin.com/" target="_blank"
title="link to website of anna y lin">here</a>.
She is currently based in Lenapehoking AKA
<a
href="https://maps.app.goo.gl/dX2h2x4GbhVy2CNF8">
Brooklyn</a>.
</p>
</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions portfolio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@ window.addEventListener("load", () => {
document.body.appendChild(dot);
});

if (isSmallScreen) switchView(right);
if (location.hash) onSelectProject({target: {innerText: location.hash.split("#")[1]}});
});

0 comments on commit 93e67a4

Please sign in to comment.