Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Feb 3, 2024
1 parent 1515530 commit 13576dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ body {
margin-left: 4.5%;
clip-path: var(--default-clip-path);
width: var(--default-wallpaper-width);
max-width: 800px;
max-height: 80vh;
}

span {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ <h2 class="heading">East Coast</h2>
<tr><td>hi, i'm anna y lin</td></tr>
<tr><td>i am a creative technologist currently pursuing a masters at <a href="https://tisch.nyu.edu/itp/ITPFAQ">NYU ITP</a></td></tr>
<tr><td>before that, i created user interfaces to help people access data at <a href="https://www.mitre.org/">MITRE</a> and <a href="https://www.schwab.com/">Schwab</a> as a UX engineer in the realms of cybersecurity, policy, finance, and briefly in data-vis with the wonderful people at <a href="https://stamen.com/">Stamen Design</a></td></tr>
<tr><td>this fall, i'm working on: <a href="https://annaylin.com/100-days">100 days of websites</a></td></tr>
<tr><td><em id="season"></em>i'm working on: <a href="https://annaylin.com/100-days">100 days of websites</a></td></tr>
<tr><td>besides making things on the internet i also like to make things with my hands and <a href="https://www.are.na/anna-y-lin">read</a></td></tr>
<tr><td>say hi at <a href="mailto:al7215@nyu.edu?subject=there's%20a%20pizza%20party%20in%20rm%20370" target="_top">al7215(@)nyu.edu</a></td></tr>
<tr><td>you can find my <a href="public/resume.pdf">resume here</a></td></tr>
<tr><td><a href="mailto:annalin12345@gmail.com?subject=there's%20a%20pizza%20party%20in%20rm%20370" target="_top">say hi</a></td></tr>
<!-- <tr><td>you can find my <a href="public/resume.pdf">resume here</a></td></tr> -->
<tr><td>you can find a <a id="oops" href="#">photo of me here</a></td></tr>
<tr><td><a href="https://github.com/iguannalin">github</a>, <a href="https://www.instagram.com/iguannalin/reels/">instagram</a>, <a href="https://twitter.com/iguannalin">twitter</a></td></tr>
</tbody>
Expand Down
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,9 @@ window.addEventListener("load", () => {
document.body.appendChild(dot);
});

const season = document.getElementById("season");
const getSeason = () => ["Winter", "Winter", "Spring", "Spring", "Summer", "Summer", "Summer", "Summer", "Fall", "Fall", "Winter", "Winter"][new Date().getMonth()].toLowerCase();
season.innerText = "this " + getSeason() + ", ";

if (location.hash) onSelectProject({target:{innerText:location.hash.split("#")[1]}});
});
1 change: 1 addition & 0 deletions small.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body {
#top select {
width: 88%;
z-index: 100;
height: 25px;
}

#left {
Expand Down

0 comments on commit 13576dd

Please sign in to comment.