-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 3.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: Amanda Pinsker | Designer
name: home
layout: base
---
<div class="bg"></div>
<main class="site-container">
<div class="home">
<div class="about column">
<div>
<h1><span class="hint" title="Type my name and see what happens">Amanda</span> Pinsker</h1>—Experience designer. I like to rethink things through experimentation, compassion, and a sense of humor.
</div>
<div>I've been a product designer at <a>GitHub</a> for a few years now. Right now, I’m focused on how you work with GitHub from your local machine. All of our work is <a href="http://github.com/desktop/desktop">open</a> <a href="http://github.com/cli/cli">source</a><span class="accent superscript" id="asterisk" onmouseover="addClass(asterisk2, 'footnote-accent');" onmouseout="removeClass(asterisk2, 'footnote-accent');">*</span>.</div>
<div>Before all this, I spent some time at <a>Upstatement</a> and <a>Ronik</a>, led the crew at <a>Scout</a>, and graduated from <a>Northeastern</a><span class="accent superscript" id="dagger" onmouseover="addClass(dagger2, 'footnote-accent');" onmouseout="removeClass(dagger2, 'footnote-accent');">†</span>.</div>
<div>I grew up in the ‘burbs of New York<span class="accent superscript" id="doubledagger" onmouseover="addClass(doubledagger2, 'footnote-accent');" onmouseout="removeClass(doubledagger2, 'footnote-accent');">‡</span>, make a lot of self deprecating jokes<span class="accent superscript" id="section" onmouseover="addClass(section2, 'footnote-accent');" onmouseout="removeClass(section2, 'footnote-accent');">§</span>, and I'm notorious for being average at a thousand hobbies—most recently <strike>guitar</strike> piano, <strike>mini</strike> Monday crossword puzzles, <strike>embroidery</strike> knitting, and hand lettering.<span class="accent superscript" id="paragraph" onmouseover="addClass(paragraph2, 'footnote-accent');" onmouseout="removeClass(paragraph2, 'footnote-accent');">¶</span></div>
</div>
<div class="work column">
<h2>Selected work</h2>
{% for item in site.data.portfolio %}
{% if item.show %}
<a class="project" id="{{ item.id }}" onmouseover="addClass(body, '{{ item.id }}');" onmouseout="removeClass(body, '{{ item.id }}');" href="{{ item.url }}">
<b>{{ item.title }}</b>—{{ item.description }}{% if item.external%}<span class="accent external-link">↗︎</span>{% endif %}
</a>
{% endif %}
{% endfor %}
<div class="notes grid">
<span class="accent">*</span><p class="note" id="asterisk2"><span>So is <a href="https://github.com/ampinsk/ampinsk.github.io">this</a>. And it was built by moi.</span></p>
<span class="accent">†</span><p class="note" id="dagger2"><span>Here's my <a href="/pinsker-resume-2020.pdf">resume</a> if you need it.</span></p>
<span class="accent">‡</span><p class="note" id="doubledagger2"><span>Long Island, specifically. At least it's not Jersey.</span></p>
<span class="accent">§</span><p class="note" id="section2"><span>I don't get away with these as well as I'd like on the West Coast.</span></p>
<span class="accent">¶</span><p class="note" id="paragraph2"><span>If you've learned about me and would still like to talk to me, you can do so in these places: <a href="http://twitter.com/ampinsk">Twitter</a>, <a href="mailto:[email protected]">Email</a>, <a href="https://www.linkedin.com/in/amandapinsker/">LinkedIn</a>.</span></p>
<span class="accent optically-smaller">↗︎</span><p class="note" id="external2"><span>This means I do not have a public case study yet and I must send you somewhere else.</span></p>
</div>
</div>
</div>
</main>